@charset "UTF-8"; /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-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: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro: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;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer: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: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 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;
}
select[multiple].input-sm,
textarea.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 select[multiple].form-control,
.form-group-sm textarea.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;
}
select[multiple].input-lg,
textarea.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 select[multiple].form-control,
.form-group-lg textarea.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;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  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;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.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;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  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,
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-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;
  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-left-radius: 4px;
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-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;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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="checkbox"],
.input-group-addon input[type="radio"] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  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 #ddd;
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 12px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  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 {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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 -15px;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@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:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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 a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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: 700;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  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
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -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 {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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);
  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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.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: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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-bottom: 0;
  margin-left: 5px;
}
.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);
    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-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}
.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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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;
  }
  td.visible-md,
  th.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;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
div.jQBracket {
  font-family: Arial;
  font-size: 14px;
  position: relative;
}
div.jQBracket .tools {
  position: absolute;
  top: 0;
  color: #fff;
}
div.jQBracket .tools span {
  cursor: pointer;
  margin: 5px;
  display: block;
  text-align: center;
  width: 18px;
  height: 18px;
  background-color: #666;
}
div.jQBracket .tools span:hover {
  background-color: #999;
}
div.jQBracket .finals {
  float: right;
  right: 0;
  clear: right;
  position: relative;
}
div.jQBracket .bracket {
  float: right;
  clear: left;
}
div.jQBracket .loserBracket {
  float: right;
  clear: left;
  position: relative;
}
div.jQBracket .round {
  position: relative;
  float: left;
}
div.jQBracket .match {
  position: relative;
}
div.jQBracket .editable {
  cursor: pointer;
}
div.jQBracket .team {
  position: relative;
  z-index: 1;
  float: left;
  background-color: #eee;
  cursor: default;
}
div.jQBracket .team:first-child {
  border-bottom: 1px solid #999;
}
div.jQBracket .team input {
  font-size: 14px;
  padding: 0;
  width: 100%;
  border: 0;
  margin: 0;
  outline: 0;
}
div.jQBracket .team div.label {
  padding: 3px;
  position: absolute;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
div.jQBracket .team div.label[disabled] {
  cursor: default;
}
div.jQBracket .team div.score {
  float: right;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  box-sizing: border-box;
}
div.jQBracket .team div.score input {
  text-align: center;
}
div.jQBracket .team div.score[disabled] {
  color: #999;
  cursor: default;
}
div.jQBracket .team div.label input.error,
div.jQBracket .team div.score input.error {
  background-color: #fcc;
}
div.jQBracket .team.np {
  background-color: #666;
  color: #eee;
}
div.jQBracket .team.na {
  background-color: #999;
  color: #ccc;
}
div.jQBracket .team.win {
  color: #333;
}
div.jQBracket .team.win div.score {
  color: #060;
}
div.jQBracket .team.lose div.score {
  color: #900;
}
div.jQBracket .team.lose {
  background-color: #ddd;
  color: #999;
}
div.jQBracket .team.tie div.score {
  color: #00f;
}
div.jQBracket .team.highlightWinner {
  background-color: #da0;
  color: #000;
}
div.jQBracket .team.highlightLoser {
  background-color: #ccc;
  color: #000;
}
div.jQBracket .team.highlight {
  background-color: #3c0;
  color: #000;
}
div.jQBracket .team.bye {
  background-color: #999;
  color: #ccc;
}
div.jQBracket .teamContainer {
  z-index: 1;
  position: relative;
  float: left;
}
div.jQBracket .connector {
  border: 2px solid #666;
  border-left-style: none;
  position: absolute;
  z-index: 1;
}
div.jQBracket .connector div.connector {
  border: 0;
  border-bottom: 2px solid #666;
  height: 0;
  position: absolute;
}
div.jQBracket .connector div.connector.highlightWinner,
div.jQBracket .connector.highlightWinner {
  border-color: #da0;
}
div.jQBracket .connector div.connector.highlightLoser,
div.jQBracket .connector.highlightLoser {
  border-color: #ccc;
}
div.jQBracket .connector div.connector.highlight,
div.jQBracket .connector.highlight {
  border-color: #0c0;
}
div.jQBracket .np .connector,
div.jQBracket .np .connector div.connector {
  border-color: #999;
}
div.jQBracket .bubble {
  height: 22px;
  line-height: 22px;
  width: 30px;
  right: -35px;
  position: absolute;
  text-align: center;
  font-size: 11px;
}
div.jQBracket .bubble:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
div.jQBracket .bubble:after {
  left: -5px;
  border-left: 0;
}
div.jQBracket .win .bubble {
  background-color: #da0;
  color: #960;
}
div.jQBracket .win .bubble:after {
  border-right-color: #da0;
}
div.jQBracket .win .bubble.third {
  background-color: #963;
  color: #d95;
}
div.jQBracket .win .bubble.third:after {
  border-right: 6px solid #963;
}
div.jQBracket .lose .bubble {
  background-color: #ccc;
  color: #333;
}
div.jQBracket .lose .bubble:after {
  border-right-color: #ccc;
}
div.jQBracket .lose .bubble.fourth {
  background-color: #678;
  color: #ccd;
}
div.jQBracket .lose .bubble.fourth:after {
  border-right: 6px solid #678;
}
div.jQBracket.rl .finals {
  float: left;
  left: 0;
  clear: left;
}
div.jQBracket.rl .bracket {
  float: left;
  clear: right;
}
div.jQBracket.rl .loserBracket {
  float: left;
  clear: right;
}
div.jQBracket.rl .round {
  margin-right: 0;
  float: right;
}
div.jQBracket.rl .team {
  float: right;
}
div.jQBracket.rl .team div.label {
  right: 0;
}
div.jQBracket.rl .team div.score {
  float: left;
}
div.jQBracket.rl .teamContainer {
  float: right;
}
div.jQBracket.rl .connector {
  border-left-style: solid;
  border-right-style: none;
  border-width: 2px;
}
div.jQBracket.rl .connector div.connector.highlightWinner,
div.jQBracket.rl .connector.highlightWinner {
  border-color: #da0;
}
div.jQBracket.rl .connector div.connector.highlightLoser,
div.jQBracket.rl .connector.highlightLoser {
  border-color: #ccc;
}
div.jQBracket.rl .connector div.connector.highlight,
div.jQBracket.rl .connector.highlight {
  border-color: #0c0;
}
div.jQBracket.rl .bubble {
  left: -35px;
}
div.jQBracket.rl .bubble.third {
  background-color: #963;
  color: #310;
}
div.jQBracket.rl .bubble.fourth {
  background-color: #678;
  color: #ccd;
}
div.jQBracket.rl .bubble:after {
  left: auto;
  right: -5px;
  border-left: 5px solid transparent;
  border-right: 0;
}
div.jQBracket.rl .bubble.third:after {
  border-right: 0;
  border-left: 6px solid #963;
}
div.jQBracket.rl .bubble.fourth:after {
  border-right: 0;
  border-left: 6px solid #678;
}
div.jQBracket.rl .highlightWinner .bubble:after {
  border-left-color: #da0;
}
div.jQBracket.rl .highlightLoser .bubble:after {
  border-left-color: #ccc;
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #d70206;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #f4c63d;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #d17905;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
  fill: #453d3f;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
  fill: #59922b;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
  fill: #0544d3;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
  fill: #6b0392;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
  fill: #dda458;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
  fill: #86797d;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
} 

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
div.fancy-select {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565d;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4b5468;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99a5be;
  border: 1px solid #99a5be;
  border-top-color: #a5b2cb;
  color: #4b5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4b5468;
  top: 20px;
  right: 9px;
}
div.fancy-select div.trigger.open {
  background: #4a5368;
  border: 1px solid #475062;
  color: #7a8498;
  box-shadow: none;
}
div.fancy-select div.trigger.open:after {
  border-top-color: #7a8498;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #62c8bf;
  border-radius: 4px;
  border-top: 1px solid #7dd8d2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
    visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
    visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
    visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
    visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out,
    visibility 0.3s ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #2b8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75);
}
div.fancy-select ul.options li.hover {
  color: #fff;
}
@-webkit-keyframes hey {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  90% {
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
  }
}
@keyframes hey {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  90% {
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
  }
}
.checkbox-hey:checked {
  -webkit-animation: hey 0.8s linear;
  animation: hey 0.8s linear;
}
@-webkit-keyframes omg {
  59% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateX(-8px) translateY(12px);
    transform: translateX(-8px) translateY(12px);
  }
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes omg {
  59% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateX(-8px) translateY(12px);
    transform: translateX(-8px) translateY(12px);
  }
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.checkbox-omg:checked {
  -webkit-animation: omg 0.5s linear;
  animation: omg 0.5s linear;
}
.checkbox-splash:active {
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.checkbox-roll:checked {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.checkbox-rotate:checked {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.checkbox-down {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.checkbox-up,
.checkbox-yo {
  -webkit-transition: all 0.15s linear;
}
.checkbox-down:checked {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.checkbox-up {
  transition: all 0.15s linear;
}
.checkbox-up:checked {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.checkbox-yo {
  transition: all 0.15s linear;
}
.checkbox-yo:checked {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}
@-webkit-keyframes inout {
  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes inout {
  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.checkbox-inout:checked {
  -webkit-animation: inout 0.5s linear;
  animation: inout 0.5s linear;
}
.checkbox-away {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.checkbox-away:checked {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@-webkit-keyframes jump {
  50% {
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) translateY(-10px);
  }
  70% {
    -webkit-transform: scale(0.8) translateY(-5px);
    transform: scale(0.8) translateY(-5px);
  }
  90% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jump {
  50% {
    -webkit-transform: scale(0.6) translateY(-10px);
    transform: scale(0.6) translateY(-10px);
  }
  70% {
    -webkit-transform: scale(0.8) translateY(-5px);
    transform: scale(0.8) translateY(-5px);
  }
  90% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.checkbox-jump:checked {
  -webkit-animation: jump 0.35s linear;
  animation: jump 0.35s linear;
}
@-webkit-keyframes tv {
  50% {
    -webkit-transform: scale(0.6) rotateY(100deg) skew(45deg);
    transform: scale(0.6) rotateY(100deg) skew(45deg);
  }
  70% {
    -webkit-transform: scale(0.8) rotateY(200deg) skew(70deg);
    transform: scale(0.8) rotateY(200deg) skew(70deg);
  }
  90% {
    -webkit-transform: scale(1) rotateY(500deg) skew(20deg);
    transform: scale(1) rotateY(500deg) skew(20deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes tv {
  50% {
    -webkit-transform: scale(0.6) rotateY(100deg) skew(45deg);
    transform: scale(0.6) rotateY(100deg) skew(45deg);
  }
  70% {
    -webkit-transform: scale(0.8) rotateY(200deg) skew(70deg);
    transform: scale(0.8) rotateY(200deg) skew(70deg);
  }
  90% {
    -webkit-transform: scale(1) rotateY(500deg) skew(20deg);
    transform: scale(1) rotateY(500deg) skew(20deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.checkbox-tv:checked {
  -webkit-animation: tv 0.3s linear;
  animation: tv 0.3s linear;
} /*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.am-football,
.baseball,
.basketball,
.csgo,
.dota,
.football,
.live-match-stat.am-football,
.live-timeline {
  display: none;
}
.success-story-cybersport {
  display: none;
}
.team-timeline > .item-wrap > .item-info {
  display: none;
}
.match-lineup .member .card.red {
  display: none;
}
.match-lineup .member .card.yellow {
  display: none;
}
.match-lineup .member .goal img {
  display: none;
}
.foot-contact .socials li a {
  color: #141414;
}
.footer ul.contact-list li a,
.footer ul.contact-list li span,
.footer ul.contact-list li.phone span {
  color: #141414;
}
.main-club-stuff.amateurs-club-stuff {
  background: #fff;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
}
/*02-11-2021: Toan add section background*/
.filter_background {
  filter: blur(1px) brightness(50%) grayscale(100%);
  -webkit-filter: blur(1px) brightness(50%) grayscale(100%); /* New WebKit */
  -moz-filter: blur(1px) brightness(50%) grayscale(100%);
  -ms-filter: blur(1px) brightness(50%) grayscale(100%);
  -o-filter: blur(1px) brightness(50%) grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
}
.filter_bright{
  filter: brightness(0.8);
}

.filter_light_background {
  filter: blur(1px) brightness(50%) grayscale(100%);
  -webkit-filter: blur(1px) brightness(50%) grayscale(100%); /* New WebKit */
  -moz-filter: blur(1px) brightness(50%) grayscale(100%);
  -ms-filter: blur(1px) brightness(50%) grayscale(100%);
  -o-filter: blur(1px) brightness(50%) grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
}
.background-img {
  /* background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; */
  background-color: black;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -99;
  object-fit: cover;
  object-position: center;
}
.theme_background {
  /*background-image: url(../images/music_event.jpg);*/
  background: #dcdcdd;
}
.contacts-wrap-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: initial;
  height: 100%;
  width: 100%;
  position: inherit;
  z-index: -99;
}

/*02-11-2021: Toan add section background *END* */
a {
  color: #1976d2;
  text-decoration: none;
  outline: 0;
  transition: all 0.4s;
}
a:hover {
  color: #141414;
  text-decoration: none;
}
a:focus {
  color: #141414;
  text-decoration: none;
}
input {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
div {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 26px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content ul {
  padding: 0 20px;
  list-style-type: square;
}
.post-content ol {
  padding: 0 20px;
}
.post-content tr th a {
  color: #ccc;
}
li {
  margin: 0;
  padding: 0;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #141414;
}
h1 {
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 40px;
}
h2 {
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 32px;
}
h3 {
  padding-top: 20px;
  padding-bottom: 21px;
  font-size: 28px;
}
h4 {
  padding-top: 20px;
  padding-bottom: 19px;
  font-size: 24px;
}
h5 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 20px;
}
h6 {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 18px;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}
iframe {
  border: 0;
}
.overflow-scroll {
  overflow-x: auto;
}
body.page .comments-wrap {
  padding: 0;
}
@media (max-width: 768px) {
  h6.text-center {
    text-align: center !important;
  }
}
/* template */
.cart-drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 430px;
  background: #fff;
  z-index: 4;
  display: none;
}
.cart-drop table {
  margin-bottom: 0;
}
.cart-drop table td.delete {
  position: relative;
  width: 30%;
}
.cart-drop table td.delete a {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 160px;
  color: #7a7a7a;
  overflow: hidden;
  padding: 0;
}
.cart-drop table .delete a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 20px;
  background: #f0f0f0;
  transform: skew(-6deg);
}
.cart-drop table .delete a i:after {
  display: none;
}
.cart-drop table .delete a:hover i {
  color: #000;
}
.cart-drop table .delete a:hover:before {
  background: #00aeff;
}
.cart-drop table td.info {
  width: 70%;
}
.cart-drop table td {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  height: 160px;
  border-bottom: 1px solid #e0e0e0;
}
.cart-drop .wrap {
  overflow: hidden;
  padding: 0 30px;
}
.cart-drop tr img {
  height: 70%;
  width: 30%;
  object-fit: cover;
}
.cart-drop .info a {
  padding-left: 5px;
}
.cart-drop .btn-wrap {
  padding: 30px;
  border-top: 1px solid #e0e0e0;
}
.cart-drop .wrap a.btn {
  padding: 15px 24px 13px 24px;
  color: #ffffff;
}
.cart-drop .wrap a.btn.view {
  float: left;
}
.cart-drop .wrap a.btn.check {
  float: right;
}
.cart-drop .wrap a.btn:hover {
  color: #fff;
}
.cart-drop .total-text {
  width: 50%;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  height: 68px;
  text-transform: uppercase;
  line-height: 68px;
  float: left;
  text-align: left;
}
.cart-drop .total-digit {
  width: 50%;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
  float: right;
}
.cart-drop tr td {
  background-color: #fff;
}
.cart-drop table tr:hover td i {
  color: #fff;
}
.cart-drop table td em {
  padding-left: 15px;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: 60%;
  white-space: pre-line;
}
.cart-drop table td em.price {
  padding-left: 0;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  font-style: normal;
}
.cart-drop table tr:hover td {
  background: #fff;
}
.btn {
  padding: 15px 24px 13px 24px;
  border-radius: 9px;
  border: none;
  background: #00aeff;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.btn:hover {
  color: #fff;
  background: #131313;
}
.btn.small {
  font-size: 17px;
  font-weight: 900;
}
.clear {
  clear: both;
}
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.position-relative {
  position: relative;
}
input[type="text"] {
  padding: 15px 10px;
  border: 1px solid transparent;
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: normal;
  outline: 0;
}
input[type="text"][disabled] {
  background: #ededed;
}
input[type="text"].error {
  border-color: red;
  color: red;
}
input[type="email"] {
  padding: 15px 10px;
  border: 1px solid transparent;
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: normal;
  outline: 0;
}
input[type="email"][disabled] {
  background: #ededed;
}
textarea {
  padding: 15px 10px;
  width: 100%;
  height: 180px;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #666;
  line-height: normal;
}
.main-match-shedule {
  padding: 30px 0 90px 0;
}

.main-players-stat {
  padding: 44px 0 100px 0;
  background-size: cover;
  background-image: url(../images/hockey/player-stat-bg.jpg);
}
.main-players-stat h4 {
  padding-bottom: 0;
  color: #f2f2f2;
}
.call-to-action {
  padding: 74px 0;
  background: url(../images/hockey/call-toaction.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.call-to-action .text {
  padding-top: 9px;
  font-size: 24px;
  line-height: normal;
  font-weight: 900;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
}
.call-to-action .join {
  padding: 9px 31px 10px 31px;
  display: inline-block;
  background: #1976d2;
  border-radius: 9px;
  color: #fff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.call-to-action .join:hover {
  color: #fff;
  background: #00aeff;
}
.main-team-store .player-filters {
  padding-bottom: 34px;
}
.main-team-store ul li a {
  color: #141414;
}
#show-all-link {
  color: #141414;
  text-transform: uppercase;
}
#show-all-link:hover {
  color: #1976d2;
}
.store-list-item > div {
  max-width: 320px;
  margin: auto;
}
.main-team-store {
  padding-top: 55px;
}
.store-wrap {
  padding-top: 47px;
}
.store-wrap .store-list-item {
  margin-bottom: 35px;
}
.store-list-item > div {
  padding-bottom: 75px;
  display: block;
  position: relative;
  overflow: hidden;
}
.store-list-item img {
  width: 100%;
}
.store-list-item > div .info {
  padding: 15px 24px 17px 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  display: block;
  z-index: 2;
  transition: all 0.4s;
}
.store-list-item > div .info:before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -50px;
  height: 200%;
  transform: rotate(4deg);
  transition: all 0.4s;
  top: -10px;
  background: #fcfcfc;
  z-index: 1;
}
.store-list-item > div .info:after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  bottom: -50px;
  height: 200%;
  transform: rotate(9deg);
  transition: all 0.4s;
  top: 100%;
  background: #1976d2;
  z-index: 0;
}
.store-list-item > div:hover .name {
  color: #fff;
}
.store-list-item > div:hover .price {
  color: #fff;
}
.store-list-item > div:hover .info {
  bottom: 0;
}
.store-list-item > div:hover .info:before {
  background: #00aeff;
}
.store-list-item > div:hover .info:after {
  top: -40px;
}
.store-list-item .name {
  font-size: 14px;
  color: #292929;
  line-height: 20px;
  font-weight: 700;
  display: block;
  z-index: 1;
  position: relative;
}
.store-list-item .price {
  display: block;
  font-size: 14px;
  color: #666;
  z-index: 1;
  position: relative;
}
.store-list-item .btn-wrap {
  transform: scale(0);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.store-list-item .btn {
  margin-top: 10px;
  padding: 8px 18px 5px 18px;
  line-height: normal;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #1976d2;
}
.store-list-item .btn:last-child {
  float: right;
}
.store-list-item .btn:hover {
  background: #fff;
  color: #141414;
}
.store-list-item > div:hover .btn-wrap {
  transform: scale(1);
}
.store-wrap .pagination-wrap .pagination {
  margin: 5px 0 80px 0;
}
.main-sponsor-slider-background {
  padding: 94px 0 160px 0;
  /* background: url(../images/hockey/sponsor-bg.jpg) no-repeat; */
  background-size: cover;
}
.footer {
  /* padding: 30px 0 0; */
  /* background: url(../images/hockey/footer-bg.jpg) 50% 50% no-repeat; */
  overflow: hidden;
  background-size: cover;
}
.footer .footer-left {
  padding: 80px 0 0 0;
  color: #292929;
  position: relative;
}
.footer .footer-left .wrap {
  position: relative;
}
.footer .footer-left:before {
  content: "";
  margin-bottom: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  right: -30px;
  left: -1000%;
  position: absolute;
  transform: skew(-10deg);
}
.footer .footer-left .foot-logo {
  margin-bottom: 27px;
  display: inline-block;
}
.footer .footer-left p {
  color: #999;
}
.wrapper-overfllow {
  overflow: hidden;
  /* margin-bottom: 30px; */
}
.footer h4 {
  color: #141414;
}
.footer .foot-left-menu {
  padding: 21px 0 94px 0;
  overflow: hidden;
}
.footer .foot-left-menu li {
  padding-bottom: 11px;
  width: 50%;
  float: left;
  color: #ccc;
}
.footer .foot-left-menu li a {
  padding: 0 0 0 20px;
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  color: #999;
}
.footer .foot-left-menu li a:hover {
  color: #fff;
}
.footer .foot-left-menu li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* .footer .foot-news {
  padding-top: 59px;
} */
.footer .foot-news .item span {
  transition: all 0.4s;
}
.footer .foot-news .item .name {
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 24px;
  color: #141414;
  display: block;
}
.footer .foot-news .item .name:hover {
  color: #1976d2;
}
.footer .foot-news .item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #1976d2;
  font-family: Montserrat, sans-serif;
}
.footer .foot-news .item .date:hover {
  color: #141414;
}
.footer .foot-news .item .separator {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-family: Montserrat, sans-serif;
}
.footer .foot-news .item .category {
  font-size: 12px;
  text-transform: uppercase;
  color: #1976d2;
  font-family: Montserrat, sans-serif;
}
.footer .foot-news .item .category:hover {
  color: #141414;
}
/* .footer .foot-contact {
  padding-top: 59px;
} */
.footer .contact-list li {
  padding: 0 0 5px 33px;
  position: relative;
}
.footer .contact-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #999;
}
.footer .contact-list li span {
  color: #999;
  display: inline-block;
}
.footer .contact-list li a {
  margin-bottom: 6px;
  display: block;
  color: #999;
}
.footer .contact-list li a:hover {
  color: #1976d2;
}
.footer .contact-list li.phone span {
  font-size: 24px;
  color: #999;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.footer-menu-wrap .foot-up:before {
  content: "";
  background-color: #0a0a0a;
  top: 0;
  bottom: 0;
  right: -1000%;
  left: 90%;
  position: absolute;
  transform: skew(-10deg);
  z-index: 0;
}
.footer-menu-wrap {
  background: #1976d2;
}
.footer-menu {
  float: left;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:hover a {
  background: 0 0;
}
.footer-menu li a:focus {
  background: 0 0;
}
.footer-menu li a:first-child {
  padding-left: 0;
}
.footer-menu li a {
  padding: 0 17px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.footer-menu li a span {
  padding: 41px 0;
  position: relative;
  display: block;
}
.footer-menu li a span:before {
  content: "";
  width: 100%;
  height: 2px !important;
  background: #fff;
  bottom: 30px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
}
.footer-menu li.active a span:before {
  opacity: 1;
  height: 6px;
}
.footer-menu li a:hover span:before {
  opacity: 1;
  height: 6px;
}
.footer .foot-up {
  padding: 0 0 0 17px;
  float: right;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.footer .foot-up span {
  padding: 36px 0;
  display: block;
  position: relative;
}
.footer .foot-up span i {
  margin-left: 7px;
}
.footer-bottom {
  padding: 20px 0 11px 0;
  background: #f7f7f7;
}
.footer-bottom .copyrights {
  padding-bottom: 9px;
  font-size: 10px;
  text-transform: uppercase;
  /* color: grey; */
}
.footer-bottom .created {
  text-align: right;
  padding-bottom: 10px;
}
.footer-bottom .created a {
  font-size: 9px;
  text-transform: uppercase;
  color: grey;
}
.player-filters {
  padding-bottom: 34px;
}
.image-header {
  min-height: 300px;
  background: url(../images/hockey/page-header-bg.jpg) no-repeat right;
  background-size: cover;
  overflow: hidden;
  clear: both;
}
.image-header h1 {
  padding-top: 5px;
  margin-top: 0;
  color: #141414;
}
.image-header .info {
  padding-top: 136px;
  padding-bottom: 55px;
  position: relative;
}
.image-header .info .wrap {
  position: relative;
}
.image-header .info:before {
  content: "";
  margin-bottom: -100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  bottom: 0;
  right: -30px;
  left: -1000%;
  position: absolute;
  transform: skew(-10deg);
}
.team .avatar img {
  height: 60px;
  width: 60px;
}
.match-page-top {
  padding: 80px 0 26px 0;
}
.arena img {
  max-width: 100%;
}
.arena .img-wrap {
  position: relative;
}
.arena .title {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 16px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.arena .arena-info {
  padding: 16px 20px 15px 20px;
  background: #fcfcfc;
}
.arena .name {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
  line-height: normal;
}
.arena .date {
  padding-bottom: 4px;
  font-size: 14px;
  color: #3d3d3d;
  line-height: normal;
}
.live-details {
  padding: 10px 20px 14px 20px;
  background: #fcfcfc;
}
.gallery-slider .item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-slider .item a:hover .info {
  left: 0;
}
.gallery-slider .item .info {
  padding: 24px 10px 10px 30px;
  transition: all 0.4s;
  width: 40%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  z-index: 1;
}
.gallery-slider .item .info > * {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}
.gallery-slider .item .info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: skew(-10deg);
}
.gallery-slider .item .info .then {
  padding-bottom: 8px;
  line-height: normal;
}
ul.team-legend {
  padding: 0;
}
.categories-list > li {
  overflow: hidden;
  transition: all 0.4s;
}
.categories-list > li:hover a {
  background: #141414;
  color: #fff;
}
.categories-list > li > a {
  margin-bottom: 2px;
  font-size: 14px;
  color: #141414;
  display: block;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #f0f0f0, #f7f7f7);
}
.categories-list > li > a .count {
  padding: 11px 0 10px 0;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #3d3d3d;
  position: relative;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  transition: all 0.4s;
}
.categories-list > li > a .count:before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #00aeff;
  transition: all 0.4s;
  z-index: -1;
}
.categories-list > li:hover > a .count {
  margin-right: 9px;
  color: #141414;
}
.categories-list > li:hover > a .count:before {
  width: 110%;
  transform: skew(-10deg);
  left: -10%;
}
.categories-list > li ul {
  max-height: 0;
  width: 100%;
  transition: all 0.6s;
  margin-top: 0;
  border: solid #00aeff;
  border-width: 0 0 0 2px;
  position: relative;
  background: #141414;
  border-radius: 0;
}
.categories-list > li ul li:first-child {
  padding-top: 13px;
}
.categories-list > li ul li:last-child {
  padding-bottom: 11px;
}
.categories-list > li ul li a {
  padding: 5px 10px 4px 0;
  font-size: 13px;
  color: #f7f7f7;
  display: block;
}
.categories-list > li ul li a .count {
  width: 47px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}
.categories-list > li.open > a {
  background: #141414;
  color: #fff;
}
.categories-list > li.open > a .count {
  margin-right: 9px;
  color: #141414;
}
.categories-list > li.open > a .count:before {
  width: 110%;
  transform: skew(-10deg);
  left: -10%;
}
.categories-list > li ul li:hover a {
  color: #00aeff;
}
.categories-list > li:hover > ul {
  max-height: 250px;
}
.broadcast-wrap {
  padding-top: 45px;
  padding-bottom: 75px;
  background: url(../images/hockey/broadcast-bg.jpg) 50% 100% no-repeat;
  background-size: contain;
}
.sidebar-search-wrap .wrap {
  border: 1px solid #e0e0e0;
  position: relative;
}
.sidebar-search-wrap input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  height: 48px;
  line-height: 56px;
  font-size: 14px;
  color: #8f8f8f;
  background: 0 0;
  border: none;
}
.sidebar-search-wrap button {
  position: absolute;
  font-size: 13px;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: 0 0;
  border: none;
}
.sidebar-calendar h6 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-family: Montserrat, sans-serif;
}
#wp-calendar th {
  background: #141414;
  font-size: 10px;
  text-transform: uppercase;
  color: #ccc;
  height: 32px;
  text-align: center;
}
#wp-calendar tr:hover {
  background: inherit;
}
#wp-calendar tr {
  cursor: default;
}
#wp-calendar tr td {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  color: #666;
}
#wp-calendar tr td a {
  display: block;
  height: 39px;
  line-height: 39px;
  background: #00aeff;
  color: #141414;
}
#wp-calendar tr td:first-child {
  text-align: center;
}
#wp-calendar tr td:last-child {
  font-weight: 400;
}
#wp-calendar .pad {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-family: Montserrat, sans-serif;
}
.recent-news .item {
  padding-bottom: 25px;
}
.recent-news .item:last-child {
  padding-bottom: 0;
}
.recent-news .item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-family: Montserrat, sans-serif;
  line-height: normal;
}
.recent-news .item .date a {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-family: Montserrat, sans-serif;
  line-height: normal;
}
.recent-news .item .date a:hover {
  color: #1976d2;
}
.recent-news .item .name {
  font-size: 18px;
  color: #141414;
  font-weight: 700;
  line-height: 24px;
  display: block;
}
.recent-news .item .name:hover {
  color: #1976d2;
}
.tags {
  font-size: 0;
}
.tags a {
  margin: 0 10px 10px 0;
  padding: 12px 16px 10px 16px;
  display: inline-block;
  color: #141414;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  line-height: normal;
}
.tags a:hover {
  background: #00aeff;
  border-color: #00aeff;
}
.news-list .item {
  margin-top: 35px;
  overflow: hidden;
}
.news-list .item .img-wrap {
  position: relative;
}
.news-list .item .img-wrap .bage {
  padding: 6px 10px 6px 10px;
  top: 30px;
  left: 30px;
  position: absolute;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  background: #00aeff;
}
.news-list .item .img-wrap .bage:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  right: -5px;
  transform: skew(-10deg);
  background: inherit;
}
.news-list .item .img-wrap .bage a {
  font-size: 10px;
  color: #fff;
}
.news-list .item .img-wrap img {
  width: 100%;
}
.news-list .item .info > p > img {
  width: 100%;
}
.news-list .item .info {
  padding: 10px 30px 26px 30px;
  background: #fff;
  transition: background 0.3s;
  position: relative;
  transition-timing-function: ease-in;
}
.news-list .item .info > * {
  position: relative;
  z-index: 1;
}
.news-list .item .info:before {
  content: "";
  height: 300px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  opacity: 0;
  background: #141414;
  transform: skewY(2deg);
  z-index: 1;
  transition: all 0.3s;
  transition-delay: 50ms;
}
.news-list .item .info:after {
  content: "";
  height: 300px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  opacity: 0;
  background: #00aeff;
  transform: skewY(4deg);
  z-index: 0;
  transition: all 0.3s;
  transition-delay: 150ms;
}
.news-list .item .info > p {
  padding-top: 20px;
  font-size: 16px;
  color: #141414;
  line-height: 26px;
}
.news-list .item .info .name {
  padding-top: 12px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #141414;
  line-height: normal;
}
.news-list .item .info .wrap {
  padding-top: 2px;
  float: left;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-family: Montserrat, sans-serif;
}
.news-list .item .info .wrap > * {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.news-list .item .info .wrap a {
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.news-list .item.img-top:hover .info .name {
  color: #fff;
}
.news-list .item.img-top:hover .info {
  background: #141414;
}
.news-list .item.img-top:hover .info:before {
  opacity: 1;
  top: -20px;
}
.news-list .item.img-top:hover .info:after {
  opacity: 1;
  top: -30px;
}
.news-list .item.img-top:hover .info .wrap a {
  color: #fff;
}
.news-list .item .info .continue {
  color: #141414;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.news-list .item .info .continue:hover {
  color: #00aeff;
}
.news-list .item .info .comment-quantity {
  float: right;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  color: #141414;
}
.news-list .item.quote .info {
  padding-top: 27px;
  padding-left: 90px;
}
.news-list .item.quote .info .name {
  position: relative;
}
.news-list .item.quote .info .name:before {
  content: "\201c";
  position: absolute;
  left: -70px;
  font-weight: 700;
  top: 4px;
  font-size: 200px;
  line-height: 120px;
  z-index: -1;
  color: #e6e6e6;
  font-family: "Open Sans", sans-serif;
}
.news-list .item.status .info {
  padding-left: 60px;
}
.news-list .item.status .info .name {
  position: relative;
}
.news-list .item.status .info .name:before {
  content: "\f0e7";
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  position: absolute;
  left: -30px;
  top: 16px;
}
.sidebar-btn {
  background: #00aeff;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
}
.champ-navigation {
  background: #fff;
}
.champ-nav-list {
  font-size: 0;
}
.champ-nav-list li {
  display: inline-block;
}
.champ-nav-list li a {
  padding: 27px 30px 26px 30px;
  display: inline-block;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.champ-nav-list li a:hover {
  background: #00aeff;
  color: #141414;
}
.champ-nav-list li.active a {
  background: #141414;
  color: #fff;
}
.pagination-wrap .pagination {
  margin: 40px 0 100px 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.pagination-wrap .pagination li {
  float: none;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.pagination-wrap .pagination li:first-child {
  float: left;
}
.pagination-wrap .pagination li:last-child {
  float: right;
}
.pagination-wrap .pagination li a {
  padding: 0;
  margin: 1px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0;
  border: none;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #666;
}
.pagination-wrap .pagination li a:hover {
  color: #fff;
  background: #141414;
}
.pagination-wrap .pagination li.active a {
  color: #fff;
  background: #141414;
}
.instagram ul {
  font-size: 0;
}
.instagram ul li {
  width: 50%;
  display: inline-block;
}
.instagram ul li a img {
  max-width: 100%;
}
blockquote {
  padding-left: 56px;
  border: none;
  position: relative;
}
blockquote:before {
  content: "\201c";
  position: absolute;
  left: 0;
  font-weight: 700;
  top: 4px;
  font-size: 200px;
  line-height: 120px;
  z-index: -1 !important;
  color: #87d3f7;
  font-family: "Open Sans";
}
blockquote p {
  margin: 0;
  font-size: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 800;
  color: #141414;
  font-family: Raleway, sans-serif;
}
blockquote p.name {
  padding-top: 9px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
  color: #666;
  font-family: Montserrat, sans-serif;
}
.share-bar {
  text-align: right;
  margin-top: 25px;
}
.share-bar li {
  padding-left: 25px;
  display: inline-block;
}
.share-bar li a {
  font-size: 18px;
}
.share-bar li.facebook a {
  color: #3b5998;
}
.share-bar li.twitter a {
  color: #1da1f2;
}
.share-bar li.google a {
  color: #dd4b39;
}
.author-box {
  padding-bottom: 5px;
}
.author-box .top {
  margin-top: 30px;
  margin-bottom: 2px;
  padding: 30px;
  background: #fcfcfc;
  overflow: hidden;
}
.author-box .top > * {
  float: left;
}
.author-box .top .avatar {
  width: 60px;
}
.author-box .top .avatar img {
  max-width: 100%;
  height: 60px;
}
.author-box .top .info {
  padding: 4px 0 0 90px;
  float: none;
}
.author-box .top .name {
  font-size: 17px;
  color: #141414;
  font-weight: 900;
  text-transform: uppercase;
  line-height: normal;
  font-family: Raleway, sans-serif;
}
.author-box .top .info p {
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
}
.author-box .share-box {
  padding: 0;
}
.share-box {
  padding: 50px 0 100px 0;
}
.share-box .item {
  background: #fcfcfc;
}
.share-box .item .title {
  padding: 20px 0 10px 30px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.share-box .share-socials {
  padding: 12px 18px 12px 5px;
  display: inline-block;
  background: #141414;
  position: relative;
}
.share-box .share-socials:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  transform: skew(-10deg);
  background: #141414;
  width: 100%;
}
.share-box .share-socials li {
  padding: 10px 12px 10px 12px;
  display: inline-block;
  position: relative;
}
.share-box .share-socials li a {
  color: #e5e5e5;
  font-size: 14px;
}
.share-box .share-socials li a:hover {
  color: #1976d2;
}
.comments-wrap {
  padding: 0 30px;
}
.comment-item {
  overflow: hidden;
  padding-bottom: 28px;
}
.comment-item.answer {
  padding-left: 90px;
}
.comment-item .avatar {
  width: 60px;
  float: left;
}
.comment-item .avatar img {
  height: 60px;
  max-width: 100%;
}
.comment-item .info {
  padding: 4px 0 0 90px;
}
.comment-item .info .date {
  padding-bottom: 8px;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  color: #999;
  font-family: Montserrat, sans-serif;
  line-height: normal;
}
.comment-item .info .date a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  color: #141414;
  line-height: normal;
}
.comment-item .info .date a:hover {
  color: #1976d2;
}
.comment-item .info .date .quote {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #ccc;
}
.comment-item .rating {
  margin-top: 12px;
  margin-bottom: 12px;
}
.comment-item .info p {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
}
.comment-item .reply {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.leave-comment-wrap {
  padding-bottom: 100px;
}
.leave-comment-wrap h4 {
  padding-top: 0;
  margin-top: 0;
}
.leave-comment-wrap .item {
  padding-bottom: 20px;
}
.leave-comment-wrap .item label {
  cursor: pointer;
  display: block;
  font-weight: 400;
}
.leave-comment-wrap .item span {
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: normal;
  font-weight: 400;
}
.leave-comment-wrap .item span i {
  font-style: normal;
  color: #d32f2f;
}
.leave-comment-wrap .item input[type="text"] {
  padding: 15px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  color: #666;
  line-height: normal;
}
.leave-comment-wrap .item input[type="email"] {
  padding: 15px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  color: #666;
  line-height: normal;
}
.leave-comment-wrap .item textarea {
  padding: 15px 10px;
  width: 100%;
  height: 180px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  color: #666;
  line-height: normal;
}
.leave-comment-wrap .comment-submit {
  padding: 18px 30px 16px 30px;
  border-radius: 9px;
  background: #00aeff;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-family: Montserrat, sans-serif;
  line-height: normal;
  transition: all 0.4s;
}
.leave-comment-wrap .comment-submit:hover {
  color: #fff;
  background: #141414;
}
.broadcast-sponsors {
  padding-top: 220px;
}
.broadcast-sponsors .list {
  background-color: rgba(255, 255, 255, 0.2);
}
.trophey-room {
  padding: 45px 0 0;
}
.trophey-room .trophey-media {
  padding: 30px 0 30px 0;
}
.trophey-room .trophey-media img {
  width: 100%;
}
.done-list li {
  padding: 0 0 8px 30px;
  position: relative;
}
.done-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  color: #141414;
  top: 6px;
  left: 0;
}
.main-award-box.trophey-awards {
  background: 50% 100% no-repeat;
}
.main-award-box {
  background: url(../images/hockey/main-awards-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.club-top-btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
}
.club-champ .club-top-btn {
  margin-top: 32px;
  transform: translateY(0);
  position: static;
}
.club-wrap {
  padding-top: 45px;
}
.club-main-stat {
  padding-bottom: 80px;
}
.club-main-stat .last-match {
  padding: 30px;
  background: #fcfcfc;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0;
}
.club-main-stat .last-match > * {
  display: inline-block;
}
.club-main-stat .last-match .team {
  width: 45%;
}
.club-main-stat .last-match .team.right {
  text-align: right;
}
.club-main-stat .last-match .team .name {
  padding: 0 15px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #141414;
}
.club-main-stat .last-match .score {
  text-align: center;
  width: 10%;
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}
.club-main-stat .last-match .score span {
  margin: 0 0 0 8px;
  width: 40%;
  padding: 0 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #141414;
  height: 32px;
  line-height: 30px;
  border-radius: 9px;
  display: inline-block;
}
.club-main-stat .last-match .score span:first-child {
  margin: 0 8px 0 0;
}
table {
  margin-bottom: 30px;
  width: 100%;
}
table tr {
  cursor: pointer;
}
table tr th {
  background: #141414;
  font-size: 10px;
  text-transform: uppercase;
  color: #ccc;
  height: 32px;
  text-align: center;
}
table tr th:first-child {
  padding-left: 20px;
  text-align: left;
}
table tr td {
  padding: 0 20px;
  height: 50px;
  line-height: normal;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  color: #141414;
  text-align: center;
  white-space: nowrap;
}
table tr td > * {
  vertical-align: middle;
}
table tr td:first-child {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
table tr td:last-child {
  font-weight: 700;
}
table tr td:first-child i {
  margin-right: 8px;
  font-size: 16px;
}
table tr td:first-child span {
  line-height: 29px;
}
table tr td.up i {
  color: #4caf50;
}
table tr td.down i {
  color: #f44336;
}
table tr td.none i {
  color: #999;
  font-size: 10px;
}
table tr td:last-child span {
  width: 40px;
  height: 30px;
  line-height: 28px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #fff;
}
table tr td .team {
  padding: 0 15px 0 0;
}
table tr:hover {
  background: #f2f2f2;
}
table tr:hover td i {
  color: #fff;
}
.captain-bage {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.player-single-wrap {
  padding-top: 45px;
  padding-bottom: 70px;
}
.player-single-wrap .player-info .player-info-title {
  margin-top: 0;
  padding-top: 0;
}
.player-single-wrap .player-info table tr th {
  padding: 0 10px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  background: #141414;
}
.player-single-wrap .player-info table tr td {
  padding: 0 10px;
  background: #fcfcfc;
}
.player-single-wrap .player-info table tr td:first-child {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
ul.player-trophey {
  padding: 0;
}
.player-single-wrap .player-trophey li {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.player-single-wrap .player-trophey li .year {
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  background: #141414;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
}
.standing-table-wrap {
  padding: 45px 0 70px 0;
}
.standing-cup {
  padding-top: 45px;
}
.standing-cup .player-filters {
  padding-bottom: 9px;
}
.contact-bar {
  padding-top: 10px;
}
.contact-bar li {
  padding-right: 25px;
  display: inline-block;
}
.contact-bar li a {
  font-size: 16px;
  color: #999;
}
.contact-bar li.facebook:hover a {
  color: #3b5998;
}
.contact-bar li.twitter:hover a {
  color: #1da1f2;
}
.contact-bar li.google:hover a {
  color: #dd4b39;
}
.contact-bar li.pinterest:hover a {
  color: #bd081c;
}
.club-champ {
  padding-top: 45px;
}
.club-champ h4 {
  padding-bottom: 0;
}
.champ-date {
  padding-bottom: 49px;
  font-size: 14px;
  color: #666;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.champ-date i {
  margin-right: 10px;
  font-size: 14px;
  color: #999;
}
.champ-tab-wrap {
  padding-top: 50px;
}
.champ-tab-wrap .main-lates-matches .item {
  position: relative;
}
.champ-tab-wrap .news-list .item {
  margin-top: 0;
  margin-bottom: 35px;
}
#circle-bar2,
#circle-bar3 {
  width: 42px;
  height: 42px;
  position: relative;
}
.wrapper-circle {
  display: inline-flex;
  width: 100%;
}
td a {
  color: #141414;
}
.player-hockey-wrap .circle-item {
  display: inline-block;
  width: 100%;
}
.player-hockey-wrap .circle-item path {
  stroke: #00aeff;
}
.player-hockey-wrap .circle-item > .text {
  color: #666;
}
#circle-bar2 .progressbar-text,
#circle-bar3 .progressbar-text {
  font-size: 12px;
  color: #00aeff;
  font-family: Montserrat;
}
.player-hockey-wrap {
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
}
.player-hockey-wrap .border {
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: -30px;
  padding: 30px;
  width: 195px;
}
.player-hockey-wrap > div p {
  margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
  float: none;
}
.player-hockey-wrap .stats {
  position: relative;
  padding: 30px;
}
.canvas {
  position: relative;
  margin: 10px;
  margin-top: 20px;
  color: #00aeff;
}
.canvas-minutes {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.background-section {
  background: #fcfcfc;
  padding: 35px 20px 37px;
}
.player-hockey-wrap .border:before {
  content: "";
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  background: #fff;
  transform: skew(-10deg);
}
.player-hockey-wrap .number {
  color: #00aeff;
  font-size: 40px;
  font-family: Montserrat;
}
.player-hockey-wrap .name {
  font-family: Montserrat;
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.player-hockey-wrap .country {
  font-size: 10px;
  font-family: Montserrat;
  color: #3d3d3d;
}
.player-hockey-wrap .country img {
  margin-right: 10px;
}
.summary-hockey {
  background: #fcfcfc;
  padding: 20px;
}
.filter-wrap .filter-slider {
  padding-bottom: 12px;
}
.filter-wrap .top {
  padding-bottom: 22px;
  overflow: hidden;
}
.filter-wrap label {
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.filter-wrap #amount {
  float: right;
  text-align: right;
  width: inherit;
  padding: 3px;
  border: none;
  background: 0 0;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.filter-wrap .ui-slider {
  border-radius: 0;
  border: none;
  background: #ccc;
  height: 4px;
}
.filter-wrap .ui-widget-header {
  background: #00aeff;
}
.filter-wrap .ui-slider .ui-slider-handle {
  margin-top: -3px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #00aeff;
}
.filter-wrap .filter-title {
  padding: 15px 0 0 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.filter-item {
  border: none;
  background: 0 0;
  border-radius: 0;
  padding: 0;
}
.filter-item ul {
  padding-top: 7px;
}
.filter-item ul li {
  padding-bottom: 7px;
  display: block;
  overflow: hidden;
}
.filter-item ul li label {
  font-size: 14px;
  color: #666;
  text-transform: none;
  font-weight: 400;
}
.filter-items-wrap .filter-title:before {
  content: "-";
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  position: absolute;
  right: 0;
  top: 15px;
}
.filter-items-wrap .filter-title.active:before {
  content: "+";
}
.color-check {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
.color-check .check {
  margin: -6px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
  color: #fff;
  text-shadow: 1px 0 1px #000;
}
.color-check input[type="checkbox"]:checked + span.check {
  opacity: 1;
  transform: scale(1);
}
.color-check input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.color-check.green {
  background: #7bba3c;
}
.color-check.black {
  background: #000;
}
.color-check.purple {
  background: #8d429f;
}
.color-check.blue {
  background: #1790c8;
}
.color-check.gray {
  background: #777878;
}
.color-check.red {
  background: #e7352b;
}
.color-check.white {
  background: #fff;
}
.color-filter-item ul {
  font-size: 0;
}
.color-filter-item ul li {
  padding-left: 21px;
  display: inline-block;
}
.color-filter-item ul li label {
  float: none;
  margin-bottom: 0;
}
.color-filter-item ul li:first-child {
  padding-left: 0;
}
.size-filter-item {
  padding-bottom: 20px;
}
.size-filter-item ul {
  overflow: hidden;
  font-size: 0;
  border: solid #e0e0e0;
  border-width: 1px 0 0 1px;
  line-height: 0;
}
.size-filter-item ul li {
  width: 20%;
  display: inline-block;
}
.size-check {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border: solid #e0e0e0;
  border-width: 0 1px 1px 0;
  cursor: pointer;
}
.size-check .size {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
}
.size-check input[type="checkbox"]:checked + span.size {
  background: #141414;
  opacity: 1;
  color: #fff;
}
.size-check input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.product-single {
  padding-top: 45px;
}
.product-single .comments-wrap {
  padding: 0;
}
.product-right-info .size-filter-item {
  padding-bottom: 0;
}
.product-right-info .color-check {
  width: 50px;
  height: 50px;
}
.product-right-info .color-filter-item ul li {
  padding-left: 1px;
}
.product-right-info .rating-wrap {
  padding: 10px 0 20px 0;
}
.product-right-info .rating-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.rating {
  margin-right: 15px;
  width: 95px;
  height: 15px;
  background: url(../images/hockey/rating-star.png);
}
.rating.one {
  background-position: 0 -15px;
}
.rating.two {
  background-position: 0 -30px;
}
.rating.three {
  background-position: 0 -45px;
}
.rating.four {
  background-position: 0 -60px;
}
.rating.five {
  background-position: 0 -75px;
}
.product-right-info .price {
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
  font-size: 40px;
}
.product-right-info .title {
  padding: 15px 0 10px 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  position: relative;
}
.product-right-info .size-filter-item ul {
  display: inline-block;
}
.product-right-info .size-filter-item ul li {
  width: 50px;
}
.product-right-info input[type="number"] {
  margin-right: 5px;
  width: 76px;
  padding: 7px 15px 6px 20px;
  background: #e6e6e6;
  font-size: 12px;
  color: #141414;
  border-radius: 8px;
  border: none;
}
.product-right-info .details {
  padding-top: 13px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e0e0e0;
}
.product-right-info .details ul li {
  padding-bottom: 3px;
  color: #1976d2;
}
.product-right-info .details ul li span {
  color: #666;
}
.product-right-info .details ul li a {
  font-size: 16px;
  color: #1976d2;
}
.product-right-info .socials {
  padding-top: 29px;
}
.product-tab-wrap {
  padding: 50px 0 0;
}
.product-tab-wrap .tab-top {
  background: #fff;
}
.product-tab-wrap .tab-top ul li {
  display: inline-block;
}
.product-tab-wrap .tab-top ul li a {
  padding: 26px 30px 26px 30px;
  display: block;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.product-tab-wrap .tab-top ul li a:hover {
  background: #f7f7f7;
}
.product-tab-wrap .tab-top ul li.active a {
  background: #f7f7f7;
}
.featured-products {
  padding-top: 46px;
  padding-bottom: 93px;
}
.featured-navigation {
  padding-top: 30px;
}
.featured-navigation a:first-child {
  margin-left: 0;
}
.feat-show-all {
  margin-top: 21px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.feat-show-all:hover {
  color: #00aeff;
}
[type="checkbox"].filter-check:checked,
[type="checkbox"].filter-check:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"].filter-check:checked + label,
[type="checkbox"].filter-check:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"].filter-check:checked + label:before,
[type="checkbox"].filter-check:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 0;
}
[type="checkbox"].filter-check:checked + label:after,
[type="checkbox"].filter-check:not(:checked) + label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.4s;
}
[type="checkbox"].filter-check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].filter-check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"].filter-check:disabled:checked + label:before,
[type="checkbox"].filter-check:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"].filter-check:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"].filter-check:disabled + label {
  color: #aaa;
}
[type="checkbox"].filter-check:checked:focus + label:before,
[type="checkbox"].filter-check:not(:checked):focus + label:before {
  border: 2px solid #ccc;
}
label:hover:before {
  border: 2px solid #141414 !important;
}
.post-password-form {
  color: #141414;
  padding: 10px;
  background: #fcfcfc;
}
.post-password-form p {
  margin-bottom: 15px;
}
.post-password-form label {
  font-family: "Open Sans", sans-serif;
}
.post-password-form input[type="password"] {
  border: 1px solid grey !important;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 7px;
  border: none;
  margin-right: 10px;
  margin-left: 5px;
}
.post-password-form input[type="submit"] {
  border-radius: 3px;
  font-size: 16px;
  background-color: #00aeff;
  color: #141414;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: none;
  padding: 0.618em 1em;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.post-password-form input[type="submit"]:hover {
  background: #141414;
  color: #fff;
}
.cart-wrap {
  padding-top: 45px;
  padding-bottom: 100px;
}
.cart-table tr {
  z-index: 1;
  position: relative;
}
.cart-table tr th {
  padding: 0 20px;
  height: 68px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  background: #141414;
}
.cart-table tr td {
  height: 160px;
  background: #fcfcfc;
}
.cart-table .product-image {
  margin-right: 30px;
}
.cart-table .name a:last-child {
  display: inline-block;
}
.cart-table .delete {
  position: relative;
  width: 110px;
}
.cart-table .delete a {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 160px;
  color: #7a7a7a;
  overflow: hidden;
}
.cart-table .delete a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 20px;
  background: #f0f0f0;
  transform: skew(-6deg);
}
.cart-table .delete a i {
  position: relative;
}
.cart-table th.product {
  text-align: left;
}
.cart-table td.name {
  width: 560px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.cart-table .cost {
  font-size: 14px;
  color: #000;
}
.cart-table td.total {
  padding-right: 30px;
  text-align: right;
  color: #000;
  font-size: 20px;
}
.cart-table th.total {
  padding-right: 30px;
  text-align: right;
}
.cart-table .quantity input[type="number"] {
  margin-right: 5px;
  width: 50px;
  padding: 7px 8px 6px 12px;
  background: #e6e6e6;
  font-size: 12px;
  color: #141414;
  border-radius: 8px;
  border: none;
  outline: 0;
}
.cart-table tr:hover {
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 10px 0 #ccc;
}
.cart-table tr:hover .delete a:before {
  background: #00aeff;
}
.cart-table tr:hover .delete a i {
  color: #292929;
}
.update-wrap {
  text-align: right;
}
.update-wrap .update {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  background: #00aeff;
  border: none;
  color: #141414;
}
.update-wrap .update:hover {
  background: #141414;
  color: #fff;
}
.update-wrap .update[disabled] {
  background: #e0e0e0;
  color: #666;
}
.cart-offer {
  padding-top: 17px;
}
.cart-offer .offer {
  position: relative;
}
.cart-offer .offer > img {
  width: 100%;
}
.cart-offer .offer .title {
  text-align: right;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 40px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  color: #141414;
}
.cart-offer .offer .title span {
  font-size: 48px;
  display: block;
  line-height: 43px;
}
.cart-total {
  padding-top: 17px;
}
.delivery-list .item {
  margin-bottom: 0;
  padding: 19px 28px 23px 28px;
  background: #f2f2f2;
  display: block;
  cursor: pointer;
  border-top: 1px solid #ccc;
}
.delivery-list .item:first-child {
  border-top: none;
}
.delivery-list .item:hover {
  background: #fff;
}
.delivery-list .item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  font-weight: 400;
}
.delivery-list .item input[type="radio"] {
  margin-right: 20px;
  margin-top: 0;
}
.delivery-list .item .name {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
}
.delivery-list .item .delivery-text {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  font-weight: 400;
}
.delivery-list .item .price {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  float: right;
}
.cart-total-info {
  padding: 19px 28px 16px 28px;
  border-top: 1px solid #e0e0e0;
  font-size: 0;
  background: #fff;
}
.cart-total-info .title {
  width: 50%;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #292929;
  font-family: Raleway, sans-serif;
  font-weight: 900;
}
.cart-total-info .price {
  width: 50%;
  text-align: right;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.cart-total .proceed {
  margin-top: 40px;
  position: relative;
  padding: 13px 28px 11px 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  transition: all 0.4s;
  font-family: Montserrat, sans-serif;
  background: #00aeff;
  border-radius: 8px;
  border: none;
  width: 100%;
  text-align: left;
}
.cart-total .proceed i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.4s;
}
.cart-total .proceed:hover {
  color: #fff;
  background: #141414;
}
.cart-total .proceed:hover i {
  right: 15px;
}
.checkout-wrap {
  padding-top: 45px;
  padding-bottom: 80px;
}
.team-alert {
  padding: 21px 70px 22px 30px;
  position: relative;
  background: #fcfcfc;
  border-radius: 0;
  overflow-x: hidden;
  border: solid #00aeff;
  border-width: 0 0 0 5px;
}
.team-alert .close {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.team-alert .close span {
  position: relative;
  font-size: 12px;
  color: #666;
  line-height: 32px;
}
.team-alert .close:before {
  content: "";
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -40px;
  transform: skew(-6deg);
  transition: all 0.4s;
}
.team-alert .close:hover:before {
  background: #00aeff;
}
.team-alert .close:hover span {
  color: #141414;
}
.customer-info .item {
  padding-bottom: 15px;
}
.customer-info .item label {
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-weight: 400;
}
.customer-info .item span {
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: normal;
  font-weight: 400;
}
.customer-info .item span i {
  font-style: normal;
  color: #d32f2f;
}
.checkout-wrap .cart-table {
  margin-bottom: 0;
}
.checkout-wrap .cart-table tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  height: auto;
  text-transform: none;
  background: #fcfcfc;
}
.checkout-wrap .cart-table tr td:firt-child {
  text-transform: none;
}
.checkout-wrap .cart-total {
  padding-top: 0;
}
.checkout-wrap .cart-total .proceed {
  font-size: 16px;
  padding: 18px 28px 16px 28px;
}
.search-wrapper {
  padding-top: 45px;
  padding-bottom: 100px;
}
.search-field {
  margin-bottom: 40px;
}
.search-field .wrap {
  border: 1px solid #e0e0e0;
  position: relative;
}
.search-field input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  height: 48px;
  line-height: 56px;
  font-size: 14px;
  color: #8f8f8f;
  background: 0 0;
  border: none;
}
.search-field button {
  position: absolute;
  font-size: 13px;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: 0 0;
  border: none;
}
.search-item {
  margin-bottom: 10px;
  background: #fff;
}
.search-item .info {
  padding-top: 24px;
  padding-right: 20px;
}
.search-item .info .name {
  font-size: 22px;
  font-weight: 700;
  color: #141414;
}
.search-item .info .name:hover {
  color: #1976d2;
}
.search-item .info .wrap {
  padding-top: 5px;
  padding-bottom: 8px;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
}
.search-item .info .wrap > * {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}
.search-item .info .wrap a {
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.search-item .info > p span {
  padding: 0 2px;
  background: #00aeff;
}
.search-item .info .name span {
  padding: 0 2px;
  background: #00aeff;
}
.search-item .info .read-more {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #1976d2;
  font-family: Montserrat, sans-serif;
}
.search-item .info .read-more:hover {
  color: #141414;
}
.amateurs-news-list > .container > .row > .col-md-4 > .item > a > img {
  width: 100%;
}
.sponsor-icons {
  height: 100%;
  width: 55%;
}
.standings-table .standing-full {
  white-space: nowrap;
}
overflow-scroll.table tr td {
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .main-news-list .item > img {
    width: auto;
  }
  .main-club-stuff {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .main-news-list .item .caption .name {
    display: block;
    line-height: 16px;
  }
  .isotope-grid .grid-item {
    height: 205px;
  }
  .isotope-grid .grid-item.height2 {
    height: 330px;
  }
  .footer .footer-left:before {
    right: 10px;
  }
  .store-list-item {
    margin-bottom: 20px;
  }
  .club-main-stat .last-match .team {
    width: 40%;
  }
  .club-main-stat .last-match .score {
    width: 20%;
  }
  .color-filter-item ul li {
    padding-left: 11px;
  }
  .main-menu.nav.cart-none {
    display: none;
  }
  .upcomig-match-info .team {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .footer .footer-left:before {
    transform: skew(0);
    right: -1000%;
    margin-bottom: -80px;
  }
  .foot-contact .socials {
    padding-bottom: 30px;
  }
  .foot-contact .socials li {
    padding-right: 30px;
  }
  .foot-contact .socials li {
    padding-left: 0;
  }
  .foot-contact .socials li a {
    font-size: 40px;
  }
  .footer-menu {
    display: none;
  }
  .timeline .first {
    width: 100%;
    padding-right: 0;
  }
  .timeline .second {
    width: 100%;
    padding-left: 0;
  }
  .row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  /* .row-offcanvas-right .sidebar-offcanvas {
    right: -55%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -65%;
  }
  .row-offcanvas-right.active {
    right: 55%;
  }
  .row-offcanvas-left.active {
    left: 70%;
  } */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .main-players-stat {
    background-size: cover;
  }
  .isotope-grid .grid-item {
    height: 145px;
  }
  .club-top-info .club-stat {
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  .club-main-stat .last-match .team {
    width: 40%;
  }
  .club-main-stat .last-match .score {
    width: 20%;
  }
  .club-top-btn {
    margin-top: 0;
    margin-bottom: 20px;
    float: none;
    position: static;
    transform: translateY(0);
  }
  .club-champ .club-top-btn {
    margin-top: 0;
  }
  .search-item .info {
    padding-left: 20px;
  }
  .search-item .image {
    text-align: center;
  }
  .search-item .image img {
    display: inline-block;
  }
  .standing-full tr td.form {
    padding: 0;
  }
  .player-hockey-wrap .border {
    left: initial;
  }
  .footer .foot-up {
    position: relative;
  }
  .footer-menu-wrap .foot-up:before {
    left: -10%;
  }
  .main-club-stuff {
    padding: 0;
  }
  .champ-nav-list {
    text-align: center;
  }
  .club-top-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .no-gutter > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .call-to-action .text {
    padding-top: 0;
  }
  .call-to-action {
    background-size: cover;
  }
  .image-header .info:before {
    right: -100%;
  }
  .isotope-grid .grid-item a img {
    max-width: 100%;
  }
  .isotope-grid .grid-item {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .isotope-grid .grid-item {
    width: 100%;
    height: 200px;
  }
  .isotope-grid .grid-item.height2 {
    height: 200px;
  }
  .isotope-grid .grid-item a .info:before {
    left: -100%;
  }
  .match-live-date .event {
    text-align: left;
  }
  .club-main-stat .last-match .team {
    text-align: center;
    width: 100%;
  }
  .club-main-stat .last-match .team.right {
    text-align: center;
  }
  .club-main-stat .last-match .score {
    width: 100%;
  }
  .club-main-stat .last-match .score span {
    width: 40px;
  }
  .club-main-stat .last-match a {
    display: block;
    text-align: center;
  }
  .comments-wrap,
  .news-single .item .post-text,
  .news-single .item .top-info {
    padding-left: 0;
    padding-right: 0;
  }
  .champ-nav-list li {
    display: block;
    text-align: center;
  }
  .image-width {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .connected-carousels .navigation {
    display: none;
  }
  .connected-carousels .carousel-stage {
    margin: 0 auto;
    width: 460px;
  }
  .connected-carousels .stage {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .connected-carousels .carousel li img {
    width: 460px;
    display: block;
    margin: auto;
    object-fit: cover;
  }
  .standing-full tr td.form span {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .player-stat-slider .item .top-info .number {
    display: block;
  }
}
@media (max-width: 545px) {
  .connected-carousels .carousel-stage {
    margin: 0 auto;
    width: 350px;
  }
  .connected-carousels .carousel li img {
    width: 100%;
    max-width: 350px;
  }
  .broadcast-item .info {
    padding-top: 15px;
    padding-left: 0;
  }
  .cart-table td.name {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cart-table .delete a:before {
    background: 0 0;
  }
  .cart-table tr:hover .delete a:before {
    background: 0 0;
  }
}
@media (max-width: 400px) {
  .error-wrap .offline-title .small-text {
    font-size: 25px;
    line-height: normal;
  }
  .error-wrap .offline-title .big-text {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .share-box .item .title {
    padding-left: 0;
    text-align: center;
  }
  .share-box .share-socials {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .share-box .share-socials:before {
    display: none;
  }
  .share-box .share-socials li a {
    font-size: 18px;
  }
}
.sticky-wrapper {
  position: relative !important;
}
@media (max-width: 980px) {
  .cybersport-slogan {
    padding-top: 12%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    text-align: right;
  }
}
@media (max-width: 425px) {
  .top-bar {
    display: none;
  }
  
}
.top-bar {
  padding: 2px 0;
  background: #f7f7f7;
}
.top-contacts .socials {
  padding-bottom: 16px;
  vertical-align: top;
  border-right: 1px solid #e0e0e0;
}
.socials {
  padding: 14px 40px 12px 0;
  display: inline-block;
}
.socials li {
  padding-left: 23px;
  display: inline-block;
}
.socials li:first-child {
  padding-left: 0;
}
.top-bar .socials li a {
  color: #999;
}
.socials li a {
  font-size: 16px;
  color: #999;
}
.socials li a:hover {
  color: #1976d2;
}
.top-contacts .contacts {
  padding: 20px 0 4px 0;
  display: inline-block;
}
.top-contacts .contacts li {
  padding-left: 24px;
  vertical-align: top;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}
.top-contacts .contacts li .fa {
  margin-right: 9px;
  color: #3d3d3d;
  font-size: 16px;
  transition: all 0.4s;
  vertical-align: middle;
}
.top-contacts .contacts li a {
  text-transform: uppercase;
  color: #3d3d3d;
}
.top-contacts .contacts li a:hover {
  color: #1976d2;
}
.top-contacts .contacts li a:hover .fa {
  color: #1976d2;
}
.top-search {
  border: solid #999;
  border-width: 0 1px;
  position: relative;
  float: right;
}
.top-search input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 29px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #999;
  background: 0 0;
  border: none;
}
.top-search button {
  position: absolute;
  font-size: 13px;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  background: 0 0;
  border: none;
}
.top-language {
  width: 90px;
  float: right;
}
.top-language .list {
  padding: 15px 0 15px 30px;
}
.top-language .list li a {
  padding-right: 23px;
  /* background: url(../images/hockey/lang-arrow.png) 100% 4px no-repeat; */
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #666;
}
.top-language .list li a img {
  margin-right: 7px;
}
.top-language .dropdown-menu {
  min-width: 80px;
  max-width: 80px;
  left: -20px;
  border: none;
  border-radius: 0;
}
.top-language .dropdown-menu li a {
  background: 0 0;
}
.main-slider-section {
  background: url(../images/hockey/main-slider.jpg) no-repeat;
  background-size: cover;
}
#main-slider {
  position: relative;
  min-height: 600px;
}
.main-slider .carousel-inner {
  position: absolute;
  height: 100%;
}
.main-slider .carousel-control.left {
  background-image: none;
}
.main-slider .carousel-control.right {
  background-image: none;
}
.main-slider ul {
  padding: 0;
}
.main-slider .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 12px;
  background: #141414;
}
.main-slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.main-slider .nav-arrow.left-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all 0.4s;
}
.main-slider .nav-arrow.right-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all 0.4s;
}
.main-slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.main-slider .nav-arrow:hover {
  background: #1976d2;
  color: #000;
}
.main-slider .nav-arrow.left-arrow:hover:before {
  background: #1976d2;
}
.main-slider .nav-arrow.right-arrow:hover:before {
  background: #1976d2;
}
.main-slider .carousel-indicators {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  margin-left: -15px;
  position: static;
  left: 0;
}
.main-slider-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #141414;
}
.main-slider-caption .match-date {
  padding-bottom: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.main-slider-caption .team {
  font-size: 40px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 800;
  line-height: normal;
}
.main-slider-caption .team .big-count {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  line-height: 60px;
  border-radius: 10px;
  background: #141414;
}
.main-slider-caption .match-role {
  font-size: 64px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  color: #141414;
  font-weight: 900;
  line-height: normal;
}
.main-slider-caption .counter {
  padding-top: 24px;
}
.main-slider-caption .counter ul li {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.main-slider-caption .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
  font-size: 32px;
  color: #141414;
  font-weight: 700;
  background: #fff;
  height: 80px;
  line-height: 80px;
  font-family: "Open Sans", sans-serif;
}
.main-slider-caption .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  color: #fff;
}
.main-slider-caption .booking {
  padding-top: 35px;
}
.main-slider-caption .booking a {
  padding: 15px 24px 15px 24px;
  background: #1976d2;
  overflow: hidden;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.main-slider-caption .booking a:hover {
  border-radius: 9px;
  background: #00aeff;
}
.main-slider-caption .title {
  line-height: normal;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-slider-caption .title span {
  color: #fff;
}
.main-slider-caption .big-title {
  line-height: normal;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-size: 88px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-slider-caption .sub-title {
  padding-bottom: 35px;
  line-height: normal;
  color: #141414;
  text-transform: uppercase;
  font-size: 16px;
}
.main-slider-caption .btn {
  margin-right: 16px;
}
.am-main-slider .main-slider-caption .big-title {
  color: #fff;
}
.am-main-slider .main-slider-caption .title {
  color: #fff;
}
@media (max-width: 767px) {
  .main-slider .nav-arrow {
    top: 100%;
    transform: translateY(-100%);
  }
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  margin: 0;
}
.comment-info {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  display: block;
}
.main-news-list .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.main-news-list .item .caption {
  padding: 16px 0 0 30px;
  position: absolute;
  width: 40%;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
}
.main-news-list .item .caption:before {
  content: "";
  width: 200%;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  background-color: rgba(20, 20, 20, 0.9);
  transition: all 0.4s;
}
.main-news-list .item .caption .date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  position: relative;
}
.main-news-list .item .caption .name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  position: relative;
}
.main-news-list .item:hover .caption .date {
  color: #ccc;
}
.main-news-list .item:hover .caption .name {
  color: #fff;
}
.main-news-list .item:hover .caption:before {
  background-color: rgba(25, 118, 210, 0.9);
}
.main-news-list .item > img {
  width: 100%;
}
.match-page-gallery .custom-navigation {
  padding-top: 26px;
}
.custom-navigation {
  padding-top: 44px;
}
.custom-navigation a {
  margin-left: 16px;
  cursor: pointer;
  color: #999;
}
.custom-navigation a:hover {
  color: #141414;
}
@media (max-width: 1200px) {
  .main-news-list .item .caption {
    width: 100%;
    top: 45%;
  }
}
@media (max-width: 991px) {
  .main-news-list .item .caption {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .main-news-list .item .caption {
    width: 40%;
    top: 0;
  }
}
@media (max-width: 460px) {
  .main-news-list .item .caption {
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .main-news-list .item .caption {
    width: 100%;
    top: 0;
  }
}
.main-next-match {
  position: relative;
}
.main-next-match.bg-cover {
  background-size: 50% 50%;
}
.main-next-match .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-next-match .champ-image {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}
.main-next-match .place {
  padding-top: 36px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.main-next-match .date {
  padding-top: 4px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap {
  padding: 0 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-next-match .teams-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.main-next-match .teams-wrap .vs {
  padding: 0 15px;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap .team {
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap .team img {
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
.main-next-match .teams-wrap .team1 {
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap .team1 img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.main-next-match .teams-wrap .team span {
  display: table-cell;
  vertical-align: middle;
}
.main-next-match .teams-wrap .team1 span {
  display: table-cell;
  vertical-align: middle;
}
.main-next-match .booking {
  padding: 0 15px 0 15px;
  display: inline-block;
  background: #1976d2;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.main-next-match .booking:hover {
  color: #fff;
  background: #00aeff;
}
.main-next-match .next-match-background-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.main-lates-matches .item {
  padding: 15px 30px 15px 30px;
  border-bottom: 1px solid #f7f7f7;
  display: block;
  background: #1976d2;
  box-sizing: border-box;
}
.main-lates-matches .item:hover {
  border-bottom: 1px solid #00aeff;
  transition: all 0.5s;
}
.main-lates-matches .item:last-child {
  border-bottom: none;
}
.main-lates-matches .item .championship {
  padding-bottom: 4px;
  clear: both;
  font-size: 10px;
  color: #999;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.main-lates-matches .item .teams-wrap {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
.main-lates-matches .item .teams-wrap > * {
  vertical-align: middle;
}
.main-lates-matches .item .team {
  width: 40%;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #141414;
}
.main-lates-matches .item .team img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  object-fit: contain;
}
.main-lates-matches .item .team span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.main-lates-matches .item .team1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.main-lates-matches .item .team1 {
  width: 40%;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #141414;
  text-align: right;
}
.main-lates-matches .item .team1 img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  object-fit: contain;
}
.main-lates-matches .item .score {
  width: 20%;
  display: inline-block;
  text-align: center;
}
.main-lates-matches .item .score span {
  min-width: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 10px;
}
.main-lates-matches .item .game-result {
  font-size: 10px;
  color: #999;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 650px) {
  .main-lates-matches .item .score,
  .main-lates-matches .item .team,
  .main-lates-matches .item .team1 {
    width: 100%;
  }
  .main-lates-matches .item .team span,
  .main-lates-matches .item .team1 span {
    width: 100%;
    text-align: center;
  }
  .main-lates-matches .item .team img,
  .main-lates-matches .item .team1 img {
    display: block;
    margin: 0 auto;
  }
}
.players_statistic_slider ul {
  padding-bottom: 34px;
  padding-left: 0;
}
.players_statistic_slider .player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.players_statistic_slider .player-filters li:last-child {
  padding-right: 0;
}
.players_statistic_slider .player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.players_statistic_slider .player-filters li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #1976d2;
  transition: all 0.4s;
}
.players_statistic_slider .player-filters li a:hover:before {
  width: 100%;
}
.players_statistic_slider .player-filters li.active a:before {
  width: 100%;
}
.players_statistic_slider .player-stat-slider {
  overflow: hidden;
}
.players_statistic_slider .player-stat-slider .wrap {
  font-size: 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.players_statistic_slider .player-stat-slider .item .stat {
  padding: 30px 60px 50px 40px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #1976d2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.players_statistic_slider .player-stat-slider .item .stat:before {
  content: "";
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  transform: skew(-10deg);
  background: linear-gradient(to right, #1976d2, #1976d2);
}
.players_statistic_slider .player-stat-slider .item .image {
  width: inherit;
  display: inline-block;
  float: right;
}
.players_statistic_slider .player-stat-slider .item .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.players_statistic_slider .player-stat-slider .item .top-info {
  display: table;
  width: 100%;
}
.players_statistic_slider .player-stat-slider .item .top-info > * {
  vertical-align: middle;
  display: table-cell;
}
.players_statistic_slider .player-stat-slider .item .top-info .number {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #292929;
  color: #f2f2f2;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}
.players_statistic_slider .player-stat-slider .item .top-info .name {
  font-size: 18px;
  line-height: 18px;
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.players_statistic_slider
  .player-stat-slider
  .item
  .top-info.with_number
  .name {
  padding-left: 16px;
}
.players_statistic_slider .player-stat-slider .item .position {
  padding-top: 9px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.players_statistic_slider .player-stat-slider .item .progress-wrap {
  padding-top: 18px;
}
.players_statistic_slider .player-stat-slider .item .progress-item {
  padding-bottom: 19px;
}
.players_statistic_slider .player-stat-slider .item .bar-label {
  font-family: Montserrat, sans-serif;
  font-size: 0;
}
.players_statistic_slider .player-stat-slider .item .bar-label .achievement {
  width: 80%;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.players_statistic_slider .player-stat-slider .item .bar-label .score {
  width: 20%;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
}
.players_statistic_slider .player-stat-slider .item .progress-line {
  height: 4px;
  background: #13599e;
  position: relative;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-1 {
  width: 80%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-2 {
  width: 20%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-3 {
  width: 90%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-4 {
  width: 88%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-5 {
  width: 54%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-6 {
  width: 95%;
}
.players_statistic_slider .player-stat-slider .arrow-wrap {
  width: 40px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.players_statistic_slider .player-stat-slider .arrow-wrap a {
  color: #fff;
}
.players_statistic_slider .player-stat-slider .arrow-wrap a:hover {
  color: #141414;
}
.players_statistic_slider .player-stat-slider .arrow-wrap .left-arrow {
  padding-right: 10px;
}
.players_statistic_slider .player-stat-slider .arrow-wrap .right-arrow {
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .players_statistic_slider .player-stat-slider .item .stat:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .players_statistic_slider .player-stat-slider .item .position {
    line-height: normal;
  }
  .players_statistic_slider
    .player-stat-slider
    .item
    .top-info.with_number
    .name {
    padding: 0;
  }
  .players_statistic_slider .player-stat-slider .arrow-wrap {
    left: 10px;
  }
  .players_statistic_slider .player-stat-slider .item .stat:before {
    display: none;
  }
  .players_statistic_slider .player-stat-slider .item .top-info .number {
    display: none;
  }
  .players_statistic_slider .player-stat-slider .item .stat {
    padding: 20px 10px 40px 10px;
    width: 40%;
  }
  .players_statistic_slider .player-stat-slider .item .top-info .name {
    padding-left: 0;
  }
}
.team-best-player ul {
  padding-bottom: 34px;
  padding-left: 0;
  padding-right: 0;
}
.team-best-player .player-filters {
  padding-bottom: 34px;
}
.team-best-player .player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.team-best-player .player-filters li:last-child {
  padding-right: 0;
}
.team-best-player .player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.team-best-player .player-filters li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #1976d2;
  transition: all 0.4s;
}
.team-best-player .player-filters li a:hover:before {
  width: 100%;
}
.team-best-player .player-filters li.active a:before {
  width: 100%;
}
.best-players-list .item {
  margin-bottom: 3px;
  padding: 9px 77px 9px 77px;
  font-size: 14px;
  color: #f2f2f2;
  display: block;
  position: relative;
  background: #141414;
  font-family: Montserrat, sans-serif;
  border-left: 2px solid #1976d2;
}
.best-players-list .number {
  width: 50px;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  background: #000;
  color: #f2f2f2;
}
.best-players-list .number:before {
  content: "";
  position: absolute;
  width: 20px;
  top: 0;
  right: -5px;
  bottom: 0;
  transform: skew(-10deg);
  background: #000;
  z-index: -1;
}
.best-players-list .achievement {
  background: #00aeff;
  color: #fff;
  z-index: 1;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.best-players-list .item:first-child .achievement {
  color: #fff;
  background: #00aeff;
}
.best-players-list .item:first-child .achievement:before {
  content: "";
  position: absolute;
  width: 20px;
  top: 0;
  left: -5px;
  bottom: 0;
  transform: skew(-10deg);
  z-index: -1;
  background: #00aeff;
}
.best-players-list .item .achievement:before {
  content: "";
  position: absolute;
  background: #00aeff;
  width: 20px;
  top: 0;
  left: -5px;
  bottom: 0;
  transform: skew(-10deg);
  z-index: -1;
}
.best-players-list .item:first-child {
  margin-bottom: 5px;
  background: #1976d2;
}
.number img {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 44px;
  object-fit: cover;
}
.main-award-slider {
  padding-bottom: 110px;
}
.main-award-slider .award img {
  margin: auto;
}
.main-award-slider .award .name {
  padding-top: 30px;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #666;
  font-family: Montserrat, sans-serif;
}
.main-award-slider .award .year {
  font-size: 12px;
  color: #666;
  line-height: normal;
}
.main-award-slider .nav-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #141414;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-award-slider .nav-arrow:hover {
  background: #00aeff;
  color: #141414;
}
.main-award-slider .left-arrow {
  left: 5%;
}
.main-award-slider .right-arrow {
  right: 5%;
}
@media (max-width: 992px) {
  .amateurs-award-box {
    padding: 50px 0;
  }
  .amateurs-award-box .btn {
    margin-top: 20px;
  }
  .am-trophey {
    padding-top: 20px;
  }
  .amateurs-award-box .text {
    text-align: center;
  }
}
.main-club-stuff .player-filters {
  padding-bottom: 34px;
}
.staff-item {
  position: relative;
  overflow: hidden;
}
.staff-item .info {
  padding: 26px 0 10px 30px;
  width: 75px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #141414;
}
.staff-item .info:before {
  content: "";
  width: 120px;
  background: #141414;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  transform: skew(-10deg);
  z-index: 0;
}
.staff-item .info .name {
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 19px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  z-index: 1;
  position: relative;
}
.staff-item .info .position {
  padding-top: 9px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  color: #666;
  display: block;
  font-family: Montserrat, sans-serif;
  z-index: 1;
  position: relative;
}
.staff-item .info .number {
  width: 75px;
  color: #00aeff;
  font-size: 24px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 23px;
}
.staff-item .info .ball {
  width: 24px;
  height: 25px;
  position: absolute;
  left: 28px;
  bottom: 26px;
}
.staff-item > a img {
  object-fit: cover;
}
.staff-item > a img {
  height: 353px;
  width: 353px;
  max-width: 100%;
}
.main-stuff-slider .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 12px;
  background: #00aeff;
}
.main-stuff-slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.main-stuff-slider .nav-arrow.left-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #00aeff;
  transition: all 0.4s;
}
.main-stuff-slider .nav-arrow.right-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #00aeff;
  transition: all 0.4s;
}
.main-stuff-slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.main-stuff-slider .nav-arrow:hover {
  background: #141414;
  color: #fff;
}
.main-stuff-slider .nav-arrow.left-arrow:hover:before {
  background: #141414;
}
.main-stuff-slider .nav-arrow.right-arrow:hover:before {
  background: #141414;
}
.players-slider ul {
  padding-bottom: 34px;
  padding-left: 0;
  padding-right: 0;
}
.player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.player-filters li:last-child {
  padding-right: 0;
}
.player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.player-filters li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #00aeff;
  transition: all 0.4s;
}
.player-filters li a:hover:before {
  width: 100%;
}
.player-filters li.active a:before {
  width: 100%;
}
@media (max-width: 1200px) {
  .staff-item {
    overflow: hidden;
  }
  .staff-item .info .name {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .staff-item {
    max-width: 353px;
    margin: 0 auto 30px;
  }
}
.main-sponsor-slider .nav-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #141414;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-sponsor-slider .nav-arrow:hover {
  background: #00aeff;
  color: #141414;
}
.main-sponsor-slider .left-arrow {
  left: 5%;
}
.main-sponsor-slider .right-arrow {
  right: 5%;
}
.main-breaking-list {
  padding: 28px 0 0 0;
  z-index: 0;
}
.main-breaking-list .item {
  padding-left: 25px;
  font-size: 14px;
}
.main-breaking-list .item > * {
  display: inline-block;
  font-size: 14px;
}
.main-breaking-list .date {
  color: #292929;
}
.main-breaking-list .date span {
  padding: 0 15px;
  color: #a3a3a3;
  display: inline-block;
}
.main-breaking-list .news {
  color: #292929;
}
.main-breaking-list .news > img {
  margin-right: 9px;
  vertical-align: middle;
}
.main-breaking-list .arrow-wrap {
  width: 40px;
  position: absolute;
  right: 0;
  top: 23px;
}
.main-breaking-list .arrow-wrap a {
  color: #999;
}
.main-breaking-list .arrow-wrap a:hover {
  color: #141414;
}
.main-breaking-list .arrow-wrap .left-arrow {
  padding-right: 10px;
}
.main-breaking-list .arrow-wrap .right-arrow {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .main-breaking-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-breaking-list .item {
    padding-left: 0;
  }
  .main-breaking-list .item a {
    white-space: nowrap;
  }
  .main-breaking-list .arrow-wrap {
    display: none;
  }
}
.organisation-header-wrapper {
  min-height: 300px;
  position: relative;
}
.organisation-header-wrapper:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -100px;
  width: 55%;
  transform: skew(-10deg);
}
#circle_3 > svg > path {
  stroke: #00aeff;
}
#circle_4 > svg > path {
  stroke: #00aeff;
}
#circle_3 > div.progressbar-text {
  color: #141414 !important;
}
#circle_4 > div.progressbar-text {
  color: #141414 !important;
}
.organisation-header-wrapper .circle-item {
  width: 50%;
  float: left;
}
.organisation-header-wrapper .circle-item .circle-bar {
  width: 42px;
  height: 42px;
}
.organisation-header-wrapper .circle-item .circle-bar {
  width: 42px;
  height: 42px;
}
.organisation-header-wrapper .circle-item > * {
  display: inline-block;
  vertical-align: middle;
}
.organisation-header-wrapper .circle-item .text {
  padding-left: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.organisation-header-wrapper .circle-item > #circle_4 {
  position: relative;
}
@media (max-width: 992px) {
  .org-club-stat {
    overflow-x: hidden;
    padding-bottom: 30px;
  }
}
@media (max-width: 346px) {
  .organisation-header-wrapper .circle-item .text {
    padding-left: 6px;
    font-size: 10px;
    text-transform: uppercase;
    color: #141414;
    font-family: Montserrat, sans-serif;
  }
}
.captain-bage {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.captain-bage {
  margin: 30px 20px 29px 0;
  padding: 0 0 0 10px;
  height: 26px;
  position: relative;
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat, sans-serif;
  background: #1976d2;
}
.captain-bage:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: skew(-10deg);
  background: #1976d2;
  z-index: -1;
}
/* importance css */
.player-name {
  display: inline-block;
}
.player-photo {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.player-photo .number {
  width: 80px;
  padding: 28px 0 0;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  color: #141414;
  background: #00aeff;
  top: 0;
  bottom: 0;
  left: 0;
}
.player-photo .number:before {
  content: "";
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: skew(-10deg);
  width: 250%;
  z-index: -1;
}
table tr td:first-child span {
  line-height: normal;
}
.ct-perfect-fourth:before {
  padding-bottom: 35%;
}
.ct-chart-line {
  background-color: #fcfcfc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #ffa000;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #0051ad;
}
.ct-label {
  color: #3d3d3d;
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ct-label {
    font-size: 8px;
  }
}
.contacts-wrap {
  padding: 45px 0 0 0;
}
.contact-office-img {
  padding-top: 15px;
}
.contacts-wrap .contact-list {
  padding: 22px 0 0;
}
.contacts-wrap .contact-list li {
  padding: 0 0 5px 33px;
  position: relative;
}
.contacts-wrap .contact-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #999;
}
.contacts-wrap .contact-list li span {
  color: #141414;
  display: inline-block;
}
.contacts-wrap .contact-list li a {
  margin-bottom: 6px;
  display: block;
  color: #141414;
}
.contacts-wrap .contact-list li a:hover {
  color: #1976d2;
}
.contacts-wrap .contact-list li.phone span {
  font-size: 16px;
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.main-club-gallery {
  padding-top: 35px;
}
.isotope-grid {
  clear: both;
}
.isotope-grid .grid-item {
  height: 262px;
}
.isotope-grid .grid-item {
  margin-bottom: 30px;
}
.isotope-grid .grid-sizer {
  height: 262px;
}
.isotope-grid .grid-item.height2 {
  height: 554px;
}
.isotope-grid .grid-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.isotope-grid .grid-item a:hover .info {
  left: 0;
}
.isotope-grid .grid-item a img {
  width: 100%;
  display: block;
}
.isotope-grid .grid-item a .info {
  padding: 24px 0 10px 30px;
  transition: all 0.4s;
  width: 60%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  z-index: 1;
}
.isotope-grid .grid-item a .info > * {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}
.isotope-grid .grid-item a .info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: skew(-10deg);
}
.isotope-grid .grid-item a .info .date {
  padding-bottom: 8px;
  line-height: normal;
}
#circle-bar,
#circle-bar1 {
  width: 42px;
  height: 42px;
  position: relative;
}
.wrapper-circle {
  display: inline-flex;
  width: 100%;
}
td a {
  color: #141414;
}
.player-hockey-wrap .circle-item {
  display: inline-block;
  width: 100%;
}
.player-hockey-wrap .circle-item > .text {
  color: #666;
}
#circle-bar .progressbar-text,
#circle-bar1 .progressbar-text {
  font-size: 12px;
  color: #00aeff;
  font-family: Montserrat;
}
.player-hockey-wrap {
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.player-hockey-wrap > div p {
  margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
  float: none;
}
.player-hockey-wrap .stats {
  position: relative;
  padding: 30px;
}
.player-hockey-wrap:before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 75%;
  transform: skew(-10deg);
}
.canvas {
  position: relative;
  margin: 10px;
  margin-top: 20px;
}
.canvas-minutes {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.background-section {
  background: #fcfcfc;
  padding: 35px 20px 37px;
}
.player-hockey-wrap .number {
  color: #00aeff;
  font-size: 40px;
  font-family: Montserrat;
}
.player-hockey-wrap .name {
  font-family: Montserrat;
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.player-hockey-wrap .country {
  font-size: 10px;
  font-family: Montserrat;
  color: #3d3d3d;
}
.player-hockey-wrap .country img {
  margin-right: 10px;
}
.summary-hockey {
  background: #fcfcfc;
  padding: 20px;
}
.checkout-wrap {
  padding-top: 45px;
  padding-bottom: 80px;
}
.team-alert {
  padding: 21px 70px 22px 30px;
  position: relative;
  background: #fcfcfc;
  border-radius: 0;
  overflow-x: hidden;
  border: solid #00aeff;
  border-width: 0 0 0 5px;
}
.team-alert .close {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.team-alert .close span {
  position: relative;
  font-size: 12px;
  color: #666;
  line-height: 32px;
}
.team-alert .close:before {
  content: "";
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -40px;
  transform: skew(-6deg);
  transition: all 0.4s;
}
.team-alert .close:hover:before {
  background: #00aeff;
}
.team-alert .close:hover span {
  color: #141414;
}
.customer-info .item {
  padding-bottom: 15px;
}
.customer-info .item label {
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-weight: 400;
}
.customer-info .item span {
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: normal;
  font-weight: 400;
}
.customer-info .item span i {
  font-style: normal;
  color: #d32f2f;
}
.checkout-wrap .cart-table {
  margin-bottom: 0;
}
.checkout-wrap .cart-table tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  height: auto;
  text-transform: none;
  background: #fcfcfc;
}
.checkout-wrap .cart-table tr td:firt-child {
  text-transform: none;
}
.checkout-wrap .cart-total {
  padding-top: 0;
}
.checkout-wrap .cart-total .proceed {
  font-size: 16px;
  padding: 18px 28px 16px 28px;
}
.sidebar-btn {
  background: #00aeff;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
}
.slider-dots-wrap {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 2;
}
.main-slider-dots {
  padding: 0;
  margin: 0;
}
.main-slider-dots li {
  margin-right: 6px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #00aeff;
  cursor: pointer;
}
.main-slider-dots li.active {
  background: #fff;
}
.main-slider .progress-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: #000;
}
.main-slider .progress-line .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1976d2;
}
.main-slider .progress-line .bar:before {
  content: "";
  width: 4px;
  background: #1976d2;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
}
td a {
  color: #141414;
}
.player-hockey-wrap .circle-item {
  display: inline-block;
  width: 100%;
}
.player-hockey-wrap .circle-item > .text {
  color: #666;
}
.player-hockey-wrap {
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.player-hockey-wrap > div p {
  margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
  float: none;
}
.player-hockey-wrap .stats {
  position: relative;
  padding: 30px;
}
.player-hockey-wrap:before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 75%;
  transform: skew(-10deg);
}
.canvas {
  position: relative;
  margin: 10px;
  margin-top: 20px;
}
.canvas-minutes {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.background-section {
  background: #fcfcfc;
  padding: 35px 20px 37px;
}
.player-hockey-wrap .number {
  color: #00aeff;
  font-size: 40px;
  font-family: Montserrat;
}
.player-hockey-wrap .name {
  font-family: Montserrat;
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.player-hockey-wrap .country {
  font-size: 10px;
  font-family: Montserrat;
  color: #3d3d3d;
}
.player-hockey-wrap .country img {
  margin-right: 10px;
}
.summary-hockey {
  background: #fcfcfc;
  padding: 20px;
}
player-hockey-wrap .wrapper-circle {
  display: inline-flex;
  width: 100%;
}
.player-hockey-wrap .circle-item {
  width: 50%;
  float: left;
}
.player-hockey-wrap .circle-item .circle-bar {
  width: 42px;
  height: 42px;
  position: relative;
}
.player-hockey-wrap .circle-item > * {
  display: inline-block;
  vertical-align: middle;
}
.player-hockey-wrap .circle-item .text {
  padding-left: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-family: Montserrat, sans-serif;
}
.player-hockey-wrap .circle-item .progressbar-text {
  font-size: 12px;
  font-family: Montserrat;
  color: #666 !important;
}
.player-single-wrap .captain-bage {
  margin: 30px 20px 29px 0;
  padding: 0 0 0 10px;
  height: 26px;
  position: relative;
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fcfcfc;
  font-family: Montserrat, sans-serif;
  background: #00aeff;
}
.player-single-wrap .captain-bage:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: skew(-10deg);
  background: #00aeff;
  z-index: -1;
}
.player-single-wrap .player-name {
  display: inline-block;
}
.ct-perfect-fourth:before {
  padding-bottom: 35%;
}
.ct-chart-line {
  background-color: #fcfcfc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #1976d2;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #0051ad;
}
.ct-label {
  color: #3d3d3d;
  font-size: 12px;
  margin-top: 8px;
}
.ct-label img {
  margin-bottom: 5px;
}
.ct-label img:first-child {
  margin-right: 3px;
}
.ct-label img:last-child {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .ct-label {
    font-size: 8px;
  }
}
.ct-perfect-fourth:before {
  padding-bottom: 35%;
}
.ct-chart-line {
  background-color: #fcfcfc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #1976d2;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #0051ad;
}
.ct-label {
  color: #3d3d3d;
  font-size: 12px;
  margin-top: 8px;
}
.ct-label img {
  margin-bottom: 5px;
}
.ct-label img:first-child {
  margin-right: 3px;
}
.ct-label img:last-child {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .ct-label {
    font-size: 8px;
  }
}
table th.club {
  width: 60%;
  text-align: left;
}
table td.club {
  width: 60%;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
table .club img {
  margin-right: 16px;
}
table {
  margin-bottom: 30px;
  width: 100%;
}
table tr {
  cursor: pointer;
}
table tr th {
  background: #141414;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  height: 32px;
  text-align: center;
}
table tr th:first-child {
  padding-left: 20px;
  text-align: left;
}
table tr td {
  padding: 0 20px;
  height: 50px;
  line-height: normal;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  color: #141414;
  text-align: center;
  background: #fcfcfc;
}
table tr td > * {
  vertical-align: middle;
}
table tr td:first-child {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
table tr td:last-child {
  font-weight: 700;
}
table tr td:first-child i {
  margin-right: 8px;
  font-size: 16px;
}
table tr td:first-child span {
  line-height: 29px;
}
table tr td.up i {
  color: #4caf50;
}
table tr td.down i {
  color: #f44336;
}
table tr td.none i {
  color: #999;
  font-size: 10px;
}
table tr td:last-child span {
  width: 40px;
  height: 30px;
  line-height: 28px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #fff;
}
table tr td .team {
  padding: 0 15px 0 0;
}
table tr:hover td {
  background: #f2f2f2;
}
table tr:hover td i {
  color: #fff;
}
table tr td:first-child span {
  line-height: normal;
}
table tr td:first-child span {
  margin: auto;
}
table tr td .organisation-name {
  margin: auto;
}
.connected-carousels {
  overflow: hidden;
}
.connected-carousels .stage {
  padding: 0 0 0 120px;
  position: relative;
  margin-bottom: 30px;
}
.connected-carousels .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: 0.66;
}
.connected-carousels .photo-credits a {
  color: #fff;
}
.connected-carousels .navigation {
  width: 110px;
  float: left;
  margin: 0;
  position: relative;
  z-index: 4;
}
.connected-carousels .navigation:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.8) 100%
  );
  z-index: 3;
}
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
}
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  position: relative;
}
.connected-carousels .carousel-navigation li img {
  display: block;
}
.connected-carousels .carousel-navigation li:before {
  content: "";
  position: absolute;
  right: 0;
  height: 0;
  width: 2px;
  background: #fc0;
  transition: all 0.4s;
}
.connected-carousels .carousel-navigation li.active:before {
  height: 100%;
}
.connected-carousels .next-stage,
.connected-carousels .prev-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  color: #fff;
}
.connected-carousels .prev-stage {
  left: 0;
}
.connected-carousels .next-stage {
  right: 0;
}
.connected-carousels .next-stage.inactive,
.connected-carousels .prev-stage.inactive {
  display: none;
}
.connected-carousels .next-stage span,
.connected-carousels .prev-stage span {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #141414;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.connected-carousels .prev-stage span {
  left: 20px;
}
.connected-carousels .next-stage span {
  right: 20px;
}
.connected-carousels .next-stage:hover span,
.connected-carousels .prev-stage:hover span {
  display: block;
}
.connected-carousels .next-navigation,
.connected-carousels .prev-navigation {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #141414;
  color: #fff;
  text-decoration: none;
  margin-left: -15px;
  z-index: 4;
  text-align: center;
  line-height: 30px;
}
.connected-carousels .prev-navigation {
  left: 50%;
  top: 0;
}
.connected-carousels .next-navigation {
  left: 50%;
  bottom: 0;
}
.connected-carousels .next-navigation.inactive,
.connected-carousels .prev-navigation.inactive {
  opacity: 0.5;
  cursor: default;
}
.jcarousel-skin-default .jcarousel-vertical,
.jcarousel-skin-default .ver-ti-cal {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 620px;
}
.jcarousel-skin-default .jcarousel-vertical ul,
.jcarousel-skin-default .ver-ti-cal ul {
  width: 100%;
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel-skin-default .jcarousel-vertical li,
.jcarousel-skin-default .ver-ti-cal li {
  height: 160px;
  margin: 0 0 10px 0;
  padding: 0;
}
.jcarousel-skin-default li img {
  border: 0;
  display: block;
}
.msp_post_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msp_post_slider .big-title,
.msp_post_slider .descr,
.msp_post_slider .match-date,
.msp_post_slider .team,
.msp_post_slider .title,
.msp_post_slider .title span {
  color: #fff;
}
.msp_post_slider {
  position: relative;
  overflow: hidden;
}
.msp_post_slider .owl-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  margin-left: -570px;
  bottom: 70px;
  z-index: 10;
  width: 1140px;
}
.msp_post_slider .owl-dot span {
  display: none !important;
}
.msp_post_slider .owl-dot {
  margin-right: 6px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #00aeff;
  cursor: pointer;
  float: left;
}
.msp_post_slider .owl-dot.active {
  background: #fff;
}
.msp_post_slider .progress-line {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: #000;
}
.msp_post_slider .progress-line .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1976d2;
  width: 10%;
}
.msp_post_slider .progress-line .bar:before {
  content: "";
  width: 4px;
  background: #1976d2;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
}
.msp_post_slider .nav-arrow {
  z-index: 10;
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #000;
  font-size: 12px;
  background: #00aeff;
}
.msp_post_slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.msp_post_slider .nav-arrow.left-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #00aeff;
  transition: all 0.4s;
}
.msp_post_slider .nav-arrow.right-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #00aeff;
  transition: all 0.4s;
}
.msp_post_slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.msp_post_slider .nav-arrow:hover {
  background: #141414;
  color: #fff;
}
.msp_post_slider .nav-arrow.left-arrow:hover:before {
  background: #141414;
}
.msp_post_slider .nav-arrow.right-arrow:hover:before {
  background: #141414;
}
.msp_post_slider .msp_post_slide.slide-1 {
  background: url(../images/hockey/main-slider.jpg) no-repeat;
  background-size: cover;
}
.msp_post_slider .msp_post_slide.slide-2 {
  background: url(../images/hockey/main-slider.jpg) no-repeat;
  background-size: cover;
}
.msp_post_slider .msp_post_slide.slide-3 {
  background: url(../images/hockey/main-slider.jpg) no-repeat;
  background-size: cover;
}
.msp_post_slider .msp_post_slide .slider-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #141414;
}
.msp_post_slider .msp_post_slide .slider-caption .match-date {
  padding-bottom: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.msp_post_slider .msp_post_slide .slider-caption .team {
  font-size: 40px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 800;
  line-height: normal;
}
.msp_post_slider .msp_post_slide .slider-caption .team .big-count {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  line-height: 60px;
  border-radius: 10px;
  background: #141414;
}
.msp_post_slider .msp_post_slide .slider-caption .match-role {
  font-size: 64px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  color: #141414;
  font-weight: 900;
  line-height: normal;
}
.msp_post_slider .msp_post_slide .slider-caption .counter {
  padding-top: 24px;
}
.msp_post_slider .msp_post_slide .slider-caption .counter ul li {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.msp_post_slider .msp_post_slide .slider-caption .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
  font-size: 32px;
  color: #141414;
  font-weight: 700;
  background: #fff;
  height: 80px;
  line-height: 80px;
  font-family: "Open Sans", sans-serif;
}
.msp_post_slider .msp_post_slide .slider-caption .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  color: #fff;
}
.msp_post_slider .msp_post_slide .slider-caption .booking {
  padding-top: 35px;
}
.msp_post_slider .msp_post_slide .slider-caption .booking a {
  padding: 15px 24px 15px 24px;
  background: #1976d2;
  overflow: hidden;
  border-radius: 23px;
  color: #141414;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.msp_post_slider .msp_post_slide .slider-caption .booking a:hover {
  border-radius: 9px;
  background: #00aeff;
}
.msp_post_slider .msp_post_slide .slider-caption .title {
  line-height: normal;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.msp_post_slider .msp_post_slide .slider-caption .title span {
  color: #fff;
}
.msp_post_slider .msp_post_slide .slider-caption .big-title {
  line-height: normal;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-size: 88px;
  font-weight: 900;
  text-transform: uppercase;
}
.msp_post_slider .msp_post_slide .slider-caption .sub-title {
  padding-bottom: 35px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.msp_post_slider .msp_post_slide .slider-caption .btn {
  margin-right: 16px;
}
@media (max-width: 930px) {
  .msp_post_slider .progress-line {
    top: 0;
  }
  .msp_post_slider .nav-arrow {
    top: 100%;
    transform: translateY(-100%);
  }
}
.tab-filters {
  padding-bottom: 34px;
}
.tab-filters li {
  padding-right: 30px;
  display: inline-block;
}
.tab-filters li:last-child {
  padding-right: 0;
}
.tab-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.tab-filters #showall-li {
  margin-left: 58%;
}
.tab-filters li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #00aeff;
  transition: all 0.4s;
}
.tab-filters li a:hover:before {
  width: 100%;
}
.tab-filters li.active a:before {
  width: 100%;
}
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}
.preloader-wrapper .motion-line {
  height: 80%;
  top: 10%;
  display: flex;
  position: absolute;
  transform: skew(-10deg);
  margin: 0 10%;
}
.preloader-wrapper .dark-big {
  display: flex;
  background: #00aeff;
  width: 90%;
  z-index: 1;
  opacity: 0.9;
  left: -200%;
}
.preloader-wrapper .dark-small {
  display: flex;
  background: #1976d2;
  width: 35%;
  z-index: 2;
  left: -200%;
}
.preloader-wrapper .yellow-big {
  height: 85%;
  top: 7%;
  display: flex;
  width: 13%;
  z-index: 5;
  background-color: #00aeff;
  right: -200%;
}
.preloader-wrapper .yellow-normal {
  height: 85%;
  top: 7%;
  display: flex;
  width: 4%;
  z-index: 3;
  background-color: #00aeff;
  right: -200%;
}
.preloader-wrapper .yellow-small1 {
  height: 85%;
  top: 7%;
  display: flex;
  width: 1%;
  z-index: 3;
  background-color: #007cf7;
  right: -200%;
}
.preloader-wrapper .yellow-small2 {
  height: 85%;
  top: 7%;
  display: flex;
  width: 1%;
  z-index: 3;
  background-color: #007cf7;
  right: -200%;
}
.coming-page {
  position: relative;
  height: 100%;
  background: #fff;
}
.coming-title > .container {
  padding-right: 15px;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.error-wrap.offline {
  background: url(../images/hockey/offline-bg.jpg) 50% 50% no-repeat;
}
.error-wrap.offline > .offline-title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 30%;
}
.error-wrap .offline-title .small-text {
  font-size: 40px;
  text-transform: uppercase;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  display: block;
  line-height: 62px;
}
.error-wrap .offline-title .big-text {
  font-size: 60px;
  text-transform: uppercase;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  display: block;
  line-height: 62px;
}
.error-wrap .offline-socials {
  padding-top: 50px;
}
.error-wrap .offline-socials li {
  padding-right: 25px;
  display: inline-block;
}
.error-wrap .offline-socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  background: #f2f2f2;
  font-size: 16px;
  text-align: center;
  color: #999;
}
.error-wrap .offline-socials li:hover a {
  color: #1976d2;
}
@media (max-width: 600px) {
  .error-wrap .offline-title .big-text {
    font-size: 35px;
    word-break: break-all;
  }
}
.error-page {
  position: relative;
  height: 100%;
}
.error-wrap {
  min-height: 600px;
  position: absolute;
  top: 110px;
  bottom: 110px;
  left: 0;
  right: 0;
  background: url(../images/hockey/error-bg.jpg) 50% 50% no-repeat;
}
.error-wrap.offline {
  background: url(../images/hockey/offline-bg.jpg) 50% 50% no-repeat;
}
.error-wrap .error-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.error-wrap .error-title {
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 40%;
}
.error-wrap .error-title .big-text {
  font-size: 100px;
  display: inline-block;
  text-transform: uppercase;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  vertical-align: top;
  line-height: 58px;
}
.error-wrap .error-title .small-text {
  padding-left: 30px;
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  line-height: 43px;
  vertical-align: top;
}
.error-wrap .error-title .back {
  margin-top: 25px;
  margin-left: 160px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
  font-family: Montserrat, sans-serif;
}
.error-wrap .error-title .back i {
  margin-right: 38px;
  transition: all 0.4s;
}
.error-wrap .error-title .back:hover i {
  margin-left: -10px;
  margin-right: 48px;
}
.error-menu-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
}
.error-menu-wrap .error-menu {
  display: table;
  width: 100%;
  text-align: justify;
}
.error-menu-wrap .error-menu li {
  display: table-cell;
  text-align: center;
}
.error-menu-wrap .error-menu li a {
  padding: 42px 0 41px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #f2f2f2;
  font-family: Montserrat, sans-serif;
}
.error-menu-wrap .error-menu li a:hover {
  color: #ffcd00;
}
@media (max-width: 600px) {
  .error-wrap .error-title .big-text {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .error-wrap .error-title .small-text {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .error-wrap .error-title .small-text br {
    display: none;
  }
}
@media (max-width: 500px) {
  .error-menu-wrap .error-menu li a {
    padding: 42px 0 41px 0;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: Montserrat, sans-serif;
  }
  .error-wrap .error-title .small-text {
    word-wrap: break-word;
    white-space: pre;
    text-align: left;
  }
  .error-wrap .error-title .small-text br {
    display: block;
  }
  .error-wrap .error-title .small-text {
    font-size: 25px;
    line-height: normal;
  }
  .error-wrap .error-title .big-text {
    font-size: 40px;
    line-height: normal;
  }
}
div.fancy-select {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 1px #fff;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  border: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 13px 24px 11px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  color: #141414;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger.open {
  background: #fff;
  border: 1px solid #fff;
  color: #141414;
  box-shadow: none;
  width: 100%;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  border-top: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, top 0.3s ease-out,
    visibility 0.3s ease-out;
}
div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #141414;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  background: #1976d2;
  color: #141414;
}
div.fancy-select ul.options li.hover {
  color: #292929;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #141414;
  top: 20px;
  right: 9px;
}
.canvas-minutes-big {
  height: 500px;
  background: #fcfcfc;
  margin-top: 25px;
  margin-bottom: 70px;
}
.ct-chart {
  height: 100%;
}
.canvas-investors {
  height: 500px;
}
#attack-per-game > .ct-chart-line {
  background: #fcfcfc;
}
#attack-per-game > svg > g.ct-grids > line {
  stroke: #ccc;
}
#tournament-path > .ct-chart-line {
  background: #fcfcfc;
}
#tournament-path > svg > g.ct-grids > line {
  stroke: #ccc;
}
#stackedbar > svg > g > g.ct-series.ct-series-a > line {
  stroke: #1976d2;
}
#stackedbar > svg > g > g.ct-series.ct-series-b > line {
  stroke: #368fe7;
}
#stackedbar > svg > g > g.ct-series.ct-series-c > line {
  stroke: #5ba3ec;
}
#stackedbar > svg > g.ct-grids > line {
  stroke: #ccc;
}
#gaugechart > svg > g.ct-series.ct-series-a > path {
  fill: #1976d2;
}
#gaugechart > svg > g.ct-series.ct-series-b > path {
  fill: #368fe7;
}
#gaugechart > svg > g.ct-series.ct-series-c > path {
  fill: #5ba3ec;
}
#gaugechart > svg > g.ct-series.ct-series-d > path {
  fill: #7fb8f0;
}
#gaugechart > svg > g > .ct-label {
  fill: #141414;
}
#gaugechart > svg > g.ct-grids > line {
  stroke: #ccc;
}
#gaugechart > .ct-legend.ct-legend-inside {
  position: relative;
  top: -42%;
}
#gaugechart > .ct-legend.ct-legend-inside li {
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #1976d2;
  border-radius: 10px;
  background: #1976d2;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #368fe7;
  border-radius: 10px;
  background: #368fe7;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-2:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #5ba3ec;
  border-radius: 10px;
  background: #5ba3ec;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-3:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #7fb8f0;
  border-radius: 10px;
  background: #7fb8f0;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.inactive:before {
  background: 0 0;
}
#gaugechart {
  top: 15%;
}
.svgpath > svg > g > g.ct-series.ct-series-a > path {
  stroke: #1976d2;
}
.svgpath > svg > g > g.ct-series.ct-series-b > path {
  stroke: #f05b4f;
}
.svgpath > svg > g > g.ct-series.ct-series-c > path {
  stroke: #f4c63d;
}
.svgpath > svg > g.ct-grids > line {
  stroke: #ccc;
}
.svgpath > .ct-chart-line {
  background-color: #fcfcfc;
}
.svgpath > svg > g > g.ct-series.ct-series-a > path.ct-area {
  fill: #1976d2;
}
.svgpath > svg > g > g.ct-series.ct-series-b > path.ct-area {
  fill: #f05b4f;
}
.svgpath > svg > g > g.ct-series.ct-series-c > path.ct-area {
  fill: #f4c63d;
}
#pickcircle > svg > g > g > line {
  stroke: #1976d2;
}
#pickcircle > svg > g > g > circle {
  fill: #1976d2;
}
#pickcircle > svg > g.ct-grids > line {
  stroke: #ccc;
}
#label_placement > svg > g > g.ct-series.ct-series-a > line {
  stroke: #d70206;
}
#label_placement > svg > g > g.ct-series.ct-series-b > line {
  stroke: #f05b4f;
}
#label_placement > svg > g > g.ct-series.ct-series-c > line {
  stroke: #f4c63d;
}
#label_placement > svg > g > g.ct-series.ct-series-d > line {
  stroke: #d17905;
}
#label_placement > svg > g > g.ct-series.ct-series-e > line {
  stroke: #59922b;
}
#label_placement > svg > g > g.ct-series.ct-series-f > line {
  stroke: #9043ad;
}
#label_placement > svg > g > g.ct-series.ct-series-g > line {
  stroke: #0544d3;
}
#label_placement > svg > g.ct-grids > line {
  stroke: #ccc;
}
@media (max-width: 768px) {
  #gaugechart {
    top: 12%;
  }
  #gaugechart > .ct-legend.ct-legend-inside {
    position: relative;
    top: -30%;
    text-align: center;
  }
  #gaugechart > .ct-legend.ct-legend-inside li {
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .canvas-investors {
    height: 400px;
  }
  #gaugechart > .ct-legend.ct-legend-inside {
    position: relative;
    top: -37%;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .canvas-investors {
    height: 400px;
  }
  #gaugechart {
    top: -15%;
  }
  #gaugechart > .ct-legend.ct-legend-inside {
    position: relative;
    top: -39%;
  }
}
@media (max-width: 350px) {
  #stackedbar > svg > g > g.ct-series.ct-series-a > line {
    stroke-width: 15px !important;
  }
  #stackedbar > svg > g > g.ct-series.ct-series-b > line {
    stroke-width: 15px !important;
  }
  #stackedbar > svg > g > g.ct-series.ct-series-c > line {
    stroke-width: 15px !important;
  }
}
#player-timeseries-graph > .ct-chart-line {
  background: #fcfcfc;
}
#player-timeseries-graph > svg > g.ct-grids > line {
  stroke: #ccc;
}
#diagram > svg > g > g.ct-series.ct-series-a > path {
  stroke: #1976d2;
}
#diagram > svg > g > g.ct-series.ct-series-a > .ct-point {
  stroke: #1976d2;
}
#diagram > svg > g > g.ct-series.ct-series-b > path {
  stroke: #b80000;
}
#diagram > svg > g > g.ct-series.ct-series-b > .ct-point {
  stroke: #b80000;
}
#diagram > svg > g > g.ct-series.ct-series-c > path {
  stroke: #f4c63d;
}
#diagram > svg > g > g.ct-series.ct-series-c > .ct-point {
  stroke: #f4c63d;
}
#diagram > .ct-chart-line {
  background: #fcfcfc;
}
#diagram > svg > g.ct-grids > line {
  stroke: #ccc;
}
.advancesmill > svg > g > g.ct-series.ct-series-a > path {
  stroke: #1976d2;
}
.advancesmill > svg > g > g.ct-series.ct-series-a > .ct-point {
  stroke: #1976d2;
}
.advancesmill > svg > g > g.ct-series.ct-series-b > path {
  stroke: #b44335;
}
.advancesmill > svg > g > g.ct-series.ct-series-b > .ct-point {
  stroke: #b44335;
}
.advancesmill > svg > g > g.ct-series.ct-series-c > path {
  stroke: #f4c63d;
}
.advancesmill > svg > g > g.ct-series.ct-series-c > .ct-point {
  stroke: #f4c63d;
}
.advancesmill > svg > g > g.ct-series.ct-series-d > path {
  stroke: #d17905;
}
.advancesmill > svg > g > g.ct-series.ct-series-d > .ct-point {
  stroke: #d17905;
}
.advancesmill > .ct-chart-line {
  background: #fcfcfc;
}
.advancesmill > svg > g.ct-grids > line {
  stroke: #ccc;
}
.advancesmill > .ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
  margin-right: 23px;
  display: inline-block;
  cursor: pointer;
}
.advancesmill > .ct-legend li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #1976d2;
  border-radius: 10px;
  background: #1976d2;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #b44335;
  border-radius: 10px;
  background: #b44335;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.ct-series-2:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #f4c63d;
  border-radius: 10px;
  background: #f4c63d;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.ct-series-3:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #d17905;
  border-radius: 10px;
  background: #d17905;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.inactive:before {
  background: 0 0;
}
.advancesmill > .ct-legend {
  text-align: center;
}
.advancesmill > .ct-chart-line {
  position: relative;
}
.canvas-assists {
  height: 400px;
}
#donutchart {
  position: relative;
  left: -5%;
}
#donutchart > svg > g > text {
  stroke: #141414;
}
#donutchart > svg > g.ct-series.ct-series-a > path {
  fill: #1976d2;
}
#donutchart > svg > g.ct-series.ct-series-b > path {
  fill: #0b335b;
}
#donutchart > svg > g.ct-series.ct-series-c > path {
  fill: #135ca4;
}
#donutchart > svg > g.ct-series.ct-series-d > path {
  fill: #5ba3ec;
}
#donutchart > .ct-legend.ct-legend-inside li {
  padding-left: 23px;
  margin-bottom: 20px;
  cursor: pointer;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #1976d2;
  border-radius: 10px;
  background: #1976d2;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #0b335b;
  border-radius: 10px;
  background: #0b335b;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-2:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #135ca4;
  border-radius: 10px;
  background: #135ca4;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-3:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #5ba3ec;
  border-radius: 10px;
  background: #5ba3ec;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.inactive:before {
  background: 0 0;
}
#donutchart > .ct-legend.ct-legend-inside {
  position: absolute;
  top: 25%;
  right: 3%;
}
.canvas-minutes-big.horizontalbar {
  background: #fcfcfc;
}
#horizontalbar > svg > g > g.ct-series.ct-series-a > line {
  stroke: #1976d2;
}
#horizontalbar > svg > g > g.ct-series.ct-series-b > line {
  stroke: #b44335;
}
#horizontalbar > svg > g.ct-grids > line {
  stroke: #ccc;
}
#horizontalbar > .ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
  margin-right: 23px;
  display: inline-block;
  cursor: pointer;
}
#horizontalbar > .ct-legend li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #1976d2;
  border-radius: 10px;
  background: #1976d2;
  margin-right: 10px;
}
#horizontalbar > .ct-legend li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid #b44335;
  border-radius: 10px;
  background: #b44335;
  margin-right: 10px;
}
#horizontalbar > .ct-legend li.inactive:before {
  background: 0 0;
}
#horizontalbar > .ct-legend {
  text-align: center;
}
.ct-chart {
  position: relative;
}
.ct-chart-bar {
  position: relative;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-a > path {
  fill: #0ff;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-b > path {
  fill: #f05b4f;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-c > path {
  fill: green;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-d > path {
  fill: #000;
}
#bipolardiagram > .ct-chart-line {
  background: #fcfcfc;
}
#bipolardiagram > svg > g.ct-grids > line {
  stroke: #ccc;
}
.canvas-animatedonut {
  height: 400px;
}
.animatedonut > svg > g.ct-series.ct-series-a > path {
  stroke: #d70206;
}
.animatedonut > svg > g.ct-series.ct-series-b > path {
  stroke: #f05b4f;
}
.animatedonut > svg > g.ct-series.ct-series-c > path {
  stroke: #8f5d00;
}
.animatedonut > svg > g.ct-series.ct-series-d > path {
  stroke: #d17905;
}
.animatedonut > svg > g.ct-series.ct-series-e > path {
  stroke: #9043ad;
}
.animatedonut > svg > g.ct-series.ct-series-f > path {
  stroke: #59922b;
}
.animatedonut > svg > g.ct-series.ct-series-g > path {
  stroke: #0544d3;
}
.animatedonut > svg > g > text {
  fill: #141414;
}
.ct-bar.ct-threshold-above,
.ct-line.ct-threshold-above,
.ct-point.ct-threshold-above {
  stroke: #1976d2;
}
.ct-bar.ct-threshold-below,
.ct-line.ct-threshold-below,
.ct-point.ct-threshold-below {
  stroke: #da4300;
}
.ct-area.ct-threshold-above {
  fill: #0c75df;
}
.ct-area.ct-threshold-below {
  fill: #db4200;
}
#threshold > svg > g > g > path.ct-line {
  stroke-dasharray: 5;
  animation: dash 5s linear infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#threshold > svg > g.ct-grids > line {
  stroke: #ccc;
}
#threshold > svg > g > g > text {
  fill: #3d3d3d;
}
@media (max-width: 700px) {
  #donutchart > .ct-legend.ct-legend-inside {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
  }
  #donutchart > .ct-legend.ct-legend-inside li {
    padding-left: 23px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
  }
  .canvas-assists {
    margin-bottom: 70px;
  }
}
@media (max-width: 465px) {
  #horizontalbar > .ct-legend li {
    margin-left: 23px;
  }
}
@media (max-width: 425px) {
  .advancesmill > .ct-legend li {
    display: inline;
  }
}
@media (max-width: 375px) {
  .advancesmill > .ct-legend li {
    display: inline-block;
    margin-right: 0;
    margin-left: 25px;
  }
}
.fade-standings {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mySlides {
  display: none;
}
.league_name {
  display: none;
}
@media (max-width: 550px) {
  .main-slide-post {
    height: 450px;
  }
}
.item_vertical {
  height: 50%;
  position: relative;
}
#horizontal-wrapper {
  width: 1000000px;
  position: relative;
  height: 100%;
}
#horizontal-wrapper .wrapper {
  float: left;
  position: relative;
  width: 1104px;
}
.older-slide-posts #wrapper {
  height: 800px;
}
.fade-standings {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mySlides {
  display: none;
}
.league_name {
  display: none;
}

.start {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 550px) {
  .main-slide-post {
    height: 450px;
  }
}
.item_vertical {
  height: 50%;
  position: relative;
}
#horizontal-wrapper {
  width: 1000000px;
  position: relative;
  height: 100%;
}
#horizontal-wrapper .wrapper {
  float: left;
  position: relative;
  width: 1104px;
}
.older-slide-posts #wrapper {
  height: 800px;
}
.fade-standings {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mySlides {
  display: none;
}
.league_name {
  display: none;
}
/* custom */
@media screen and (max-width: 1185px) {
  .main-menu > li > ul > div {
    min-width: 250px;
    padding: 0;
    margin: 0;
    background: #000;
    border-radius: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
  }
}
.main-menu > li > ul > div li {
  margin: 0;
  display: block;
  position: relative;
  text-align: left;
}
.main-menu > li > ul > div > li.active {
  background: #00aeff;
}
.main-menu > li > ul > div > li.active > a {
  color: #000;
}
.main-menu > li > ul > div li a i {
  position: absolute;
  right: 20px;
}
.main-menu > li > ul > div > li > ul {
  background: #000;
  min-width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  height: 500px;
  min-height: 500px;
  border-left: 2px solid #00aeff;
}
.main-menu > li > ul > div > li > ul {
  background: 0 0;
}
.main-menu > li > ul > div > li > ul li {
  border-left: none;
}
.parent-holder {
  display: none;
}
.parent-holder > li:hover {
  background: #00aeff;
  border-left: 2px solid #000;
}
.parent-holder > li:hover > a {
  color: #000;
}
.filter_bright{
  filter: brightness(0.8) blur(2px);
}
.theme_solid_bg{
  background-color: #f1f1f1;
}

.card-loading.is-loading .image,
.card-loading.is-loading h2,
.card-loading.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
          animation: 1.5s shine linear infinite;
}
.card-loading.is-loading .image {
  height: 150px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-loading.is-loading p {
  height: 20px;
}

.card-loading.is-loading h2 {
  margin-top: 7px;
}

.card-loading .content-loading {
  padding: 5px 20px;
}
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.categories-list > li:hover .alternate-a {
  background: #141414;
  color: #fff;
}
.categories-list > li > .alternate-a {
  margin-bottom: 2px;
  font-size: 14px;
  color: #141414;
  display: block;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #f0f0f0, #f7f7f7);
}
.categories-list > li > .alternate-a .count {
  padding: 11px 0 10px 0;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #3d3d3d;
  position: relative;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  transition: all 0.4s;
}
.categories-list > li > .alternate-a .count:before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #00aeff;
  transition: all 0.4s;
  z-index: -1;
}
.categories-list > li:hover > .alternate-a .count {
  margin-right: 9px;
  color: #141414;
}
.categories-list > li:hover > .alternate-a .count:before {
  width: 110%;
  transform: skew(-10deg);
  left: -10%;
}

.categories-list > li ul li .alternate-a {
  padding: 5px 10px 4px 0;
  font-size: 13px;
  color: #f7f7f7;
  display: block;
}
.categories-list > li ul li .alternate-a .count {
  width: 47px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}
.categories-list > li.open > .alternate-a {
  background: #141414;
  color: #fff;
}
.categories-list > li.open > .alternate-a .count {
  margin-right: 9px;
  color: #141414;
}
.categories-list > li.open > .alternate-a .count:before {
  width: 110%;
  transform: skew(-10deg);
  left: -10%;
}
.categories-list > li ul li:hover .alternate-a {
  color: #00aeff;
}
.pagination-wrap .pagination li .handlepage {
  padding: 0;
  margin: 1px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0;
  border: none;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #666;
}
.pagination-wrap .pagination li .handlepage:hover {
  color: #fff;
  background: #141414;
}
.pagination-wrap .pagination li.active .handlepage {
  color: #fff;
  background: #141414;
}

.posts-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (max-width:450px){
    .posts-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    }
}

.posts-container > .item.img-top {
  position: relative;
  overflow: hidden;
}

.posts-hid-box {
  width: 100%;
  top: 100%;
  position: absolute;
  transition: all .3s ease-out;
  background-color: rgba(0,0,0,.8);
  height: 100%;
  padding: 1rem 1.5rem;
  cursor: pointer;
}

.posts-hid-box > .name {
  color: #fff;
  padding-top: 12px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.posts-hid-box > .wrap {
  color: #999;
  padding-top: 2px;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-family: Montserrat, sans-serif;
}

.img-top:hover > .posts-hid-box {
  top: 0;
}

.img-top:hover > .posts-hid-box .wrap a {
  color: #fff;
}

.posts-hid-layer {  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.panel-group.faq-container {
  margin-bottom: 0;
}
.faq-container .faq-super-title {
  font-size: 26px;
  color: #fff;
  margin: 0;
  padding: 30px 0 18px;
}
.panel-faq {
  box-shadow: 0 3px 6px rgba(0,0,0,.03), 0 7px 14px rgba(0,17,35,.03);
  padding: 12px 24px;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-header .faq-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin: 10px 0;
}
.faq-toggle i {
  transition: transform 0.3s ease;
}
.faq-header[role=button][aria-expanded=true] > .faq-toggle i.fa-chevron-down {
  transform: rotate(180deg);
}
.faq-body {  
  max-height: 0;
  opacity: 0;
  transition: all .25s ease-out;
}
.panel-faq [role=button][aria-expanded=true]~.faq-body {
  max-height: 100vh;
  opacity: 1;
  padding-top: 8px;
}
.specification-tab {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.specification-tab .fa-stack .fa-stack-2x {
  color: #1976d2;
}
.specification-tab .fa-stack .fa-stack-1x {
  color: #fff;
}
.blur-lazy-load-image {
  transition: filter 0.5s;
}
#scroll-up-btn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 130px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
}
.white-header-modal {
    color: #ffffff
}
.pointer-event{
  pointer-events: none
}
.post-text iframe {
  height: 100% !important;
}