@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 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;
  -o-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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
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 {
  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;
  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,
ol ul,
ul ol,
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;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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%;
  text-transform: uppercase;
}
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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 480px) {
  .container {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1420px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100% !important;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667% !important;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333% !important;
}
.col-xxs-offset-9 {
  margin-left: 75% !important;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667% !important;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333% !important;
}
.col-xxs-offset-6 {
  margin-left: 50% !important;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667% !important;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333% !important;
}
.col-xxs-offset-3 {
  margin-left: 25% !important;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667% !important;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333% !important;
}
.col-xxs-offset-0 {
  margin-left: 0% !important;
}
@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100% !important;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-xs-offset-9 {
    margin-left: 75% !important;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-xs-offset-6 {
    margin-left: 50% !important;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-xs-offset-3 {
    margin-left: 25% !important;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-xs-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100% !important;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-sm-offset-9 {
    margin-left: 75% !important;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-sm-offset-6 {
    margin-left: 50% !important;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-sm-offset-3 {
    margin-left: 25% !important;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-sm-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100% !important;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-md-offset-9 {
    margin-left: 75% !important;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-md-offset-6 {
    margin-left: 50% !important;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-md-offset-3 {
    margin-left: 25% !important;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-md-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100% !important;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-lg-offset-9 {
    margin-left: 75% !important;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-lg-offset-6 {
    margin-left: 50% !important;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-lg-offset-3 {
    margin-left: 25% !important;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-lg-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 1400px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100% !important;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-xlg-offset-9 {
    margin-left: 75% !important;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-xlg-offset-6 {
    margin-left: 50% !important;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-xlg-offset-3 {
    margin-left: 25% !important;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-xlg-offset-0 {
    margin-left: 0% !important;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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.3333333;
}
.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-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: #737373;
}
@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: -25px;
  margin-right: -25px;
}
@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: 25px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    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;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
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.3333333;
  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;
  -o-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-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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857143;
  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: #ffffff;
  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.42857143;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-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.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  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: #337ab7;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -25px;
  margin-left: -25px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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 25px;
  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: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 25px;
  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;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -25px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .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: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -25px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.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;
  -o-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;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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 {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.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: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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 {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.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 {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.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 {
  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: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.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 #dddddd;
  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-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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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: #ffffff;
}
.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%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.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;
  -o-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;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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%;
  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;
  margin-top: -10px;
  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;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: block;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xlg {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xlg {
    display: block !important;
  }
  table.visible-xlg {
    display: table !important;
  }
  tr.visible-xlg {
    display: table-row !important;
  }
  th.visible-xlg,
  td.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xlg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xlg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-xlg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xlg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.display-flex.row:before {
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .display-flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .display-flex-sm.row:before {
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .display-flex-sm-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .display-flex-sm-min.row:before {
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 992px) {
  .display-flex-md-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .display-flex-md-min.row:before {
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 1200px) {
  .display-flex-lg-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .display-flex-lg-min.row:before {
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
}
.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.flex1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.svg-blur {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
}
.iframe-responsive-wrap {
  position: relative;
  padding-bottom: 56.20%;
  /* 16:9 */
  height: 0;
}
.iframe-responsive-wrap .iframe-responsive {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.logo {
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: opacity 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: opacity 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  line-height: 0;
  text-decoration: none !important;
}
.logo:before {
  position: relative;
  font-family: 'icons';
  content: "\e612";
  line-height: 100%;
  background: -webkit-radial-gradient(center top, ellipse cover, #8dc63f 0%, #4d8438 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo.no-text:before {
  content: "\e608" !important;
  background: -webkit-radial-gradient(top left, ellipse cover, #8dc63f 0%, #4d8438 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html:lang(ru) .logo:before {
  content: "\e605";
  /* i.logo-text-ru */
}
.opacity0 {
  opacity: 0 !important;
}
.opacity1 {
  opacity: 1 !important;
}
.o-hidden {
  overflow: hidden !important;
}
.invisible,
.invisible * {
  visibility: hidden !important;
}
.visible,
.visible * {
  visibility: visible !important;
}
.affix {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.static {
  position: static !important;
}
.display-block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.no-gutter {
  margin: 0 !important;
  padding: 0 !important;
}
.no-gutter .row {
  margin: 0 !important;
  padding: 0 !important;
}
.centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.xs-max {
  max-width: 480px !important;
}
.sm-max {
  max-width: 768px !important;
}
.md-max {
  max-width: 992px !important;
}
.lg-max {
  max-width: 1200px !important;
}
.xlg-max {
  max-width: 1400px !important;
}
.full-width {
  width: 100% !important;
  min-width: 100% !important;
}
.full-height {
  height: 100% !important;
  min-height: 100% !important;
}
.full-screen {
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}
.abs-full-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-italic {
  font-style: italic !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-black {
  color: black !important;
}
.text-white {
  color: white !important;
}
.text-plain {
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}
.outline {
  outline: solid 3px rgba(255, 0, 0, 0.3) !important;
}
.debug {
  background-color: rgba(255, 0, 0, 0.3) !important;
}
.user-select-none {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.m0 {
  margin: 0px !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m65 {
  margin: 65px !important;
}
.m70 {
  margin: 70px !important;
}
.m75 {
  margin: 75px !important;
}
.m80 {
  margin: 80px !important;
}
.m85 {
  margin: 85px !important;
}
.m90 {
  margin: 90px !important;
}
.m95 {
  margin: 95px !important;
}
.m100 {
  margin: 100px !important;
}
.mr-100 {
  margin-right: -100px !important;
}
.mr-95 {
  margin-right: -95px !important;
}
.mr-90 {
  margin-right: -90px !important;
}
.mr-85 {
  margin-right: -85px !important;
}
.mr-80 {
  margin-right: -80px !important;
}
.mr-75 {
  margin-right: -75px !important;
}
.mr-70 {
  margin-right: -70px !important;
}
.mr-65 {
  margin-right: -65px !important;
}
.mr-60 {
  margin-right: -60px !important;
}
.mr-55 {
  margin-right: -55px !important;
}
.mr-50 {
  margin-right: -50px !important;
}
.mr-45 {
  margin-right: -45px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-35 {
  margin-right: -35px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-25 {
  margin-right: -25px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.ml-100 {
  margin-left: -100px !important;
}
.ml-95 {
  margin-left: -95px !important;
}
.ml-90 {
  margin-left: -90px !important;
}
.ml-85 {
  margin-left: -85px !important;
}
.ml-80 {
  margin-left: -80px !important;
}
.ml-75 {
  margin-left: -75px !important;
}
.ml-70 {
  margin-left: -70px !important;
}
.ml-65 {
  margin-left: -65px !important;
}
.ml-60 {
  margin-left: -60px !important;
}
.ml-55 {
  margin-left: -55px !important;
}
.ml-50 {
  margin-left: -50px !important;
}
.ml-45 {
  margin-left: -45px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-35 {
  margin-left: -35px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-25 {
  margin-left: -25px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mb-100 {
  margin-bottom: -100px !important;
}
.mb-95 {
  margin-bottom: -95px !important;
}
.mb-90 {
  margin-bottom: -90px !important;
}
.mb-85 {
  margin-bottom: -85px !important;
}
.mb-80 {
  margin-bottom: -80px !important;
}
.mb-75 {
  margin-bottom: -75px !important;
}
.mb-70 {
  margin-bottom: -70px !important;
}
.mb-65 {
  margin-bottom: -65px !important;
}
.mb-60 {
  margin-bottom: -60px !important;
}
.mb-55 {
  margin-bottom: -55px !important;
}
.mb-50 {
  margin-bottom: -50px !important;
}
.mb-45 {
  margin-bottom: -45px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-35 {
  margin-bottom: -35px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-25 {
  margin-bottom: -25px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mt-100 {
  margin-top: -100px !important;
}
.mt-95 {
  margin-top: -95px !important;
}
.mt-90 {
  margin-top: -90px !important;
}
.mt-85 {
  margin-top: -85px !important;
}
.mt-80 {
  margin-top: -80px !important;
}
.mt-75 {
  margin-top: -75px !important;
}
.mt-70 {
  margin-top: -70px !important;
}
.mt-65 {
  margin-top: -65px !important;
}
.mt-60 {
  margin-top: -60px !important;
}
.mt-55 {
  margin-top: -55px !important;
}
.mt-50 {
  margin-top: -50px !important;
}
.mt-45 {
  margin-top: -45px !important;
}
.mt-40 {
  margin-top: -40px !important;
}
.mt-35 {
  margin-top: -35px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-25 {
  margin-top: -25px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.p0 {
  padding: 0px !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p65 {
  padding: 65px !important;
}
.p70 {
  padding: 70px !important;
}
.p75 {
  padding: 75px !important;
}
.p80 {
  padding: 80px !important;
}
.p85 {
  padding: 85px !important;
}
.p90 {
  padding: 90px !important;
}
.p95 {
  padding: 95px !important;
}
.p100 {
  padding: 100px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs19 {
  font-size: 19px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs21 {
  font-size: 21px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs23 {
  font-size: 23px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs25 {
  font-size: 25px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs27 {
  font-size: 27px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs29 {
  font-size: 29px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs31 {
  font-size: 31px !important;
}
.fs32 {
  font-size: 32px !important;
}
.fs33 {
  font-size: 33px !important;
}
.fs34 {
  font-size: 34px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs36 {
  font-size: 36px !important;
}
.fs37 {
  font-size: 37px !important;
}
.fs38 {
  font-size: 38px !important;
}
.fs39 {
  font-size: 39px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs41 {
  font-size: 41px !important;
}
.fs42 {
  font-size: 42px !important;
}
.fs43 {
  font-size: 43px !important;
}
.fs44 {
  font-size: 44px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs46 {
  font-size: 46px !important;
}
.fs47 {
  font-size: 47px !important;
}
.fs48 {
  font-size: 48px !important;
}
.fs49 {
  font-size: 49px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs51 {
  font-size: 51px !important;
}
.fs52 {
  font-size: 52px !important;
}
.fs53 {
  font-size: 53px !important;
}
.fs54 {
  font-size: 54px !important;
}
.fs55 {
  font-size: 55px !important;
}
.fs56 {
  font-size: 56px !important;
}
.fs57 {
  font-size: 57px !important;
}
.fs58 {
  font-size: 58px !important;
}
.fs59 {
  font-size: 59px !important;
}
.fs60 {
  font-size: 60px !important;
}
.fs61 {
  font-size: 61px !important;
}
.fs62 {
  font-size: 62px !important;
}
.fs63 {
  font-size: 63px !important;
}
.fs64 {
  font-size: 64px !important;
}
.fs65 {
  font-size: 65px !important;
}
.fs66 {
  font-size: 66px !important;
}
.fs67 {
  font-size: 67px !important;
}
.fs68 {
  font-size: 68px !important;
}
.fs69 {
  font-size: 69px !important;
}
.fs70 {
  font-size: 70px !important;
}
.fs71 {
  font-size: 71px !important;
}
.fs72 {
  font-size: 72px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw300 {
  max-width: 300px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw800 {
  max-width: 800px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body *:hover,
body *:focus,
body *:active {
  outline: none;
}
body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input:-webkit-autofill,
body input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
body label {
  font-weight: normal;
}
body label > * {
  pointer-events: none;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.animated {
  animation-fill-mode: both;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  -o-animation-fill-mode: both;
  -o-transform: translate3d(0, 0, 0);
  -o-perspective: 1000;
  -moz-animation-fill-mode: both;
  -moz-transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -webkit-animation-fill-mode: both;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.animated.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/*

A couple of additions for the animo.js library

Daniel Raftery <@ThirvingKings>

*/
.animated.fade {
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.appear {
  -webkit-animation-name: appear;
  -moz-animation-name: appear;
  -o-animation-name: appear;
  animation-name: appear;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.spinner {
  -webkit-animation-name: spinner;
  -moz-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animated.twirlIn {
  -webkit-animation-name: twirlIn;
  -moz-animation-name: twirlIn;
  -o-animation-name: twirlIn;
  animation-name: twirlIn;
}
@-webkit-keyframes twirlIn {
  0% {
    -webkit-transform: rotate3d(80, -70, 10, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-moz-keyframes twirlIn {
  0% {
    -moz-transform: rotate3d(80, 70, 10, 180deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-o-keyframes twirlIn {
  0% {
    -o-transform: rotate3d(80, 70, 10, 180deg);
  }
  100% {
    -o-transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes twirlIn {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(80, 70, 10, 180deg);
  }
}
.animated.twirlOut {
  -webkit-animation-name: twirlOut;
  -moz-animation-name: twirlOut;
  -o-animation-name: twirlOut;
  animation-name: twirlOut;
}
@-webkit-keyframes twirlOut {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(80, -70, 10, 180deg);
  }
}
@-moz-keyframes twirlOut {
  0% {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    -moz-transform: rotate3d(80, 70, 10, 180deg);
  }
}
@-o-keyframes twirlOut {
  0% {
    -o-transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    -o-transform: rotate3d(80, 70, 10, 180deg);
  }
}
@keyframes twirlOut {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(80, 70, 10, 180deg);
  }
}
/* @xx animate.css animations */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
/* perfect-scrollbar v0.6.2 */
.ps-container {
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery-small > small {
  height: 20px;
  width: 20px;
}
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.switchery-large > small {
  height: 40px;
  width: 40px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.12.1 - 2015-07-28T03:50:59.080Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}
/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}
/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}
/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*! =======================================================
                      VERSION  5.1.1              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons/fonts/icons.eot?-27gbsy');
  src: url('../fonts/icons/fonts/icons.eot?#iefix-27gbsy') format('embedded-opentype'), url('../fonts/icons/fonts/icons.woff?-27gbsy') format('woff'), url('../fonts/icons/fonts/icons.ttf?-27gbsy') format('truetype'), url('../fonts/icons/fonts/icons.svg?-27gbsy#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: 'icons' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-download:before {
  content: "\e801";
}
.i-arrow-thin-left:before {
  content: "\e900";
}
.i-arrow-thin-right:before {
  content: "\e901";
}
.i-home-fill:before {
  content: "\e614";
}
.i-logo-text-en-v:before {
  content: "\e611";
}
.i-logo-text-en:before {
  content: "\e612";
}
.i-round:before {
  content: "\e610";
}
.i-arrow-left-thin:before {
  content: "\e60a";
}
.i-arrown-right-thin:before {
  content: "\e60b";
}
.i-check:before {
  content: "\e60c";
}
.i-close:before {
  content: "\e60d";
}
.i-home:before {
  content: "\e60e";
}
.i-mute:before {
  content: "\e60f";
}
.i-logo-text-ru-v:before {
  content: "\e609";
}
.i-logo:before {
  content: "\e608";
}
.i-ok:before {
  content: "\e607";
}
.i-666:before {
  content: "\e600";
}
.i-angle-right:before {
  content: "\e601";
}
.i-arrow-right:before {
  content: "\e602";
}
.i-call:before {
  content: "\e603";
}
.i-dialog:before {
  content: "\e604";
}
.i-logo-text-ru:before {
  content: "\e605";
}
.i-touch:before {
  content: "\e606";
}
.i-search:before {
  content: "\e613";
}
.i-fb:before {
  content: "\f09a";
}
.i-vk:before {
  content: "\f189";
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../vendor/flag-icon-css/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../vendor/flag-icon-css/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../vendor/flag-icon-css/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../vendor/flag-icon-css/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../vendor/flag-icon-css/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../vendor/flag-icon-css/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../vendor/flag-icon-css/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../vendor/flag-icon-css/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../vendor/flag-icon-css/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../vendor/flag-icon-css/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../vendor/flag-icon-css/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../vendor/flag-icon-css/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../vendor/flag-icon-css/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../vendor/flag-icon-css/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../vendor/flag-icon-css/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../vendor/flag-icon-css/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../vendor/flag-icon-css/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../vendor/flag-icon-css/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../vendor/flag-icon-css/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../vendor/flag-icon-css/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../vendor/flag-icon-css/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../vendor/flag-icon-css/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../vendor/flag-icon-css/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../vendor/flag-icon-css/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../vendor/flag-icon-css/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../vendor/flag-icon-css/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../vendor/flag-icon-css/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../vendor/flag-icon-css/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../vendor/flag-icon-css/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../vendor/flag-icon-css/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../vendor/flag-icon-css/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../vendor/flag-icon-css/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../vendor/flag-icon-css/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../vendor/flag-icon-css/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../vendor/flag-icon-css/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../vendor/flag-icon-css/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../vendor/flag-icon-css/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../vendor/flag-icon-css/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../vendor/flag-icon-css/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../vendor/flag-icon-css/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../vendor/flag-icon-css/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../vendor/flag-icon-css/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../vendor/flag-icon-css/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../vendor/flag-icon-css/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../vendor/flag-icon-css/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../vendor/flag-icon-css/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../vendor/flag-icon-css/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../vendor/flag-icon-css/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../vendor/flag-icon-css/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../vendor/flag-icon-css/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../vendor/flag-icon-css/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../vendor/flag-icon-css/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../vendor/flag-icon-css/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../vendor/flag-icon-css/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../vendor/flag-icon-css/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../vendor/flag-icon-css/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../vendor/flag-icon-css/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../vendor/flag-icon-css/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../vendor/flag-icon-css/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../vendor/flag-icon-css/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../vendor/flag-icon-css/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../vendor/flag-icon-css/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../vendor/flag-icon-css/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../vendor/flag-icon-css/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../vendor/flag-icon-css/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../vendor/flag-icon-css/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../vendor/flag-icon-css/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../vendor/flag-icon-css/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../vendor/flag-icon-css/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../vendor/flag-icon-css/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../vendor/flag-icon-css/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../vendor/flag-icon-css/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../vendor/flag-icon-css/flags/1x1/zw.svg);
}
@font-face {
  font-family: 'glober-bold';
  src: url('../fonts/glober-all-languages/fonts/glober-bold.eot');
  src: url('../fonts/glober-all-languages/fonts/glober-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/glober-all-languages/fonts/glober-bold.woff') format('woff'), url('../fonts/glober-all-languages/fonts/glober-bold.ttf') format('truetype'), url('../fonts/glober-all-languages/fonts/glober-bold.svg#glober-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glober-book';
  src: url('../fonts/glober-all-languages/fonts/glober-book.eot');
  src: url('../fonts/glober-all-languages/fonts/glober-book.eot?#iefix') format('embedded-opentype'), url('../fonts/glober-all-languages/fonts/glober-book.woff') format('woff'), url('../fonts/glober-all-languages/fonts/glober-book.ttf') format('truetype'), url('../fonts/glober-all-languages/fonts/glober-book.svg#glober-book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glober-light';
  src: url('../fonts/glober-all-languages/fonts/glober-light.eot');
  src: url('../fonts/glober-all-languages/fonts/glober-light.eot?#iefix') format('embedded-opentype'), url('../fonts/glober-all-languages/fonts/glober-light.woff') format('woff'), url('../fonts/glober-all-languages/fonts/glober-light.ttf') format('truetype'), url('../fonts/glober-all-languages/fonts/glober-light.svg#glober-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glober-regular';
  src: url('../fonts/glober-all-languages/fonts/glober-regular.eot');
  src: url('../fonts/glober-all-languages/fonts/glober-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glober-all-languages/fonts/glober-regular.woff') format('woff'), url('../fonts/glober-all-languages/fonts/glober-regular.ttf') format('truetype'), url('../fonts/glober-all-languages/fonts/glober-regular.svg#glober-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glober-regularitalic';
  src: url('../fonts/glober-all-languages/fonts/glober-regularitalic.eot');
  src: url('../fonts/glober-all-languages/fonts/glober-regularitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/glober-all-languages/fonts/glober-regularitalic.woff') format('woff'), url('../fonts/glober-all-languages/fonts/glober-regularitalic.ttf') format('truetype'), url('../fonts/glober-all-languages/fonts/glober-regularitalic.svg#glober-regularitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glober-semibold';
  src: url('../fonts/glober-all-languages/fonts/glober-semibold.eot');
  src: url('../fonts/glober-all-languages/fonts/glober-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/glober-all-languages/fonts/glober-semibold.woff') format('woff'), url('../fonts/glober-all-languages/fonts/glober-semibold.ttf') format('truetype'), url('../fonts/glober-all-languages/fonts/glober-semibold.svg#glober-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font: 15px/175% 'glober-regular';
  color: black;
}
body .gutter-typo {
  margin-bottom: 22px;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
body .row {
  margin: 0;
}
body,
html {
  height: 100%;
  max-height: 100%;
  min-width: 1024px;
  padding: 0;
  margin: 0;
  border: 0;
}
.heading__h3 {
  font-family: 'glober-light';
  font-size: 39px;
  line-height: 1.18;
  letter-spacing: -1px;
}
.text-black {
  color: #000;
  width: 900px;
  margin: 0 auto;
}
.main-header {
  position: relative;
  white-space: nowrap;
  padding: 13px 63px 13px 60px;
  background-color: #ffffff;
  max-height: 104px;
  z-index: 1001;
}
.main-header a {
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.main-header:before,
.main-header:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
}
.main-header__logo {
  background-image: url('../img/logo-rus.png');
  background-position: 0 0;
  width: 167px;
  height: 58px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 3px;
}
.main-nav {
  height: 44px;
  overflow: hidden;
  list-style-type: none;
  padding: 1px;
  line-height: 44px;
  margin-top: 10px;
  margin-left: 70px;
}
.main-nav__item {
  display: block;
  float: left;
  margin-left: 22px;
  margin-right: 9px;
}
.main-nav__item-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-family: 'glober-semibold';
  font-weight: normal;
  font-size: 14px;
}
.main-nav__item-link:hover {
  color: #72a215;
}
.main-nav__item-link_active {
  cursor: pointer;
  border: 1px solid #8dbc31;
  border-radius: 4px;
  padding: 8px 10px 8px 10px;
}
.main-nav__item-link_active:hover {
  color: #000;
}
.main-nav .flexMenu-viewMore {
  position: relative;
  display: block;
  float: left;
  margin-left: 12px;
  margin-right: 9px;
}
.main-nav .flexMenu-viewMore a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-family: 'glober-semibold';
  font-weight: normal;
  font-size: 14px;
}
.main-nav .flexMenu-viewMore a:hover {
  color: #72a215;
}
.main-nav .flexMenu-popup {
  position: absolute;
  top: 90%;
  left: 0px;
  padding: 20px 25px 10px;
  background: #fff;
  box-shadow: 0 14px 28px 0 rgba(114, 130, 137, 0.75);
  border-radius: 3px;
  z-index: 9;
}
.main-nav .flexMenu-popup li {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 16px;
}
.main-nav .flexMenu-popup a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-family: 'glober-semibold';
  font-weight: normal;
  font-size: 14px;
}
.main-nav .flexMenu-popup a:hover {
  color: #72a215;
}
.nav-right {
  height: 50px;
  overflow: hidden;
  list-style-type: none;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
  line-height: 44px;
}
.nav-right__link {
  padding: 5px 0 5px 0;
  color: #72a215;
  font-family: 'glober-semibold';
  font-size: 14px;
  margin-right: 30px;
}
.nav-right .select2-container {
  z-index: 999989;
}
.nav-right .select2-container--default {
  height: 35px;
  margin-top: -17px;
}
.nav-right .select2-selection--single {
  width: 140px;
  height: 42px;
  display: block;
  font-family: 'glober-semibold';
  font-size: 13px;
  position: relative;
}
.nav-right .select2-selection--single .select2-selection__rendered {
  display: inline;
}
.nav-right .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  text-align: center;
}
.nav-right .select2-container--default .select2-selection--single:hover {
  border-color: #6a8694;
}
.nav-right .select2-results {
  display: block;
  min-height: 50px;
  max-height: 200px;
  width: 284px;
  overflow: auto;
  position: relative;
}
.nav-right .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: relative;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 14px 28px 0 rgba(114, 130, 137, 0.75);
  -moz-box-shadow: 0 14px 28px 0 rgba(114, 130, 137, 0.75);
  -webkit-box-shadow: 0 14px 28px 0 rgba(114, 130, 137, 0.75);
  font-size: 13px;
  padding-bottom: 8px;
  width: 200px !important;
}
.select2-container {
  margin-top: 10px;
}
.select2-results__options.ps-container {
  position: relative;
}
.checkbox-row {
  margin-top: 100px;
  text-align: center;
}
.checkbox-row .select2-container {
  margin-top: 10px;
  margin-right: 100px;
}
.checkbox-row .select2-selection--single {
  width: 250px;
  height: 45px;
  display: inline-block;
  font-family: 'glober-semibold';
  font-size: 20px;
  position: relative;
  text-align: left;
  border-width: 2px;
}
.checkbox-row .select2-selection--single .select2-selection__rendered {
  display: inline;
}
.checkbox-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 34px;
  line-height: 40px;
}
.checkbox-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 73%;
  border-width: 6px 5px 0 5px;
  margin-left: -10px;
  margin-top: 0px;
}
.checkbox-row .js-switch-color {
  float: left;
}
.checkbox-row .switcher-label {
  cursor: pointer;
  display: inline-block;
  width: 400px;
  text-align: left;
  vertical-align: text-top;
}
.checkbox-row .switchery-small {
  border-radius: 20px;
  height: 32px;
  width: 56px;
}
.checkbox-row .switchery-small > small {
  height: 28px;
  width: 28px;
}
.perfectScrollbar {
  position: relative;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden !important;
  height: 100%;
}
.ps-scrollbar-x-rail {
  display: none !important;
}
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
  opacity: .6;
}
.subheader {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  white-space: nowrap;
  padding: 12px 45px 9px 63px;
  background-color: rgba(255, 255, 255, 0.93);
  max-height: 104px;
  border-top: 1px solid #e8e4e4;
  border-bottom: 1px solid #c1cbd1;
}
.subheader a {
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.subheader__heading {
  font-size: 28px;
  margin-top: 2px;
  font-family: 'glober-light';
  color: #000;
  display: block;
  cursor: pointer;
}
.subnav {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'glober-regular';
}
.subnav__item {
  display: block;
  float: left;
  padding: 4px 0 6px 0;
  margin-right: 19px;
}
.subnav__item-link {
  font-size: 14px;
  color: #000;
}
.subnav__item-link_active {
  color: #72a215;
  cursor: default;
}
.subnav__item-link_active:hover {
  color: #72a215;
}
.subnav__item-link-out {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  padding: 5px 20px 5px 20px;
  background-color: #7ca827;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.subnav__item-link-out:hover {
  color: #fff;
  background: #6F9523;
}
.main-block {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  min-height: 772px;
  position: relative;
  text-align: center;
  margin-top: -90px;
}
.main-block .main-block-abs-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  z-index: -1;
}
.main-block .main-block-content {
  position: relative;
  z-index: 1;
}
.main-block .main-block-abs-content {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: 0;
}
.main-block .main-block-abs-content_small-height {
  bottom: 200px;
}
.main-block .main-block-abs-content_medium-height {
  bottom: 150px;
}
.main-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}
.main-block_big {
  min-height: 1212px;
}
.main-block_general {
  margin-top: 0;
}
.main-block_general:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*.gradient(to bottom, fade(#60605f, 60%) 0%, transparent 100%);
            .gradient(to bottom, #60605f 0%, #ededea 100%);*/
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
}
.main-block_general:after {
  display: none;
}
.main-block_general .main-block__subheader {
  margin-bottom: 20px;
}
.main-block_general .main-block__btn-block {
  margin-top: 0;
}
.main-block_general .content-text__btn:not(:last-child),
.main-block_general .main-block__btn:not(:last-child) {
  margin-right: 15px;
}
.main-block_general .main-block__text-content {
  margin-top: 45px;
}
.main-block_reg {
  background-size: 100% 100%;
  position: relative;
}
.main-block_reg:after {
  display: none;
}
.main-block_reg:before {
  display: none;
}
.main-block_map {
  background: #476d12;
  background-image: none;
  margin-top: 0;
}
.main-block_map:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, rgba(121, 158, 51, 0) 35%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(121, 158, 51, 0) 35%);
  background-image: -ms-linear-gradient(90deg, #ffffff 0%, rgba(121, 158, 51, 0) 35%);
}
.main-block_map:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(50% 45%, ellipse contain, #8cb03f, #476d12);
  background-image: -o-radial-gradient(50% 45%, ellipse contain, #8cb03f, #476d12);
  background-image: -ms-radial-gradient(50% 45%, ellipse contain, #8cb03f, #476d12);
  background-image: -moz-radial-gradient(50% 45%, ellipse contain, #8cb03f, #476d12);
  background-image: -webkit-radial-gradient(50% 45%, ellipse contain, #8cb03f, #476d12);
}
.main-block_business {
  padding: 240px 0 635px;
}
.main-block_business .main-block__text-content {
  margin-top: 55px;
}
.main-block_business .outside__btn-rounded {
  position: relative;
  z-index: 33;
}
.main-block_business:after {
  display: none;
}
.main-block__clouds {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../img/clouds.png');
  height: 920px;
  width: 100%;
  position: absolute;
  bottom: -650px;
  margin: 0 auto;
  z-index: 3;
}
.main-block__truli {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../img/truli.png');
  height: 120px;
  width: 310px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -490px;
  z-index: 4;
}
.main-block__stars {
  background: url('../img/stars.png') no-repeat;
  height: 1950px;
  width: 100%;
  position: absolute;
  bottom: 400px;
  margin: 0 auto;
  background-size: cover;
  z-index: -2;
}
.main-block__header {
  z-index: 11;
  margin-bottom: 30px;
  color: #fff;
  font-size: 55px;
  line-height: 1.145;
  font-family: 'glober-light';
  letter-spacing: -2px;
}
.main-block__header_big {
  margin-top: 110px;
}
.main-block__text-content {
  margin-top: 35px;
  color: #fff;
  font-size: 18px;
  font-family: 'glober-book';
  cursor: pointer;
}
.main-block__subheader {
  margin: 20px auto 60px auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1240px;
  color: #fff;
  font-size: 22px;
  line-height: 1.59;
  font-family: 'glober-book';
}
.main-block__btn {
  margin-right: 20px;
}
.main-block__btn-block {
  margin-top: 40px;
}
.main-block__content-items {
  position: relative;
  z-index: 20;
  max-width: 1440px;
  margin: 100px auto 0;
}
.main-block__content-item-header {
  width: 270px;
  text-align: left;
  font-family: 'glober-regular';
  font-size: 22px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 10px;
}
.main-block__content-item-text {
  font-family: 'glober-regular';
  width: 270px;
  text-align: left;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
}
.main-block__content-item-ico {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  margin-top: -22px;
  margin-bottom: 15px;
}
.main-block__content-item-ico_business {
  width: 101px;
  height: 101px;
  background: url('../img/top-business-ico.png') no-repeat;
}
.main-block__content-item-ico_rocket {
  width: 101px;
  height: 101px;
  background: url('../img/top-rocket-ico.png') no-repeat;
  background-size: contain;
}
.main-block__content-item-ico_product {
  width: 101px;
  height: 101px;
  background: url('../img/top-product-ico.png') no-repeat;
}
.main-block__content-item-ico_online {
  width: 101px;
  height: 101px;
  background: url('../img/top-online-ico.png') no-repeat;
}
.main-block__content-item-ico_money {
  width: 101px;
  height: 101px;
  background: url('../img/top-money-ico.png') no-repeat;
}
.main-block__content-text-block {
  display: inline-block;
}
.main-block__main-text {
  color: #fff;
  font-size: 22px;
  font-family: 'glober-light';
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 25px;
}
.main-block__business-pro .main-block-abs-bg {
  bottom: -100px;
}
.main-block__business-pro .main-block__header {
  max-width: 1200px;
  margin-left: auto;
  margin-top: auto;
  display: inline-block;
}
.main-block__business-pro .main-block__subheader {
  margin-bottom: 30px;
}
.main-block_health .main-block-abs-bg:before,
.main-block_home .main-block-abs-bg:before,
.main-block_cosmetic .main-block-abs-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  z-index: -1;
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
}
.main-block_health:after,
.main-block_home:after,
.main-block_cosmetic:after {
  display: none;
}
.bg-wrapper-registration {
  background-image: url('../img/regestration-bg.jpg');
  background-position: center 0;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: -1;
}
.shooting-star-1 {
  background: url('../img/shooting-star-1.png') no-repeat;
  height: 118px;
  width: 215px;
  position: absolute;
  top: 386px;
  right: -144px;
  margin-right: 250px;
  background-size: cover;
  z-index: 1;
}
.shooting-star-2 {
  background: url('../img/shooting-star-2.png') no-repeat;
  height: 168px;
  width: 301px;
  right: -168px;
  position: absolute;
  top: 444px;
  margin-right: 213px;
  margin: 0 auto;
  background-size: cover;
  z-index: 2;
}
.shooting-star-3 {
  background: url('../img/shooting-star-3.png') no-repeat;
  height: 136px;
  width: 246px;
  position: absolute;
  top: 411px;
  right: -192px;
  margin-right: 45px;
  background-size: cover;
  z-index: 3;
}
.home-scroll-container {
  position: relative;
  margin-top: 10px;
}
.home-scroll.show {
  animation-name: animate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animate {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animate {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-scroll {
  display: block;
  width: 24px;
  height: 24px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0px auto;
  margin-bottom: -10px;
  opacity: 0;
  cursor: pointer;
}
.content-block {
  padding-top: 40px;
  padding-bottom: 90px;
}
.content-block_no-bottom-padding {
  padding-bottom: 0;
}
.content-block_no-padding {
  padding: 0;
}
.content-block_gradient {
  background-image: -webkit-linear-gradient(bottom, #f4f3f3 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f4f3f3 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f4f3f3 0%, #ffffff 100%);
}
.content-block_gradient-to-top {
  background-image: -webkit-linear-gradient(top, #f4f3f3 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f4f3f3 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f4f3f3 0%, #ffffff 100%);
}
.content-block__business-pro-1 {
  padding: 80px 0;
}
.content-block__business-pro-1 .heading__h3 {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .content-block__business-pro-1 .heading__h3 {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .content-block__business-pro-1 .num-list {
    padding-left: 40px;
  }
}
.content-block__business-pro-1 video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .content-block__business-pro-1 video {
    max-width: 114%;
    margin-left: -40px;
  }
}
.content-block__health {
  padding-top: 75px;
  padding-bottom: 10px;
}
.content-block__health .text-row {
  padding-top: 90px;
  padding-bottom: 100px;
}
.content-block__health .text-row .text-row__content {
  width: auto;
}
.content-block__health .text-row__health-slider .text-row__header {
  font-size: 44px;
  line-height: 1.13;
}
.content-block__health .content-item .content-text__descr {
  font-size: 39px;
  line-height: 1.179;
}
.content-block__health .content-row__health__accent {
  padding-top: 75px;
  padding-bottom: 70px;
  background-color: #f4f4f3;
}
.content-block__health .content-row__health__accent .content-img_ontop {
  top: auto;
}
.content-block__health .content-row__health__accent .content-text_ontop {
  width: auto;
  margin-top: 10px;
}
.content-block_cosmetics {
  padding-top: 80px;
}
.content-block_cosmetics .no-padding {
  padding: 0;
}
.content-block_cosmetics .content-img_ontop {
  top: auto;
  margin-top: -112px;
}
.content-block_cosmetics .content-row {
  padding-bottom: 70px;
}
.content-block_cosmetics .text-row {
  padding-top: 100px;
}
.content-block_cosmetics .content-row_gradient {
  padding-top: 100px;
}
.content-block_cosmetics .content-text_centred {
  width: auto;
}
.content-block_general .goods-container_business {
  width: 100%;
  max-width: 100%;
  height: 1010px;
}
.content-block_general .goods-container_business .general-item__text {
  height: auto;
}
.content-block_general .goods-container_business .general-item-1__text {
  top: -319px;
}
.content-block_general .goods-container_business .general-item-1__text {
  top: -140px;
}
.content-block__faq {
  padding-top: 115px;
  background-color: #fafafa;
}
.content-block__faq--intro {
  font-family: 'glober-light';
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #666666;
}
.content-block__faq--heading {
  margin-top: 70px;
  font-family: 'glober-light';
  font-size: 70px;
  line-height: 1.16;
  text-align: center;
}
.content-block__faq--content {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
.products-container {
  padding-top: 40px;
  padding-bottom: 100px;
}
.products-container_cosmetic {
  padding-top: 70px;
}
.products-container_home .content-row {
  padding-bottom: 75px;
}
.content-row_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.content-row_flex.row:before {
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.content-row_flex .content-text {
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  margin: 0 auto;
}
.content-row_flex .image-container {
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .content-row_flex .content-item_small img {
    width: 80%;
    height: auto;
  }
}
.content-item {
  padding-top: 25px;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.content-item_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.content-item_small.row:before {
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.content-item_big {
  width: 400px;
  margin: 0 auto;
}
.content-item_padding-bottom {
  padding-bottom: 100px;
}
.content-text {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding-top: 60px;
}
.content-text__subheader {
  font-size: 16px;
  font-family: 'glober-regular';
  line-height: 1;
}
.content-text__descr {
  font-size: 44px;
  font-family: 'glober-light';
  letter-spacing: -1px;
  line-height: 1;
}
.content-text__btn {
  margin-top: 30px;
  font-family: 'glober-book';
}
.content-text_centred {
  text-align: center;
  margin-top: 0;
  width: 370px;
  display: inline-block;
  padding-top: 0;
}
.content-text_ontop {
  margin-top: -93px;
}
.content-text_ontop-half {
  margin-top: -50px;
}
.outside__btn-rounded {
  color: #fff;
  border-radius: 34px;
  padding: 10px 20px 10px 21px;
  background-color: rgba(124, 175, 25, 0.8);
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.outside__btn-rounded_long-width {
  width: 236px;
}
.outside__btn-rounded_short {
  padding-left: 41px;
  padding-right: 39px;
}
.outside__btn-rounded:hover {
  color: #fff;
  background-color: #7caf19;
}
.outside__btn-rounded i {
  margin-left: 5px;
  font-size: 13px;
}
.outside__btn-rounded_big {
  padding: 21px 47px 23px 47px;
  font-size: 24px;
  margin-top: 24px;
  font-family: 'glober-book';
  border-radius: 54px;
}
.outside__btn-rounded_big-margin {
  margin-top: 50px;
}
.content-img {
  display: inline-block;
  margin-left: 60px;
  margin-right: 60px;
}
.content-img_centred {
  display: block;
  margin: 0 auto;
}
.content-img_ontop {
  top: -112px;
  position: relative;
  z-index: 99;
}
.content-img_onbottom {
  bottom: -63px;
  position: relative;
  z-index: 998;
  left: -70px;
  margin: 0;
}
.content-img_no-margin {
  margin: 0;
  padding-left: 90px;
}
.show-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s;
}
.content-row {
  padding-bottom: 50px;
}
.content-row_gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(244, 244, 243, 0.8) 11%);
}
.text-row {
  padding-top: 85px;
  padding-bottom: 86px;
  text-align: center;
  background: #f4f4f3;
}
.text-row__header {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-family: 'glober-light';
  margin-bottom: 30px;
}
.text-row__plain-text {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  font-family: 'glober-regular';
}
.text-row__plain-text_big {
  font-size: 22px;
  font-family: 'glober-light';
  line-height: 1.4em;
}
.text-row__content {
  color: #000;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  width: 730px;
  font-family: 'glober-light';
}
.text-row_white {
  background: #fff;
}
.text-row_no-padding {
  padding-bottom: 0;
}
.text-row_reg {
  padding-top: 84px;
  padding-bottom: 84px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-row_reg .text-row__content {
  font-size: 32px;
  line-height: 35px;
}
.text-row_white-margin {
  margin-top: 10px;
}
.text-row .big-text {
  font-family: 'glober-light';
  font-size: 22px;
  line-height: 1.4em;
  color: #000;
}
.text-row__business-pro .text-row__content {
  font-size: 24px;
  line-height: 1.66;
  width: auto;
  max-width: 1050px;
}
.text-row__bold-text {
  font-family: 'glober-bold';
  font-size: 16px;
}
.text-row_faq {
  padding-top: 0;
  background: #fafafa;
}
.tex-left-align {
  color: #000;
  display: inline-block;
  text-align: left;
  width: 700px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'glober-regular';
}
.main-text-row {
  padding-bottom: 50px;
  text-align: center;
  background: -webkit-linear-gradient(to bottom, white 0%, #fdfdfd 100%);
  background: -moz-linear-gradient(to bottom, white 0%, #fdfdfd 100%);
  background: -ms-linear-gradient(to bottom, white 0%, #fdfdfd 100%);
  background: linear-gradient(to bottom, white 0%, #fdfdfd 100%);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
}
.main-text-row__header {
  color: #000;
  font-size: 55px;
  line-height: 1.145;
  text-align: center;
  display: block;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: 'glober-light';
}
.main-text-row__content {
  color: #000;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-family: 'glober-book';
}
.main-text-row h2 {
  font-size: 36px;
  font-family: 'glober-light';
  margin-bottom: 30px;
}
.main-text-row p {
  font-size: 18px;
  line-height: 1.611;
}
.top-row {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 65px;
  text-align: center;
  background: #fff;
}
.top-row__content {
  color: #000;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-family: 'glober-light';
}
.bottom-block {
  position: relative;
  overflow: hidden;
  padding: 120px 20px 90px;
  z-index: 1;
  text-align: center;
}
.bottom-block .bottom-block-abs-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  z-index: -1;
  top: 0;
  bottom: -50vh;
}
.bottom-block .block-bottom-content {
  position: relative;
  z-index: 1;
}
.bottom-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
.bottom-block--faq {
  padding-bottom: 160px;
}
.bottom-block_general {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f4f4f3;
}
.bottom-block_general:after {
  display: none;
}
.bottom-block_general-business {
  background: #fff;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 170px;
  height: auto;
}
.bottom-block_general-business:after {
  background: rgba(0, 0, 0, 0);
}
.bottom-block_business {
  padding-top: 180px;
  padding-bottom: 180px;
}
.bottom-block_business .bottom-block-abs-bg {
  background-position: 70% 50%;
}
.bottom-block_health,
.bottom-block_home,
.bottom-block_cosmetic {
  padding-top: 180px;
  padding-bottom: 160px;
}
.bottom-block .bottom-block__default-btn {
  margin-top: 30px;
  width: 223px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.bottom-block__header {
  color: #fff;
  font-size: 57px;
  line-height: 1.12;
  margin-top: 25px;
  letter-spacing: -1px;
  font-family: 'glober-light';
}
.bottom-block__header_general {
  margin-top: 0;
  font-size: 48px;
  line-height: 1.458;
  color: #000;
}
.bottom-block__sub-header {
  font-family: 'glober-light';
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  margin-top: 20px;
}
.default-btn {
  color: #000;
  border-radius: 6px;
  padding: 15px 54px 16px 54px;
  background-color: #ebece9;
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
  font-family: 'glober-book';
  cursor: pointer;
  z-index: 99;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  border: 2px solid #ebece9;
}
.default-btn:hover {
  color: #000;
  background-color: rgba(235, 236, 233, 0.8);
  border-color: white;
}
.default-btn i {
  margin-left: 5px;
  font-size: 13px;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.default-btn_photostack {
  position: relative;
  top: -115px;
  background: #fff;
}
.default-btn_transparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.default-btn_transparent:hover {
  color: #000;
  background: #fff !important;
}
.default-btn_transparent:hover i {
  color: #000;
}
.default-btn_transparent i {
  color: #fff;
}
.transparent-btn {
  color: #000;
  border-radius: 4px;
  padding: 7px 15px 8px 15px;
  background-color: transparent;
  border: 1px solid #abc932;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  font-family: 'glober-regular';
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.transparent-btn:hover {
  color: #fff;
  background-color: #abc932;
}
.transparent-btn i {
  margin-left: 5px;
  font-size: 13px;
}
.goods-container {
  position: relative;
  height: 900px;
  background: #f4f4f3;
  border-bottom: 1px solid #e0e0df;
  text-align: center;
}
.goods-container__header {
  color: #000;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding-top: 85px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-family: 'glober-light';
}
.goods-container__content {
  color: #000;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-family: 'glober-book';
}
.goods-container__general {
  height: 1050px;
  background: -webkit-linear-gradient(to bottom, #fdfdfd 0%, #f4f4f3 100%);
  background: -moz-linear-gradient(to bottom, #fdfdfd 0%, #f4f4f3 100%);
  background: -ms-linear-gradient(to bottom, #fdfdfd 0%, #f4f4f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f3 100%);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
}
.goods-container__general .general-item__text {
  height: auto;
  padding: 25px 30px 25px 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
.goods-container__general .general-item__text p:last-child {
  margin-bottom: 0;
}
.goods-container__general .general-item__header {
  margin-bottom: 10px;
  font-family: 'glober-regular';
  font-size: 22px;
  line-height: 1.227;
  color: black;
}
.goods-container__general .general-item-1__text {
  float: right;
  margin: 0 100px 0 0;
  -webkit-transform: translateY(-73%);
  -moz-transform: translateY(-73%);
  -ms-transform: translateY(-73%);
  transform: translateY(-73%);
}
.goods-container__general .general-item-2 {
  top: 50px;
}
.goods-container__general .general-item-2__text {
  top: auto;
  float: left;
  margin: 0 0 0 100px;
  -webkit-transform: translateY(-33px);
  -moz-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px);
}
.goods-container__general .general-item-3 {
  top: 430px;
}
.goods-container__general .general-item-3__text {
  margin-top: 0;
  -webkit-transform: translateY(-219px);
  -moz-transform: translateY(-219px);
  -ms-transform: translateY(-219px);
  transform: translateY(-219px);
}
.goods-container__general .general-item-4 {
  top: 700px;
  right: 8%;
}
.goods-items-block {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.goods-items-block p {
  text-align: left;
  line-height: 23px;
}
.general-item__image {
  box-shadow: 0px 12px 54px 0px rgba(24, 22, 18, 0.5);
  display: inline-block;
}
.general-item__header {
  font-size: 20px;
  text-align: left;
  margin-bottom: 14px;
  font-family: 'glober-semibold';
  color: #000;
}
.general-item__text {
  padding: 30px;
}
.goods-container_business {
  height: 1200px;
  max-width: 1600px;
  margin: 0 auto;
  background: none;
  background-image: linear-gradient(270deg, #ffffff 0%, #f4f4f3 100%);
  background-image: -moz-linear-gradient(270deg, #ffffff 0%, #f4f4f3 100%);
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #f4f4f3 100%);
  background-image: -ms-linear-gradient(270deg, #ffffff 0%, #f4f4f3 100%);
}
.goods-container_business .general-item-1__text {
  left: 140px;
  top: -229px;
  position: relative;
  width: 430px;
  height: 220px;
}
@media (max-width: 1200px) {
  .goods-container_business .general-item-1__text {
    top: -300px;
  }
}
.goods-container_business .general-item-2__text {
  top: 220px;
  position: relative;
  width: 380px;
  height: 280px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0 245px;
}
@media (max-width: 1200px) {
  .goods-container_business .general-item-2__text {
    margin: 0 200px 0 0;
  }
}
.goods-container_business .general-item-3__text {
  left: 330px;
  top: -245px;
  position: relative;
  width: 445px;
  height: 280px;
}
@media (max-width: 1200px) {
  .goods-container_business .general-item-3__text {
    left: 130px;
  }
}
.goods-container_business .general-item-4__text {
  right: 75px;
  top: -229px;
  position: relative;
  width: 430px;
  height: 220px;
}
.goods-container_business .general-item-5__text {
  right: 30px;
  top: -450px;
  position: relative;
  width: 445px;
  height: 220px;
}
.general-item-1 {
  position: absolute;
  top: -20px;
  right: 3px;
  z-index: 101;
}
.general-item-1__image {
  background-position-x: 0 !important;
  background: url('../img/general-good-1.png') no-repeat;
  width: 762px;
  height: 452px;
}
.general-item-1__text {
  background-color: rgba(255, 255, 255, 0.9);
  width: 433px;
  height: 183px;
  z-index: 166;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  margin-top: -100px;
}
.general-item-1_business {
  right: 50px !important;
  left: inherit !important;
  top: 40px;
}
.general-item-2 {
  position: absolute;
  top: 80px;
  left: 3px;
  z-index: 102;
}
.general-item-2_business {
  left: 30px !important;
  top: -120px;
}
@media (max-width: 1200px) {
  .general-item-2_business {
    top: 10px;
  }
}
.general-item-2__image {
  background-position-x: 0 !important;
  background: url('../img/general-good-2.png') no-repeat;
  width: 764px;
  height: 857px;
}
.general-item-2__text {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0 245px;
  width: 433px;
  height: 183px;
  z-index: 166;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  top: 50px;
  position: relative;
}
.general-item-3 {
  z-index: 103;
  position: absolute;
  top: 650px;
  left: 20%;
}
.general-item-3_business {
  left: 33% !important;
  top: 480px;
}
.general-item-3__image {
  background-position-x: 0 !important;
  background: url('../img/general-good-3.png') no-repeat;
  width: 677px;
  height: 483px;
}
.general-item-3__text {
  background-color: rgba(255, 255, 255, 0.9);
  width: 353px;
  height: 188px;
  z-index: 166;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  margin-top: -100px;
}
.general-item-4 {
  z-index: 105;
  position: absolute;
  top: 1020px;
  right: 0;
}
.general-item-4_business {
  right: 130px !important;
  left: inherit !important;
  top: 890px;
}
.general-item-4__image {
  background-position-x: 0 !important;
  background: url('../img/general-good-4.png') no-repeat;
  width: 503px;
  height: 290px;
}
.general-item-4__text {
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  height: 211px;
  z-index: 166;
  font-size: 14px;
  color: #666;
  margin-top: -100px;
  margin-left: -20px;
}
.general-item-5 {
  z-index: 104;
  position: absolute;
  top: 1220px;
  right: 0;
}
.general-item-5_business {
  left: 65px !important;
  top: 765px;
  right: inherit;
}
.general-item-5__image {
  background-position-x: 0 !important;
  background: url('../img/general-good-4.png') no-repeat;
  width: 503px;
  height: 290px;
}
.general-item-5__text {
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  height: 211px;
  z-index: 166;
  font-size: 14px;
  color: #666;
  padding: 25px;
  margin-top: -100px;
  margin-left: -20px;
}
.bottom-content {
  max-width: 1440px;
  margin: 20px auto 0;
}
.bottom-content span {
  font-size: 20px;
  font-family: 'glober-regular';
  color: #000;
}
.bottom-content__item {
  height: 412px;
  padding: 0;
  float: none;
  display: inline-block;
  width: 32.5%;
}
.bottom-content__item:hover .image-container {
  background-size: 77% !important;
}
@media (max-width: 1200px) {
  .bottom-content__item:hover .image-container {
    background-size: 77% !important;
  }
}
.bottom-content .image-container {
  height: 355px;
  overflow: hidden;
  display: block;
  position: relative;
  background-position: 50% 50% !important;
  transition: background-size 0.3s ease;
  background-size: 80% !important;
}
@media (max-width: 1200px) {
  .bottom-content .image-container {
    background-size: 70% !important;
  }
}
.bottom-content .image-container_totop img {
  margin-top: -10px;
}
@media (max-width: 1200px) {
  .bottom-content .image-container_totop img {
    margin-top: 0;
  }
}
.bottom-content__heading {
  font-size: 20px;
  font-family: 'glober-regular';
  color: #000;
  display: block;
  margin-bottom: 0;
}
.bottom-content .image-circle {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: #e1e1e1 1px solid;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  width: 250px;
  height: 0;
  padding: 125px 0;
  top: 70px;
  left: 117px;
}
@media (max-width: 1200px) {
  .bottom-content .image-circle {
    top: 110px;
    left: 90px;
    width: 180px;
    padding: 90px 0;
  }
}
.bottom-content .image-circle span {
  content: "";
  display: inline-block;
  width: 92%;
  height: 92%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5;
  top: 4%;
  left: 4%;
  z-index: 2;
  overflow: hidden;
}
.bottom-content .image-circle img {
  vertical-align: middle;
  width: 240px;
}
.bottom-content .small-ico {
  margin-top: 25px;
}
.bottom-content__general {
  margin-top: 60px;
}
.bottom-content__general .image-container {
  height: 355px;
  overflow: visible;
}
.link-block {
  height: 300px;
  text-align: center;
  color: #fff;
}
.link-block__header {
  margin-top: 210px;
  font-size: 28px;
  font-family: 'glober-regular';
  color: #fff;
  display: block;
}
.link-block__subheader {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  font-family: 'glober-book';
  display: block;
  color: #fff;
}
.link-block__item {
  border: 2px solid #fff;
  border-top: 4px solid #fff;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 33.33333333%;
  float: left !important;
}
.link-block__item:first-child {
  border-left: none;
}
.link-block__item:last-child {
  border-right: none;
}
.link-block__item:before,
.link-block__item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  z-index: -1;
  content: '';
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  -webkit-transition: transform linear 150ms;
  -o-transition: transform linear 150ms;
  transition: transform linear 150ms;
}
.link-block__item:before {
  top: -200px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.link-block__item span {
  -webkit-transition: transform linear 150ms;
  -o-transition: transform linear 150ms;
  transition: transform linear 150ms;
}
.link-block__item:hover:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.link-block__item:hover:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.link-block__item:hover span {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.link-block__item_catalog {
  background: url('../img/link-block_catalog.jpg') no-repeat;
}
.link-block__item_catalog:before {
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
}
.link-block__item_points {
  background: url('../img/link-block_points.jpg') no-repeat;
}
.link-block__item_points:before {
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
}
.link-block__item_estore {
  background: -webkit-linear-gradient(to top, #ededed, white);
  background: -moz-linear-gradient(to top, #ededed, white);
  background: -ms-linear-gradient(to top, #ededed, white);
  background: linear-gradient(to top, #ededed, white);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
  color: #000;
  z-index: 2;
}
.link-block__item_estore span {
  color: #000;
}
.link-block__item_estore:after {
  bottom: 0;
  background: url('../img/link-block_estore.png') no-repeat;
  background-position: 50% 30%;
}
footer {
  background: #fff;
}
.footer-main {
  padding: 75px 65px 70px 65px;
  font-size: 14px;
}
.footer-main a {
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.footer-main .footer-nav-items {
  font-family: 'glober-regular';
  font-size: 13px;
  list-style: none;
  padding-left: 1px;
}
.footer-main .footer-nav-items a {
  text-decoration: none;
  color: #000;
}
.footer-main .footer-nav-items a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.footer-main__subheader {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: 'glober-semibold';
  display: block;
  color: #000;
  margin-top: 0;
  padding-bottom: 15px;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  z-index: 1;
}
.footer-main__subheader:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}
.footer-main__subheader_comp:after {
  background: url('../img/company-ico.png') no-repeat;
  width: 44px;
  height: 51px;
  top: -26px;
  left: -16px;
}
.footer-main__subheader_prod:after {
  background: url('../img/product-ico.png') no-repeat;
  width: 57px;
  height: 51px;
  top: -26px;
  left: -16px;
}
.footer-main__subheader_bussines:after {
  background: url('../img/buisness-ico.png') no-repeat;
  width: 44px;
  height: 51px;
  top: -26px;
  left: -16px;
}
.footer-main__subheader_connect:after {
  background: url('../img/connect-ico.png') no-repeat;
  width: 44px;
  height: 51px;
  top: -26px;
  left: -16px;
}
.footer-main__left {
  float: left;
  width: 20%;
}
.footer-main__center {
  text-align: left;
  float: left;
  width: 60%;
}
.footer-main__column {
  float: left;
  width: 33%;
}
.footer-main__phone {
  display: block;
  font-family: 'glober-light';
  font-size: 23px;
}
@media (max-width: 1200px) {
  .footer-main__phone {
    font-size: 18px;
  }
}
.footer-main__right {
  float: right;
  width: 20%;
  padding-left: 2%;
}
.footer-main__right p {
  margin: 8px 0 0 0;
}
.footer-main__bottom {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  float: left;
}
.footer-main__bottom .transparent-btn {
  margin-right: 11px;
}
.footer-main__socials {
  width: 20%;
  padding-left: 2%;
}
.footer-main__social {
  display: table;
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  text-align: center;
  color: #bad076;
  text-decoration: none !important;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  border: 1px solid #bad076;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 18px;
  line-height: 33px;
}
@media (max-width: 1200px) {
  .footer-main__social {
    margin-bottom: 5px;
  }
}
.footer-main__social i {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.footer-main__social_vk:hover {
  border: 1px solid #6E8AA9;
}
.footer-main__social_vk:hover i {
  color: #6E8AA9;
}
.footer-main__social_fb:hover {
  border: 1px solid #375187;
}
.footer-main__social_fb:hover i {
  color: #375187;
}
.footer-main__social_ok:hover {
  border: 1px solid #F58220;
}
.footer-main__social_ok:hover i {
  color: #F58220;
}
.footer-bottom {
  padding: 30px 20px 25px 60px;
  background: #f4f4f3;
}
.footer-bottom:after,
.footer-bottom:before {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
}
.footer-bottom:after {
  clear: both;
}
.footer-bottom a {
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.footer-logo {
  float: left;
  margin-right: 14px;
  width: 42px;
  height: 41px;
  background-repeat: no-repeat;
  background-image: url('../img/footer-logo.png');
}
.footer-copyright {
  float: left;
  width: 30%;
  padding-top: 8px;
  font-size: 11px;
  line-height: 15px;
  color: #707e87;
}
.footer-global-nav {
  display: block;
  float: right;
  max-width: 60%;
}
.footer-global-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
}
.footer-global-nav__list:after,
.footer-global-nav__list:before {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
}
.footer-global-nav__list:after {
  clear: both;
}
.footer-global-nav__list a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-global-nav__list a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.footer-global-nav__list-item,
.footer-global-nav .flexMenu-viewMore {
  display: block;
  position: relative;
  float: left;
  margin-right: 30px;
  font-family: 'glober-semibold';
}
.footer-global-nav .flexMenu-popup {
  position: absolute;
  bottom: 90%;
  right: -10px;
  padding: 20px 25px 10px;
  background: #fff;
  box-shadow: 0 14px 28px 0 rgba(114, 130, 137, 0.75);
  border-radius: 3px;
  z-index: 9;
}
.footer-global-nav .flexMenu-popup li {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 16px;
}
.footer-global-nav .flexMenu-popup a {
  display: inline-block;
  padding: 0;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #fff;
}
.footer-global-nav .flexMenu-popup a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1240px) {
  .menu-container {
    max-width: 50%;
  }
  .main-nav {
    margin-left: 10px;
    overflow: visible;
  }
  .main-nav__item {
    margin-left: 12px;
  }
  .main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subheader {
    padding: 12px 0px 9px 20px;
  }
  .nav-right {
    padding-right: 0;
  }
  .content-row {
    overflow: hidden;
  }
  .content-item_small img {
    width: 276px;
    height: 158px;
  }
  .content-text__descr {
    font-size: 34px;
  }
  .main-block__clouds {
    height: 700px;
    margin-top: 200px;
  }
}
@media (max-width: 1440px) {
  .content-item_small img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .link-block__item:nth-child(4) {
    display: none;
  }
  .link-block__item_estore {
    border-right: none;
  }
}
@media (min-width: 1600px) {
  .link-block__item {
    width: 25% !important;
  }
}
.slider-description {
  margin: 0 auto;
  width: 1100px;
}
.slider-description__text {
  color: #666;
  display: inline-block;
  width: 743px;
  margin: 0 auto;
  font-family: 'glober-light';
}
.slider-description img {
  margin: -20px auto 0 20px;
  vertical-align: top;
}
.slider-description__btn {
  position: relative;
  display: inline-block;
  margin-top: 35px;
}
.slider-block__header {
  text-align: left;
  color: #000;
  font-family: 'glober-light';
  margin-left: 105px;
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 1.208;
}
.slider-block .swiper-container {
  width: 100%;
  height: 100%;
}
.slider-block .swiper-slide {
  display: block;
  overflow: hidden;
  max-height: 525px;
}
.slider-block .swiper-slide img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  margin-top: 262.5px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}
.slider-block .swiper-slide-active {
  width: 70% !important;
}
.slider-block .swiper-slide-next {
  width: 30% !important;
  height: 420px;
}
.slider-block .swiper-pagination-bullet {
  background: #d9d6d8;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 16px !important;
}
.slider-block .swiper-pagination-bullet-active {
  background: #baa38f;
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
}
.slider-block .swiper-container-horizontal > .swiper-pagination {
  bottom: 50px;
  right: 30%;
  width: auto;
  margin-right: -60px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  left: auto;
}
.slider-block .swiper-slide-prev {
  left: -100px;
  display: none;
}
.slider-block .nav-btn.swiper-button-next {
  overflow: hidden;
  top: 0;
  right: 0;
  width: 30%;
  height: 420px;
  margin-top: 0;
}
.slider-block .nav-btn.swiper-button-next svg {
  width: 100% !important;
  height: 534px;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-block .nav-btn {
  box-shadow: none;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
.swiper-wooden {
  background: url('../img/slider-bg.jpg') no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 585px !important;
}
.swiper-wooden .swiper-slide {
  margin-top: 40px;
  padding-top: 40px;
  background-color: #f8f9fa;
  width: 574px;
  height: 439px;
  z-index: 1;
  cursor: pointer;
}
.swiper-wooden .swiper-slide p {
  font-size: 14px;
  font-family: 'glober-regular';
  margin-top: 0;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-wooden .swiper-slide:hover .play-btn {
  display: block;
}
.swiper-wooden .play-btn {
  cursor: pointer;
  left: 50%;
  top: 167px;
  transform: translate(-50%, -50%) !important;
}
.swiper-wooden .default-btn {
  position: relative;
  top: -80px;
  cursor: pointer;
}
.swiper-wooden .image-container {
  width: 520px;
  height: 255px;
  margin: 0 auto;
}
.swiper-wooden .image-item {
  display: block;
  background-size: cover !important;
  height: 100%;
}
.swiper-wooden .image-header {
  height: 150px;
}
.nav-btn {
  box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.2);
  width: 67px;
  border-radius: 4px;
  height: 128px;
  z-index: 188;
  display: block;
  position: absolute;
  cursor: pointer;
  transition: all .5s ease;
  opacity: 0.65;
}
.nav-btn:hover {
  opacity: 1;
}
.nav-btn:after,
.nav-btn:before {
  display: none;
}
.nav-btn.swiper-button-prev {
  top: 35%;
  left: 13%;
  transform: rotate(-180deg);
}
.nav-btn.swiper-button-next {
  top: 35%;
  right: 13%;
}
.swiper-auto,
.swiper-health {
  margin-top: 120px;
}
.swiper-auto .swiper-slide p,
.swiper-health .swiper-slide p {
  font-size: 25px;
  font-family: 'glober-light';
  color: #666;
  line-height: 35px;
  padding-top: 20px;
}
.swiper-auto .swiper-slide-active:hover .default-btn,
.swiper-health .swiper-slide-active:hover .default-btn {
  opacity: 1;
}
.swiper-auto .default-btn,
.swiper-health .default-btn {
  position: absolute;
  top: 50%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  top: 30%;
  left: 30%;
  transition: all .5s ease;
}
.swiper-auto .swiper-pagination-bullet,
.swiper-health .swiper-pagination-bullet {
  background: #d9d6d8;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.swiper-auto .swiper-pagination-bullet-active,
.swiper-health .swiper-pagination-bullet-active {
  background: #baa38f;
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
}
.swiper-auto .swiper-container-horizontal > .swiper-pagination,
.swiper-health .swiper-container-horizontal > .swiper-pagination {
  bottom: 0px;
  left: 0;
  width: 100%;
}
.swiper-auto .swiper-slide {
  width: 520px !important;
  height: 272px !important;
}
.swiper-health {
  margin-top: 60px;
}
.swiper-health .swiper-wrapper {
  display: block;
  text-align: left;
  white-space: nowrap;
  margin-left: -35px;
}
.swiper-health .swiper-slide {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  -webkit-transition: opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.swiper-health .swiper-slide:nth-child(1) {
  z-index: 5;
}
.swiper-health .swiper-slide:nth-child(2) {
  z-index: 4;
}
.swiper-health .swiper-slide:nth-child(3) {
  z-index: 3;
}
.swiper-health .swiper-slide:nth-child(4) {
  z-index: 2;
}
.swiper-health .swiper-slide:nth-child(5) {
  z-index: 1;
}
.swiper-health .swiper-slide:not(.swiper-slide-active) {
  opacity: .5;
}
.swiper-health .swiper-slide img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  max-height: 515px;
  height: auto;
}
.swiper-health > .swiper-pagination {
  bottom: 0;
}
.swiper-health > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 16px;
}
.swiper-tabs-health > div:not(.active) {
  display: none;
}
.swiper-tabs-health .text-row__header {
  margin-top: 25px;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin: 50px 0 0 0;
  vertical-align: top;
}
.big-slider {
  width: 100%;
  background: #ad968d;
  padding-left: 60px;
  padding-top: 65px;
  padding-right: 60px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.big-slider .text-in-image {
  color: #fff;
  font-size: 18px;
  font-family: 'glober-regular';
  position: absolute;
  width: 100%;
  top: 97px;
  display: block;
}
@media (max-width: 1399px) {
  .big-slider {
    padding-left: 0px;
    padding-right: 20px;
  }
}
.big-slider__wrapper {
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}
.big-slider__lines {
  position: absolute;
  top: 160px;
  left: -100px;
  width: 100%;
  background-size: cover;
  height: 500px;
  background: url('../img/big-slider-lines.png') no-repeat;
}
.big-slider__header {
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  font-family: 'glober-light';
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.big-slider__sub-header {
  text-align: center;
  color: #fff;
  font-family: 'glober-regular';
  font-size: 22px;
  margin-bottom: 75px;
}
.big-slider__descr {
  width: 677px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  line-height: 23px;
}
@media (max-width: 1399px) {
  .big-slider__descr {
    margin-left: 40px;
  }
}
.big-slider__descr.active {
  max-height: 265px;
  margin-left: 110px;
  margin-bottom: 75px;
  height: 265px;
}
.big-slider__descr.no-ico .big-slider__descr-header {
  margin-top: 82px;
}
.big-slider .big-slider__descr-icons {
  margin-bottom: 10px;
}
.big-slider__descr-header {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'glober-bold';
}
.big-slider__descr-text {
  font-family: 'glober-bold';
  color: #000;
  font-size: 14px;
}
.big-slider__img-block {
  position: relative;
  max-width: 1400px;
  width: 1192px;
  margin: 0 auto;
  height: 200px;
}
.big-slider .slider-selection {
  background-image: -moz-linear-gradient(0deg, #9ebf78 0%, #7caf19 100%);
  background-image: -webkit-linear-gradient(0deg, #9ebf78 0%, #7caf19 100%);
  background-image: -ms-linear-gradient(0deg, #9ebf78 0%, #7caf19 100%);
  transition: all .5s ease;
  border-radius: 24px;
}
.big-slider .slider-track-high {
  background-color: #eaecee;
  transition: all .5s ease;
  border-radius: 24px;
}
.big-slider .slider.slider-horizontal .slider-track {
  height: 20px;
  border-radius: 24px;
}
.big-slider .slider-handle {
  background-image: inear-gradient(90deg, #f3f3f2 0%, #cdcdcc 100%);
  background-image: -moz-linear-gradient(90deg, #f3f3f2 0%, #cdcdcc 100%);
  background-image: -webkit-linear-gradient(90deg, #f3f3f2 0%, #cdcdcc 100%);
  background-image: -ms-linear-gradient(90deg, #f3f3f2 0%, #cdcdcc 100%);
  box-shadow: 0px 6px 15px 0px rgba(10, 8, 8, 0.25);
  width: 45px;
  height: 45px;
  border-radius: 15px;
  margin-top: -14px !important;
  transition: all .5s ease;
}
.big-slider .slider-handle:before {
  content: '';
  display: block;
  background: url('../img/small-logo-ico.png') no-repeat;
  height: 64px;
  width: 64px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.big-slider .slider.slider-horizontal {
  width: 1050px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .big-slider .slider.slider-horizontal {
    width: 830px;
  }
}
.big-slider .slider.slider-horizontal .slider-track {
  margin-top: 9px;
}
.big-slider .slider-tick {
  display: none !important;
}
.big-slider .slider.slider-horizontal .slider-tick-label-container {
  margin-top: -60px !important;
  margin-left: -76px !important;
}
@media (max-width: 1200px) {
  .big-slider .slider.slider-horizontal .slider-tick-label-container {
    margin-left: -80px !important;
  }
}
.big-slider .slider-tick-label {
  position: relative;
  color: #fff;
  font-family: 'glober-regular';
  font-size: 16px;
  padding: 8px 0 7px 0 !important;
  width: 130px !important;
}
@media (max-width: 1200px) {
  .big-slider .slider-tick-label {
    font-size: 14px;
  }
}
.big-slider .slider-tick-label:nth-child(1) {
  background: #7daf19;
  left: 0;
}
.big-slider .slider-tick-label:nth-child(2) {
  background: #477b94;
  left: 20px;
}
.big-slider .slider-tick-label:nth-child(3) {
  background: #477b94;
  left: 42px;
}
.big-slider .slider-tick-label:nth-child(4) {
  background: #b58d55;
  left: 60px;
}
.big-slider .slider-tick-label:nth-child(5) {
  background: #805e32;
  left: 80px;
}
.big-slider .slider-tick-label:nth-child(6) {
  background: #805e32;
  left: 98px;
}
.big-slider .slider-tick-label:nth-child(7) {
  background: #805e32;
  left: 115px;
}
.big-slider .slider-tick-label:nth-child(8) {
  background: #f24800;
  width: 170px !important;
  left: 124px;
}
@media (max-width: 1200px) {
  .big-slider .slider-tick-label {
    margin-right: -6px;
    font-size: 16px;
  }
}
.big-slider .slider-tick-label:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfc6c1;
  left: 49%;
  top: 48px;
}
.big-slider .slider-tick-label {
  opacity: 0;
}
.slider-container {
  width: 1024px;
  margin: 0 auto 20px auto;
}
.slider-container .tooltip {
  display: none !important;
}
.small-ico {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-size: 100% 100%;
}
.small-ico_auto {
  background: url('../img/auto-ico.png') no-repeat;
  background-size: 100% 100%;
}
.small-ico_home {
  background: url('../img/home-ico.png') no-repeat;
}
.small-ico_world {
  background: url('../img/world-ico.png') no-repeat;
}
.small-ico_airplane {
  background: url('../img/airplane-ico.png') no-repeat;
}
.small-ico_merc {
  background: url('../img/mercedes-ico.jpg') no-repeat;
}
.small-ico_project {
  margin-bottom: 45px;
}
.circle-image {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: #e1e1e1 1px solid;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.circle-image_n-1 {
  top: 13px;
  left: 36px;
  width: 150px;
  height: 0;
  padding: 75px 0;
}
@media (max-width: 1200px) {
  .circle-image_n-1 {
    left: 31px;
    width: 140px;
    padding: 70px 0;
  }
}
.circle-image_n-2 {
  top: -17px;
  left: 170px;
  width: 180px;
  height: 0;
  padding: 90px 0;
}
.circle-image_n-3 {
  top: -50px;
  left: 290px;
  width: 210px;
  height: 0;
  padding: 105px 0;
}
@media (max-width: 1200px) {
  .circle-image_n-3 {
    left: 310px;
  }
}
.circle-image_n-4 {
  top: -99px;
  left: 408px;
  width: 250px;
  height: 0;
  padding: 125px 0;
}
@media (max-width: 1200px) {
  .circle-image_n-4 {
    left: 470px;
  }
}
.circle-image_n-5 {
  top: -170px;
  left: 530px;
  width: 300px;
  height: 0;
  padding: 150px 0;
}
@media (max-width: 1200px) {
  .circle-image_n-5 {
    top: -160px;
    left: 590px;
  }
}
.circle-image_n-6 {
  top: -224px;
  left: 647px;
  width: 350px;
  height: 0;
  padding: 175px 0;
}
@media (max-width: 1200px) {
  .circle-image_n-6 {
    top: -240px;
    left: 660px;
    width: 330px;
    padding: 165px 0;
  }
}
.circle-image_n-7 {
  top: -273px;
  left: 789px;
  width: 380px;
  height: 0;
  padding: 190px 0;
}
@media (max-width: 1200px) {
  .circle-image_n-7 {
    top: -240px;
    left: 660px;
    width: 330px;
    padding: 165px 0;
  }
}
.circle-image_n-8 {
  top: -200px;
  left: 1013px;
  width: 256px;
  height: 0;
  padding: 128px 0;
  background-color: rgba(242, 72, 0, 0.95);
}
@media (max-width: 1200px) {
  .circle-image_n-8 {
    top: -240px;
    left: 660px;
    width: 330px;
    padding: 165px 0;
  }
}
.circle-image div {
  content: "";
  display: inline-block;
  width: 90%;
  height: 90%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5;
  top: 5%;
  left: 5%;
  z-index: 2;
  overflow: hidden;
}
.circle-image div img {
  width: 100%;
  height: 100%;
}
/* STYLES FOR POLAROID GALLERY*/
.photostack svg {
  fill: red !important;
}
.photostack .nav-btn {
  box-shadow: 0px 0px 40px 0px rgba(10, 8, 8, 0.2);
  width: 67px;
  border-radius: 4px;
  height: 128px;
  z-index: 188;
  display: block;
  position: absolute;
  cursor: pointer;
  transition: all .5s ease;
  opacity: 0.65;
}
.photostack .nav-btn:hover {
  opacity: 1;
}
.photostack .nav-btn:after,
.photostack .nav-btn:before {
  display: none;
}
.photostack .nav-btn_left {
  top: 44%;
  left: 13%;
  transform: rotate(-180deg);
}
.photostack .nav-btn_right {
  top: 44%;
  right: 13%;
}
.photostack__header {
  display: none;
  font-size: 60px;
  letter-spacing: -1px;
  color: #fff;
  font-family: 'glober-light';
  position: absolute;
  top: 33%;
  z-index: 999;
  text-align: center;
  width: 100%;
}
.photostack .default-btn {
  background: #fff;
  display: none;
}
.photostack .default-btn_transparent {
  position: absolute;
  top: 350px;
  z-index: 999;
  background: transparent;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 224px;
  height: 62px;
}
.photostack.photostack_wide-img figure {
  width: 574px;
  height: 439px;
  padding: 0;
}
.photostack.photostack_wide-img figure .photostack-img {
  width: 520px;
  height: 255px;
  margin: 35px auto 0;
  cursor: default;
}
.photostack.photostack_wide-img figure .photostack-title {
  margin: 0;
}
.photostack.photostack_wide-img figcaption {
  height: 150px;
}
.photostack.photostack_wide-img figcaption .image-header {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photostack.photostack_wide-img figure.photostack-current {
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.photostack.photostack_wide-img .photostack-img-item {
  display: block;
  background-size: cover !important;
  height: 100%;
}
.photostack.photostack_wide-img .default-btn_photostack {
  top: -80px;
}
.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat;
  /* ie fallback png background image */
  z-index: 999999999;
  color: white;
  display: none;
}
.visible-overlay {
  display: block;
}
.blured {
  filter: blur(7px);
  -webkit-filter: blur(7px);
}
.close-btn {
  position: absolute;
  top: 85px;
  left: 80%;
  font-size: 72px;
  font-weight: 100;
  cursor: pointer;
  font-family: Garamond, "Apple Garamond";
}
.js-video {
  display: none;
}
.js-video.visible {
  display: block;
}
.js-video {
  height: 420px;
  position: relative;
  overflow: hidden;
  width: 760px;
  margin: 80px auto;
}
.js-video.widescreen {
  padding-bottom: 56.34%;
}
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.photostack-title {
  display: block;
  font-family: 'glober-regular';
  font-size: 15px;
  line-height: 1.3;
  margin: 18px 0 0 0;
}
.photostack-name {
  font-size: 14px;
  font-family: 'glober-regular';
  margin-top: 5px;
}
.photostack {
  background: url('../img/slider-bg.jpg') no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.photostack .nav-btn {
  display: none;
}
.photostack-transition .default-btn {
  display: inline-block;
}
.photostack-transition .nav-btn {
  display: block;
}
.photostack-transition .default-btn_transparent {
  display: none;
}
.photostack nav {
  display: none;
}
.js .photostack {
  height: 650px;
}
.photostack-start {
  cursor: pointer;
}
.photostack-start .default-btn_transparent {
  display: inline-block;
}
.photostack-start .photostack__header {
  display: block;
}
/* Wrapper and figures */
/* The size of this wrapper can be smaller if the items should not be scattered across the whole container */
.photostack > div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.photostack figure {
  width: 320px;
  height: 380px;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 40px;
  text-align: center;
  margin: 5px;
}
.js .photostack figure {
  position: absolute;
  display: block;
  margin: 0;
}
.photostack figcaption h2 {
  margin: 20px 0 0 0;
}
.play-btn {
  display: none;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 100px;
  left: 100px;
  background: url('../img/play-ico.png') no-repeat;
  cursor: pointer;
}
.photostack-img {
  outline: none;
  display: block;
  width: 240px;
  height: 240px;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.photostack-img:hover .play-btn {
  display: block;
}
.photostack-img img {
  height: 100%;
}
.photostack-back {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  font-family: "Give You Glory", cursive;
  color: #a7a0a2;
  padding: 50px 40px;
  text-align: left;
  font-size: 22px;
  line-height: 1.25;
  z-index: 1;
}
.photostack-back p {
  margin: 0;
}
.photostack-back p span {
  text-decoration: line-through;
}
/* Navigation dots */
.photostack nav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 90;
  text-align: center;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.photostack-start nav {
  opacity: 0;
}
.photostack nav span {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, background 0.3s;
  transition: transform 0.6s ease-in-out, background 0.3s;
  -webkit-transform: scale(0.48);
  transform: scale(0.48);
}
.photostack nav span:last-child {
  margin-right: 0;
}
.photostack nav span::after {
  content: "\e600";
  font-family: 'icons';
  font-size: 80%;
  speak: none;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photostack nav span.current {
  background: #888;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.photostack nav span.current.flip {
  -webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
  transform: scale(1) rotateY(-180deg) translateZ(-1px);
  background: #555;
}
.photostack nav span.flippable::after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* Overlays */
/* Initial overlay on photostack container */
.js .photostack::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.js .photostack-start::before {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* Button on photostack container */
.js .photostack::after {
  content: '';
  display: none !important;
}
.js .photostack::before,
.js .photostack::after {
  opacity: 0;
  visibility: hidden;
}
.js .photostack-start::before,
.js .photostack-start:hover::after,
.touch .photostack-start::after {
  opacity: 1;
  visibility: visible;
}
/* Overlay on figure */
.photostack figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* Hide figure overlay when it becomes current */
figure.photostack-current::after {
  -webkit-transition: opacity 0.6s, visibility 0s 0.6s;
  transition: opacity 0.6s, visibility 0s 0.6s;
  opacity: 0;
  visibility: hidden;
}
/* Special classes for transitions and perspective */
.photostack-transition figure {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.photostack-perspective {
  -webkit-perspective: 1800px;
  perspective: 1800px;
}
.photostack-perspective > div,
.photostack-perspective figure {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.photostack-perspective figure,
.photostack-perspective figure div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photostack-perspective figure.photostack-flip {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.csstransformspreserve3d figure.photostack-flip .photostack-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: block;
}
.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
  display: block;
}
/* The no-JS fallback look does not need to be boring ;) */
.no-js .photostack figure {
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.05);
}
.no-js .photostack figure::after {
  display: none;
}
.no-js .photostack figure:nth-child(3n) {
  -webkit-transform: translateX(-10%) rotate(5deg);
  transform: translateX(-10%) rotate(5deg);
}
.no-js .photostack figure:nth-child(3n-2) {
  -webkit-transform: translateY(10%) rotate(-3deg);
  transform: translateY(10%) rotate(-3deg);
}
/* Some custom styles for the demo */
/* Since we don't have back sides for the first photo stack, we don't want the current dot to become too big */
#photostack-1 nav span.current {
  background: #888;
  -webkit-transform: scale(0.61);
  transform: scale(0.61);
}
.switchery > small {
  box-shadow: 0px 5px 5px 0px rgba(42, 69, 93, 0.7) !important;
}
.switchery {
  margin-right: 10px;
  top: -5px;
}
.flexMenu-viewMore {
  padding: 0;
}
.reg-wrapper {
  width: 860px;
  margin: 0 auto;
  margin-top: 223px;
  position: relative;
  margin-bottom: 90px;
}
.reg-wrapper__top {
  background: -webkit-linear-gradient(to bottom, #fefefe, #f6f6f6);
  background: -moz-linear-gradient(to bottom, #fefefe, #f6f6f6);
  background: -ms-linear-gradient(to bottom, #fefefe, #f6f6f6);
  background: linear-gradient(to bottom, #fefefe, #f6f6f6);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
  position: relative;
  width: 100%;
  padding-top: 35px;
  padding-left: 95px;
  padding-right: 75px;
  padding-bottom: 10px;
  z-index: 99;
}
.reg-wrapper__top:before {
  content: '';
  display: block;
  background: url('../img/Shadow-left.png') no-repeat;
  position: absolute;
  left: -102px;
  top: -32px;
  z-index: 1;
  width: 102px;
  height: 586px;
}
.reg-wrapper__top:after {
  content: '';
  display: block;
  background: url('../img/Shadow-right.png') no-repeat;
  position: absolute;
  right: -102px;
  top: -32px;
  z-index: 1;
  width: 102px;
  height: 586px;
}
.reg-wrapper__mid {
  background: -webkit-linear-gradient(to bottom, #fefefe, #f6f6f6);
  background: -moz-linear-gradient(to bottom, #fefefe, #f6f6f6);
  background: -ms-linear-gradient(to bottom, #fefefe, #f6f6f6);
  background: linear-gradient(to bottom, #fefefe, #f6f6f6);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 95px;
  padding-right: 75px;
  z-index: 99;
}
.reg-wrapper__mid.hidden + .block-devider {
  display: none;
}
.reg-wrapper__bottom {
  background: -webkit-linear-gradient(to bottom, #fefefe, #dddddd);
  background: -moz-linear-gradient(to bottom, #fefefe, #dddddd);
  background: -ms-linear-gradient(to bottom, #fefefe, #dddddd);
  background: linear-gradient(to bottom, #fefefe, #dddddd);
  -webkit-zoom: 1;
  -moz-zoom: 1;
  -ms-zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 45px;
  padding-left: 95px;
  padding-right: 75px;
  padding-bottom: 45px;
  z-index: 99;
  overflow: hidden;
}
.reg-wrapper__devider {
  float: left;
  font-size: 16px;
  line-height: 33px;
  color: #000;
  font-family: 'glober-regular';
  margin-left: 10px;
  margin-right: 10px;
}
.reg-wrapper .block-devider {
  width: 100%;
  height: 33px;
  background: #fff;
}
.reg-wrapper .block-devider_small {
  height: 18px;
}
.reg-wrapper .form-header {
  margin-top: 0;
  margin-bottom: 32px;
}
.reg-wrapper .form-header__heading {
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-family: 'glober-regular';
  margin-right: 49px;
}
.reg-wrapper .big-text {
  font-family: 'glober-regular';
  color: #000;
  font-size: 16px;
}
.reg-wrapper .form-line {
  overflow: hidden;
  margin-bottom: 20px;
}
.reg-wrapper .left-header {
  text-align: right;
  font-family: 'glober-semibold';
  padding: 0;
}
.reg-wrapper .label {
  font-size: 16px;
  font-family: 'glober-semibold';
  color: #000;
  letter-spacing: 0.3px;
  line-height: 1.33;
  display: inline;
  padding: 0;
  font-weight: normal;
}
.reg-wrapper .left-text {
  text-align: left;
}
.reg-wrapper .reginput {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-top: -1px;
  display: inline;
  line-height: 0.8;
}
.reg-wrapper .reginput-container {
  position: relative;
  width: 100%;
  float: left;
}
.reg-wrapper .reginput-container:after {
  bottom: 0;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 7px;
  background: transparent;
  border-bottom: 1px solid #b5babd;
  border-left: 1px solid #b5babd;
  border-right: 1px solid #b5babd;
  z-index: 1;
  transition: border 0.35s ease-out;
}
.reg-wrapper .reginput-container.focused-input:after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.reg-wrapper .reginput-container_short {
  width: 280px;
  float: left;
}
.reg-wrapper .reginput-container_surname {
  width: 150px;
}
.reg-wrapper .reginput-container_first-name {
  width: 130px;
}
.reg-wrapper .reginput-container_second-name {
  width: 130px;
}
.reg-wrapper .reginput-container_flag {
  width: 60px;
  line-height: 0.8;
}
.reg-wrapper .reginput-container_flag .select2 {
  margin: 0 auto !important;
}
.reg-wrapper .reginput-container_flag .select2-container .select2-selection--single {
  height: 26px;
}
.reg-wrapper .reginput-container_flag .select2-container--default .select2-selection--single {
  border: none !important;
}
.reg-wrapper .reginput-container_phone {
  width: 220px;
}
.reg-wrapper .reginput-container_phone ::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.reg-wrapper .reginput-container_pas-num {
  width: 80px;
}
.reg-wrapper .reginput-container_pas-ser {
  width: 130px;
}
.reg-wrapper .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.reg-wrapper .inputfile + label {
  cursor: pointer;
}
.reg-wrapper .form-group {
  margin-bottom: 35px;
  z-index: 22;
  position: relative;
}
.reg-wrapper .change-link {
  text-decoration: none;
  border-bottom: 1px dotted rgba(10, 161, 223, 0.5);
  color: #0aa1df;
  font-size: 16px;
  font-family: 'glober-regular';
  margin-left: 8px;
  padding-bottom: 1px;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  line-height: 1.33;
  cursor: pointer;
}
.reg-wrapper .change-link_to-bottom {
  margin-top: 4px;
}
.reg-wrapper .change-link:hover {
  color: #DA135E;
  border-color: rgba(218, 19, 94, 0.5);
}
.reg-wrapper .change-link_active {
  color: #DA135E;
  border-color: rgba(218, 19, 94, 0.5);
}
.reg-wrapper .change-link_no-margin {
  margin-left: 0;
}
.reg-wrapper .link-out {
  text-decoration: underline;
  color: #0aa1df;
  font-size: 13px;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  z-index: 199;
}
.reg-wrapper .link-out_reg {
  position: relative;
  line-height: 1.33;
}
.reg-wrapper .link-out_big {
  font-size: 16px;
}
.reg-wrapper .link-out:hover {
  color: #DA135E;
}
.reg-wrapper .tab-btn {
  float: left;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.reg-wrapper .lock-img {
  float: left;
  position: relative;
}
.reg-wrapper__footer {
  margin-top: 130px;
  z-index: 101;
}
.reg-wrapper__footer:after {
  content: '';
  background: url('../img/reg-wrap-footer.png') no-repeat;
  position: absolute;
  left: -76px;
  bottom: -30px;
  right: 0;
  width: 1004px;
  height: 699px;
  z-index: 1;
}
.reg-wrapper__footer:before {
  content: '';
  background: url('../img/reg-wrap-footer-top.png') no-repeat;
  position: absolute;
  left: -76px;
  bottom: -20px;
  right: 0;
  width: 1004px;
  height: 699px;
  z-index: -1;
}
.reg-wrapper__footer-header {
  font-size: 18px;
  line-height: 1;
  font-family: 'glober-regular';
  text-transform: uppercase;
}
.reg-wrapper__footer-text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  font-family: 'glober-regular';
  z-index: 199;
  color: #868686;
  position: relative;
}
.reg-wrapper__footer-text_to-top {
  top: -22px;
}
.reg-wrapper__footer-logo {
  margin-bottom: 30px;
}
.reg-wrapper input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.reg-wrapper input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.reg-wrapper input[type="checkbox"] + label > span {
  position: relative;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 1px solid #bcbcbc;
  margin: -3px 9px 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.05);
}
.reg-wrapper input[type="checkbox"]:checked + label > span span {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 1px;
  top: -2px;
  border: none;
  background: url('../img/checked.png') no-repeat 50% 50%;
}
.reg-wrapper .input {
  position: relative;
}
.reg-wrapper .input input {
  cursor: pointer;
  width: 268px;
  border: 1px solid #b5babd;
  border-radius: 4px;
  height: 28px;
  padding: 3px 11px;
  font-size: 14px;
}
.reg-wrapper input[type="radio"] + label > span {
  position: relative;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #bcbcbc;
  margin: -5px 9px 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.05);
}
.reg-wrapper input[type="radio"]:checked + label > span span {
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  border: none;
  background: #057afb;
}
.reg-wrapper label {
  font-size: 16px;
  line-height: 18px;
  font-family: 'glober-regular';
}
.reg-wrapper p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 17px;
  color: #868686;
  font-family: 'glober-regular';
}
.reg-wrapper .reg-btn {
  outline: none;
  margin-top: 25px;
  position: relative;
  z-index: 199;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 15px 35px 16px 35px;
  background-color: #7ca827;
  border: none;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  line-height: 1;
}
.reg-wrapper .reg-btn:hover {
  color: #fff;
  background: #6F9523;
}
.reg-wrapper .choose-mentor {
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 99;
  background: #dfe4e8;
}
.reg-wrapper .choose-mentor.active {
  height: auto;
  opacity: 1;
  padding: 10px 0;
}
.reg-wrapper .choose-mentor .right-gradient {
  width: 20px;
  height: 100%;
  position: absolute;
  z-index: 99;
  background: #dfe4e8;
  right: 0;
  top: 0;
}
.reg-wrapper .choose-mentor .right-gradient:before {
  content: '';
  width: 60px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(223, 228, 232, 0) 10%, #dfe4e8 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(223, 228, 232, 0) 10%, #dfe4e8 100%);
  background-image: -ms-linear-gradient(0deg, rgba(223, 228, 232, 0) 10%, #dfe4e8 100%);
  position: absolute;
  z-index: 98;
  right: 20px;
  top: 0;
  z-index: 99;
}
.reg-wrapper .choose-mentor .left-gradient {
  width: 20px;
  height: 100%;
  position: absolute;
  z-index: 99;
  background: #dfe4e8;
  right: left;
  top: 0;
}
.reg-wrapper .choose-mentor .left-gradient:before {
  content: '';
  width: 60px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #dfe4e8 0%, rgba(223, 228, 232, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #dfe4e8 0%, rgba(223, 228, 232, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #dfe4e8 0%, rgba(223, 228, 232, 0) 100%);
  position: absolute;
  z-index: 98;
  left: 20px;
  top: 0;
}
.reg-wrapper .choose-mentor_wrapper {
  padding: 20px;
}
.reg-wrapper .choose-mentor__card {
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 1;
  padding: 10px;
  width: 392px;
  height: 276px;
  background: url('../img/card-bg.png') no-repeat;
}
.reg-wrapper .choose-mentor__card-wrapper {
  background: #fff;
  z-index: 1;
  border-radius: 10px;
  width: 369px;
  height: 240px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.reg-wrapper .choose-mentor__card-wrapper p {
  margin-top: 2px;
}
.reg-wrapper .choose-mentor__pic {
  width: 63px;
  height: 66px;
  float: left;
  margin-right: 23px;
  margin-left: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
  border-radius: 20px;
}
.reg-wrapper .choose-mentor__pic img {
  width: 100%;
  height: auto;
}
.reg-wrapper .choose-mentor__name {
  text-align: left;
}
.reg-wrapper .choose-mentor__heading {
  font-size: 12px;
  color: #7e8385;
  font-weight: normal;
  font-family: 'glober-regular';
}
.reg-wrapper .choose-mentor__full-name {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  line-height: 19px;
  font-family: 'glober-semibold';
}
.reg-wrapper .choose-mentor__text {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  height: 19px;
  font-family: 'glober-regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.reg-wrapper .choose-mentor__content {
  position: relative;
  top: 10px;
  overflow: hidden;
  text-align: left;
}
.reg-wrapper .choose-mentor__content p {
  text-align: left;
}
.reg-wrapper .nav-btn {
  opacity: 0.8;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.reg-wrapper .nav-btn:hover {
  opacity: 1;
}
.reg-wrapper .choose_mentor_btn {
  font-size: 16px;
  line-height: 33px;
  color: #85b223;
  cursor: pointer;
  display: inline-block;
  margin-top: -10px;
  border-radius: 4px;
  padding: 2px 29px;
  white-space: nowrap;
  border: 1px solid #85b223;
  z-index: 1000;
  font-size: 14px;
  margin: 22px auto 0;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.reg-wrapper .choose_mentor_btn:hover {
  position: relative;
  color: #fff;
  background: #85b223;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.reg-wrapper .swiper-counter {
  font-size: 18px;
  line-height: 1;
  color: #687885;
  font-family: 'glober-book';
  margin-top: 16px;
}
.reg-wrapper .nav-btn_left {
  left: 20px;
}
.reg-wrapper .nav-btn_right {
  right: 20px;
}
.reg-wrapper .btn-wrapper {
  width: 500px;
  margin: 0;
  height: 48px;
  padding: 4px !important;
  border: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  background-color: #ccd6da;
  line-height: 0;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.reg-wrapper .btn-wrapper:hover {
  background-color: #dbe2e5;
}
.reg-wrapper .btn-wrapper .inner {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  min-width: 100% !important;
  height: 36px !important;
}
.reg-wrapper .btn-wrapper input {
  display: none;
}
.reg-wrapper .btn-wrapper label {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 36px;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 38px;
  color: #37383a;
  font-family: 'glober-book';
  outline: none !important;
  cursor: pointer;
}
.reg-wrapper .btn-wrapper .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  z-index: -1;
  content: '';
  z-index: 0;
  top: 2px;
  left: 2px;
  padding: 0;
  margin: 0;
  width: 50% !important;
  min-width: 50% !important;
  line-height: 0;
  height: 44px !important;
  min-height: 28px !important;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.reg-wrapper .btn-wrapper .bg.right {
  -webkit-transform: translateX(98%);
  -moz-transform: translateX(98%);
  -ms-transform: translateX(98%);
  transform: translateX(98%);
}
.reg-wrapper .address-row {
  margin-top: 10px;
  background: #fff;
  padding: 40px 27px 25px 27px;
  margin-bottom: 22px;
}
.reg-wrapper .address-row .change-link {
  margin-left: 0;
}
.reg-wrapper .address-row .reginput-container_adress .select2-container {
  width: 90% !important;
}
.reg-wrapper .address-row .left-header {
  text-align: left;
}
.reg-wrapper .address-row .left-header .label {
  margin-left: 25px;
}
.reg-wrapper .swiper-container {
  width: 100%;
  height: auto;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.reg-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.reg-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.reg-wrapper .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.reg-wrapper .select2-container--default .select2-selection--single {
  background: transparent;
}
.reg-wrapper .select2-container {
  margin-top: 0;
}
.reg-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
.reg-wrapper .reginput-container_flag .select2-container--open {
  background-color: #f5f8f9;
  box-shadow: 0px 0px 9px 0px rgba(0, 181, 255, 0.7);
  z-index: 99;
}
.reg-wrapper .reginput-container_adress .select2-container {
  margin-top: -5px;
}
.reg-wrapper .reginput-container_adress .select2-container .select2-selection--single {
  height: 37px;
}
.reg-wrapper .reginput-container_adress .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.reg-wrapper .reginput-container_adress .reg-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 6px;
}
.reg-wrapper .reginput-container_adress .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.reg-wrapper .reginput-container_adress .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 9px;
}
.reg-wrapper .reginput-container_adress .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 4px;
}
.reg-wrapper .reginput-container_adress .select2-container--default .select2-selection--single {
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.reg-wrapper .reginput-container_adress .select2-container--default .select2-selection--single:hover {
  border: 1px solid #000;
}
.reg-wrapper .reg-thnx__header {
  font-family: 'glober-light';
  font-size: 39px;
  line-height: 47px;
  color: #7aa619;
  margin-top: -10px;
}
.reg-wrapper .reg-thnx__sub-header {
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: 'roboto-bold', sans-serif;
  margin-top: 0;
  padding-top: 0;
}
.reg-wrapper .reg-thnx__footer-txt {
  font-size: 13px;
  color: #000;
  line-height: 17px;
  font-family: 'glober-regular';
  margin-top: 40px;
}
.reg-wrapper .number-list {
  counter-reset: li-counter;
  list-style: none;
  margin-top: 32px;
}
.reg-wrapper .number-list li {
  margin-top: 10px;
  margin-bottom: 27px;
  position: relative;
}
.reg-wrapper .number-list li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  display: block;
  position: absolute;
  left: -50px;
  width: 31px;
  height: 31px;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  background-color: #c2e262;
}
.reg-wrapper .plain-text {
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 27px;
  font-family: 'glober-regular';
  margin-top: 11px;
}
.reg-wrapper .phone-number {
  margin-top: 10px;
  font-size: 24px;
  line-height: 27px;
  color: #000;
  font-family: 'glober-light';
}
.custom-tooltip.tooltip {
  margin-left: -20px;
}
.custom-tooltip.tooltip.in {
  opacity: 1;
}
.custom-tooltip.tooltip .tooltip-inner {
  background-color: #fff;
  min-width: 320px;
  font-size: 13px;
  text-align: left;
  line-height: 1.33;
  font-family: 'glober-regular';
  opacity: 1;
  border-radius: 4px;
  box-shadow: 0px 14px 50px 0px rgba(30, 41, 46, 0.25);
  padding: 20px;
  color: #000;
}
.custom-tooltip.tooltip .tooltip-arrow {
  border-top-color: #fff;
  border-bottom-color: #fff;
  left: 17px !important;
}
.flags-country,
.select2-adress {
  margin-top: 8px !important;
  margin-left: -3px;
}
.flags-country .select2-results__option--highlighted[aria-selected],
.select2-adress .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #b91955 !important;
}
.flags-country .select2-results__option[aria-selected=true],
.select2-adress .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.flags-country .country-flag-text,
.select2-adress .country-flag-text {
  font-size: 16px;
  font-family: 'glober-regular';
}
.flags-country .select2-dropdown,
.select2-adress .select2-dropdown {
  -webkit-box-shadow: 0 14px 45px 0 rgba(11, 15, 16, 0.25);
  font-size: 17px;
  padding-bottom: 18px;
  z-index: 599 !important;
}
.flags-country .select2-results__option,
.select2-adress .select2-results__option {
  padding: 1px 0px 1px 22px;
}
.flags-country .select2-search--dropdown,
.select2-adress .select2-search--dropdown {
  padding: 0px;
}
.flags-country .select2-search--dropdown input.select2-search__field,
.select2-adress .select2-search--dropdown input.select2-search__field {
  outline: none;
  border: 0px solid #aaa;
  background-color: #F7F7F7;
  border-bottom: 1px solid #EAE9E9;
  margin-bottom: 14px;
}
.flags-country .select2-search--dropdown .select2-search__field,
.select2-adress .select2-search--dropdown .select2-search__field {
  padding: 4px 0px 4px 20px;
}
.flags-country .select2-results,
.select2-adress .select2-results {
  padding-bottom: 5px;
}
.country-flag-text {
  margin-left: 13px;
}
.logo-transparent {
  width: 113px;
  height: 113px;
  background: url('../img/logo-transparent.png') no-repeat;
  margin: 0 auto;
}
.num-list--item {
  position: relative;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.687;
}
.num-list--item:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: -17px;
  top: 5px;
  font-family: 'glober-bold';
  font-size: 80px;
  line-height: 1;
  color: #e3eaf0;
}
.num-list--item:first-child:before {
  content: '1';
}
.num-list--item:nth-child(2):before {
  content: '2';
}
.num-list--item:nth-child(3):before {
  content: '3';
}
.num-list--item:nth-child(4):before {
  content: '4';
}
.num-list--item:nth-child(5):before {
  content: '5';
}
.num-list--heading {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-family: 'glober-bold';
}
.num-list--content {
  position: relative;
  z-index: 1;
  font-family: 'glober-regular';
}
.num-list--content ul {
  padding-left: 20px;
}
.btn-icon {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  color: white;
  background-color: #9dc256;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.btn-icon span {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  -webkit-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.btn-icon span.icon {
  padding: 0 13px;
  font-size: 24px;
  line-height: 43px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #7ca827;
}
.btn-icon span.text {
  padding: 0 20px 0 16px;
  font-size: 16px;
  line-height: 40px;
}
.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
  color: white;
  background-color: #88b630;
}
.btn-icon:active {
  background-color: #66832f;
}
.btn-icon:active span.icon {
  background-color: #66832f;
}
.container.flex-tiles,
.container-fluid.flex-tiles {
  padding: 0;
}
.container.flex-tiles .row,
.container-fluid.flex-tiles .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  margin: 0;
}
.container.flex-tiles .row.row:before,
.container-fluid.flex-tiles .row.row:before {
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.container.flex-tiles .row:nth-child(even) .flex-tiles--img-wrap,
.container-fluid.flex-tiles .row:nth-child(even) .flex-tiles--img-wrap {
  padding-left: 30px;
}
.container.flex-tiles .row:nth-child(odd),
.container-fluid.flex-tiles .row:nth-child(odd) {
  background-color: #f4f4f3;
}
.container.flex-tiles .row:nth-child(odd) .flex-tiles--img-wrap,
.container-fluid.flex-tiles .row:nth-child(odd) .flex-tiles--img-wrap {
  padding-right: 30px;
}
.flex-tiles--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  padding: 0;
}
.flex-tiles--item.row:before {
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.flex-tiles--item img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 12px 64px rgba(0, 0, 0, 0.5);
}
.flex-tiles--item--content {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'glober-regular';
}
@media (min-width: 992px) {
  .flex-tiles--item--content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .flex-tiles--item--content {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1400px) {
  .flex-tiles--item--content {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.flex-tiles--item--content .heading__h3 {
  margin-bottom: 30px;
}
.flex-tiles--item--content ul {
  padding-left: 20px;
}
.flex-tiles--img-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.col-centered {
  text-align: center;
}
.content-block_general {
  padding-bottom: 0;
}
.content-block_general .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.content-block_general .slider-description {
  padding-top: 70px;
}
.content-block_general .slider-description__text {
  font-size: 22px;
  line-height: 1.59;
}
.swiperTab .text-row__plain-text {
  max-width: 700px;
}
.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after :after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}
.cd-faq-categories {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 200px;
  text-align: left;
}
.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 25px 40px 25px 20px;
  font-size: 20px;
  line-height: 1.31;
  background-color: #4e5359;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
  -webkit-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.cd-faq-categories a:before {
  content: '\e601';
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -7px;
  font-family: 'icons';
  font-size: 14px;
  line-height: 1;
}
.cd-faq-categories a:hover {
  background-color: #555b61;
  color: white;
}
.cd-faq-categories a.selected {
  background-color: #42464b;
  color: white;
}
.cd-faq-categories a.opened:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories a.accent {
  background-color: #84b33d;
  color: white;
}
.cd-faq-categories a.accent:hover {
  background-color: #76a037;
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
.cd-faq-items {
  display: inline-block;
  float: none;
  height: auto;
  width: 100%;
  max-width: 874px;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform linear 0.3s;
  -o-transition: transform linear 0.3s;
  transition: transform linear 0.3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
@media (max-width: 1239px) {
  .cd-faq-items {
    padding-left: 130px;
  }
}
.cd-faq-group {
  float: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  list-style: none;
}
.cd-faq-group:not(:last-child) {
  margin-bottom: 54px;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group > li {
  background: white;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
.cd-faq-group > li:hover {
  -webkit-box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  -ms-box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 1.34;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 24px 72px 24px 24px;
  font-family: 'glober-light';
  font-size: 28px;
  line-height: 1.214;
  color: #42464b;
}
.cd-faq-trigger:hover,
.cd-faq-trigger:focus {
  color: #42464b;
}
.cd-faq-trigger:before {
  content: '\e601';
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  font-family: 'icons';
  font-size: 14px;
  line-height: 1;
  -webkit-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
  -webkit-transform: rotate(90deg) rotateY(0deg);
  -moz-transform: rotate(90deg) rotateY(0deg);
  -ms-transform: rotate(90deg) rotateY(0deg);
  transform: rotate(90deg) rotateY(0deg);
}
.content-visible .cd-faq-trigger:before {
  -webkit-transform: rotate(90deg) rotateY(-180deg);
  -moz-transform: rotate(90deg) rotateY(-180deg);
  -ms-transform: rotate(90deg) rotateY(-180deg);
  transform: rotate(90deg) rotateY(-180deg);
}
.cd-faq-content {
  display: none;
  padding: 0 70px 30px 24px;
  font-family: 'glober-book';
  font-size: 18px;
  line-height: 1.5555;
  color: black;
}
.cd-faq-content p {
  margin-bottom: 0;
}
.cd-faq-content p:not(:last-child) {
  margin-bottom: 22px;
}
.cd-faq-question + .cd-faq-answer {
  margin-top: 40px;
}
.cd-faq-content--footer {
  margin-top: 25px;
  font-family: 'glober-book';
  font-size: 14px;
  line-height: 1.466;
  text-align: right;
  color: #393635;
}
.cd-faq-content--footer > div {
  display: inline-block;
  font-family: 'glober-regular';
}
.cd-faq-content--footer > div a {
  display: inline-block;
  padding: 0 5px;
  -webkit-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.cd-faq-content--footer > div span {
  letter-spacing: 2px;
  color: #383737;
}
.cd-faq-content--footer--yes {
  margin: 0 8px 0 25px;
}
.cd-faq-content--footer--yes a {
  color: #80af20;
}
.cd-faq-content--footer--yes a:hover {
  color: #415910;
}
.cd-faq-content--footer--no a {
  margin: 0 0 0 5px;
  color: #db7560;
}
.cd-faq-content--footer--no a:hover {
  color: #ae3e27;
}
:lang(vn) .big-slider__descr.active {
  line-height: 1.5;
}
:lang(vn) .big-slider [data-text="5"] {
  width: 457px;
}
:lang(vn) .big-slider .slider-tick-label {
  padding-left: 2px !important;
  padding-right: 2px !important;
  flex-direction: column !important;
  line-height: 1.11;
  display: inline-flex !important;
  text-align: center;
  height: 45px !important;
  font-size: 14px;
  width: 135px !important;
  white-space: normal;
  padding-top: 6px !important;
}
:lang(vn) .big-slider .slider-tick-label:after {
  top: 51px;
}
:lang(vn) .bottom-block_general-business .bottom-content__item {
  float: none;
  margin: 0 auto;
}
:lang(vn) .general-item__header {
  text-transform: uppercase;
}
:lang(md) .big-slider__header,
.big-slider__descr-header {
  font-family: 'glober-regular';
}
:lang(de) .main-block__content-item:nth-child(3) .main-block__content-item-text {
  margin-top: 42px;
}
:lang(de) .big-slider .slider-tick-label {
  padding-left: 2px !important;
  padding-right: 2px !important;
  flex-direction: column !important;
  line-height: 1.11;
  display: inline-flex !important;
  text-align: center;
  height: 45px !important;
  font-size: 14px;
  width: 135px !important;
  white-space: normal;
  padding-top: 6px !important;
}
:lang(de) .big-slider .slider-tick-label:after {
  top: 51px;
}
:lang(az) .goods-container__header,
:lang(az) .bottom-block__header,
:lang(az) .bottom-content__heading,
:lang(az) .photostack__header,
:lang(az) .text-row__content,
:lang(az) .bottom-block__header,
:lang(az) .bottom-block__sub-header,
:lang(az) .big-text,
:lang(az) .main-block__header,
:lang(az) .main-block__subheader,
:lang(az) .main-block__btn,
:lang(az) .heading__h3,
:lang(az) .num-list--heading,
:lang(az) .num-list--content,
:lang(az) .btn-icon span.text,
:lang(az) .text-row__content {
  font-family: 'globerM-regular';
  font-weight: normal;
  letter-spacing: normal;
}
:lang(az) .text-row .outside__btn-rounded {
  font-family: 'globerM-regular';
  font-weight: normal;
  letter-spacing: normal;
}
:lang(az) .footer-nav-item a {
  font-family: 'globerM-regular';
  font-weight: normal;
  letter-spacing: normal;
}
:lang(mn) .outside__btn-rounded_long-width {
  width: 300px;
}
:lang(mn) .goods-container_business .general-item-1__text,
:lang(mn) .goods-container_business .general-item-5__text {
  height: 250px;
}
:lang(fi) .main-block__content-items .col-centered,
:lang(hu) .main-block__content-items .col-centered,
:lang(it) .main-block__content-items .col-centered,
:lang(pt) .main-block__content-items .col-centered {
  float: left;
  width: 50%;
}
.map-wrapper {
  width: 1260px;
  margin: 0 auto;
  margin-top: 67px;
  position: relative;
  margin-bottom: 90px;
  z-index: 9999;
  padding: 0;
}
.map-wrapper .switchery > small {
  box-shadow: 0px 5px 5px 0px rgba(42, 69, 93, 0.7) !important;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 3px;
}
.map-wrapper .switchery.margin-right > small {
  margin-left: -3px;
}
.map-wrapper .switchery-small {
  width: 50px;
  height: 30px;
}
.map-wrapper .switchery {
  margin-right: 10px;
  top: -5px;
}
.map-wrapper .tab-btn {
  float: left;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.map-wrapper .btn-wrapper {
  width: 213px;
  margin: 0;
  height: 48px;
  padding: 4px !important;
  border: none;
  border-radius: 38px;
  background-color: #aac57f;
  line-height: 0;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.map-wrapper .btn-wrapper:hover {
  background-color: #b6cd91;
}
.map-wrapper .btn-wrapper .inner {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  min-width: 100% !important;
  height: 36px !important;
}
.map-wrapper .btn-wrapper input {
  display: none;
}
.map-wrapper .btn-wrapper label {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 36px;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 38px;
  color: #37383a;
  font-family: 'glober-book';
  outline: none !important;
  cursor: pointer;
}
.map-wrapper .btn-wrapper .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  z-index: -1;
  content: '';
  z-index: 0;
  top: 4px;
  left: 5px;
  padding: 0;
  margin: 0;
  width: 49% !important;
  min-width: 50% !important;
  line-height: 0;
  height: 40px !important;
  min-height: 28px !important;
  background-color: white;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  border-bottom-right-radius: 38px;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.map-wrapper .btn-wrapper .bg.right {
  -webkit-transform: translateX(92%);
  -moz-transform: translateX(92%);
  -ms-transform: translateX(92%);
  transform: translateX(92%);
}
.map-wrapper .map-container {
  background: #fff;
  padding: 0;
  border-radius: 8px;
  position: relative;
}
.map-wrapper .map-container:before {
  box-shadow: 0px 15px 25px 0px rgba(24, 22, 18, 0.5);
  content: '';
  display: block;
  position: absolute;
  width: 95%;
  height: 83%;
  z-index: -1;
  left: 3%;
  top: 88px;
}
.map-wrapper .map-container .g-map {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.map-wrapper .table-header {
  font-size: 45px;
  width: 660px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  font-family: 'glober-light';
}
.map-wrapper .company-adress {
  background: #fff;
  padding-left: 33px;
  padding-right: 53px;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  text-align: left;
  color: #000;
  border-radius: 8px;
}
.map-wrapper .company-adress__city {
  font-size: 20px;
  line-height: 25px;
  font-family: 'glober-regular';
}
.map-wrapper .company-adress__text {
  margin-top: 35px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: 'glober-book';
}
.map-wrapper .company-adress__text_bold {
  font-size: 16px;
  font-family: 'glober-semibold';
}
.map-wrapper .company-adress__contacts {
  margin-top: 54px;
}
.map-wrapper .company-adress-contact {
  color: #000;
  font-family: 'glober-book';
  margin-bottom: 22px;
}
.map-wrapper .company-adress-contact__phone {
  font-size: 23px;
  line-height: 1;
  font-family: 'glober-regular';
}
.map-wrapper .company-adress-contact__descr {
  font-size: 14px;
  line-height: 20px;
}
.map-wrapper .img-container-block {
  padding: 0;
}
.map-wrapper .img-container-block .pull-right {
  position: relative;
  z-index: 1;
}
.map-wrapper .img-container-block .pull-right:before {
  box-shadow: 0px 15px 25px 0px rgba(24, 22, 18, 0.5);
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 95%;
  z-index: -1;
  left: 5%;
  top: 4px;
}
.map-wrapper .img-container-block img {
  cursor: pointer;
}
.map-wrapper .search-input {
  font-size: 16px;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  font-family: 'glober-book';
}
.map-wrapper .search-row {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  background: #feec89;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.map-wrapper .search-row ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.map-wrapper .search-row :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.map-wrapper .search-row ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.map-wrapper .search-row :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.map-wrapper .search-row.empty {
  background: rgba(255, 255, 255, 0.15);
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.map-wrapper .search-row.empty:hover {
  background: rgba(255, 255, 255, 0.2);
}
.map-wrapper .region-choose {
  font-size: 20px;
  color: #fff;
  font-family: 'glober-book';
  border-bottom: 1px dashed #fff;
  cursor: pointer;
  line-height: 27px;
  margin-top: 10px;
}
.map-wrapper .list-block {
  padding-right: 0;
  padding-left: 0;
  background: #fff;
  text-align: left;
  border-radius: 8px;
  position: relative;
}
.map-wrapper .list-block:after {
  box-shadow: 0px 15px 25px 0px rgba(24, 22, 18, 0.5);
  content: '';
  display: block;
  position: absolute;
  width: 95%;
  height: 4%;
  z-index: -1;
  left: 3%;
  bottom: 1px;
}
.map-wrapper .list-block__header {
  color: #a6a6a6;
  font-size: 22px;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.map-wrapper .list-block__row {
  padding-left: 25px;
  padding-right: 65px;
  border-bottom: 1px solid #d4d4d4;
}
.map-wrapper .list-block__row_data {
  padding-top: 35px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'glober-regular';
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.map-wrapper .list-block__row_data:hover {
  background: #f4f6f0;
}
.map-wrapper .list-block__row__adress {
  padding: 0;
}
.map-wrapper .list-block__row__info {
  padding: 0;
}
.map-wrapper .list-adress__header {
  font-size: 16px;
  line-height: 28px;
  font-family: 'roboto-bold', sans-serif;
}
.map-wrapper .corp-cok {
  background-color: #dad880;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  line-height: 28px;
}
.map-wrapper .private-cok {
  background-color: #f8e67f;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  line-height: 28px;
}
.map-wrapper .pagintation {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.map-wrapper .pagintation__item {
  display: block;
  float: left;
  width: 31px;
  margin-right: 10px;
  height: 31px;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  border-color: #000;
  background-color: transparent;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}
.map-wrapper .pagintation__item:hover {
  background-color: #cfe884;
}
.map-wrapper .pagintation__item_active {
  background-color: #c2e262;
  border-color: transparent;
}
.map-wrapper .country-tag {
  float: left;
  font-size: 16px;
  font-family: 'glober-light';
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.map-wrapper .country-tag.active {
  background: #c2e262;
  color: #000;
}
.map-wrapper .country-select-container .select2-container--default .select2-selection--single {
  background: transparent;
  font-size: 20px;
  color: #fff;
  font-family: 'glober-book';
  border: none;
  cursor: pointer;
  line-height: 27px;
  margin-top: 2px;
  border-radius: 0;
}
.map-wrapper .country-select-container .select2-selection__arrow {
  display: none;
}
.map-wrapper .country-select-container .country-flag-text {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.flags-country_full .select2-dropdown.select2-dropdown--below {
  width: 300px !important;
}
.map-header {
  font-size: 40px;
  line-height: 1.33;
  font-family: 'glober-book';
  color: #fff;
}
.map-header.unactive {
  color: #afcb89;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  position: relative;
}
.map-header.unactive:before {
  content: '';
  display: block;
  position: absolute;
  top: 58px;
  left: 4px;
  width: 96.5%;
  border-bottom: 1px dashed #afcb89;
}
.map-header.unactive:hover {
  color: #c2d7a5;
}
.map-subheader {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  width: 720px;
  margin: 0 auto;
}
.map-descr {
  height: 70px;
  padding-top: 15px;
  padding-bottom: 70px;
  padding-left: 25px;
  text-align: left;
  line-height: 40px;
}
.map-descr__filter-btn {
  margin-right: 20px;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
  padding: 8px;
  border-radius: 8px;
}
.map-descr__filter-btn:hover {
  opacity: 0.8;
}
.map-descr__filter-btn:active {
  opacity: 0.5;
}
.icon {
  float: left;
  margin-right: 10px;
}
.corp-ico {
  background-image: url(../img/sprite.png);
  background-position: -54px 0px;
  width: 38px;
  height: 38px;
}
.private-ico {
  background-image: url(../img/sprite.png);
  background-position: -42px -54px;
  width: 38px;
  height: 38px;
}
.metro-ico {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  background-image: url(../img/sprite.png);
  background-position: -96px 0px;
  width: 17px;
  height: 17px;
}
.group-object {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-family: 'roboto-bold', sans-serif;
  background-image: url(../img/sprite.png);
  background-position: 0px -54px;
  width: 38px;
  height: 38px;
}
.select2-adress-long .select2-dropdown {
  min-width: 200px !important;
  width: auto !important;
}
