@charset "UTF-8";
/*!
 * Layout genneral 
 * Copyright Dang Cong Dao 2015.
 * Licensed final
 */
/*!
 * 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 */
/* line 9, ../scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../scss/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../scss/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../scss/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../scss/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../scss/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../scss/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../scss/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../scss/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../scss/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../scss/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../scss/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../scss/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../scss/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../scss/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../scss/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../scss/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../scss/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../scss/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../scss/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../scss/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../scss/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../scss/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../scss/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../scss/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../scss/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../scss/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../scss/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../scss/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../scss/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../scss/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../scss/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../scss/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../scss/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../scss/bootstrap/_scaffolding.scss */
html {
  /* font-size: 10px; */
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-size: $font-size-base; */
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../scss/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../scss/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../scss/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../scss/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../scss/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../scss/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../scss/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../scss/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../scss/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../scss/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../scss/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../scss/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../scss/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../scss/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../scss/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../scss/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../scss/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../scss/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../scss/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../scss/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../scss/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../scss/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../scss/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../scss/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../scss/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../scss/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../scss/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../scss/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../scss/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../scss/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../scss/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../scss/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../scss/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../scss/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../scss/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../scss/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../scss/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../scss/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../scss/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../scss/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../scss/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../scss/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../scss/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../scss/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../scss/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../scss/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../scss/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../scss/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../scss/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../scss/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../scss/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../scss/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../scss/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../scss/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../scss/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../scss/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../scss/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../scss/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../scss/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../scss/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../scss/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../scss/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../scss/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../scss/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../scss/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../scss/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../scss/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../scss/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../scss/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../scss/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../scss/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../scss/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../scss/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../scss/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../scss/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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, 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;
}
/* line 57, ../scss/bootstrap/mixins/_forms.scss */
.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);
}
/* line 103, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../scss/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../scss/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../scss/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../scss/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../scss/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../scss/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../scss/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../scss/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../scss/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../scss/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../scss/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../scss/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../scss/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../scss/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../scss/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../scss/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../scss/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../scss/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../scss/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../scss/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../scss/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../scss/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../scss/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../scss/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../scss/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../scss/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../scss/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../scss/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../scss/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../scss/bootstrap/_forms.scss */
.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;
}

/* line 410, ../scss/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../scss/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../scss/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../scss/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../scss/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../scss/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../scss/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../scss/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../scss/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../scss/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../scss/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../scss/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../scss/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../scss/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../scss/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../scss/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../scss/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../scss/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../scss/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../scss/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../scss/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../scss/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../scss/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
/* line 46, ../scss/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../scss/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../scss/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../scss/bootstrap/_buttons.scss */
.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;
}
/* line 109, ../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../scss/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../scss/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../scss/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../scss/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../scss/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../scss/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../scss/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../scss/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../scss/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../scss/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../scss/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../scss/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../scss/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../scss/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../scss/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../scss/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../scss/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../scss/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../scss/bootstrap/_button-groups.scss */
.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);
}
/* line 120, ../scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../scss/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../scss/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../scss/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../scss/bootstrap/_button-groups.scss */
.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;
}

/* line 172, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../scss/bootstrap/_button-groups.scss */
.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;
}

/* line 193, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../scss/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../scss/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../scss/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../scss/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../scss/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../scss/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../scss/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../scss/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../scss/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../scss/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../scss/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../scss/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../scss/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../scss/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../scss/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../scss/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../scss/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../scss/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../scss/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../scss/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../scss/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../scss/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../scss/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../scss/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../scss/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../scss/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../scss/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../scss/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../scss/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../scss/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../scss/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../scss/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../scss/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../scss/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../scss/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../scss/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../scss/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../scss/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../scss/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../scss/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../scss/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../scss/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../scss/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../scss/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../scss/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../scss/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../scss/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../scss/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../scss/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../scss/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../scss/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../scss/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../scss/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../scss/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-weight: bold;
}
/* line 13, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../scss/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../scss/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../scss/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../scss/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../scss/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../scss/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../scss/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../scss/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../scss/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../scss/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../scss/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../scss/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../scss/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../scss/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../scss/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../scss/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../scss/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../scss/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../scss/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../scss/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../scss/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../scss/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../scss/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../scss/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../scss/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../scss/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../scss/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../scss/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../scss/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../scss/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../scss/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../scss/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../scss/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../scss/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../scss/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../scss/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../scss/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../scss/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../scss/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../scss/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../scss/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../scss/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  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;
}
/* line 17, ../scss/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../scss/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../scss/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../scss/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../scss/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../scss/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../scss/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../scss/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../scss/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../scss/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../scss/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../scss/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../scss/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../scss/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../scss/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../scss/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../scss/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../scss/bootstrap/_progress-bars.scss */
.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;
}

/* line 54, ../scss/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../scss/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 77, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 81, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 85, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../scss/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 1, ../scss/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../scss/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../scss/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../scss/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../scss/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../scss/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../scss/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../scss/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../scss/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../scss/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../scss/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../scss/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../scss/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../scss/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../scss/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../scss/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../scss/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../scss/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../scss/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../scss/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../scss/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../scss/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../scss/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../scss/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../scss/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../scss/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../scss/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../scss/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../scss/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../scss/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../scss/bootstrap/_panels.scss */
.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);
}

/* line 16, ../scss/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../scss/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../scss/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../scss/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../scss/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../scss/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../scss/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../scss/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../scss/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../scss/bootstrap/_panels.scss */
.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;
}
/* line 89, ../scss/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../scss/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../scss/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../scss/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../scss/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../scss/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../scss/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../scss/bootstrap/_panels.scss */
.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;
}
/* line 210, ../scss/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../scss/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../scss/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../scss/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../scss/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../scss/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../scss/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../scss/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../scss/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../scss/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../scss/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../scss/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../scss/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../scss/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../scss/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../scss/bootstrap/_wells.scss */
.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);
}
/* line 15, ../scss/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../scss/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../scss/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../scss/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../scss/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../scss/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../scss/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../scss/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../scss/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../scss/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../scss/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../scss/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../scss/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../scss/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../scss/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../scss/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../scss/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../scss/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../scss/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../scss/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../scss/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../scss/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../scss/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../scss/bootstrap/_modals.scss */
  .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);
  }

  /* line 145, ../scss/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../scss/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../scss/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../scss/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../scss/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../scss/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../scss/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../scss/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../scss/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../scss/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../scss/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../scss/bootstrap/_popovers.scss */
.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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  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 27, ../scss/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../scss/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../scss/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../scss/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../scss/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../scss/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../scss/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../scss/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../scss/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../scss/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../scss/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../scss/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../scss/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../scss/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../scss/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../scss/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../scss/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../scss/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../scss/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../scss/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../scss/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../scss/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../scss/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../scss/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../scss/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../scss/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../scss/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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);
}
/* line 229, ../scss/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../scss/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../scss/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../scss/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../scss/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../scss/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../scss/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../scss/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* @include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
} */
/* .faded-text {
  @include opacity(0.8);
} */
/* p {
  @include font-size(14px)
} */
/* p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
} */
/* Mixins can be extremely useful, keeping your markup free of superfluous 
classes and establishing conventions, while saving time. 
Having mixins whose names relate to the CSS properties they contain 
helps to create associations between the two. */
/* Mixin for text truncation, with ellipsis */
/* a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
} */
/* Center text vertically */
/* line 3, ../scss/mixins/_center_text_vertically.scss */
.center_text_vertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/**********************************
  FONT
**********************************/
/**********************************
  COLOR
**********************************/
/**********************************
  SPACE SIZE
**********************************/
/**********************************
  RADIUS SIZE
**********************************/
/**********************************
  WIDTH
**********************************/
/********************************
link
*********************************/
/**********************************
font-family
************************************/
/**********************************
font-size
************************************/
/*----- color -----*/
/**********************************
Effeckt.css
************************************/
/*----- reset -----*/
/* line 10, ../scss/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 16, ../scss/core/_reset.scss */
img {
  vertical-align: top;
}

/*----- common -----*/
/* line 23, ../scss/core/_reset.scss */
html,
body {
  height: 100%;
}

/* line 28, ../scss/core/_reset.scss */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

/* line 33, ../scss/core/_reset.scss */
body {
  background-color: #ffffff;
  color: #4a4a4a;
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* line 39, ../scss/core/_reset.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
}

/* line 43, ../scss/core/_reset.scss */
input,
select,
textarea {
  color: #333;
  font: 14px "robotoregular";
}

/* line 49, ../scss/core/_reset.scss */
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 55, ../scss/core/_reset.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  outline: none !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* line 73, ../scss/core/_reset.scss */
a {
  text-decoration: none;
}
/* line 75, ../scss/core/_reset.scss */
a:link, a:visited, a:hover, a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  outline: none;
}
/* line 83, ../scss/core/_reset.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 50, ../scss/core/_mixin.scss */
a a:hover {
  color: #fb6b1c;
}
/* line 53, ../scss/core/_mixin.scss */
a a:active {
  color: #fb6b1c;
}

/* line 91, ../scss/core/_reset.scss */
.btn,
.btn:hover,
.btn:active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0 !important;
}

/* line 98, ../scss/core/_reset.scss */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  -ms-interpolation-mode: bicubic;
  -webkit-animation: smooth-image 1.2s;
  -moz-animation: smooth-image 1.2s;
  animation: smooth-image 1.2s;
}

/* word break */
/* line 3, ../scss/core/_extend.scss */
.break {
  word-break: break-all;
}

/* line 7, ../scss/core/_extend.scss */
.nowrap {
  white-space: nowrap;
}

/* single line ellipsis  */
/* line 20, ../scss/core/_extend.scss */
.ml-elps, .elps {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* multi line ellipsis */
/* line 29, ../scss/core/_extend.scss */
.ml-elps {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
/* line 35, ../scss/core/_extend.scss */
.line2.ml-elps {
  -webkit-line-clamp: 2;
}
/* line 38, ../scss/core/_extend.scss */
.line3.ml-elps {
  -webkit-line-clamp: 3;
}
/* line 41, ../scss/core/_extend.scss */
.line4.ml-elps {
  -webkit-line-clamp: 4;
}
/* line 44, ../scss/core/_extend.scss */
.line5.ml-elps {
  -webkit-line-clamp: 5;
}
/* line 47, ../scss/core/_extend.scss */
.line6.ml-elps {
  -webkit-line-clamp: 6;
}
/* line 50, ../scss/core/_extend.scss */
.line7.ml-elps {
  -webkit-line-clamp: 7;
}
/* line 53, ../scss/core/_extend.scss */
.line8.ml-elps {
  -webkit-line-clamp: 8;
}
/* line 56, ../scss/core/_extend.scss */
.line9.ml-elps {
  -webkit-line-clamp: 9;
}

/* .container-with-floated-children {
  @extend %clearfix;
} */
/* line 66, ../scss/core/_extend.scss */
.clearfix, .article_thumb, .article_thumb .article_thumb_item, .article_medium .article_medium_item {
  *zoom: 1;
}
/* line 68, ../scss/core/_extend.scss */
.clearfix:before, .article_thumb:before, .article_thumb .article_thumb_item:before, .article_medium .article_medium_item:before, .clearfix:after, .article_thumb:after, .article_thumb .article_thumb_item:after, .article_medium .article_medium_item:after {
  content: " ";
  display: table;
}
/* line 72, ../scss/core/_extend.scss */
.clearfix:after, .article_thumb:after, .article_thumb .article_thumb_item:after, .article_medium .article_medium_item:after {
  clear: both;
}

/* Visually hide an element */
/* <button class="mobile-navigation-trigger">
  <b class="visually-hidden">Open the navigation</b>
  <img src="img/mobile-navigation-icon.svg">
</button>
.visually-hidden {
  @extend %visuallyhidden;
} */
/*
 *=============================
 * helper class INDEX
 *=============================
 * display
 * position
 * width
 * float
 * border
 * background-color
 * color
 * font-size
 * font-weight
 * line-height
 * text-align
 * text-decoration
 * vertical-align
 * margin
 *   margin-top
 *   margin-right
 *   margin-bottom
 *   margin-left
 * padding
 *   padding-top
 *   padding-right
 *   padding-bottom
 *   padding-left
 * utility
 * box-shadow
 */
/**********************************
  display
**********************************/
/* line 37, ../scss/core/_helper.scss */
.is-block {
  display: block !important;
}

/* line 41, ../scss/core/_helper.scss */
.is-solid {
  display: inline-block !important;
}

/* line 45, ../scss/core/_helper.scss */
.is-inline {
  display: inline !important;
}

/* line 49, ../scss/core/_helper.scss */
.is-table {
  display: table !important;
}

/* line 53, ../scss/core/_helper.scss */
.is-cell {
  display: table-cell !important;
}

/* line 57, ../scss/core/_helper.scss */
.is-hidden {
  display: none !important;
}

/**********************************
  box-sizing
**********************************/
/* line 66, ../scss/core/_helper.scss */
.is-border-box {
  box-sizing: border-box !important;
}

/**********************************
  position
**********************************/
/* line 75, ../scss/core/_helper.scss */
.abs {
  position: absolute !important;
}

/* line 79, ../scss/core/_helper.scss */
.rel {
  position: relative !important;
}

/* line 83, ../scss/core/_helper.scss */
.t0 {
  top: 0 !important;
}

/* line 87, ../scss/core/_helper.scss */
.r0 {
  right: 0 !important;
}

/* line 91, ../scss/core/_helper.scss */
.b0 {
  bottom: 0 !important;
}

/* line 95, ../scss/core/_helper.scss */
.l0 {
  left: 0 !important;
}

/**********************************
  width
**********************************/
/* line 104, ../scss/core/_helper.scss */
.full {
  width: 100% !important;
}

/* line 108, ../scss/core/_helper.scss */
.three-quarters {
  width: 75% !important;
}

/* line 112, ../scss/core/_helper.scss */
.half {
  width: 50% !important;
}

/* line 116, ../scss/core/_helper.scss */
.tri {
  width: 33.3333% !important;
}

/* line 120, ../scss/core/_helper.scss */
.quarter {
  width: 25% !important;
}

/* line 124, ../scss/core/_helper.scss */
.fifth {
  width: 20% !important;
}

/**********************************
  float
**********************************/
/* line 133, ../scss/core/_helper.scss */
.fl {
  float: left !important;
}

/* line 137, ../scss/core/_helper.scss */
.fr {
  float: right !important;
}

/* line 141, ../scss/core/_helper.scss */
.fc {
  float: none !important;
}

/* line 145, ../scss/core/_helper.scss */
.clear {
  clear: both !important;
}

/**********************************
  font-size
**********************************/
/* line 154, ../scss/core/_helper.scss */
.f10 {
  font-size: 10px !important;
}

/* line 158, ../scss/core/_helper.scss */
.f11 {
  font-size: 11px !important;
}

/* line 162, ../scss/core/_helper.scss */
.f12 {
  font-size: 12px !important;
}

/* line 166, ../scss/core/_helper.scss */
.f13 {
  font-size: 13px !important;
}

/* line 170, ../scss/core/_helper.scss */
.f14 {
  font-size: 14px !important;
}

/* line 174, ../scss/core/_helper.scss */
.f15 {
  font-size: 15px !important;
}

/* line 178, ../scss/core/_helper.scss */
.f16 {
  font-size: 16px !important;
}

/* line 182, ../scss/core/_helper.scss */
.f17 {
  font-size: 17px !important;
}

/* line 186, ../scss/core/_helper.scss */
.f18 {
  font-size: 18px !important;
}

/* line 190, ../scss/core/_helper.scss */
.f19 {
  font-size: 19px !important;
}

/* line 194, ../scss/core/_helper.scss */
.f20 {
  font-size: 20px !important;
}

/* line 198, ../scss/core/_helper.scss */
.f21 {
  font-size: 21px !important;
}

/* line 202, ../scss/core/_helper.scss */
.f22 {
  font-size: 22px !important;
}

/**********************************
  font-weight
**********************************/
/* line 211, ../scss/core/_helper.scss */
.n {
  font-weight: normal !important;
}

/* line 215, ../scss/core/_helper.scss */
.b {
  font-weight: bold !important;
}

/**********************************
  line-height
**********************************/
/**********************************
  text-align
**********************************/
/* line 230, ../scss/core/_helper.scss */
.l {
  text-align: left !important;
}

/* line 234, ../scss/core/_helper.scss */
.r {
  text-align: right !important;
}

/* line 238, ../scss/core/_helper.scss */
.c {
  text-align: center !important;
}

/**********************************
  text-decoration
**********************************/
/* line 247, ../scss/core/_helper.scss */
.lt {
  text-decoration: line-through !important;
}

/*._   { text-decoration: underline !important; }*/
/**********************************
  vertical-align
**********************************/
/* line 259, ../scss/core/_helper.scss */
.vt {
  vertical-align: top !important;
}

/* line 263, ../scss/core/_helper.scss */
.vm {
  vertical-align: middle !important;
}

/* line 267, ../scss/core/_helper.scss */
.vb {
  vertical-align: bottom !important;
}

/**********************************
  margin
**********************************/
/**********************************
  padding
**********************************/
/**********************************
  utility
**********************************/
/* line 299, ../scss/core/_helper.scss */
.ofh {
  overflow: hidden;
}

/* line 326, ../scss/core/_helper.scss */
.label-payment, .label-robotobold {
  font-family: 'robotobold';
}

/* line 329, ../scss/core/_helper.scss */
.label-orderbuy {
  color: #ab1e1e;
}

                 /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 6, ../scss/plugins/_animate.min.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 6, ../scss/plugins/_animate.min.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 6, ../scss/plugins/_animate.min.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 6, ../scss/plugins/_animate.min.scss */
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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;
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.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);
  }
}
/* line 6, ../scss/plugins/_animate.min.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../scss/plugins/_font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, ../scss/plugins/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, ../scss/plugins/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, ../scss/plugins/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, ../scss/plugins/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, ../scss/plugins/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, ../scss/plugins/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, ../scss/plugins/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, ../scss/plugins/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, ../scss/plugins/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, ../scss/plugins/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, ../scss/plugins/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, ../scss/plugins/_font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 70, ../scss/plugins/_font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 73, ../scss/plugins/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, ../scss/plugins/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, ../scss/plugins/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 83, ../scss/plugins/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 86, ../scss/plugins/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, ../scss/plugins/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, ../scss/plugins/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, ../scss/plugins/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 120, ../scss/plugins/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, ../scss/plugins/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, ../scss/plugins/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, ../scss/plugins/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, ../scss/plugins/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, ../scss/plugins/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 157, ../scss/plugins/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, ../scss/plugins/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, ../scss/plugins/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, ../scss/plugins/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, ../scss/plugins/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, ../scss/plugins/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 186, ../scss/plugins/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 189, ../scss/plugins/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 192, ../scss/plugins/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, ../scss/plugins/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 198, ../scss/plugins/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 201, ../scss/plugins/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, ../scss/plugins/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 207, ../scss/plugins/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 210, ../scss/plugins/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, ../scss/plugins/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 216, ../scss/plugins/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, ../scss/plugins/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 222, ../scss/plugins/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, ../scss/plugins/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, ../scss/plugins/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, ../scss/plugins/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, ../scss/plugins/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 239, ../scss/plugins/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, ../scss/plugins/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, ../scss/plugins/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 249, ../scss/plugins/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, ../scss/plugins/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, ../scss/plugins/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 258, ../scss/plugins/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 261, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, ../scss/plugins/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, ../scss/plugins/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, ../scss/plugins/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, ../scss/plugins/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, ../scss/plugins/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, ../scss/plugins/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 286, ../scss/plugins/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 289, ../scss/plugins/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, ../scss/plugins/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, ../scss/plugins/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, ../scss/plugins/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, ../scss/plugins/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, ../scss/plugins/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, ../scss/plugins/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, ../scss/plugins/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, ../scss/plugins/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 316, ../scss/plugins/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, ../scss/plugins/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 322, ../scss/plugins/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 325, ../scss/plugins/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 328, ../scss/plugins/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 331, ../scss/plugins/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 334, ../scss/plugins/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, ../scss/plugins/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, ../scss/plugins/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, ../scss/plugins/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, ../scss/plugins/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, ../scss/plugins/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, ../scss/plugins/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 355, ../scss/plugins/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, ../scss/plugins/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, ../scss/plugins/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, ../scss/plugins/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, ../scss/plugins/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, ../scss/plugins/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, ../scss/plugins/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, ../scss/plugins/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 382, ../scss/plugins/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, ../scss/plugins/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, ../scss/plugins/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, ../scss/plugins/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, ../scss/plugins/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, ../scss/plugins/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, ../scss/plugins/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, ../scss/plugins/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 407, ../scss/plugins/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, ../scss/plugins/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, ../scss/plugins/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, ../scss/plugins/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, ../scss/plugins/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, ../scss/plugins/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 425, ../scss/plugins/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, ../scss/plugins/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, ../scss/plugins/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, ../scss/plugins/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, ../scss/plugins/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, ../scss/plugins/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, ../scss/plugins/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, ../scss/plugins/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, ../scss/plugins/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, ../scss/plugins/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, ../scss/plugins/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, ../scss/plugins/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, ../scss/plugins/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, ../scss/plugins/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, ../scss/plugins/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, ../scss/plugins/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, ../scss/plugins/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, ../scss/plugins/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 480, ../scss/plugins/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 483, ../scss/plugins/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 486, ../scss/plugins/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 489, ../scss/plugins/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, ../scss/plugins/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, ../scss/plugins/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, ../scss/plugins/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, ../scss/plugins/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, ../scss/plugins/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, ../scss/plugins/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, ../scss/plugins/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, ../scss/plugins/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 517, ../scss/plugins/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, ../scss/plugins/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 523, ../scss/plugins/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 526, ../scss/plugins/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, ../scss/plugins/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, ../scss/plugins/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, ../scss/plugins/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, ../scss/plugins/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, ../scss/plugins/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, ../scss/plugins/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, ../scss/plugins/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, ../scss/plugins/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, ../scss/plugins/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, ../scss/plugins/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, ../scss/plugins/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, ../scss/plugins/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, ../scss/plugins/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 569, ../scss/plugins/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, ../scss/plugins/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 576, ../scss/plugins/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, ../scss/plugins/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, ../scss/plugins/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, ../scss/plugins/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, ../scss/plugins/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, ../scss/plugins/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, ../scss/plugins/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, ../scss/plugins/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, ../scss/plugins/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, ../scss/plugins/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, ../scss/plugins/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, ../scss/plugins/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 612, ../scss/plugins/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, ../scss/plugins/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 618, ../scss/plugins/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, ../scss/plugins/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, ../scss/plugins/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, ../scss/plugins/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, ../scss/plugins/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, ../scss/plugins/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 637, ../scss/plugins/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, ../scss/plugins/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, ../scss/plugins/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, ../scss/plugins/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, ../scss/plugins/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, ../scss/plugins/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, ../scss/plugins/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, ../scss/plugins/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, ../scss/plugins/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, ../scss/plugins/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, ../scss/plugins/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, ../scss/plugins/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, ../scss/plugins/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, ../scss/plugins/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, ../scss/plugins/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, ../scss/plugins/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, ../scss/plugins/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, ../scss/plugins/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, ../scss/plugins/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, ../scss/plugins/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, ../scss/plugins/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, ../scss/plugins/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, ../scss/plugins/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, ../scss/plugins/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, ../scss/plugins/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, ../scss/plugins/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, ../scss/plugins/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, ../scss/plugins/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, ../scss/plugins/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, ../scss/plugins/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, ../scss/plugins/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, ../scss/plugins/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, ../scss/plugins/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, ../scss/plugins/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, ../scss/plugins/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, ../scss/plugins/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, ../scss/plugins/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, ../scss/plugins/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, ../scss/plugins/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, ../scss/plugins/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, ../scss/plugins/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, ../scss/plugins/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, ../scss/plugins/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, ../scss/plugins/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, ../scss/plugins/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, ../scss/plugins/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, ../scss/plugins/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, ../scss/plugins/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, ../scss/plugins/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, ../scss/plugins/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, ../scss/plugins/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, ../scss/plugins/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, ../scss/plugins/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, ../scss/plugins/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, ../scss/plugins/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, ../scss/plugins/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, ../scss/plugins/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, ../scss/plugins/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, ../scss/plugins/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, ../scss/plugins/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, ../scss/plugins/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, ../scss/plugins/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, ../scss/plugins/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, ../scss/plugins/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, ../scss/plugins/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, ../scss/plugins/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, ../scss/plugins/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, ../scss/plugins/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, ../scss/plugins/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, ../scss/plugins/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, ../scss/plugins/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, ../scss/plugins/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, ../scss/plugins/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, ../scss/plugins/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, ../scss/plugins/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, ../scss/plugins/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, ../scss/plugins/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, ../scss/plugins/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, ../scss/plugins/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, ../scss/plugins/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, ../scss/plugins/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, ../scss/plugins/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, ../scss/plugins/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, ../scss/plugins/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, ../scss/plugins/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, ../scss/plugins/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, ../scss/plugins/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, ../scss/plugins/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, ../scss/plugins/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, ../scss/plugins/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, ../scss/plugins/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, ../scss/plugins/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, ../scss/plugins/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, ../scss/plugins/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, ../scss/plugins/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, ../scss/plugins/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, ../scss/plugins/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, ../scss/plugins/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, ../scss/plugins/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, ../scss/plugins/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, ../scss/plugins/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, ../scss/plugins/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, ../scss/plugins/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, ../scss/plugins/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, ../scss/plugins/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, ../scss/plugins/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, ../scss/plugins/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, ../scss/plugins/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, ../scss/plugins/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, ../scss/plugins/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, ../scss/plugins/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, ../scss/plugins/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, ../scss/plugins/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, ../scss/plugins/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1013, ../scss/plugins/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1016, ../scss/plugins/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, ../scss/plugins/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, ../scss/plugins/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, ../scss/plugins/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, ../scss/plugins/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, ../scss/plugins/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, ../scss/plugins/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, ../scss/plugins/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, ../scss/plugins/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, ../scss/plugins/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, ../scss/plugins/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, ../scss/plugins/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, ../scss/plugins/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, ../scss/plugins/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, ../scss/plugins/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, ../scss/plugins/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, ../scss/plugins/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, ../scss/plugins/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, ../scss/plugins/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, ../scss/plugins/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, ../scss/plugins/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, ../scss/plugins/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, ../scss/plugins/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, ../scss/plugins/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, ../scss/plugins/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, ../scss/plugins/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, ../scss/plugins/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, ../scss/plugins/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, ../scss/plugins/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, ../scss/plugins/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, ../scss/plugins/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, ../scss/plugins/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, ../scss/plugins/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, ../scss/plugins/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, ../scss/plugins/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, ../scss/plugins/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, ../scss/plugins/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, ../scss/plugins/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, ../scss/plugins/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, ../scss/plugins/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, ../scss/plugins/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, ../scss/plugins/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, ../scss/plugins/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, ../scss/plugins/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, ../scss/plugins/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, ../scss/plugins/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, ../scss/plugins/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, ../scss/plugins/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, ../scss/plugins/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, ../scss/plugins/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, ../scss/plugins/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, ../scss/plugins/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, ../scss/plugins/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, ../scss/plugins/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, ../scss/plugins/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, ../scss/plugins/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, ../scss/plugins/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, ../scss/plugins/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, ../scss/plugins/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, ../scss/plugins/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, ../scss/plugins/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, ../scss/plugins/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, ../scss/plugins/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, ../scss/plugins/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, ../scss/plugins/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, ../scss/plugins/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, ../scss/plugins/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, ../scss/plugins/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, ../scss/plugins/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, ../scss/plugins/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, ../scss/plugins/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, ../scss/plugins/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, ../scss/plugins/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, ../scss/plugins/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, ../scss/plugins/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, ../scss/plugins/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, ../scss/plugins/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, ../scss/plugins/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, ../scss/plugins/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, ../scss/plugins/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, ../scss/plugins/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, ../scss/plugins/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, ../scss/plugins/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1278, ../scss/plugins/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1281, ../scss/plugins/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, ../scss/plugins/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, ../scss/plugins/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, ../scss/plugins/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, ../scss/plugins/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, ../scss/plugins/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, ../scss/plugins/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, ../scss/plugins/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, ../scss/plugins/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, ../scss/plugins/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, ../scss/plugins/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, ../scss/plugins/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, ../scss/plugins/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, ../scss/plugins/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, ../scss/plugins/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, ../scss/plugins/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, ../scss/plugins/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, ../scss/plugins/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, ../scss/plugins/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, ../scss/plugins/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, ../scss/plugins/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, ../scss/plugins/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, ../scss/plugins/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, ../scss/plugins/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, ../scss/plugins/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, ../scss/plugins/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, ../scss/plugins/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, ../scss/plugins/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, ../scss/plugins/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, ../scss/plugins/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, ../scss/plugins/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, ../scss/plugins/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, ../scss/plugins/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1389, ../scss/plugins/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, ../scss/plugins/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, ../scss/plugins/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, ../scss/plugins/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, ../scss/plugins/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, ../scss/plugins/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, ../scss/plugins/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, ../scss/plugins/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, ../scss/plugins/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, ../scss/plugins/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, ../scss/plugins/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, ../scss/plugins/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, ../scss/plugins/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, ../scss/plugins/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, ../scss/plugins/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, ../scss/plugins/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, ../scss/plugins/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, ../scss/plugins/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, ../scss/plugins/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, ../scss/plugins/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, ../scss/plugins/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, ../scss/plugins/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, ../scss/plugins/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, ../scss/plugins/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, ../scss/plugins/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, ../scss/plugins/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, ../scss/plugins/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, ../scss/plugins/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, ../scss/plugins/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, ../scss/plugins/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, ../scss/plugins/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, ../scss/plugins/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, ../scss/plugins/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, ../scss/plugins/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, ../scss/plugins/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, ../scss/plugins/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, ../scss/plugins/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, ../scss/plugins/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1515, ../scss/plugins/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1519, ../scss/plugins/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1522, ../scss/plugins/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1525, ../scss/plugins/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1530, ../scss/plugins/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1533, ../scss/plugins/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1536, ../scss/plugins/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1540, ../scss/plugins/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1544, ../scss/plugins/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1548, ../scss/plugins/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1551, ../scss/plugins/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1554, ../scss/plugins/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1557, ../scss/plugins/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1560, ../scss/plugins/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1563, ../scss/plugins/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1566, ../scss/plugins/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1569, ../scss/plugins/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1572, ../scss/plugins/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1576, ../scss/plugins/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1579, ../scss/plugins/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1582, ../scss/plugins/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1585, ../scss/plugins/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1588, ../scss/plugins/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1591, ../scss/plugins/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1594, ../scss/plugins/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1597, ../scss/plugins/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1600, ../scss/plugins/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1603, ../scss/plugins/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1606, ../scss/plugins/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1609, ../scss/plugins/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1612, ../scss/plugins/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1615, ../scss/plugins/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1618, ../scss/plugins/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1621, ../scss/plugins/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1624, ../scss/plugins/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1627, ../scss/plugins/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1630, ../scss/plugins/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1633, ../scss/plugins/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1636, ../scss/plugins/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1639, ../scss/plugins/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1642, ../scss/plugins/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1645, ../scss/plugins/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1648, ../scss/plugins/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1651, ../scss/plugins/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1654, ../scss/plugins/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1657, ../scss/plugins/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1660, ../scss/plugins/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1663, ../scss/plugins/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1666, ../scss/plugins/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1669, ../scss/plugins/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1672, ../scss/plugins/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1675, ../scss/plugins/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1678, ../scss/plugins/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1681, ../scss/plugins/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1684, ../scss/plugins/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1687, ../scss/plugins/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1692, ../scss/plugins/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1695, ../scss/plugins/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1698, ../scss/plugins/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1701, ../scss/plugins/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1704, ../scss/plugins/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1707, ../scss/plugins/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1710, ../scss/plugins/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1713, ../scss/plugins/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1716, ../scss/plugins/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1719, ../scss/plugins/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1722, ../scss/plugins/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1725, ../scss/plugins/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1728, ../scss/plugins/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1731, ../scss/plugins/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1734, ../scss/plugins/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1737, ../scss/plugins/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1740, ../scss/plugins/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1743, ../scss/plugins/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1746, ../scss/plugins/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1749, ../scss/plugins/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1752, ../scss/plugins/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1755, ../scss/plugins/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1759, ../scss/plugins/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1762, ../scss/plugins/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1765, ../scss/plugins/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1768, ../scss/plugins/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1771, ../scss/plugins/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1774, ../scss/plugins/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1777, ../scss/plugins/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1780, ../scss/plugins/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1783, ../scss/plugins/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1786, ../scss/plugins/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1789, ../scss/plugins/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1792, ../scss/plugins/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1795, ../scss/plugins/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1798, ../scss/plugins/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1801, ../scss/plugins/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1804, ../scss/plugins/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1808, ../scss/plugins/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1811, ../scss/plugins/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1814, ../scss/plugins/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1817, ../scss/plugins/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1820, ../scss/plugins/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1824, ../scss/plugins/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1827, ../scss/plugins/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1830, ../scss/plugins/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1833, ../scss/plugins/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1837, ../scss/plugins/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1841, ../scss/plugins/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1845, ../scss/plugins/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1849, ../scss/plugins/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1853, ../scss/plugins/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1856, ../scss/plugins/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1859, ../scss/plugins/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1862, ../scss/plugins/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1865, ../scss/plugins/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1868, ../scss/plugins/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1871, ../scss/plugins/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1874, ../scss/plugins/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1877, ../scss/plugins/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1880, ../scss/plugins/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1883, ../scss/plugins/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1886, ../scss/plugins/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1890, ../scss/plugins/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1894, ../scss/plugins/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1898, ../scss/plugins/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1901, ../scss/plugins/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1905, ../scss/plugins/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1909, ../scss/plugins/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1912, ../scss/plugins/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1915, ../scss/plugins/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1918, ../scss/plugins/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1921, ../scss/plugins/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1924, ../scss/plugins/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1927, ../scss/plugins/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1930, ../scss/plugins/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1933, ../scss/plugins/_font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1936, ../scss/plugins/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1939, ../scss/plugins/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1942, ../scss/plugins/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1945, ../scss/plugins/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1948, ../scss/plugins/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1951, ../scss/plugins/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1954, ../scss/plugins/_font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1957, ../scss/plugins/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1960, ../scss/plugins/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1963, ../scss/plugins/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1966, ../scss/plugins/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1969, ../scss/plugins/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1973, ../scss/plugins/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1976, ../scss/plugins/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1979, ../scss/plugins/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1982, ../scss/plugins/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1985, ../scss/plugins/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1988, ../scss/plugins/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1991, ../scss/plugins/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1994, ../scss/plugins/_font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1997, ../scss/plugins/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2000, ../scss/plugins/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2003, ../scss/plugins/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2006, ../scss/plugins/_font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2009, ../scss/plugins/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2012, ../scss/plugins/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2015, ../scss/plugins/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2018, ../scss/plugins/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2021, ../scss/plugins/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2024, ../scss/plugins/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2027, ../scss/plugins/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2030, ../scss/plugins/_font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2033, ../scss/plugins/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2036, ../scss/plugins/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2039, ../scss/plugins/_font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2042, ../scss/plugins/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2045, ../scss/plugins/_font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2048, ../scss/plugins/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2051, ../scss/plugins/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2054, ../scss/plugins/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2057, ../scss/plugins/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2060, ../scss/plugins/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2063, ../scss/plugins/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2066, ../scss/plugins/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2069, ../scss/plugins/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2072, ../scss/plugins/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2075, ../scss/plugins/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2078, ../scss/plugins/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2081, ../scss/plugins/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2084, ../scss/plugins/_font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hidden {
  display: none !important;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels {
  overflow: hidden;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform .4s ease;
  transform-origin: top left;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-highest {
  z-index: 1;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-noanimation {
  transition: none !important;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-noanimation.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-vertical .mm-panel {
  transform: none !important;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-next:after, .mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar .mm-btn:first-child {
  left: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel .mm-navbar {
  display: none;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li {
  position: relative;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

/* line 1, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-slideout {
  transition: transform .4s ease;
  z-index: 1;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-blocking {
  overflow: hidden;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-blocking body {
  overflow: hidden;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 2, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}
/* line 3, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/* line 4, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

/* line 4, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

/* line 4, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-fx-menu-zoom {
  transition: transform .4s ease;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-fx-menu-slide {
  transition: transform .4s ease;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  transition-property: none;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  transform-origin: left center;
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  transition: none .4s ease;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  transition-property: transform,opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

/* line 5, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

/* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

/* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  /* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(10000px, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
/* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  /* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    transform: translate(-10000px, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
/* line 6, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/* line 7, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-iconbar body {
  overflow-x: hidden;
}

/* line 7, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}

/* line 7, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  transform: translate(60px, 0);
  transform: translate3d(60px, 0, 0);
}

/* line 7, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-iconbar {
  display: block;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  flex: 1 0 auto;
  min-height: 40px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: flex;
  flex-direction: column;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-spacer {
  padding-top: 40px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

/* line 8, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview .mm-inset > li {
  padding: 5px 0;
}

/* line 9, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

/* line 10, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}

/* line 10, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s;
}

/* line 10, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}

/* line 10, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}

/* line 10, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

/* line 11, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

/* line 11, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

/* line 11, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

/* line 11, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-front #mm-blocker {
  z-index: 1;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform .4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 12, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/* line 13, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
}

/* line 13, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

/* line 13, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

/* line 13, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 13, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

/* line 14, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

/* line 15, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-widescreen body {
  position: relative;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-widescreen #mm-blocker {
  display: none !important;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-widescreen .mm-slideout {
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
  overflow: auto;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  transform: none !important;
}

/* line 16, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}

/* line 17, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-autoheight {
  transition: none .4s ease;
  transition-property: transform,height;
}

/* line 17, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}

/* line 17, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}

/* line 17, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns {
  transition-property: width;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-panel {
  right: auto;
  transition-property: width,transform;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-columns-0 {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-columns-1 {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-columns-2 {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(880px, 0);
    transform: translate3d(880px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    transform: translate(-880px, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-columns-3 {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(1320px, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    transform: translate(-1320px, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns .mm-panels > .mm-columns-4 {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0);
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(1760px, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  /* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    transform: translate(-1760px, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

/* line 18, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  transition-property: width,min-width,max-width,transform;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-next {
  width: 90px;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-nosubresults > .mm-counter {
  display: none;
}

/* line 19, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg);
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasdividers .mm-fixeddivider {
  display: block;
}

/* line 20, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/* line 21, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-dropdown .mm-menu {
  z-index: 2;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tipleft:before {
  left: 22px;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tipright:before {
  right: 22px;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tiptop:before {
  top: -8px;
}

/* line 22, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panels > .mm-panel {
  transition-property: transform,left;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease;
}

/* line 23, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px;
}

/* line 24, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-keyboardfocus a:focus {
  outline: 0;
}

/* line 24, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-size-2 {
  height: 80px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-size-3 {
  height: 120px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-size-4 {
  height: 160px;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-content-2 > * {
  width: 50%;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-content-3 > * {
  width: 33.33%;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-content-4 > * {
  width: 25%;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-content-5 > * {
  width: 20%;
}

/* line 25, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-navbar-content-6 > * {
  width: 16.67%;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl {
  direction: rtl;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: transform,right;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

/* line 26, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-search, .mm-search input {
  box-sizing: border-box;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-search input::-ms-clear {
  display: none;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-hassearch {
  padding-top: 40px;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-noresults .mm-indexer {
  display: none !important;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
li.mm-nosubresults > a.mm-next {
  display: none;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

/* line 27, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 28, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  transition: right .4s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 28, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

/* line 28, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

/* line 28, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasindexer .mm-indexer {
  right: 0;
}

/* line 28, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

/* line 28, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/* line 29, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease;
}

/* line 29, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}

/* line 29, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  transform: rotate(-45deg);
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
li.mm-vertical label.mm-toggle {
  top: 5px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
li.mm-vertical label.mm-check {
  top: 5px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-check, label.mm-toggle {
  right: 20px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 30, ../scss/plugins/_jquery.mmenu.all.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../scss/plugins/hamburgers/_base.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 21, ../scss/plugins/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 31, ../scss/plugins/hamburgers/_base.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 38, ../scss/plugins/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
/* line 43, ../scss/plugins/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 56, ../scss/plugins/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 62, ../scss/plugins/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -10px;
}
/* line 66, ../scss/plugins/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
/* line 5, ../scss/plugins/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
/* line 9, ../scss/plugins/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 13, ../scss/plugins/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 20, ../scss/plugins/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
/* line 24, ../scss/plugins/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 28, ../scss/plugins/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
/* line 9, ../scss/plugins/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 13, ../scss/plugins/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 20, ../scss/plugins/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
/* line 24, ../scss/plugins/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 28, ../scss/plugins/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
/* line 5, ../scss/plugins/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
/* line 9, ../scss/plugins/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 13, ../scss/plugins/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 20, ../scss/plugins/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
/* line 24, ../scss/plugins/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 28, ../scss/plugins/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
/* line 9, ../scss/plugins/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 13, ../scss/plugins/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 20, ../scss/plugins/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
/* line 24, ../scss/plugins/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 28, ../scss/plugins/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
/* line 6, ../scss/plugins/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/* line 10, ../scss/plugins/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
/* line 6, ../scss/plugins/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/* line 10, ../scss/plugins/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
/* line 6, ../scss/plugins/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 11, ../scss/plugins/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 19, ../scss/plugins/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/* line 26, ../scss/plugins/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
/* line 6, ../scss/plugins/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 11, ../scss/plugins/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 19, ../scss/plugins/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/* line 26, ../scss/plugins/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
/* line 6, ../scss/plugins/hamburgers/types/_boring.scss */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
/* line 14, ../scss/plugins/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
/* line 17, ../scss/plugins/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 22, ../scss/plugins/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
/* line 5, ../scss/plugins/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 12, ../scss/plugins/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
/* line 18, ../scss/plugins/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 25, ../scss/plugins/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 30, ../scss/plugins/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
/* line 37, ../scss/plugins/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 12, ../scss/plugins/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
/* line 18, ../scss/plugins/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 25, ../scss/plugins/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 30, ../scss/plugins/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
/* line 37, ../scss/plugins/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
/* line 5, ../scss/plugins/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 10, ../scss/plugins/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
/* line 15, ../scss/plugins/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 22, ../scss/plugins/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
/* line 28, ../scss/plugins/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
/* line 33, ../scss/plugins/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 10, ../scss/plugins/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
/* line 15, ../scss/plugins/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 22, ../scss/plugins/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
/* line 28, ../scss/plugins/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
/* line 33, ../scss/plugins/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
/* line 4, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic {
  overflow: hidden;
}
/* line 7, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
/* line 10, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
/* line 17, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
/* line 27, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
/* line 32, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 41, ../scss/plugins/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
/* line 4, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r {
  overflow: hidden;
}
/* line 7, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
/* line 10, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
/* line 17, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
/* line 27, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
/* line 32, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 41, ../scss/plugins/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
/* line 5, ../scss/plugins/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
/* line 8, ../scss/plugins/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
/* line 15, ../scss/plugins/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
/* line 21, ../scss/plugins/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 26, ../scss/plugins/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
/* line 31, ../scss/plugins/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
/* line 8, ../scss/plugins/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
/* line 15, ../scss/plugins/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
/* line 21, ../scss/plugins/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/* line 26, ../scss/plugins/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
/* line 31, ../scss/plugins/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spring
 */
/* line 5, ../scss/plugins/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}
/* line 9, ../scss/plugins/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 15, ../scss/plugins/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 23, ../scss/plugins/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
/* line 27, ../scss/plugins/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 34, ../scss/plugins/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 12, ../scss/plugins/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
/* line 18, ../scss/plugins/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 25, ../scss/plugins/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 30, ../scss/plugins/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
/* line 37, ../scss/plugins/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
/* line 5, ../scss/plugins/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
/* line 9, ../scss/plugins/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 14, ../scss/plugins/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 21, ../scss/plugins/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
/* line 28, ../scss/plugins/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 35, ../scss/plugins/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
/* line 9, ../scss/plugins/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 14, ../scss/plugins/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 21, ../scss/plugins/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
/* line 28, ../scss/plugins/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 35, ../scss/plugins/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
/* line 5, ../scss/plugins/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 9, ../scss/plugins/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
/* line 14, ../scss/plugins/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 21, ../scss/plugins/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 26, ../scss/plugins/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
/* line 33, ../scss/plugins/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 9, ../scss/plugins/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
/* line 14, ../scss/plugins/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 21, ../scss/plugins/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 26, ../scss/plugins/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
/* line 33, ../scss/plugins/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
/* line 5, ../scss/plugins/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 9, ../scss/plugins/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
/* line 14, ../scss/plugins/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 21, ../scss/plugins/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 26, ../scss/plugins/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
/* line 33, ../scss/plugins/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
/* line 5, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 9, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
/* line 16, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
/* line 20, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
/* line 26, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 30, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
/* line 35, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 40, ../scss/plugins/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
/* line 5, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 9, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
/* line 16, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
/* line 20, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
/* line 26, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 30, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
/* line 35, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 40, ../scss/plugins/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */
/* line 2, ../scss/plugins/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../scss/plugins/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../scss/plugins/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 35, ../scss/plugins/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../scss/plugins/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, ../scss/plugins/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 59, ../scss/plugins/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 66, ../scss/plugins/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 70, ../scss/plugins/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 75, ../scss/plugins/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 83, ../scss/plugins/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 87, ../scss/plugins/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 91, ../scss/plugins/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 95, ../scss/plugins/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 99, ../scss/plugins/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 103, ../scss/plugins/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 107, ../scss/plugins/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 115, ../scss/plugins/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 7, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn:hover {
  text-shadow: 0 0 .15em #fff;
}

/* line 11, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn.inactive {
  opacity: .5;
}

/* line 15, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn.inactive:hover {
  opacity: 1;
}

/* line 19, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn.active {
  color: #fff;
  opacity: 1;
}

/* line 24, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn-large {
  width: 60px;
  height: 60px;
  line-height: 64px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

/* line 33, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-btn-small {
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 43px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

/* line 43, ../scss/plugins/_jgallery.scss */
.jgallery .change-album {
  z-index: 1;
  position: relative;
}

/* line 48, ../scss/plugins/_jgallery.scss */
.jgallery .change-album .menu {
  left: 0;
  bottom: 42px;
  background: #111;
  position: absolute;
  overflow: auto;
  display: none;
}

/* line 57, ../scss/plugins/_jgallery.scss */
.jgallery .change-album .menu .item {
  margin: 0;
  padding: 10px 40px 10px 10px;
  border-bottom: 1px solid rgba(127, 127, 127, 0.5);
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: normal;
  white-space: pre;
  color: #ddd;
  text-shadow: none;
  display: block;
}

/* line 74, ../scss/plugins/_jgallery.scss */
.jgallery .change-album .menu .item:hover {
  color: #fff;
  background: #222;
}

/* line 79, ../scss/plugins/_jgallery.scss */
.jgallery .change-album .menu .item.active {
  color: #ddd;
  background: #333;
}

/* line 84, ../scss/plugins/_jgallery.scss */
.jgallery .change-album .title {
  padding: 0;
  line-height: 40px;
  left: 48px;
  top: 0;
  bottom: auto;
  right: auto;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  white-space: pre;
}

/* line 97, ../scss/plugins/_jgallery.scss */
.jgallery .change-album.active {
  border-radius: 2px;
}

/* line 101, ../scss/plugins/_jgallery.scss */
.jgallery .change-album.active .menu {
  display: block;
}

/* line 105, ../scss/plugins/_jgallery.scss */
.jgallery .change-album.active[tooltip]:after {
  display: none !important;
}

/* line 109, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-standard {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* line 119, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  z-index: 0;
  background: transparent !important;
}

/* line 133, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails {
  background: none !important;
  overflow: hidden;
}

/* line 138, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails .jgallery-container {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 143, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails.jgallery-thumbnails-bottom {
  padding-bottom: 4px;
}

/* line 147, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails.jgallery-thumbnails-bottom ~ * .nav-bottom {
  padding-bottom: 30px;
}

/* line 151, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails.square:not(.full-screen) a,
.jgallery.jgallery-slider .jgallery-thumbnails.square.number:not(.full-screen) a {
  width: 1.6em;
  height: 1.6em;
  margin: 4px;
  font-size: 10px;
  line-height: 1.6em;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.6);
  opacity: 1;
}

/* line 163, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails.square:not(.full-screen) a.active,
.jgallery.jgallery-slider .jgallery-thumbnails.square.number:not(.full-screen) a.active {
  opacity: .6;
}

/* line 168, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-horizontal,
.jgallery.jgallery-slider .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-horizontal {
  height: 28px;
}

/* line 173, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-vertical,
.jgallery.jgallery-slider .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-vertical {
  width: 28px;
}

/* line 178, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .zoom-container .nav-bottom {
  height: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  left: 4px;
  right: 4px;
  top: auto;
  bottom: 3px;
}

/* line 191, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .zoom-container .nav-bottom .icons {
  width: 240px;
  height: 40px;
  margin: -20px -120px;
  background: none !important;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  float: none;
  text-align: center;
  top: -40px;
  left: 50%;
  position: absolute;
}

/* line 207, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .zoom-container .nav-bottom .jgallery-btn {
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 27px;
}

/* line 213, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .zoom-container .nav-bottom > .title.fade,
.jgallery.jgallery-slider .zoom-container .nav-bottom > .title.fade.expanded {
  padding-bottom: 12px;
  white-space: normal;
  cursor: default;
  top: 3px;
  left: 8px;
  right: 8px;
  bottom: auto;
  position: relative;
}

/* line 225, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .zoom-container .progress {
  bottom: -1px;
}

/* line 229, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .zoom .container {
  background: none !important;
}

/* line 233, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider .overlayContainer .overlay {
  background: transparent !important;
}

/* line 237, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider:hover .zoom-container .nav-bottom .icons {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 244, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-slider:after {
  margin-top: -15px;
  left: 100px;
  right: 100px;
  top: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 40px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateX(75deg);
  -moz-transform: rotateX(75deg);
  transform: rotateX(75deg);
  content: "";
  position: absolute;
  display: block;
}

/* line 261, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-mobile.jgallery-hide-draggable-navigation-on-mobile .zoom-container .drag-nav {
  display: none;
}

/* line 265, ../scss/plugins/_jgallery.scss */
html,
body {
  height: 100%;
  margin: 0;
}

/* line 271, ../scss/plugins/_jgallery.scss */
.overlayContainer {
  z-index: 1;
  position: relative;
  display: block;
}

/* line 277, ../scss/plugins/_jgallery.scss */
.overlayContainer .overlay {
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center center no-repeat #000000;
  position: absolute;
  z-index: 10000;
}

/* line 288, ../scss/plugins/_jgallery.scss */
.overlayContainer .imageLoaderPositionAbsolute {
  font-size: 60px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin: -0.5em;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 10001;
}

/* line 303, ../scss/plugins/_jgallery.scss */
.overlayContainer .imageLoaderPositionAbsolute [class*="fa-"] {
  width: 1em;
  height: 1em;
  line-height: 1em;
}

/* line 309, ../scss/plugins/_jgallery.scss */
.overlayContainer .imageLoaderPositionAbsolute.preloadAll:after {
  border-radius: 1.7em;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: 0;
}

/* line 320, ../scss/plugins/_jgallery.scss */
.overlayContainer .imageLoaderPositionAbsolute .circle {
  margin: -42px 0 0 -42px;
  left: 50%;
  top: 50%;
  position: absolute;
}

/* line 327, ../scss/plugins/_jgallery.scss */
.overlayContainer .imageLoaderPositionAbsolute .progress-value {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: -100px;
  padding-left: .25em;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
}

/* line 339, ../scss/plugins/_jgallery.scss */
.overlayContainer .imageLoaderPositionAbsolute .progress-value:after {
  padding-left: .117em;
  font-size: .5em;
  font-weight: normal;
  -webkit-animation: percent 1s linear infinite;
  animation: percent 1s linear infinite;
  content: "%";
}

/* line 348, ../scss/plugins/_jgallery.scss */
.imageLoaderPositionAbsolute {
  left: 50%;
}

/* line 352, ../scss/plugins/_jgallery.scss */
body.overlayContainer > .overlay {
  position: fixed;
}

/* line 356, ../scss/plugins/_jgallery.scss */
body.overlayContainer > .overlay .imageLoaderPositionAbsolute {
  top: 50% !important;
  position: fixed;
}

@keyframes percent {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
@-webkit-keyframes percent {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
/* line 385, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .progress {
  width: 0;
  height: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10003;
}

/* line 401, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .progress:after {
  width: 4px;
  height: 4px;
  background: #fff;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 15px white;
  box-shadow: 0 0 30px 15px white;
  right: 64px;
  top: 0;
  content: "";
  position: absolute;
}

/* line 414, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails {
  background: transparent !important;
  -webkit-transition: background 0.2s, background-color 0.2s;
  transition: background 0.2s, background-color 0.2s;
  position: absolute;
  z-index: 3;
  font-size: 0;
  line-height: 0;
}

/* line 424, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen {
  background: #fff !important;
}

/* line 428, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.hidden {
  display: none;
}

/* line 432, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.inactive {
  display: none;
}

/* line 436, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails img.thumb-horizontal {
  max-height: 100%;
  max-width: none;
}

/* line 441, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails img.thumb-vertical {
  max-height: none;
  max-width: 100%;
}

/* line 446, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .jgallery-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 459, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .album {
  display: none;
}

/* line 463, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .album.active {
  display: inline;
}

/* line 467, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails a {
  border-radius: .7em;
  white-space: normal;
  display: inline-block;
}

/* line 473, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails a:hover:not(.active) {
  border-radius: 2px !important;
}

/* line 477, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails a:hover:not(.active) img {
  border-radius: 2px !important;
}

/* line 481, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails a img {
  border-radius: .7em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 489, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .prev,
.jgallery .jgallery-thumbnails .next {
  font-size: 24px;
  text-align: center;
  background: #111;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

/* line 502, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .ico {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  line-height: 40px;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
}

/* line 513, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .jgallery-close {
  opacity: 0;
  display: none;
}

/* line 518, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .change-album {
  display: none;
}

/* line 522, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails .overlayContainer .imageLoaderPositionAbsolute {
  font-size: 30px;
}

/* line 526, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal {
  left: 0;
  right: 0;
  white-space: pre;
}

/* line 532, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal .prev,
.jgallery .jgallery-thumbnails-horizontal .next {
  width: 40px;
  top: 0;
  bottom: 0;
}

/* line 539, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal .prev {
  padding-left: 8px;
  left: -100px;
}

/* line 544, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal .prev:before {
  width: 40px;
  right: -40px;
  background: -moz-linear-gradient(left, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #111111), color-stop(100%, rgba(17, 17, 17, 0)));
  background: -webkit-linear-gradient(left, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: -o-linear-gradient(left, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: -ms-linear-gradient(left, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(to right, #111111 0%, rgba(17, 17, 17, 0) 100%);
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

/* line 559, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal .next {
  padding-right: 8px;
  right: -100px;
}

/* line 564, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal .next:before {
  width: 40px;
  left: -40px;
  background: -moz-linear-gradient(left, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(100%, #111111));
  background: -webkit-linear-gradient(left, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: -o-linear-gradient(left, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: -ms-linear-gradient(left, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, #111111 100%);
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

/* line 579, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal:hover .prev.visible {
  left: 0;
}

/* line 583, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-horizontal:hover .next.visible {
  right: 0;
}

/* line 587, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical {
  top: 0;
  bottom: 0;
}

/* line 592, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical .prev,
.jgallery .jgallery-thumbnails-vertical .next {
  height: 40px;
  left: 0;
  right: 0;
}

/* line 599, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical .prev {
  padding-top: 8px;
  top: -100px;
}

/* line 604, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical .prev:before {
  height: 40px;
  bottom: -40px;
  background: -moz-linear-gradient(top, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, rgba(17, 17, 17, 0)));
  background: -webkit-linear-gradient(top, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: -o-linear-gradient(top, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: -ms-linear-gradient(top, #111111 0%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(to bottom, #111111 0%, rgba(17, 17, 17, 0) 100%);
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}

/* line 619, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical .next {
  padding-bottom: 8px;
  bottom: -100px;
}

/* line 624, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical .next:before {
  height: 40px;
  top: -40px;
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, #111111 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, #111111 100%);
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}

/* line 639, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical:hover .prev.visible {
  top: 0;
}

/* line 643, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical:hover .next.visible {
  bottom: 0;
}

/* line 647, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-vertical .prev .ico,
.jgallery .jgallery-thumbnails-vertical .next .ico {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}

/* line 655, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-bottom.images:not(.full-screen),
.jgallery .jgallery-thumbnails.jgallery-thumbnails-bottom.images.images:not(.full-screen) {
  padding-top: 7px;
}

/* line 660, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-bottom.images:not(.full-screen) .jgallery-container-inner,
.jgallery .jgallery-thumbnails.jgallery-thumbnails-bottom.images.images:not(.full-screen) .jgallery-container-inner {
  padding-top: 7px;
}

/* line 665, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-top {
  top: 0;
}

/* line 669, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-bottom {
  bottom: 0;
}

/* line 673, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-left {
  left: 0;
}

/* line 677, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails-right {
  right: 0;
}

/* line 681, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails a.hidden {
  opacity: 0;
}

/* line 685, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 1;
  display: inline-block;
  position: relative;
}

/* line 696, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images {
  padding: 15px;
}

/* line 700, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images .jgallery-container-inner {
  padding: 15px;
}

/* line 704, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-horizontal .jgallery-container-inner:after {
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
}

/* line 711, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 0;
}

/* line 719, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a img {
  -webkit-transition: -webkit-filter 0.2s, filter 0.2s;
  transition: -webkit-filter 0.2s, filter 0.2s;
  -webkit-filter: saturate(0.4);
  filter: saturate(0.4);
}

/* line 726, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

/* line 731, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a:hover:after {
  opacity: 0;
}

/* line 735, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a.active img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

/* line 740, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a.active:after {
  opacity: .25;
}

/* line 744, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images a:after {
  opacity: .5;
  background: #111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

/* line 759, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images:hover a:after {
  opacity: 0;
}

/* line 763, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images img {
  padding: 1px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 770, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-vertical .prev,
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-vertical .next {
  left: 8px;
  right: 8px;
}

/* line 776, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-vertical:hover .prev.visible {
  top: 0;
}

/* line 780, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-vertical:hover .next.visible {
  bottom: 0;
}

/* line 784, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-horizontal {
  padding-right: 0;
}

/* line 788, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-horizontal .prev,
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-horizontal .next {
  top: 0px;
  bottom: 8px;
}

/* line 794, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-horizontal:hover .prev.visible {
  left: 0;
}

/* line 798, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-horizontal:hover .next.visible {
  right: 0;
}

/* line 802, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen {
  width: auto !important;
  height: auto !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

/* line 812, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen img.thumb-on-full-screen-horizontal {
  max-height: 100%;
  max-width: none;
}

/* line 817, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen img.thumb-on-full-screen-vertical {
  max-height: none;
  max-width: 100%;
}

/* line 822, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .jgallery-container {
  text-align: left;
  white-space: normal;
}

/* line 827, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .jgallery-container-inner {
  padding: 60px 45px 45px;
}

/* line 831, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .jgallery-container-inner:after {
  width: auto;
  height: 45px;
  content: "";
  display: block;
}

/* line 838, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .jgallery-close {
  right: 0;
  top: 0;
  opacity: 1;
  position: absolute;
  display: block;
}

/* line 846, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .prev {
  background: #000;
}

/* line 850, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .prev:before {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(black), to(transparent));
  background-image: -webkit-linear-gradient(top, black, 0%, transparent, 100%);
  background-image: -moz-linear-gradient(top, black 0%, transparent 100%);
  background-image: linear-gradient(to bottom, black 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* line 858, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .next {
  background: #000;
}

/* line 862, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .next:before {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(transparent), to(black));
  background-image: -webkit-linear-gradient(top, transparent, 0%, black, 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, black 100%);
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
}

/* line 870, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .change-album {
  right: 40px;
  top: 0;
  position: absolute;
  display: block;
}

/* line 877, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .change-album .title {
  right: 48px;
  top: 0;
  left: auto;
  bottom: auto;
}

/* line 884, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen .change-album .menu {
  right: 0;
  top: 42px;
  left: auto;
  bottom: auto;
  position: absolute;
}

/* line 892, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.full-screen img {
  display: inline-block;
}

/* line 896, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen) {
  font-size: 0;
}

/* line 900, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-horizontal {
  height: 40px;
}

/* line 904, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-left .next,
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-left .prev {
  left: 20px;
}

/* line 909, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-right .next,
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-right .prev {
  right: 20px;
}

/* line 914, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-top .next,
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-top .prev {
  top: 20px;
}

/* line 919, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-bottom .next,
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-bottom .prev {
  bottom: 20px;
}

/* line 924, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-vertical {
  width: 40px;
}

/* line 928, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen) a {
  width: 20px;
  height: 20px;
  margin: 10px 4px;
  font-size: 20px;
  text-indent: -9999px;
  background: #fff;
  color: #000;
  text-decoration: none;
  opacity: .7;
}

/* line 940, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen) a:hover {
  opacity: 1;
}

/* line 944, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen) a.active {
  opacity: .3;
  cursor: default;
}

/* line 949, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen) a img {
  display: none;
}

/* line 953, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-vertical a {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 958, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-vertical a:first-child {
  margin-top: 8px;
}

/* line 962, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-vertical a:last-child {
  margin-bottom: 8px;
}

/* line 966, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-horizontal a:first-child {
  margin-left: 8px;
}

/* line 970, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square:not(.full-screen).jgallery-thumbnails-horizontal a:last-child {
  margin-right: 8px;
}

/* line 974, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-horizontal {
  height: 50px;
}

/* line 978, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-vertical {
  width: 50px;
}

/* line 982, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-left .next,
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-left .prev {
  left: 25px;
}

/* line 987, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-right .next,
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-right .prev {
  right: 25px;
}

/* line 992, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-top .next,
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-top .prev {
  top: 25px;
}

/* line 997, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-bottom .next,
.jgallery .jgallery-thumbnails.square.number:not(.full-screen).jgallery-thumbnails-bottom .prev {
  bottom: 25px;
}

/* line 1002, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen) a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 0;
  font-weight: bold;
  text-align: center;
}

/* line 1014, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen) a:after {
  content: attr(data-jgallery-number);
}

/* line 1018, ../scss/plugins/_jgallery.scss */
.jgallery .jgallery-thumbnails.square.number:not(.full-screen) img {
  display: none;
}

/* title
--------------------------------------------------------------------------*/
/* line 1026, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title {
  padding: 4px 0;
  bottom: 5px;
  right: 18px;
  font-size: 14px;
  color: #fff !important;
  -webkit-transition: top, left, right, bottom, opacity, text-shadow, color 0.5s;
  -moz-transition: top, left, right, bottom, opacity, text-shadow, color 0.5s;
  -o-transition: top, left, right, bottom, opacity, text-shadow, color 0.5s;
  transition: top, left, right, bottom, opacity, text-shadow, color 0.5s;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  opacity: 1;
  /* position: absolute; */
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 330px;
}

/* line 1048, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title.hidden {
  bottom: -50%;
  right: -50%;
  opacity: 0;
}

/* line 1054, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title.hidden,
.jgallery .zoom-container .nav-bottom > .title.after,
.jgallery .zoom-container .nav-bottom > .title.before {
  text-shadow: 0 0 .25em #fff;
  color: transparent;
  opacity: .5;
  -webkit-transition: top, left, right, bottom, opacity 0.5s;
  -moz-transition: top, left, right, bottom, opacity 0.5s;
  -o-transition: top, left, right, bottom, opacity 0.5s;
  transition: top, left, right, bottom, opacity 0.5s;
}

/* line 1066, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title.fade {
  bottom: 5px;
  right: 10px;
}

/* line 1071, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title.fade.expanded {
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  left: 0;
  right: 0;
  bottom: 40px;
  white-space: normal;
}

/* line 1081, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title.fade.before {
  opacity: 0;
}

/* line 1085, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom > .title.fade.after {
  opacity: 0;
}

/* line 1089, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-tooltips [tooltip] {
  position: relative;
}

/* line 1093, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-tooltips [tooltip]:after {
  padding: .5em;
  font-size: .8em;
  line-height: 1em;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  white-space: pre;
  bottom: 100%;
  left: 0;
  content: attr(tooltip);
  text-shadow: none;
  display: none;
  position: absolute;
}

/* line 1107, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-tooltips [tooltip][tooltip-position*="bottom"]:after {
  bottom: auto;
  top: 100%;
}

/* line 1112, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-tooltips [tooltip][tooltip-position*="right"]:after {
  left: auto;
  right: 0;
}

/* line 1117, ../scss/plugins/_jgallery.scss */
.jgallery.jgallery-tooltips [tooltip]:hover:after {
  display: block;
}

/* line 1121, ../scss/plugins/_jgallery.scss */
.pt-perspective {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

/* line 1130, ../scss/plugins/_jgallery.scss */
.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 1149, ../scss/plugins/_jgallery.scss */
.pt-page-current,
.no-js .pt-page {
  visibility: visible;
  z-index: 1;
}

/* line 1155, ../scss/plugins/_jgallery.scss */
.no-js body {
  overflow: auto;
}

/* line 1159, ../scss/plugins/_jgallery.scss */
.pt-page-ontop {
  z-index: 999;
}

/* Text Styles, Colors, Backgrounds */
/* line 1166, ../scss/plugins/_jgallery.scss */
.pt-page h1 {
  position: absolute;
  font-weight: 300;
  font-size: 4.4em;
  line-height: 1;
  letter-spacing: 6px;
  margin: 0;
  top: 12%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  word-spacing: -0.3em;
}

/* line 1180, ../scss/plugins/_jgallery.scss */
.pt-page h1 span {
  font-family: 'Satisfy', serif;
  font-weight: 400;
  font-size: 40%;
  text-transform: none;
  word-spacing: 0;
  letter-spacing: 0;
  display: block;
  opacity: 0.4;
}

/* line 1191, ../scss/plugins/_jgallery.scss */
.pt-page h1 strong {
  color: rgba(0, 0, 0, 0.1);
}

/* line 1195, ../scss/plugins/_jgallery.scss */
.pt-page-1 {
  background: #0ac2d2;
}

/* line 1199, ../scss/plugins/_jgallery.scss */
.pt-page-2 {
  background: #7bb7fa;
}

/* line 1203, ../scss/plugins/_jgallery.scss */
.pt-page-3 {
  background: #60d7a9;
}

/* line 1207, ../scss/plugins/_jgallery.scss */
.pt-page-4 {
  background: #fdc162;
}

/* line 1211, ../scss/plugins/_jgallery.scss */
.pt-page-5 {
  background: #fd6a62;
}

/* line 1215, ../scss/plugins/_jgallery.scss */
.pt-page-6 {
  background: #f68dbb;
}

/* Triggers (menu and button) */
/* line 1222, ../scss/plugins/_jgallery.scss */
.pt-triggers {
  position: absolute;
  width: 300px;
  z-index: 999999;
  top: 12%;
  left: 50%;
  margin-top: 130px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1235, ../scss/plugins/_jgallery.scss */
.no-js .pt-triggers {
  display: none;
}

/* line 1239, ../scss/plugins/_jgallery.scss */
.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
  border: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 20px;
  padding: 0px 20px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  width: 100%;
  cursor: pointer;
  display: block;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1263, ../scss/plugins/_jgallery.scss */
.pt-touch-button {
  background: #fff;
  color: #aaa;
}

/* line 1268, ../scss/plugins/_jgallery.scss */
.pt-triggers .dl-menuwrapper button {
  margin-bottom: 0;
}

/* line 1272, ../scss/plugins/_jgallery.scss */
.pt-touch-button:active {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 1276, ../scss/plugins/_jgallery.scss */
.touch .pt-triggers .dl-menuwrapper {
  display: none;
}

/* line 1280, ../scss/plugins/_jgallery.scss */
.pt-message {
  display: none;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #da475c;
  color: #fff;
  text-align: center;
}

/* line 1292, ../scss/plugins/_jgallery.scss */
.pt-message p {
  margin: 0;
  line-height: 60px;
  font-size: 26px;
}

/* line 1298, ../scss/plugins/_jgallery.scss */
.no-cssanimations .pt-message {
  display: block;
}

@media screen and (max-width: 47.4375em) {
  /* line 1303, ../scss/plugins/_jgallery.scss */
  .pt-page h1 {
    font-size: 3em;
  }

  /* line 1306, ../scss/plugins/_jgallery.scss */
  .pt-triggers .dl-menuwrapper {
    display: none;
  }
}
@media screen and (max-height: 45.9em) {
  /* line 1312, ../scss/plugins/_jgallery.scss */
  .pt-triggers .dl-menuwrapper li a {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  /* line 1316, ../scss/plugins/_jgallery.scss */
  .pt-triggers .dl-menuwrapper li.dl-back:after,
  .dl-menuwrapper li > a:not(:only-child):after {
    line-height: 24px;
  }
}
@media screen and (max-height: 38em) {
  /* line 1323, ../scss/plugins/_jgallery.scss */
  .pt-triggers .dl-menuwrapper {
    display: none;
  }
}
/* animation sets */
/* move from / to  */
/* line 1334, ../scss/plugins/_jgallery.scss */
.pt-page-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  -moz-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both;
}

/* line 1340, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  -moz-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}

/* line 1346, ../scss/plugins/_jgallery.scss */
.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  -moz-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}

/* line 1352, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  -moz-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both;
}

/* line 1358, ../scss/plugins/_jgallery.scss */
.pt-page-moveToTop {
  -webkit-animation: moveToTop .6s ease both;
  -moz-animation: moveToTop .6s ease both;
  animation: moveToTop .6s ease both;
}

/* line 1364, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromTop {
  -webkit-animation: moveFromTop .6s ease both;
  -moz-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both;
}

/* line 1370, ../scss/plugins/_jgallery.scss */
.pt-page-moveToBottom {
  -webkit-animation: moveToBottom .6s ease both;
  -moz-animation: moveToBottom .6s ease both;
  animation: moveToBottom .6s ease both;
}

/* line 1376, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromBottom {
  -webkit-animation: moveFromBottom .6s ease both;
  -moz-animation: moveFromBottom .6s ease both;
  animation: moveFromBottom .6s ease both;
}

/* fade */
/* line 1385, ../scss/plugins/_jgallery.scss */
.pt-page-fade {
  -webkit-animation: fade .7s ease both;
  -moz-animation: fade .7s ease both;
  animation: fade .7s ease both;
}

/* move from / to and fade */
/* line 1394, ../scss/plugins/_jgallery.scss */
.pt-page-moveToLeftFade {
  -webkit-animation: moveToLeftFade .7s ease both;
  -moz-animation: moveToLeftFade .7s ease both;
  animation: moveToLeftFade .7s ease both;
}

/* line 1400, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade .7s ease both;
  -moz-animation: moveFromLeftFade .7s ease both;
  animation: moveFromLeftFade .7s ease both;
}

/* line 1406, ../scss/plugins/_jgallery.scss */
.pt-page-moveToRightFade {
  -webkit-animation: moveToRightFade .7s ease both;
  -moz-animation: moveToRightFade .7s ease both;
  animation: moveToRightFade .7s ease both;
}

/* line 1412, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromRightFade {
  -webkit-animation: moveFromRightFade .7s ease both;
  -moz-animation: moveFromRightFade .7s ease both;
  animation: moveFromRightFade .7s ease both;
}

/* line 1418, ../scss/plugins/_jgallery.scss */
.pt-page-moveToTopFade {
  -webkit-animation: moveToTopFade .7s ease both;
  -moz-animation: moveToTopFade .7s ease both;
  animation: moveToTopFade .7s ease both;
}

/* line 1424, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromTopFade {
  -webkit-animation: moveFromTopFade .7s ease both;
  -moz-animation: moveFromTopFade .7s ease both;
  animation: moveFromTopFade .7s ease both;
}

/* line 1430, ../scss/plugins/_jgallery.scss */
.pt-page-moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  -moz-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both;
}

/* line 1436, ../scss/plugins/_jgallery.scss */
.pt-page-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade .7s ease both;
  -moz-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both;
}

/* move to with different easing */
/* line 1445, ../scss/plugins/_jgallery.scss */
.pt-page-moveToLeftEasing {
  -webkit-animation: moveToLeft 0.7s ease-in-out both;
  -moz-animation: moveToLeft 0.7s ease-in-out both;
  animation: moveToLeft 0.7s ease-in-out both;
}

/* line 1451, ../scss/plugins/_jgallery.scss */
.pt-page-moveToRightEasing {
  -webkit-animation: moveToRight 0.7s ease-in-out both;
  -moz-animation: moveToRight 0.7s ease-in-out both;
  animation: moveToRight 0.7s ease-in-out both;
}

/* line 1457, ../scss/plugins/_jgallery.scss */
.pt-page-moveToTopEasing {
  -webkit-animation: moveToTop 0.7s ease-in-out both;
  -moz-animation: moveToTop 0.7s ease-in-out both;
  animation: moveToTop 0.7s ease-in-out both;
}

/* line 1463, ../scss/plugins/_jgallery.scss */
.pt-page-moveToBottomEasing {
  -webkit-animation: moveToBottom 0.7s ease-in-out both;
  -moz-animation: moveToBottom 0.7s ease-in-out both;
  animation: moveToBottom 0.7s ease-in-out both;
}

/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeft {
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveToLeft {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRight {
  to {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTop {
  to {
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTop {
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTop {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottom {
  to {
    -moz-transform: translateY(100%);
  }
}
@keyframes moveToBottom {
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(100%);
  }
}
/* fade */
@-webkit-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@-moz-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@keyframes fade {
  to {
    opacity: 0.3;
  }
}
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRightFade {
  to {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
/* scale and fade */
/* line 1814, ../scss/plugins/_jgallery.scss */
.pt-page-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}

/* line 1820, ../scss/plugins/_jgallery.scss */
.pt-page-scaleUp {
  -webkit-animation: scaleUp .7s ease both;
  -moz-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}

/* line 1826, ../scss/plugins/_jgallery.scss */
.pt-page-scaleUpDown {
  -webkit-animation: scaleUpDown .5s ease both;
  -moz-animation: scaleUpDown .5s ease both;
  animation: scaleUpDown .5s ease both;
}

/* line 1832, ../scss/plugins/_jgallery.scss */
.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  -moz-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}

/* line 1838, ../scss/plugins/_jgallery.scss */
.pt-page-scaleDownCenter {
  -webkit-animation: scaleDownCenter 0.4s ease-in both;
  -moz-animation: scaleDownCenter 0.4s ease-in both;
  animation: scaleDownCenter 0.4s ease-in both;
}

/* line 1844, ../scss/plugins/_jgallery.scss */
.pt-page-scaleUpCenter {
  -webkit-animation: scaleUpCenter 0.4s ease-out both;
  -moz-animation: scaleUpCenter 0.4s ease-out both;
  animation: scaleUpCenter 0.4s ease-out both;
}

/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleDown {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleUp {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes scaleUpDown {
  from {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes scaleDownUp {
  to {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -moz-transform: scale(0.7);
  }
}
@keyframes scaleDownCenter {
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}
@-webkit-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -moz-transform: scale(0.7);
  }
}
@keyframes scaleUpCenter {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
}
/* rotate sides first and scale */
/* line 1985, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRightSideFirst {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.8s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.8s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.8s both ease-in;
}

/* line 1994, ../scss/plugins/_jgallery.scss */
.pt-page-rotateLeftSideFirst {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateLeftSideFirst 0.8s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateLeftSideFirst 0.8s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateLeftSideFirst 0.8s both ease-in;
}

/* line 2003, ../scss/plugins/_jgallery.scss */
.pt-page-rotateTopSideFirst {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateTopSideFirst 0.8s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateTopSideFirst 0.8s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateTopSideFirst 0.8s both ease-in;
}

/* line 2012, ../scss/plugins/_jgallery.scss */
.pt-page-rotateBottomSideFirst {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideFirst 0.8s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateBottomSideFirst 0.8s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateBottomSideFirst 0.8s both ease-in;
}

/* flip */
/* line 2024, ../scss/plugins/_jgallery.scss */
.pt-page-flipOutRight {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutRight 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutRight 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutRight 0.5s both ease-in;
}

/* line 2033, ../scss/plugins/_jgallery.scss */
.pt-page-flipInLeft {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInLeft 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInLeft 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInLeft 0.5s both ease-out;
}

/* line 2042, ../scss/plugins/_jgallery.scss */
.pt-page-flipOutLeft {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutLeft 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutLeft 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutLeft 0.5s both ease-in;
}

/* line 2051, ../scss/plugins/_jgallery.scss */
.pt-page-flipInRight {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInRight 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInRight 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInRight 0.5s both ease-out;
}

/* line 2060, ../scss/plugins/_jgallery.scss */
.pt-page-flipOutTop {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutTop 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutTop 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutTop 0.5s both ease-in;
}

/* line 2069, ../scss/plugins/_jgallery.scss */
.pt-page-flipInBottom {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInBottom 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInBottom 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInBottom 0.5s both ease-out;
}

/* line 2078, ../scss/plugins/_jgallery.scss */
.pt-page-flipOutBottom {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutBottom 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutBottom 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutBottom 0.5s both ease-in;
}

/* line 2087, ../scss/plugins/_jgallery.scss */
.pt-page-flipInTop {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInTop 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInTop 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInTop 0.5s both ease-out;
}

/* rotate fall */
/* line 2099, ../scss/plugins/_jgallery.scss */
.pt-page-rotateFall {
  -webkit-transform-origin: 0% 0%;
  -webkit-animation: rotateFall 1s both ease-in;
  -moz-transform-origin: 0% 0%;
  -moz-animation: rotateFall 1s both ease-in;
  transform-origin: 0% 0%;
  animation: rotateFall 1s both ease-in;
}

/* rotate newspaper */
/* line 2111, ../scss/plugins/_jgallery.scss */
.pt-page-rotateOutNewspaper {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateOutNewspaper 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: rotateOutNewspaper 0.5s both ease-in;
}

/* line 2120, ../scss/plugins/_jgallery.scss */
.pt-page-rotateInNewspaper {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateInNewspaper 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateInNewspaper 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: rotateInNewspaper 0.5s both ease-out;
}

/* push */
/* line 2132, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotatePushLeft .8s both ease;
  transform-origin: 0% 50%;
  animation: rotatePushLeft .8s both ease;
}

/* line 2141, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotatePushRight .8s both ease;
  transform-origin: 100% 50%;
  animation: rotatePushRight .8s both ease;
}

/* line 2150, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePushTop {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotatePushTop .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotatePushTop .8s both ease;
  transform-origin: 50% 0%;
  animation: rotatePushTop .8s both ease;
}

/* line 2159, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePushBottom {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotatePushBottom .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotatePushBottom .8s both ease;
  transform-origin: 50% 100%;
  animation: rotatePushBottom .8s both ease;
}

/* pull */
/* line 2171, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePullRight {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotatePullRight .5s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotatePullRight .5s both ease;
  transform-origin: 100% 50%;
  animation: rotatePullRight .5s both ease;
}

/* line 2180, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePullLeft {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotatePullLeft .5s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotatePullLeft .5s both ease;
  transform-origin: 0% 50%;
  animation: rotatePullLeft .5s both ease;
}

/* line 2189, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePullTop {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotatePullTop .5s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotatePullTop .5s both ease;
  transform-origin: 50% 0%;
  animation: rotatePullTop .5s both ease;
}

/* line 2198, ../scss/plugins/_jgallery.scss */
.pt-page-rotatePullBottom {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotatePullBottom .5s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotatePullBottom .5s both ease;
  transform-origin: 50% 100%;
  animation: rotatePullBottom .5s both ease;
}

/* fold */
/* line 2210, ../scss/plugins/_jgallery.scss */
.pt-page-rotateFoldRight {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateFoldRight .7s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateFoldRight .7s both ease;
  transform-origin: 0% 50%;
  animation: rotateFoldRight .7s both ease;
}

/* line 2219, ../scss/plugins/_jgallery.scss */
.pt-page-rotateFoldLeft {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateFoldLeft .7s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateFoldLeft .7s both ease;
  transform-origin: 100% 50%;
  animation: rotateFoldLeft .7s both ease;
}

/* line 2228, ../scss/plugins/_jgallery.scss */
.pt-page-rotateFoldTop {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateFoldTop .7s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateFoldTop .7s both ease;
  transform-origin: 50% 100%;
  animation: rotateFoldTop .7s both ease;
}

/* line 2237, ../scss/plugins/_jgallery.scss */
.pt-page-rotateFoldBottom {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateFoldBottom .7s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateFoldBottom .7s both ease;
  transform-origin: 50% 0%;
  animation: rotateFoldBottom .7s both ease;
}

/* unfold */
/* line 2249, ../scss/plugins/_jgallery.scss */
.pt-page-rotateUnfoldLeft {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateUnfoldLeft .7s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateUnfoldLeft .7s both ease;
  transform-origin: 100% 50%;
  animation: rotateUnfoldLeft .7s both ease;
}

/* line 2258, ../scss/plugins/_jgallery.scss */
.pt-page-rotateUnfoldRight {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateUnfoldRight .7s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateUnfoldRight .7s both ease;
  transform-origin: 0% 50%;
  animation: rotateUnfoldRight .7s both ease;
}

/* line 2267, ../scss/plugins/_jgallery.scss */
.pt-page-rotateUnfoldTop {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateUnfoldTop .7s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateUnfoldTop .7s both ease;
  transform-origin: 50% 100%;
  animation: rotateUnfoldTop .7s both ease;
}

/* line 2276, ../scss/plugins/_jgallery.scss */
.pt-page-rotateUnfoldBottom {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateUnfoldBottom .7s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateUnfoldBottom .7s both ease;
  transform-origin: 50% 0%;
  animation: rotateUnfoldBottom .7s both ease;
}

/* room walls */
/* line 2288, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateRoomLeftOut .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateRoomLeftOut .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateRoomLeftOut .8s both ease;
}

/* line 2297, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRoomLeftIn .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRoomLeftIn .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateRoomLeftIn .8s both ease;
}

/* line 2306, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRoomRightOut .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRoomRightOut .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateRoomRightOut .8s both ease;
}

/* line 2315, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateRoomRightIn .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateRoomRightIn .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateRoomRightIn .8s both ease;
}

/* line 2324, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateRoomTopOut .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateRoomTopOut .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateRoomTopOut .8s both ease;
}

/* line 2333, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateRoomTopIn .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateRoomTopIn .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateRoomTopIn .8s both ease;
}

/* line 2342, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateRoomBottomOut .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateRoomBottomOut .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateRoomBottomOut .8s both ease;
}

/* line 2351, ../scss/plugins/_jgallery.scss */
.pt-page-rotateRoomBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateRoomBottomIn .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateRoomBottomIn .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateRoomBottomIn .8s both ease;
}

/* cube */
/* line 2363, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut 0.6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeLeftOut 0.6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeLeftOut 0.6s both ease-in;
}

/* line 2372, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeLeftIn 0.6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeLeftIn 0.6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeLeftIn 0.6s both ease-in;
}

/* line 2381, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeRightOut 0.6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeRightOut 0.6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeRightOut 0.6s both ease-in;
}

/* line 2390, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn 0.6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeRightIn 0.6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeRightIn 0.6s both ease-in;
}

/* line 2399, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeTopOut 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeTopOut 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeTopOut 0.6s both ease-in;
}

/* line 2408, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCubeTopIn 0.6s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCubeTopIn 0.6s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateCubeTopIn 0.6s both ease-in;
}

/* line 2417, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCubeBottomOut 0.6s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCubeBottomOut 0.6s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateCubeBottomOut 0.6s both ease-in;
}

/* line 2426, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCubeBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeBottomIn 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeBottomIn 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeBottomIn 0.6s both ease-in;
}

/* carousel */
/* line 2438, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselLeftOut .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCarouselLeftOut .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateCarouselLeftOut .8s both ease;
}

/* line 2447, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselLeftIn .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCarouselLeftIn .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateCarouselLeftIn .8s both ease;
}

/* line 2456, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselRightOut .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCarouselRightOut .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateCarouselRightOut .8s both ease;
}

/* line 2465, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselRightIn .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCarouselRightIn .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateCarouselRightIn .8s both ease;
}

/* line 2474, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselTopOut .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCarouselTopOut .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateCarouselTopOut .8s both ease;
}

/* line 2483, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselTopIn .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCarouselTopIn .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateCarouselTopIn .8s both ease;
}

/* line 2492, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselBottomOut .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCarouselBottomOut .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateCarouselBottomOut .8s both ease;
}

/* line 2501, ../scss/plugins/_jgallery.scss */
.pt-page-rotateCarouselBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselBottomIn .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCarouselBottomIn .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateCarouselBottomIn .8s both ease;
}

/* sides */
/* line 2513, ../scss/plugins/_jgallery.scss */
.pt-page-rotateSidesOut {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSidesOut 0.5s both ease-in;
  -moz-transform-origin: -50% 50%;
  -moz-animation: rotateSidesOut 0.5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSidesOut 0.5s both ease-in;
}

/* line 2522, ../scss/plugins/_jgallery.scss */
.pt-page-rotateSidesIn {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSidesIn 0.5s both ease-out;
  -moz-transform-origin: 150% 50%;
  -moz-animation: rotateSidesIn 0.5s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSidesIn 0.5s both ease-out;
}

/* slide */
/* line 2534, ../scss/plugins/_jgallery.scss */
.pt-page-rotateSlideOut {
  -webkit-animation: rotateSlideOut 1s both ease;
  -moz-animation: rotateSlideOut 1s both ease;
  animation: rotateSlideOut 1s both ease;
}

/* line 2540, ../scss/plugins/_jgallery.scss */
.pt-page-rotateSlideIn {
  -webkit-animation: rotateSlideIn 1s both ease;
  -moz-animation: rotateSlideIn 1s both ease;
  animation: rotateSlideIn 1s both ease;
}

/********************************* keyframes **************************************/
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateRightSideFirst {
  40% {
    -moz-transform: rotateY(15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateRightSideFirst {
  40% {
    transform: rotateY(15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateLeftSideFirst {
  40% {
    -moz-transform: rotateY(-15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateLeftSideFirst {
  40% {
    transform: rotateY(-15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateTopSideFirst {
  40% {
    -moz-transform: rotateX(15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateTopSideFirst {
  40% {
    transform: rotateX(15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateBottomSideFirst {
  40% {
    -moz-transform: rotateX(-15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateBottomSideFirst {
  40% {
    transform: rotateX(-15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
/* flip */
@-webkit-keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutRight {
  to {
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutRight {
  to {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInLeft {
  from {
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInLeft {
  from {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutLeft {
  to {
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutLeft {
  to {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInRight {
  from {
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInRight {
  from {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutTop {
  to {
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutTop {
  to {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInBottom {
  from {
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInBottom {
  from {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutBottom {
  to {
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutBottom {
  to {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInTop {
  from {
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInTop {
  from {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
/* fall */
@-webkit-keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
  }
}
@-moz-keyframes rotateFall {
  0% {
    -moz-transform: rotateZ(0deg);
  }
  20% {
    -moz-transform: rotateZ(10deg);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: rotateZ(17deg);
  }
  60% {
    -moz-transform: rotateZ(16deg);
  }
  100% {
    -moz-transform: translateY(100%) rotateZ(17deg);
  }
}
@keyframes rotateFall {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(10deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: rotateZ(17deg);
  }
  60% {
    transform: rotateZ(16deg);
  }
  100% {
    transform: translateY(100%) rotateZ(17deg);
  }
}
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutNewspaper {
  to {
    -moz-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOutNewspaper {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateInNewspaper {
  from {
    -moz-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateInNewspaper {
  from {
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
/* push */
@-webkit-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
}
@keyframes rotatePushLeft {
  to {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes rotatePushRight {
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes rotatePushRight {
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes rotatePushTop {
  to {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
}
@keyframes rotatePushTop {
  to {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@-moz-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -moz-transform: rotateX(90deg);
  }
}
@keyframes rotatePushBottom {
  to {
    opacity: 0;
    transform: rotateX(90deg);
  }
}
/* pull */
@-webkit-keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes rotatePullRight {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes rotatePullRight {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
}
@keyframes rotatePullLeft {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes rotatePullTop {
  from {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
}
@keyframes rotatePullTop {
  from {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@-moz-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -moz-transform: rotateX(90deg);
  }
}
@keyframes rotatePullBottom {
  from {
    opacity: 0;
    transform: rotateX(90deg);
  }
}
/* fold */
@-webkit-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateFoldRight {
  to {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateFoldLeft {
  to {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateFoldTop {
  to {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateFoldBottom {
  to {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    transform: translateY(-100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    transform: translateY(-100%) rotateX(-90deg);
  }
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateCubeLeftOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateCubeLeftOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-moz-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-webkit-keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateCubeRightOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateCubeRightOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-moz-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-webkit-keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateCubeTopOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateCubeTopOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-moz-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-webkit-keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateCubeBottomOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeBottomOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateY(100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@-moz-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-moz-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -moz-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-moz-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -moz-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-moz-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -moz-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-moz-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -moz-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-moz-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -moz-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-webkit-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-moz-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -moz-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-moz-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -moz-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-moz-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -moz-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
/* sides */
@-webkit-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@-moz-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSidesOut {
  to {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@-moz-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSidesIn {
  from {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
/* slide */
@-webkit-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes rotateSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
/* animation delay classes */
/* line 4073, ../scss/plugins/_jgallery.scss */
.pt-page-delay100 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}

/* line 4079, ../scss/plugins/_jgallery.scss */
.pt-page-delay180 {
  -webkit-animation-delay: .180s;
  -moz-animation-delay: .180s;
  animation-delay: .180s;
}

/* line 4085, ../scss/plugins/_jgallery.scss */
.pt-page-delay200 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

/* line 4091, ../scss/plugins/_jgallery.scss */
.pt-page-delay300 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

/* line 4097, ../scss/plugins/_jgallery.scss */
.pt-page-delay400 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

/* line 4103, ../scss/plugins/_jgallery.scss */
.pt-page-delay500 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

/* line 4109, ../scss/plugins/_jgallery.scss */
.pt-page-delay700 {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}

/* line 4115, ../scss/plugins/_jgallery.scss */
.pt-page-delay1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/********************************* parts **************************************/
/* line 4124, ../scss/plugins/_jgallery.scss */
.pt-part .pt-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 4130, ../scss/plugins/_jgallery.scss */
.pt-part .pt-page .pt-item {
  position: absolute;
}

/* line 4134, ../scss/plugins/_jgallery.scss */
.pt-perspective {
  z-index: 0;
}

/* zoom
--------------------------------------------------------------------------*/
/* line 4142, ../scss/plugins/_jgallery.scss */
.jgallery .zoom {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

/* line 4153, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .pt-perspective.hide-overflow {
  overflow: hidden;
}

/* line 4157, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  background: transparent !important;
}

/* line 4168, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.pt-page-ontop {
  z-index: 2;
}

/* line 4172, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.pt-page-current.pt-page-prev {
  z-index: 1;
}

/* line 4176, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.pt-page-current:not(.pt-page-prev) {
  z-index: 3;
}

/* line 4180, ../scss/plugins/_jgallery.scss */
.jgallery .zoom img {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
}

/* line 4187, ../scss/plugins/_jgallery.scss */
.jgallery .zoom.is-link {
  cursor: pointer;
}

/* line 4191, ../scss/plugins/_jgallery.scss */
.jgallery .zoom.hidden .zoom-container .nav {
  top: -40px;
  right: -100px;
}

/* line 4196, ../scss/plugins/_jgallery.scss */
.jgallery .zoom.hidden .zoom-container .nav-bottom {
  bottom: -40px;
  left: -150px;
}

/* line 4201, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container {
  position: relative;
}

/* line 4205, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .prev {
  top: 50%;
  left: -74px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 4214, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .next {
  top: 50%;
  right: -74px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 4223, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .jgallery-btn-large {
  margin-top: -30px;
  position: absolute;
  z-index: 10002;
}

/* line 4229, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav {
  top: 0;
  right: 0;
  z-index: 10002;
  position: absolute;
}

/* line 4236, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav .jgallery-btn {
  display: inline-block;
}

/* line 4240, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 40px;
  background: transparent !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 0;
  bottom: -40px;
  right: 0;
  text-align: left;
  z-index: 10002;
  position: absolute;
  text-align: center;
}

/* line 4256, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .icons {
  background: #111;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* float: left; */
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}

/* line 4267, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .icons [class*="fa-"] {
  background: #111;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 4273, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .icons,
.jgallery .zoom-container .nav-bottom .icons .fa {
  background: transparent !important;
}

/* line 4278, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .icons .fa,
.jgallery .zoom-container .nav .fa,
.jgallery .jgallery-btn,
.jgallery .jgallery-btn .fa {
  color: #fff !important;
}

/* line 4285, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .jgallery-btn {
  margin-right: 8px;
  background: none;
  display: inline-block;
}

/* line 4291, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .change-album {
  position: relative;
}

/* line 4295, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .change-album .menu {
  position: absolute;
  display: none;
}

/* line 4300, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .change-album .title {
  margin-left: -5px;
  padding: 8px 29px 6px 0;
  font-size: 14px;
  background: #111;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: auto;
  top: 4px;
  line-height: normal;
  display: inline-block;
}

/* line 4313, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .nav-bottom .change-album.active .menu {
  display: block;
}

/* line 4317, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .overlay .imageLoaderPositionAbsolute {
  top: 50% !important;
}

/* line 4321, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .drag-nav {
  top: 16px;
  left: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  z-index: 2;
}

/* line 4330, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .drag-nav img {
  max-width: 180px;
  max-height: 180px;
  display: block;
}

/* line 4336, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .drag-nav img.bg {
  opacity: .75;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

/* line 4342, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .drag-nav .crop {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 4349, ../scss/plugins/_jgallery.scss */
.jgallery .zoom-container .drag-nav.hide {
  top: -186px;
  left: -186px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
}

/* line 4359, ../scss/plugins/_jgallery.scss */
.jgallery:hover .zoom-container .prev {
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

/* line 4367, ../scss/plugins/_jgallery.scss */
.jgallery:hover .zoom-container .prev.hidden {
  top: 50%;
  left: -74px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 4376, ../scss/plugins/_jgallery.scss */
.jgallery:hover .zoom-container .next {
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

/* line 4384, ../scss/plugins/_jgallery.scss */
.jgallery:hover .zoom-container .next.hidden {
  top: 50%;
  right: -74px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

/* zoom slide-down
--------------------------------------------------------------------------*/
/* line 4397, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down.before {
  bottom: 150%;
  opacity: 0;
}

/* line 4402, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down.visible {
  opacity: 1;
}

/* line 4406, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down.after {
  top: 150%;
  opacity: 0;
}

/* zoom slide-up
--------------------------------------------------------------------------*/
/* line 4415, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up.before {
  top: 150%;
  opacity: 0;
}

/* line 4420, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up.visible {
  opacity: 1;
}

/* line 4424, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up.after {
  bottom: 150%;
  opacity: 0;
}

/* zoom slide-right
--------------------------------------------------------------------------*/
/* line 4433, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-right.before {
  right: 150%;
  opacity: 0;
}

/* line 4438, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-right.visible {
  opacity: 1;
}

/* line 4442, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-right.after {
  left: 150%;
  opacity: 0;
}

/* zoom slide-left
--------------------------------------------------------------------------*/
/* line 4451, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-left.before {
  left: 150%;
  opacity: 0;
}

/* line 4456, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-left.visible {
  opacity: 1;
}

/* line 4460, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-left.after {
  right: 150%;
  opacity: 0;
}

/* zoom slide-up-left
--------------------------------------------------------------------------*/
/* line 4469, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up-left.before {
  top: 150%;
  left: 150%;
  opacity: 0;
}

/* line 4475, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up-left.visible {
  opacity: 1;
}

/* line 4479, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up-left.after {
  bottom: 150%;
  right: 150%;
  opacity: 0;
}

/* zoom slide-up-right
--------------------------------------------------------------------------*/
/* line 4489, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up-right.before {
  top: 150%;
  right: 150%;
  opacity: 0;
}

/* line 4495, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up-right.visible {
  opacity: 1;
}

/* line 4499, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-up-right.after {
  bottom: 150%;
  left: 150%;
  opacity: 0;
}

/* zoom slide-down-left
--------------------------------------------------------------------------*/
/* line 4509, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down-left.before {
  bottom: 150%;
  left: 150%;
  opacity: 0;
}

/* line 4515, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down-left.visible {
  opacity: 1;
}

/* line 4519, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down-left.after {
  top: 150%;
  right: 150%;
  opacity: 0;
}

/* zoom slide-down-right
--------------------------------------------------------------------------*/
/* line 4529, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down-right.before {
  bottom: 150%;
  right: 150%;
  opacity: 0;
}

/* line 4535, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down-right.visible {
  opacity: 1;
}

/* line 4539, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.slide-down-right.after {
  top: 150%;
  left: 150%;
  opacity: 0;
}

/* zoom fade
--------------------------------------------------------------------------*/
/* line 4549, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.fade.before {
  opacity: 0;
}

/* line 4553, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.fade.visible {
  opacity: 1;
}

/* line 4557, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.fade.after {
  opacity: 0;
}

/* zoom zoom-in
--------------------------------------------------------------------------*/
/* line 4565, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.zoom-in.before {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

/* line 4572, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.zoom-in.visible {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 4579, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.zoom-in.after {
  opacity: 0;
  -webkit-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  transform: scale(5, 5);
}

/* zoom zoom-out
--------------------------------------------------------------------------*/
/* line 4590, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.zoom-out.before {
  opacity: 0;
  -webkit-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  transform: scale(5, 5);
}

/* line 4597, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.zoom-out.visible {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 4604, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.zoom-out.after {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

/* zoom rotate-room-right
--------------------------------------------------------------------------*/
/* line 4615, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-right.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg);
  transform: translateZ(-600px) rotateY(45deg);
  left: -50%;
  right: 50%;
}

/* line 4624, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-right.visible {
  opacity: 1;
}

/* line 4628, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-right.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg);
  transform: translateZ(-600px) rotateY(-45deg);
  left: 50%;
  right: -50%;
}

/* zoom rotate-room-left
--------------------------------------------------------------------------*/
/* line 4641, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-left.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg);
  transform: translateZ(-600px) rotateY(-45deg);
  left: 50%;
  right: -50%;
}

/* line 4650, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-left.visible {
  opacity: 1;
}

/* line 4654, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-left.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg);
  transform: translateZ(-600px) rotateY(45deg);
  left: -50%;
  right: 50%;
}

/* zoom rotate-room-up
--------------------------------------------------------------------------*/
/* line 4667, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateX(-45deg);
  transform: translateZ(-600px) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
}

/* line 4676, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up.visible {
  opacity: 1;
}

/* line 4680, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateX(45deg);
  transform: translateZ(-600px) rotateX(45deg);
  top: -50%;
  bottom: 50%;
}

/* zoom rotate-room-down
--------------------------------------------------------------------------*/
/* line 4693, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateX(45deg);
  transform: translateZ(-600px) rotateX(45deg);
  top: -50%;
  bottom: 50%;
}

/* line 4702, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down.visible {
  opacity: 1;
}

/* line 4706, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateX(-45deg);
  transform: translateZ(-600px) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
}

/* zoom rotate-room-down-left
--------------------------------------------------------------------------*/
/* line 4719, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down-left.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  top: 50%;
  bottom: -50%;
  left: 50%;
  right: -50%;
}

/* line 4730, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down-left.visible {
  opacity: 1;
}

/* line 4734, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down-left.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  top: -50%;
  bottom: 50%;
  left: -50%;
  right: 50%;
}

/* zoom rotate-room-up-left
--------------------------------------------------------------------------*/
/* line 4749, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up-left.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  top: -50%;
  bottom: 50%;
  left: 50%;
  right: -50%;
}

/* line 4760, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up-left.visible {
  opacity: 1;
}

/* line 4764, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up-left.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  top: 50%;
  bottom: -50%;
  left: -50%;
  right: 50%;
}

/* zoom rotate-room-down-right
--------------------------------------------------------------------------*/
/* line 4779, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down-right.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  top: 50%;
  bottom: -50%;
  left: -50%;
  right: 50%;
}

/* line 4790, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down-right.visible {
  opacity: 1;
}

/* line 4794, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-down-right.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  top: -50%;
  bottom: 50%;
  left: 50%;
  right: -50%;
}

/* zoom rotate-room-up-right
--------------------------------------------------------------------------*/
/* line 4809, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up-right.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  top: -50%;
  bottom: 50%;
  left: -50%;
  right: 50%;
}

/* line 4820, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up-right.visible {
  opacity: 1;
}

/* line 4824, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-room-up-right.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  top: 50%;
  bottom: -50%;
  left: 50%;
  right: -50%;
}

/* zoom rotate-carousel-right
--------------------------------------------------------------------------*/
/* line 4839, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-right.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg);
  transform: translateZ(-600px) rotateY(-45deg);
  left: -50%;
  right: 50%;
}

/* line 4848, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-right.visible {
  opacity: 1;
}

/* line 4852, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-right.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg);
  transform: translateZ(-600px) rotateY(45deg);
  left: 50%;
  right: -50%;
}

/* zoom rotate-carousel-left
--------------------------------------------------------------------------*/
/* line 4865, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-left.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg);
  transform: translateZ(-600px) rotateY(45deg);
  left: 50%;
  right: -50%;
}

/* line 4874, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-left.visible {
  opacity: 1;
}

/* line 4878, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-left.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg);
  transform: translateZ(-600px) rotateY(-45deg);
  left: -50%;
  right: 50%;
}

/* zoom rotate-carousel-up
--------------------------------------------------------------------------*/
/* line 4891, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateX(-45deg);
  transform: translateZ(-600px) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
}

/* line 4900, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up.visible {
  opacity: 1;
}

/* line 4904, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateX(45deg);
  transform: translateZ(-600px) rotateX(45deg);
  top: -50%;
  bottom: 50%;
}

/* zoom rotate-carousel-down
--------------------------------------------------------------------------*/
/* line 4917, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateX(45deg);
  transform: translateZ(-600px) rotateX(45deg);
  top: -50%;
  bottom: 50%;
}

/* line 4926, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down.visible {
  opacity: 1;
}

/* line 4930, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateX(-45deg);
  transform: translateZ(-600px) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
}

/* zoom rotate-carousel-up-left
--------------------------------------------------------------------------*/
/* line 4943, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up-left.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
  left: 50%;
  right: -50%;
}

/* line 4954, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up-left.visible {
  opacity: 1;
}

/* line 4958, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up-left.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  top: -50%;
  bottom: 50%;
  left: -50%;
  right: 50%;
}

/* zoom rotate-carousel-down-left
--------------------------------------------------------------------------*/
/* line 4973, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down-left.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  top: -50%;
  bottom: 50%;
  left: 50%;
  right: -50%;
}

/* line 4984, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down-left.visible {
  opacity: 1;
}

/* line 4988, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down-left.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
  left: -50%;
  right: 50%;
}

/* zoom rotate-carousel-down-right
--------------------------------------------------------------------------*/
/* line 5003, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down-right.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(45deg);
  top: -50%;
  bottom: 50%;
  left: -50%;
  right: 50%;
}

/* line 5014, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down-right.visible {
  opacity: 1;
}

/* line 5018, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-down-right.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
  left: 50%;
  right: -50%;
}

/* zoom rotate-carousel-up-right
--------------------------------------------------------------------------*/
/* line 5033, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up-right.before {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  -ms-transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  transform: translateZ(-600px) rotateY(-45deg) rotateX(-45deg);
  top: 50%;
  bottom: -50%;
  left: -50%;
  right: 50%;
}

/* line 5044, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up-right.visible {
  opacity: 1;
}

/* line 5048, ../scss/plugins/_jgallery.scss */
.jgallery .zoom .jgallery-container.rotate-carousel-up-right.after {
  opacity: 0;
  -webkit-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  -ms-transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  transform: translateZ(-600px) rotateY(45deg) rotateX(45deg);
  top: -50%;
  bottom: 50%;
  left: 50%;
  right: -50%;
}

@media (max-width: 767px) {
  /* line 5060, ../scss/plugins/_jgallery.scss */
  .jgallery .jgallery-thumbnails .jgallery-btn.prev,
  .jgallery .zoom-container .jgallery-btn.prev,
  .jgallery .jgallery-thumbnails .jgallery-btn.next,
  .jgallery .zoom-container .jgallery-btn.next {
    display: none !important;
  }

  /* line 5066, ../scss/plugins/_jgallery.scss */
  .jgallery .jgallery-tooltips [tooltip]:hover:after {
    display: none !important;
  }
}
/* line 5071, ../scss/plugins/_jgallery.scss */
.jgallery {
  margin: 0 auto;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  z-index: 10002;
  background: transparent !important;
}

/* line 5085, ../scss/plugins/_jgallery.scss */
.jgallery * {
  outline: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*font*/
/* line 2, ../scss/_reset-intervale.scss */
.fb {
  font-weight: bold !important;
}

/* line 3, ../scss/_reset-intervale.scss */
.fn {
  font-weight: normal !important;
}

/* margin */
/* line 5, ../scss/_reset-intervale.scss */
.m10 {
  margin: 10px !important;
}

/* line 6, ../scss/_reset-intervale.scss */
.m20 {
  margin: 20px !important;
}

/* line 7, ../scss/_reset-intervale.scss */
.m30 {
  margin: 30px !important;
}

/* line 8, ../scss/_reset-intervale.scss */
.m40 {
  margin: 40px !important;
}

/* line 9, ../scss/_reset-intervale.scss */
.m50 {
  margin: 50px !important;
}

/* padding */
/* line 11, ../scss/_reset-intervale.scss */
.p0 {
  padding: 0 !important;
}

/* line 12, ../scss/_reset-intervale.scss */
.p5 {
  padding: 5px !important;
}

/* line 13, ../scss/_reset-intervale.scss */
.p10 {
  padding: 10px !important;
}

/* line 14, ../scss/_reset-intervale.scss */
.p20 {
  padding: 20px !important;
}

/* line 15, ../scss/_reset-intervale.scss */
.p30 {
  padding: 30px !important;
}

/* line 16, ../scss/_reset-intervale.scss */
.p40 {
  padding: 40px !important;
}

/* line 17, ../scss/_reset-intervale.scss */
.p50 {
  padding: 50px !important;
}

/* margin top */
/* line 19, ../scss/_reset-intervale.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 20, ../scss/_reset-intervale.scss */
.mt1 {
  margin-top: 1px !important;
}

/* line 21, ../scss/_reset-intervale.scss */
.mt2 {
  margin-top: 2px !important;
}

/* line 22, ../scss/_reset-intervale.scss */
.mt3 {
  margin-top: 3px !important;
}

/* line 23, ../scss/_reset-intervale.scss */
.mt4 {
  margin-top: 4px !important;
}

/* line 24, ../scss/_reset-intervale.scss */
.mt5 {
  margin-top: 5px !important;
}

/* line 25, ../scss/_reset-intervale.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 26, ../scss/_reset-intervale.scss */
.mt11 {
  margin-top: 11px !important;
}

/* line 27, ../scss/_reset-intervale.scss */
.mt12 {
  margin-top: 12px !important;
}

/* line 28, ../scss/_reset-intervale.scss */
.mt13 {
  margin-top: 13px !important;
}

/* line 29, ../scss/_reset-intervale.scss */
.mt14 {
  margin-top: 14px !important;
}

/* line 30, ../scss/_reset-intervale.scss */
.mt15 {
  margin-top: 15px !important;
}

/* line 31, ../scss/_reset-intervale.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 32, ../scss/_reset-intervale.scss */
.mt21 {
  margin-top: 21px !important;
}

/* line 33, ../scss/_reset-intervale.scss */
.mt22 {
  margin-top: 22px !important;
}

/* line 34, ../scss/_reset-intervale.scss */
.mt23 {
  margin-top: 23px !important;
}

/* line 35, ../scss/_reset-intervale.scss */
.mt24 {
  margin-top: 24px !important;
}

/* line 36, ../scss/_reset-intervale.scss */
.mt25 {
  margin-top: 25px !important;
}

/* line 37, ../scss/_reset-intervale.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 38, ../scss/_reset-intervale.scss */
.mt35 {
  margin-top: 35px !important;
}

/* line 39, ../scss/_reset-intervale.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 40, ../scss/_reset-intervale.scss */
.mt45 {
  margin-top: 45px !important;
}

/* line 41, ../scss/_reset-intervale.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 42, ../scss/_reset-intervale.scss */
.mt55 {
  margin-top: 55px !important;
}

/* line 43, ../scss/_reset-intervale.scss */
.mt60 {
  margin-top: 60px !important;
}

/* line 44, ../scss/_reset-intervale.scss */
.mt65 {
  margin-top: 65px !important;
}

/* line 45, ../scss/_reset-intervale.scss */
.mt70 {
  margin-top: 70px !important;
}

/* line 46, ../scss/_reset-intervale.scss */
.mt75 {
  margin-top: 75px !important;
}

/* line 47, ../scss/_reset-intervale.scss */
.mt80 {
  margin-top: 80px !important;
}

/* line 48, ../scss/_reset-intervale.scss */
.mt85 {
  margin-top: 85px !important;
}

/* line 49, ../scss/_reset-intervale.scss */
.mt90 {
  margin-top: 90px !important;
}

/* line 50, ../scss/_reset-intervale.scss */
.mt95 {
  margin-top: 95px !important;
}

/* line 51, ../scss/_reset-intervale.scss */
.mt100 {
  margin-top: 100px !important;
}

/* margin bottom*/
/* line 53, ../scss/_reset-intervale.scss */
.mb0 {
  margin-bottom: 0px !important;
}

/* line 54, ../scss/_reset-intervale.scss */
.mb1 {
  margin-bottom: 1px !important;
}

/* line 55, ../scss/_reset-intervale.scss */
.mb2 {
  margin-bottom: 2px !important;
}

/* line 56, ../scss/_reset-intervale.scss */
.mb3 {
  margin-bottom: 3px !important;
}

/* line 57, ../scss/_reset-intervale.scss */
.mb4 {
  margin-bottom: 4px !important;
}

/* line 58, ../scss/_reset-intervale.scss */
.mb5 {
  margin-bottom: 5px !important;
}

/* line 59, ../scss/_reset-intervale.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 60, ../scss/_reset-intervale.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 61, ../scss/_reset-intervale.scss */
.mb16 {
  margin-bottom: 16px !important;
}

/* line 62, ../scss/_reset-intervale.scss */
.mb17 {
  margin-bottom: 17px !important;
}

/* line 63, ../scss/_reset-intervale.scss */
.mb18 {
  margin-bottom: 18px !important;
}

/* line 64, ../scss/_reset-intervale.scss */
.mb19 {
  margin-bottom: 19px !important;
}

/* line 65, ../scss/_reset-intervale.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 66, ../scss/_reset-intervale.scss */
.mb21 {
  margin-bottom: 21px !important;
}

/* line 67, ../scss/_reset-intervale.scss */
.mb22 {
  margin-bottom: 22px !important;
}

/* line 68, ../scss/_reset-intervale.scss */
.mb23 {
  margin-bottom: 23px !important;
}

/* line 69, ../scss/_reset-intervale.scss */
.mb24 {
  margin-bottom: 24px !important;
}

/* line 70, ../scss/_reset-intervale.scss */
.mb25 {
  margin-bottom: 25px !important;
}

/* line 71, ../scss/_reset-intervale.scss */
.mb26 {
  margin-bottom: 26px !important;
}

/* line 72, ../scss/_reset-intervale.scss */
.mb27 {
  margin-bottom: 27px !important;
}

/* line 73, ../scss/_reset-intervale.scss */
.mb28 {
  margin-bottom: 28px !important;
}

/* line 74, ../scss/_reset-intervale.scss */
.mb29 {
  margin-bottom: 29px !important;
}

/* line 75, ../scss/_reset-intervale.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 76, ../scss/_reset-intervale.scss */
.mb35 {
  margin-bottom: 35px !important;
}

/* line 77, ../scss/_reset-intervale.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 78, ../scss/_reset-intervale.scss */
.mb45 {
  margin-bottom: 45px !important;
}

/* line 79, ../scss/_reset-intervale.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* margin left*/
/* line 81, ../scss/_reset-intervale.scss */
.ml0 {
  margin-left: 0 !important;
}

/* line 82, ../scss/_reset-intervale.scss */
.ml1 {
  margin-left: 1px !important;
}

/* line 83, ../scss/_reset-intervale.scss */
.ml2 {
  margin-left: 2px !important;
}

/* line 84, ../scss/_reset-intervale.scss */
.ml3 {
  margin-left: 3px !important;
}

/* line 85, ../scss/_reset-intervale.scss */
.ml4 {
  margin-left: 4px !important;
}

/* line 86, ../scss/_reset-intervale.scss */
.ml5 {
  margin-left: 5px !important;
}

/* line 87, ../scss/_reset-intervale.scss */
.ml6 {
  margin-left: 6px !important;
}

/* line 88, ../scss/_reset-intervale.scss */
.ml7 {
  margin-left: 7px !important;
}

/* line 89, ../scss/_reset-intervale.scss */
.ml8 {
  margin-left: 8px !important;
}

/* line 90, ../scss/_reset-intervale.scss */
.ml9 {
  margin-left: 9px !important;
}

/* line 91, ../scss/_reset-intervale.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 92, ../scss/_reset-intervale.scss */
.ml15 {
  margin-left: 15px !important;
}

/* line 93, ../scss/_reset-intervale.scss */
.ml20 {
  margin-left: 20px !important;
}

/* line 94, ../scss/_reset-intervale.scss */
.ml25 {
  margin-left: 25px !important;
}

/* line 95, ../scss/_reset-intervale.scss */
.ml30 {
  margin-left: 30px !important;
}

/* line 96, ../scss/_reset-intervale.scss */
.ml35 {
  margin-left: 35px !important;
}

/* line 97, ../scss/_reset-intervale.scss */
.ml40 {
  margin-left: 40px !important;
}

/* line 98, ../scss/_reset-intervale.scss */
.ml45 {
  margin-left: 45px !important;
}

/* line 99, ../scss/_reset-intervale.scss */
.ml50 {
  margin-left: 50px !important;
}

/* line 100, ../scss/_reset-intervale.scss */
.ml55 {
  margin-left: 55px !important;
}

/* line 101, ../scss/_reset-intervale.scss */
.ml60 {
  margin-left: 60px !important;
}

/* margin right*/
/* line 103, ../scss/_reset-intervale.scss */
.mr0 {
  margin-right: 0px !important;
}

/* line 104, ../scss/_reset-intervale.scss */
.mr1 {
  margin-right: 1px !important;
}

/* line 105, ../scss/_reset-intervale.scss */
.mr2 {
  margin-right: 2px !important;
}

/* line 106, ../scss/_reset-intervale.scss */
.mr3 {
  margin-right: 3px !important;
}

/* line 107, ../scss/_reset-intervale.scss */
.mr4 {
  margin-right: 4px !important;
}

/* line 108, ../scss/_reset-intervale.scss */
.mr5 {
  margin-right: 5px !important;
}

/* line 109, ../scss/_reset-intervale.scss */
.mr6 {
  margin-right: 6px !important;
}

/* line 110, ../scss/_reset-intervale.scss */
.mr7 {
  margin-right: 7px !important;
}

/* line 111, ../scss/_reset-intervale.scss */
.mr8 {
  margin-right: 8px !important;
}

/* line 112, ../scss/_reset-intervale.scss */
.mr9 {
  margin-right: 9px !important;
}

/* line 113, ../scss/_reset-intervale.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 114, ../scss/_reset-intervale.scss */
.mr15 {
  margin-right: 15px !important;
}

/* line 115, ../scss/_reset-intervale.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 116, ../scss/_reset-intervale.scss */
.mr25 {
  margin-right: 25px !important;
}

/* line 117, ../scss/_reset-intervale.scss */
.mr30 {
  margin-right: 30px !important;
}

/* line 118, ../scss/_reset-intervale.scss */
.mr35 {
  margin-right: 35px !important;
}

/* line 119, ../scss/_reset-intervale.scss */
.mr40 {
  margin-right: 40px !important;
}

/* line 120, ../scss/_reset-intervale.scss */
.mr45 {
  margin-right: 45px !important;
}

/* line 121, ../scss/_reset-intervale.scss */
.mr50 {
  margin-right: 50px !important;
}

/* line 122, ../scss/_reset-intervale.scss */
.mr55 {
  margin-right: 55px !important;
}

/* line 123, ../scss/_reset-intervale.scss */
.mr60 {
  margin-right: 60px !important;
}

/* padding top*/
/* line 125, ../scss/_reset-intervale.scss */
.pt0 {
  padding-top: 0px !important;
}

/* line 126, ../scss/_reset-intervale.scss */
.pt5 {
  padding-top: 5px !important;
}

/* line 127, ../scss/_reset-intervale.scss */
.pt10 {
  padding-top: 10px !important;
}

/* line 128, ../scss/_reset-intervale.scss */
.pt15 {
  padding-top: 15px !important;
}

/* line 129, ../scss/_reset-intervale.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 130, ../scss/_reset-intervale.scss */
.pt25 {
  padding-top: 25px !important;
}

/* line 131, ../scss/_reset-intervale.scss */
.pt30 {
  padding-top: 30px !important;
}

/* line 132, ../scss/_reset-intervale.scss */
.pt35 {
  padding-top: 35px !important;
}

/* line 133, ../scss/_reset-intervale.scss */
.pt40 {
  padding-top: 40px !important;
}

/* line 134, ../scss/_reset-intervale.scss */
.pt100 {
  padding-top: 100px !important;
}

/* padding bottom*/
/* line 136, ../scss/_reset-intervale.scss */
.pb0 {
  padding-bottom: 0px !important;
}

/* line 137, ../scss/_reset-intervale.scss */
.pb5 {
  padding-bottom: 5px !important;
}

/* line 138, ../scss/_reset-intervale.scss */
.pb10 {
  padding-bottom: 10px !important;
}

/* line 139, ../scss/_reset-intervale.scss */
.pb15 {
  padding-bottom: 15px !important;
}

/* line 140, ../scss/_reset-intervale.scss */
.pb20 {
  padding-bottom: 20px !important;
}

/* line 141, ../scss/_reset-intervale.scss */
.pb25 {
  padding-bottom: 25px !important;
}

/* line 142, ../scss/_reset-intervale.scss */
.pb30 {
  padding-bottom: 30px !important;
}

/* line 143, ../scss/_reset-intervale.scss */
.pb35 {
  padding-bottom: 35px !important;
}

/* line 144, ../scss/_reset-intervale.scss */
.pb40 {
  padding-bottom: 40px !important;
}

/* line 145, ../scss/_reset-intervale.scss */
.pb45 {
  padding-bottom: 45px !important;
}

/* line 146, ../scss/_reset-intervale.scss */
.pb50 {
  padding-bottom: 50px !important;
}

/* padding left*/
/* line 148, ../scss/_reset-intervale.scss */
.pl0 {
  padding-left: 0 !important;
}

/* line 149, ../scss/_reset-intervale.scss */
.pl5 {
  padding-left: 5px !important;
}

/* line 150, ../scss/_reset-intervale.scss */
.pl10 {
  padding-left: 10px !important;
}

/* line 151, ../scss/_reset-intervale.scss */
.pl15 {
  padding-left: 15px !important;
}

/* line 152, ../scss/_reset-intervale.scss */
.pl20 {
  padding-left: 20px !important;
}

/* line 153, ../scss/_reset-intervale.scss */
.pl25 {
  padding-left: 25px !important;
}

/* line 154, ../scss/_reset-intervale.scss */
.pl30 {
  padding-left: 30px !important;
}

/* line 155, ../scss/_reset-intervale.scss */
.pl35 {
  padding-left: 35px !important;
}

/* line 156, ../scss/_reset-intervale.scss */
.pl40 {
  padding-left: 40px !important;
}

/* line 157, ../scss/_reset-intervale.scss */
.pl45 {
  padding-left: 45px !important;
}

/* line 158, ../scss/_reset-intervale.scss */
.pl50 {
  padding-left: 50px !important;
}

/* padding right*/
/* line 160, ../scss/_reset-intervale.scss */
.pr0 {
  padding-right: 0 !important;
}

/* line 161, ../scss/_reset-intervale.scss */
.pr5 {
  padding-right: 5px !important;
}

/* line 162, ../scss/_reset-intervale.scss */
.pr10 {
  padding-right: 10px !important;
}

/* line 163, ../scss/_reset-intervale.scss */
.pr15 {
  padding-right: 15px !important;
}

/* line 164, ../scss/_reset-intervale.scss */
.pr20 {
  padding-right: 20px !important;
}

/* line 165, ../scss/_reset-intervale.scss */
.pr25 {
  padding-right: 25px !important;
}

/* line 166, ../scss/_reset-intervale.scss */
.pr30 {
  padding-right: 30px !important;
}

/* line 167, ../scss/_reset-intervale.scss */
.pr35 {
  padding-right: 35px !important;
}

/* line 168, ../scss/_reset-intervale.scss */
.pr40 {
  padding-right: 40px !important;
}

/* line 169, ../scss/_reset-intervale.scss */
.pr45 {
  padding-right: 45px !important;
}

/* line 170, ../scss/_reset-intervale.scss */
.pr50 {
  padding-right: 50px !important;
}

/*position*/
/* line 172, ../scss/_reset-intervale.scss */
.fl {
  float: left;
}

/* line 173, ../scss/_reset-intervale.scss */
.fr {
  float: right;
}

/* line 174, ../scss/_reset-intervale.scss */
.ft {
  overflow: hidden;
  zoom: 1;
}

/* line 175, ../scss/_reset-intervale.scss */
.cl {
  clear: both;
}

/*text align*/
/* line 177, ../scss/_reset-intervale.scss */
.tal {
  text-align: left;
}

/* line 178, ../scss/_reset-intervale.scss */
.tac {
  text-align: center;
}

/* line 179, ../scss/_reset-intervale.scss */
.tar {
  text-align: right;
}

/*vertical align*/
/* line 181, ../scss/_reset-intervale.scss */
.vt {
  vertical-align: top !important;
}

/* line 182, ../scss/_reset-intervale.scss */
.vm {
  vertical-align: middle !important;
}

/* line 183, ../scss/_reset-intervale.scss */
.vb {
  vertical-align: bottom !important;
}

/* visual none */
/* line 185, ../scss/_reset-intervale.scss */
.none {
  display: none !important;
}

/* line 186, ../scss/_reset-intervale.scss */
.vnone {
  visibility: hidden !important;
}

/* nobr */
/* line 188, ../scss/_reset-intervale.scss */
.nobr {
  white-space: nowrap !important;
}

/*************************************
**************************************
These are the styles for the fonts
Generated by Font Squirrel (http://www.fontsquirrel.com) on November 25, 2015
**************************************
**************************************/
/*FontAwesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* open_sansregular */
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/open-sans/opensans-regular.eot");
  src: url("../fonts/open-sans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/opensans-regular.woff2") format("woff2"), url("../fonts/open-sans/opensans-regular.woff") format("woff"), url("../fonts/open-sans/opensans-regular.ttf") format("truetype"), url("../fonts/open-sans/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*open_sansbold*/
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/open-sans/opensans-bold.eot");
  src: url("../fonts/open-sans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/opensans-bold.woff2") format("woff2"), url("../fonts/open-sans/opensans-bold.woff") format("woff"), url("../fonts/open-sans/opensans-bold.ttf") format("truetype"), url("../fonts/open-sans/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*open_sanssemibold*/
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/open-sans/opensans-semibold.eot");
  src: url("../fonts/open-sans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/opensans-semibold.woff2") format("woff2"), url("../fonts/open-sans/opensans-semibold.woff") format("woff"), url("../fonts/open-sans/opensans-semibold.ttf") format("truetype"), url("../fonts/open-sans/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*colossalis*/
@font-face {
  font-family: 'utm_colossalisregular';
  src: url("../fonts/colossalis/utm_colossalis.eot");
  src: url("../fonts/colossalis/utm_colossalis.eot?#iefix") format("embedded-opentype"), url("../fonts/colossalis/utm_colossalis.woff2") format("woff2"), url("../fonts/colossalis/utm_colossalis.woff") format("woff"), url("../fonts/colossalis/utm_colossalis.ttf") format("truetype"), url("../fonts/colossalis/utm_colossalis.svg#utm_colossalisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*robotothin*/
@font-face {
  font-family: 'robotothin';
  src: url("../fonts/roboto/roboto-thin.eot");
  src: url("../fonts/roboto/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin.woff2") format("woff2"), url("../fonts/roboto/roboto-thin.woff") format("woff"), url("../fonts/roboto/roboto-thin.ttf") format("truetype"), url("../fonts/roboto/roboto-thin.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto/roboto-regular.eot");
  src: url("../fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-regular.woff") format("woff"), url("../fonts/roboto/roboto-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-regular.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto/roboto-bold.eot");
  src: url("../fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold.woff2") format("woff2"), url("../fonts/roboto/roboto-bold.woff") format("woff"), url("../fonts/roboto/roboto-bold.ttf") format("truetype"), url("../fonts/roboto/roboto-bold.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url("../fonts/sourcesanspro/sourcesanspro-regular.eot");
  src: url("../fonts/sourcesanspro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-regular.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro-regular.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-regular.ttf") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-regular.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*************************************
**************************************
These are the styles for
the main content section
**************************************
**************************************/
/* line 8, ../scss/partials/_main_content.scss */
#wrapper {
  height: auto;
  min-height: 100%;
}

/*----- Content -----*/
/* line 16, ../scss/partials/_main_content.scss */
#page_content {
  min-height: 100%;
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  /* line 16, ../scss/partials/_main_content.scss */
  #page_content {
    margin: 2rem 0 0;
  }
}

/* line 24, ../scss/partials/_main_content.scss */
.content_second,
.content_primary {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  /* line 24, ../scss/partials/_main_content.scss */
  .content_second,
  .content_primary {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 640px) {
  /* line 24, ../scss/partials/_main_content.scss */
  .content_second,
  .content_primary {
    margin-bottom: 1.8rem;
  }
}

/* line 35, ../scss/partials/_main_content.scss */
a {
  color: #2c2c2c;
}
/* line 37, ../scss/partials/_main_content.scss */
a:hover, a:focus {
  color: #0084ff;
}

/* line 42, ../scss/partials/_main_content.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 2.2rem;
}

/* line 49, ../scss/partials/_main_content.scss */
.fadeHide {
  opacity: 0;
}

/*************************************
**************************************
These are the styles for
the header section
**************************************
**************************************/
/* line 9, ../scss/partials/_header.scss */
#header .header_top {
  background: url(../images/front/bg_header.png) no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  /* line 9, ../scss/partials/_header.scss */
  #header .header_top {
    padding-bottom: 8px;
    text-align: center;
    background: #f9f9f9;
  }
  /* line 16, ../scss/partials/_header.scss */
  #header .header_top:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, #EDEDED 0%, #F9F9F9 100%);
    background: -moz-linear-gradient(to bottom, #EDEDED 0%, #F9F9F9 100%);
    background: -o-linear-gradient(to bottom, #EDEDED 0%, #F9F9F9 100%);
    background: -ms-linear-gradient(to bottom, #EDEDED 0%, #F9F9F9 100%);
    background: -webkit-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
  }
}
/* line 31, ../scss/partials/_header.scss */
#header .header_top .container {
  position: relative;
}
/* line 35, ../scss/partials/_header.scss */
#header .logo {
  float: left;
  margin: 18px 0;
}
@media (max-width: 768px) {
  /* line 35, ../scss/partials/_header.scss */
  #header .logo {
    float: none;
    margin: 8px 0 8px;
    text-align: center;
    display: inline-block;
  }
}
/* line 44, ../scss/partials/_header.scss */
#header .logo a {
  background: url(../images/front/logo.png) no-repeat;
  width: 150px;
  height: 80px;
  background-size: 100% auto;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 44, ../scss/partials/_header.scss */
  #header .logo a {
    background: url(../images/front/logo_mobile.png) no-repeat;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  /* line 44, ../scss/partials/_header.scss */
  #header .logo a {
    background-size: 100% auto;
    width: 40px;
    height: 40px;
  }
}
/* line 60, ../scss/partials/_header.scss */
#header .logo a span {
  display: none;
}
/* line 65, ../scss/partials/_header.scss */
#header .search_form {
  width: 256px;
  float: right;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  /* line 65, ../scss/partials/_header.scss */
  #header .search_form {
    float: none;
    margin-top: 0;
    position: absolute;
    top: 50%;
  }
}
/* line 76, ../scss/partials/_header.scss */
#header .sb-search {
  position: relative;
  margin-top: 4rem;
  width: 256px;
  min-width: 60px;
  height: 36px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  /* line 76, ../scss/partials/_header.scss */
  #header .sb-search {
    position: absolute;
    margin-top: 0;
    top: 50%;
    margin-top: -17px;
    width: 0%;
  }
}
@media (max-width: 768px) {
  /* line 95, ../scss/partials/_header.scss */
  #header .sb-search.open {
    width: 256px;
  }
  /* line 98, ../scss/partials/_header.scss */
  #header .sb-search.open .sb-search-input {
    border-color: #e3e8ed;
    display: block;
  }
  /* line 17, ../scss/mixins/_placeholder.scss */
  #header .sb-search.open .sb-search-input::-webkit-input-placeholder {
    color: #666666;
  }
  /* line 21, ../scss/mixins/_placeholder.scss */
  #header .sb-search.open .sb-search-input:-moz-placeholder {
    color: #666666;
  }
  /* line 25, ../scss/mixins/_placeholder.scss */
  #header .sb-search.open .sb-search-input::-moz-placeholder {
    color: #666666;
  }
  /* line 29, ../scss/mixins/_placeholder.scss */
  #header .sb-search.open .sb-search-input:-ms-input-placeholder {
    color: #666666;
  }
  /* line 33, ../scss/mixins/_placeholder.scss */
  #header .sb-search.open .sb-search-input.placeholder {
    color: #666666;
  }
}
@media (max-width: 640px) {
  /* line 95, ../scss/partials/_header.scss */
  #header .sb-search.open {
    width: 36%;
  }
}
/* line 111, ../scss/partials/_header.scss */
#header .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #e3e8ed;
  border-radius: 4px;
  outline: none;
  background: #fff;
  width: 100%;
  height: 36px;
  margin: 0;
  z-index: 10;
  padding: 8px 36px 8px 12px;
  font-size: 13px;
  color: #666666;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
@media (max-width: 768px) {
  /* line 111, ../scss/partials/_header.scss */
  #header .sb-search-input {
    border-color: #f9f9f9;
    border-radius: 21px;
    padding: 4px 4px 4px 26px;
    background: #f9f9f9;
    display: none;
  }
  /* line 17, ../scss/mixins/_placeholder.scss */
  #header .sb-search-input::-webkit-input-placeholder {
    color: transparent;
    font-style: italic;
  }
  /* line 21, ../scss/mixins/_placeholder.scss */
  #header .sb-search-input:-moz-placeholder {
    color: transparent;
    font-style: italic;
  }
  /* line 25, ../scss/mixins/_placeholder.scss */
  #header .sb-search-input::-moz-placeholder {
    color: transparent;
    font-style: italic;
  }
  /* line 29, ../scss/mixins/_placeholder.scss */
  #header .sb-search-input:-ms-input-placeholder {
    color: transparent;
    font-style: italic;
  }
  /* line 33, ../scss/mixins/_placeholder.scss */
  #header .sb-search-input.placeholder {
    color: transparent;
    font-style: italic;
  }
}
/* line 140, ../scss/partials/_header.scss */
#header .sb-search-submit {
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: 89;
}
/* line 150, ../scss/partials/_header.scss */
#header .sb-icon-search,
#header .sb-search-submit {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: -12px;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 150, ../scss/partials/_header.scss */
  #header .sb-icon-search,
  #header .sb-search-submit {
    right: auto;
    left: -3px;
  }
}
/* line 168, ../scss/partials/_header.scss */
#header .sb-icon-search {
  z-index: 90;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  /* line 178, ../scss/partials/_header.scss */
  #header .sb-icon-search:before {
    color: #5ec842;
  }
}
/* line 184, ../scss/partials/_header.scss */
#header .nav_top {
  background: #05892c;
  overflow: auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  /* line 184, ../scss/partials/_header.scss */
  #header .nav_top {
    display: none;
    margin-top: 8px;
    overflow: unset;
    white-space: unset;
  }
}
@media (max-width: 768px) {
  /* line 190, ../scss/partials/_header.scss */
  #header .nav_top .container {
    padding: 0;
  }
}
/* line 195, ../scss/partials/_header.scss */
#header .nav_top .search_form {
  display: none;
}
@media (max-width: 768px) {
  /* line 195, ../scss/partials/_header.scss */
  #header .nav_top .search_form {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
/* line 203, ../scss/partials/_header.scss */
#header .nav_top li {
  /*float: left;*/
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 205, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item {
    position: relative;
    border-bottom: 1px solid #fff;
    display: block;
  }
}
/* line 211, ../scss/partials/_header.scss */
#header .nav_top li.menu_item.has_sub a {
  display: inline-block;
}
/* line 216, ../scss/partials/_header.scss */
#header .nav_top li.menu_item.active > a {
  background: #15a805;
}
@media (max-width: 768px) {
  /* line 216, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item.active > a {
    background: transparent;
  }
}
/* line 222, ../scss/partials/_header.scss */
#header .nav_top li.menu_item.active .menu_sub_header {
  display: block;
}
@media (max-width: 768px) {
  /* line 222, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item.active .menu_sub_header {
    display: none;
  }
}
/* line 230, ../scss/partials/_header.scss */
#header .nav_top li.menu_item:hover .menu_sub_header {
  display: block;
}
@media (max-width: 768px) {
  /* line 230, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item:hover .menu_sub_header {
    display: none;
  }
}
/* line 237, ../scss/partials/_header.scss */
#header .nav_top li.menu_item > a {
  color: #ffffff;
  display: block;
  padding: 18px 15px;
  text-transform: uppercase;
}
/* line 242, ../scss/partials/_header.scss */
#header .nav_top li.menu_item > a:hover, #header .nav_top li.menu_item > a.active {
  background: #15a805;
}
@media (max-width: 768px) {
  /* line 242, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item > a:hover, #header .nav_top li.menu_item > a.active {
    background: inherit;
  }
}
@media (max-width: 1199px) {
  /* line 237, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item > a {
    padding: 18px 13px;
  }
}
@media (max-width: 1146px) {
  /* line 237, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item > a {
    padding: 18px 12px;
  }
}
@media (max-width: 1025px) {
  /* line 237, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item > a {
    padding: 14px 10px;
  }
}
@media (max-width: 991px) {
  /* line 237, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item > a {
    padding: 14px 8px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  /* line 237, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item > a {
    padding: 6px 15px;
    font-size: inherit;
  }
}
/* line 267, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .arrow_action {
  display: none;
}
@media (max-width: 768px) {
  /* line 267, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item .arrow_action {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    margin-top: -10px;
  }
}
/* line 278, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .circle {
  background: #fffefd;
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
/* line 285, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .circle span {
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  border-color: #0084ff;
}
/* line 292, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .circle span.arrow_right {
  margin-top: -5px;
}
/* line 295, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .circle span.arrow_up {
  margin-top: -3px;
}
/* line 298, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .circle span.arrow_down {
  margin-left: -4px;
}
/* line 303, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .menu_sub_header {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 14px 0;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 4px 2px -1px #eee;
  background: #fff;
}
@media (max-width: 768px) {
  /* line 303, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item .menu_sub_header {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0 0 5px;
  }
}
/* line 319, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .menu_sub_header li {
  padding-right: 12px;
  border-right: 1px solid #e3e8ed;
  margin-right: 12px;
}
/* line 323, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .menu_sub_header li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media (max-width: 768px) {
  /* line 319, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item .menu_sub_header li {
    padding: 0;
    border-right: 0;
    margin-right: 0;
  }
}
/* line 333, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .menu_sub_header li a {
  font-size: 12px;
}
/* line 335, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .menu_sub_header li a.active {
  font-weight: bold;
  color: #0070da;
}
@media (max-width: 768px) {
  /* line 335, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item .menu_sub_header li a.active {
    color: #fff;
  }
}
@media (max-width: 768px) {
  /* line 333, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item .menu_sub_header li a {
    padding: 6px 15px;
    color: #fff;
  }
}
/* line 346, ../scss/partials/_header.scss */
#header .nav_top li.menu_item .menu_sub_header li a .arrow_menu {
  margin-right: 6px;
  display: none;
}
@media (max-width: 768px) {
  /* line 346, ../scss/partials/_header.scss */
  #header .nav_top li.menu_item .menu_sub_header li a .arrow_menu {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  /* line 203, ../scss/partials/_header.scss */
  #header .nav_top li {
    float: none;
  }
}
/* line 362, ../scss/partials/_header.scss */
#header .menu_mobile {
  float: right;
  width: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
  display: none;
}
@media (max-width: 768px) {
  /* line 362, ../scss/partials/_header.scss */
  #header .menu_mobile {
    display: block;
    height: 22px;
  }
}
/* line 388, ../scss/partials/_header.scss */
#header .menu_mobile span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #909090;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* line 406, ../scss/partials/_header.scss */
#header .menu_mobile span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 413, ../scss/partials/_header.scss */
#header .menu_mobile span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 420, ../scss/partials/_header.scss */
#header .menu_mobile span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 427, ../scss/partials/_header.scss */
#header .menu_mobile.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 8px;
}
/* line 435, ../scss/partials/_header.scss */
#header .menu_mobile.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
/* line 439, ../scss/partials/_header.scss */
#header .menu_mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 8px;
}

/* line 449, ../scss/partials/_header.scss */
.arrow_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* line 454, ../scss/partials/_header.scss */
.arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 459, ../scss/partials/_header.scss */
.arrow_menu {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  border-top: none;
  border-left: none;
}

/* line 467, ../scss/partials/_header.scss */
.arrow_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*************************************
**************************************
These are the styles for
the footer section
**************************************
**************************************/
/* line 9, ../scss/partials/_footer.scss */
#footer .footer_menu {
  border-top: 1px solid #e4e8ee;
  padding: 12px 0;
  display: none;
}
@media (max-width: 768px) {
  /* line 12, ../scss/partials/_footer.scss */
  #footer .footer_menu .container {
    padding: 0;
  }
}
/* line 17, ../scss/partials/_footer.scss */
#footer .footer_menu .menu_footer {
  text-align: center;
}
/* line 19, ../scss/partials/_footer.scss */
#footer .footer_menu .menu_footer li {
  display: inline-block;
  margin-right: 43px;
}
@media (max-width: 768px) {
  /* line 19, ../scss/partials/_footer.scss */
  #footer .footer_menu .menu_footer li {
    width: 100%;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #e4e8ee;
    position: relative;
  }
}
/* line 29, ../scss/partials/_footer.scss */
#footer .footer_menu .menu_footer li .arrow_menu {
  display: none;
  border-color: #4a4a4a;
}
@media (max-width: 768px) {
  /* line 29, ../scss/partials/_footer.scss */
  #footer .footer_menu .menu_footer li .arrow_menu {
    position: absolute;
    right: 10px;
    display: inline-block;
    top: 13px;
  }
}
/* line 39, ../scss/partials/_footer.scss */
#footer .footer_menu .menu_footer li a {
  text-transform: uppercase;
}
/* line 41, ../scss/partials/_footer.scss */
#footer .footer_menu .menu_footer li a:hover, #footer .footer_menu .menu_footer li a:focus, #footer .footer_menu .menu_footer li a.active {
  color: #0084ff;
}
@media (max-width: 768px) {
  /* line 39, ../scss/partials/_footer.scss */
  #footer .footer_menu .menu_footer li a {
    padding: 7px 15px;
    display: block;
  }
}
/* line 51, ../scss/partials/_footer.scss */
#footer .footer_menu .menu_footer li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  /* line 9, ../scss/partials/_footer.scss */
  #footer .footer_menu {
    padding: 0;
  }
}
/* line 60, ../scss/partials/_footer.scss */
#footer .footer_top {
  color: #fff;
  background: #333d46;
  padding: 24px 0 14px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 60, ../scss/partials/_footer.scss */
  #footer .footer_top {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  /* line 68, ../scss/partials/_footer.scss */
  #footer .footer_top .contact_info {
    margin-bottom: 8px;
  }
}
@media (max-width: 640px) {
  /* line 68, ../scss/partials/_footer.scss */
  #footer .footer_top .contact_info {
    text-align: left;
  }
}
/* line 75, ../scss/partials/_footer.scss */
#footer .footer_top .contact_info li {
  display: inline-block;
  margin-right: 25px;
}
/* line 78, ../scss/partials/_footer.scss */
#footer .footer_top .contact_info li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  /* line 75, ../scss/partials/_footer.scss */
  #footer .footer_top .contact_info li {
    margin-bottom: 8px;
  }
}
@media (max-width: 640px) {
  /* line 75, ../scss/partials/_footer.scss */
  #footer .footer_top .contact_info li {
    display: block;
    margin-right: 0;
  }
}
/* line 91, ../scss/partials/_footer.scss */
#footer .footer_contact {
  color: #fff;
  /*background: #0061bd;*/
}
@media (max-width: 768px) {
  /* line 91, ../scss/partials/_footer.scss */
  #footer .footer_contact {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  /* line 99, ../scss/partials/_footer.scss */
  #footer .footer_link,
  #footer .footer_contact {
    width: inherit;
    float: none;
  }
}
@media (max-width: 991px) {
  /* line 110, ../scss/partials/_footer.scss */
  #footer .footer_link .menu_sub:nth-child(1) {
    width: 50%;
    float: left;
  }
  /* line 114, ../scss/partials/_footer.scss */
  #footer .footer_link .menu_sub:nth-child(2) {
    width: 50%;
    float: right;
  }
}
/* line 121, ../scss/partials/_footer.scss */
#footer .footer_copyright {
  color: #fff;
  background: #333d46;
  border-top: 1px solid #5d5757;
  padding: 16px 0;
}
/* line 126, ../scss/partials/_footer.scss */
#footer .footer_copyright p {
  margin: 0;
}
@media (max-width: 1025px) {
  /* line 126, ../scss/partials/_footer.scss */
  #footer .footer_copyright p {
    font-size: 12px;
  }
}
/* line 133, ../scss/partials/_footer.scss */
#footer .title_site {
  font-size: 1.8rem;
  margin: 0 0 1.3rem;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 133, ../scss/partials/_footer.scss */
  #footer .title_site {
    margin: 0 0 1.4rem;
  }
}
/* line 143, ../scss/partials/_footer.scss */
#footer .contact_info i {
  margin-right: 12px;
  vertical-align: middle;
}
/* line 149, ../scss/partials/_footer.scss */
#footer .menu_sub:nth-child(2) {
  margin-top: 0;
}
/* line 152, ../scss/partials/_footer.scss */
#footer .menu_sub li {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  /* line 152, ../scss/partials/_footer.scss */
  #footer .menu_sub li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
/* line 158, ../scss/partials/_footer.scss */
#footer .menu_sub li:last-child {
  margin-bottom: 0;
}
/* line 162, ../scss/partials/_footer.scss */
#footer .menu_sub a {
  color: #fff;
}

/*************************************
**************************************
These are the styles for
the button section
**************************************
**************************************/
/* line 9, ../scss/partials/_button.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 20, ../scss/partials/_button.scss */
.btn {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  text-decoration: none;
  border: 0;
}
/* line 28, ../scss/partials/_button.scss */
.btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 35, ../scss/partials/_button.scss */
.btn-large {
  background-color: #26a69a;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-align: center;
  transition: all 0.2s ease-out 0s;
}
/* line 42, ../scss/partials/_button.scss */
.btn-large:hover {
  background-color: #2bbbad;
}

/* line 47, ../scss/partials/_button.scss */
.btn_contact {
  padding: 20px 20px;
  font-size: 17px;
  line-height: 17px;
  border-radius: 0;
  font-family: 'open_sansregular';
  width: 100%;
}

/* line 61, ../scss/partials/_button.scss */
.btn_detail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 12px;
  color: #fff;
  background-color: #0082c6;
}
/* line 66, ../scss/partials/_button.scss */
.btn_detail:hover, .btn_detail:focus {
  color: #fff;
  background-color: #06a7fb;
}

/* line 73, ../scss/partials/_button.scss */
.btn-floating {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 0;
  background-color: #26a69a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  width: 37px;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
}
/* line 88, ../scss/partials/_button.scss */
.btn-floating:hover {
  background-color: #26a69a;
}
/* line 91, ../scss/partials/_button.scss */
.btn-floating::before {
  border-radius: 0;
}

/* line 96, ../scss/partials/_button.scss */
.btn_awesome {
  position: relative;
  display: inline-block;
  padding: 1.2em 2em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: white;
}
/* line 105, ../scss/partials/_button.scss */
.btn_awesome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  border-radius: 4px;
  transition: box-shadow .5s ease, transform .2s ease;
  will-change: transform;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
}
/* line 119, ../scss/partials/_button.scss */
.btn_awesome:hover::before {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/* line 122, ../scss/partials/_button.scss */
.btn_awesome::after {
  position: relative;
  display: inline-block;
  content: attr(data-title);
  transition: transform .2s ease;
  font-weight: bold;
  letter-spacing: .01em;
  will-change: transform;
  transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0));
}

/* line 134, ../scss/partials/_button.scss */
.btn_facebook,
.btn_google {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.8125rem;
}
/* line 140, ../scss/partials/_button.scss */
.btn_facebook i,
.btn_google i {
  margin-right: 3px;
  vertical-align: middle;
}
/* line 144, ../scss/partials/_button.scss */
.btn_facebook:hover, .btn_facebook:focus,
.btn_google:hover,
.btn_google:focus {
  color: #fff;
}

/* line 150, ../scss/partials/_button.scss */
.btn_facebook {
  background-color: #2151bd;
  border-color: #3869d8;
}
/* line 153, ../scss/partials/_button.scss */
.btn_facebook:hover, .btn_facebook:focus {
  background-color: #0852f8;
}

/* line 159, ../scss/partials/_button.scss */
.btn_google {
  background-color: #ab1e1e;
  border-color: #c64040;
}
/* line 162, ../scss/partials/_button.scss */
.btn_google:hover, .btn_google:focus {
  background-color: #ee0101;
}

/*************************************
**************************************
These are the styles for
the icons navigation section
**************************************
**************************************/
/* line 176, ../scss/partials/_button.scss */
.menulink {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  -webkit-user-select: none;
  user-select: none;
}

/* line 185, ../scss/partials/_button.scss */
.menu--collapsed {
  margin: 18px 15px 0 0;
  position: relative;
  float: right;
  width: 90px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 197, ../scss/partials/_button.scss */
.menu__title {
  display: block;
  font-size: 85.71%;
  overflow: hidden;
  text-transform: uppercase;
  width: inherit;
  height: inherit;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: width .3s ease-out;
  -moz-transition: width .3s ease-out;
  transition: width .3s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 216, ../scss/partials/_button.scss */
.menu__title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 236, ../scss/partials/_button.scss */
.menu__title:hover .menu__name,
.menu__title:focus .menu__name,
.menu__title:active .menu__name {
  color: #fff;
}

/* line 242, ../scss/partials/_button.scss */
.menu__title:hover .menu__bar,
.menu__title:focus .menu__bar,
.menu__title:active .menu__bar,
.menu__title:hover .menu__bar:after,
.menu__title:focus .menu__bar:after,
.menu__title:active .menu__bar:after,
.menu__title:hover .menu__bar:before,
.menu__title:focus .menu__bar:before,
.menu__title:active .menu__bar:before {
  background-color: #fff;
}

/* line 254, ../scss/partials/_button.scss */
.menu__title:hover:before,
.menu__title:focus:before,
.menu__title:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* line 261, ../scss/partials/_button.scss */
.menu__title .menu__name {
  position: absolute;
  top: 12px;
  left: 10px;
  margin: 0;
  font-family: sofia_proextra_light, Arial, sans-serif;
  font-size: 107.14%;
  font-weight: bold;
  color: #000;
  -webkit-transition: opacity .3s ease-in .1s;
  -moz-transition: opacity .3s ease-in .1s;
  transition: opacity .3s ease-in .1s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 278, ../scss/partials/_button.scss */
.menu__bar {
  right: 10px;
  top: 20px;
  display: block;
}

/* line 284, ../scss/partials/_button.scss */
.menu__bar,
.menu__bar:after,
.menu__bar:before {
  position: absolute;
  height: 2px;
  width: 22px;
  background-color: #000;
}

/* line 293, ../scss/partials/_button.scss */
.menu__bar:after,
.menu__bar:before {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  content: '';
  left: 0;
}

/* line 301, ../scss/partials/_button.scss */
.menu__bar:before {
  top: -8px;
}

/* line 305, ../scss/partials/_button.scss */
.menu__bar:after {
  top: 8px;
}

/*expanded*/
/* line 312, ../scss/partials/_button.scss */
.menu--expanded {
  width: 45px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 318, ../scss/partials/_button.scss */
.menu--expanded .menu__title {
  cursor: pointer;
  -webkit-transition: opacity .5s, width .3s ease-in-out;
  transition: opacity .5s, width .3s ease-in-out;
  width: 44px;
  height: 44px;
}

/* line 326, ../scss/partials/_button.scss */
.menu--expanded .menu__title .menu__name {
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  opacity: 0;
}

/* line 332, ../scss/partials/_button.scss */
.menu--expanded .menu__title:hover .menu__bar {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 337, ../scss/partials/_button.scss */
.menu--expanded .menu__bar {
  background-color: transparent;
  -webkit-transition: all .25s;
  transition: all 0.25s;
}

/* line 343, ../scss/partials/_button.scss */
.menu--expanded .menu__bar:after,
.menu--expanded .menu__bar:before {
  content: '';
  top: 0;
  right: 0;
}

/* line 350, ../scss/partials/_button.scss */
.menu--expanded .menu__bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 355, ../scss/partials/_button.scss */
.menu--expanded .menu__bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 360, ../scss/partials/_button.scss */
.menu--expanded .menu__title:hover .menu__bar::after,
.menu--expanded .menu__title:hover .menu__bar::before,
.menu--expanded .menu__title:focus .menu__bar::after,
.menu--expanded .menu__title:focus .menu__bar::before,
.menu--expanded .menu__title:active .menu__bar::after,
.menu--expanded .menu__title:active .menu__bar::before {
  background-color: #fff;
}

/* line 369, ../scss/partials/_button.scss */
.menu--expanded .menu__title:hover .menu__bar {
  background-color: transparent;
}

/*
* Button Search
*/
/* line 378, ../scss/partials/_button.scss */
.search_form button {
  border: 0;
  background: transparent;
}

/* line 383, ../scss/partials/_button.scss */
.search_form .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #e3e8ed;
}
/* line 387, ../scss/partials/_button.scss */
.search_form .form-control:focus {
  border-color: #0084ff;
}
/* line 389, ../scss/partials/_button.scss */
.search_form .form-control:focus + .input-group-addon {
  border-color: #0084ff;
}

/* line 395, ../scss/partials/_button.scss */
.search_form .input-group-addon {
  background: #fff;
  border-color: #e3e8ed;
  border-left: 0;
}

/*************************************
**************************************
These are the styles for
the navigation section
**************************************
**************************************/
/*mobile*/
/* line 1, ../scss/partials/_sidenav_material.scss */
.slide_navl,
.slide_navr {
  padding: 20px 10px;
  font-size: 30px;
  color: #fff;
}

/* line 9, ../scss/partials/_sidenav_material.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 13, ../scss/partials/_sidenav_material.scss */
.z-depth-1, .side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 17, ../scss/partials/_sidenav_material.scss */
.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 21, ../scss/partials/_sidenav_material.scss */
.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 25, ../scss/partials/_sidenav_material.scss */
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* line 29, ../scss/partials/_sidenav_material.scss */
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/* line 33, ../scss/partials/_sidenav_material.scss */
.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/* 11. Global
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* line 60, ../scss/partials/_sidenav_material.scss */
.side-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  -ms-transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
/* line 87, ../scss/partials/_sidenav_material.scss */
.side-nav.right-aligned {
  right: 0;
  -ms-transform: translateX(105%);
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 97, ../scss/partials/_sidenav_material.scss */
.side-nav .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
/* line 102, ../scss/partials/_sidenav_material.scss */
.side-nav .collapsible {
  margin: 0;
}
/* line 105, ../scss/partials/_sidenav_material.scss */
.side-nav li {
  float: none;
  line-height: 48px;
}
/* line 108, ../scss/partials/_sidenav_material.scss */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 112, ../scss/partials/_sidenav_material.scss */
.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
/* line 120, ../scss/partials/_sidenav_material.scss */
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 123, ../scss/partials/_sidenav_material.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}
/* line 129, ../scss/partials/_sidenav_material.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff;
}
/* line 134, ../scss/partials/_sidenav_material.scss */
.side-nav a.btn-flat {
  color: #343434;
}
/* line 137, ../scss/partials/_sidenav_material.scss */
.side-nav a.btn:hover, .side-nav a.btn-large:hover {
  background-color: #0d0d0d;
}
/* line 141, ../scss/partials/_sidenav_material.scss */
.side-nav a.btn-floating:hover {
  background-color: #000;
}
/* line 145, ../scss/partials/_sidenav_material.scss */
.side-nav .divider {
  margin: 8px 0 0 0;
}
/* line 148, ../scss/partials/_sidenav_material.scss */
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
/* line 149, ../scss/partials/_sidenav_material.scss */
.side-nav .subheader:hover {
  background-color: transparent;
}
/* line 159, ../scss/partials/_sidenav_material.scss */
.side-nav .userView {
  overflow: hidden;
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
/* line 164, ../scss/partials/_sidenav_material.scss */
.side-nav .userView a {
  height: auto;
  padding: 0;
}
/* line 165, ../scss/partials/_sidenav_material.scss */
.side-nav .userView a:hover {
  background-color: transparent;
}
/* line 171, ../scss/partials/_sidenav_material.scss */
.side-nav .userView .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* line 179, ../scss/partials/_sidenav_material.scss */
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}
/* line 184, ../scss/partials/_sidenav_material.scss */
.side-nav .userView .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
/* line 189, ../scss/partials/_sidenav_material.scss */
.side-nav .userView .name,
.side-nav .userView .email {
  font-weight: 14px;
  line-height: 24px;
}
/* line 194, ../scss/partials/_sidenav_material.scss */
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
/* line 198, ../scss/partials/_sidenav_material.scss */
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 206, ../scss/partials/_sidenav_material.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 216, ../scss/partials/_sidenav_material.scss */
.side-nav.fixed a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 224, ../scss/partials/_sidenav_material.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
/* line 229, ../scss/partials/_sidenav_material.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  /* line 238, ../scss/partials/_sidenav_material.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 240, ../scss/partials/_sidenav_material.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 244, ../scss/partials/_sidenav_material.scss */
  .side-nav a {
    padding: 0 16px;
  }
  /* line 247, ../scss/partials/_sidenav_material.scss */
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
/* line 253, ../scss/partials/_sidenav_material.scss */
.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background-color: #fff;
}
/* line 256, ../scss/partials/_sidenav_material.scss */
.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}

/* line 261, ../scss/partials/_sidenav_material.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*************************************
**************************************
These are the styles for
the title section
**************************************
**************************************/
/*************************************
**************************************
These are the styles for
the breadcrumb section
**************************************
**************************************/
/* line 8, ../scss/partials/_breadcrumb.scss */
.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  background: none;
}
/* line 13, ../scss/partials/_breadcrumb.scss */
.breadcrumb > li + li::before {
  content: "";
  padding: 0 10px;
  background: url("../images/front/arrow-breadcrumb.png") no-repeat 6px 5px scroll;
}

/*************************************
**************************************
These are the styles for
the breadcrumb section
**************************************
**************************************/
/* line 9, ../scss/partials/_pagination.scss */
.region_pagination .pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0 30px;
}
/* line 13, ../scss/partials/_pagination.scss */
.region_pagination .pagination > li > a,
.region_pagination .pagination > li > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
  padding: 8px 12px;
  color: #666;
  font-size: 1.4rem;
  min-width: 40px;
  min-height: 40px;
}
/* line 23, ../scss/partials/_pagination.scss */
.region_pagination .pagination > li:first-child, .region_pagination .pagination > li:last-child {
  padding: 7px 12px;
}
@media (max-width: 640px) {
  /* line 23, ../scss/partials/_pagination.scss */
  .region_pagination .pagination > li:first-child, .region_pagination .pagination > li:last-child {
    padding: 0;
  }
}
/* line 31, ../scss/partials/_pagination.scss */
.region_pagination .pagination > .active > a,
.region_pagination .pagination > .active > a:hover,
.region_pagination .pagination > .active > a:focus,
.region_pagination .pagination > .active > span,
.region_pagination .pagination > .active > span:hover,
.region_pagination .pagination > .active > span:focus {
  background-color: #1784ff;
  border-color: #1784ff;
  color: #fff;
}

/*************************************
**************************************
These are the styles for
the icons section
**************************************
**************************************/
/* line 8, ../scss/partials/_icons.scss */
[class^="icons-"],
[class*=" icons-"] {
  display: inline-block;
  *margin-right: .3em;
  background-image: url("../images/front/sprite.png") !important;
  vertical-align: middle;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-connect {
  background-image: url(../images/front/sprite.png);
  background-position: -124px 0px;
  width: 16px;
  height: 17px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-download {
  background-image: url(../images/front/sprite.png);
  background-position: -98px -84px;
  width: 18px;
  height: 16px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-facebook {
  background-image: url(../images/front/sprite.png);
  background-position: -109px -40px;
  width: 7px;
  height: 12px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-glnext {
  background-image: url(../images/front/sprite.png);
  background-position: -84px -40px;
  width: 21px;
  height: 32px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-glprev {
  background-image: url(../images/front/sprite.png);
  background-position: 0px -84px;
  width: 21px;
  height: 32px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-google {
  background-image: url(../images/front/sprite.png);
  background-position: -124px -101px;
  width: 15px;
  height: 12px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-image {
  background-image: url(../images/front/sprite.png);
  background-position: -25px -84px;
  width: 21px;
  height: 16px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-location {
  background-image: url(../images/front/sprite.png);
  background-position: -124px -41px;
  width: 14px;
  height: 18px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-logo {
  background-image: url(../images/front/sprite.png);
  background-position: 0px 0px;
  width: 80px;
  height: 80px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-mail {
  background-image: url(../images/front/sprite.png);
  background-position: 0px -120px;
  width: 17px;
  height: 13px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-news {
  background-image: url(../images/front/sprite.png);
  background-position: -74px -84px;
  width: 20px;
  height: 16px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-pgnext {
  background-image: url(../images/front/sprite.png);
  background-position: -25px -104px;
  width: 12px;
  height: 12px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-pgprev {
  background-image: url(../images/front/sprite.png);
  background-position: -41px -104px;
  width: 12px;
  height: 12px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-phone {
  background-image: url(../images/front/sprite.png);
  background-position: -124px -21px;
  width: 16px;
  height: 16px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-play {
  background-image: url(../images/front/sprite.png);
  background-position: -84px 0px;
  width: 36px;
  height: 36px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-print {
  background-image: url(../images/front/sprite.png);
  background-position: -124px -63px;
  width: 16px;
  height: 15px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-search {
  background-image: url(../images/front/sprite.png);
  background-position: -124px -82px;
  width: 15px;
  height: 15px;
}

/* line 273, ../scss/partials/_sprites.scss */
.icons-video {
  background-image: url(../images/front/sprite.png);
  background-position: -50px -84px;
  width: 20px;
  height: 16px;
}

/*************************************
**************************************
These are the styles for
the home page
**************************************
**************************************/
@media (max-width: 768px) {
  /* line 8, ../scss/pages/_home.scss */
  .article_thumb {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  /* line 13, ../scss/pages/_home.scss */
  .article_thumb.article_news {
    margin: 0;
  }
}
/* line 17, ../scss/pages/_home.scss */
.article_thumb.article_news .article_thumb_item {
  float: none;
  width: auto;
  padding: 0;
}
/* line 23, ../scss/pages/_home.scss */
.article_thumb .article_thumb_item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 23, ../scss/pages/_home.scss */
  .article_thumb .article_thumb_item {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  /* line 23, ../scss/pages/_home.scss */
  .article_thumb .article_thumb_item {
    float: none;
    width: auto;
  }
}
/* line 35, ../scss/pages/_home.scss */
.article_thumb .article_thumb_item:last-child {
  margin-bottom: 0;
}
/* line 38, ../scss/pages/_home.scss */
.article_thumb .article_thumb_item .news_img {
  width: 90px;
  float: left;
}
/* line 42, ../scss/pages/_home.scss */
.article_thumb .article_thumb_item .news_title {
  padding-left: 12px;
  /*overflow: hidden;*/
}
/* line 45, ../scss/pages/_home.scss */
.article_thumb .article_thumb_item .news_title .title_link {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.8rem;
  padding: 0;
  display: block;
  /* Fallback for non-webkit */
  /*display: -webkit-box;*/
  max-height: 3.64rem;
  /* Fallback for non-webkit */
  font-size: 1.3rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

/* line 57, ../scss/pages/_home.scss */
.activities_big {
  width: 55%;
  padding: 0 15px;
  float: left;
}
@media (max-width: 640px) {
  /* line 57, ../scss/pages/_home.scss */
  .activities_big {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}
/* line 67, ../scss/pages/_home.scss */
.activities_big .activities_img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
/* line 73, ../scss/pages/_home.scss */
.activities_big .title {
  font-size: 1.6rem;
  margin: 1.8rem 0 1.6rem;
  font-weight: bold;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 4.8rem;
  /* Fallback for non-webkit */
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  /* line 73, ../scss/pages/_home.scss */
  .activities_big .title {
    margin: 1.2rem 0 1rem;
  }
}
/* line 82, ../scss/pages/_home.scss */
.activities_big .summary {
  margin-bottom: 1.8rem;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 6.3rem;
  /* Fallback for non-webkit */
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  /* line 82, ../scss/pages/_home.scss */
  .activities_big .summary {
    margin-bottom: 1rem;
  }
}

/* line 91, ../scss/pages/_home.scss */
.activities_medium {
  overflow: hidden;
  padding: 0 15px;
}

/* line 97, ../scss/pages/_home.scss */
.article_medium .article_medium_item {
  margin-bottom: 20px;
}
/* line 100, ../scss/pages/_home.scss */
.article_medium .article_medium_item:last-child {
  margin-bottom: 0;
}
/* line 104, ../scss/pages/_home.scss */
.article_medium .activity_img {
  width: 160px;
  float: left;
}
/* line 107, ../scss/pages/_home.scss */
.article_medium .activity_img img {
  width: 100%;
  height: 91px;
  object-fit: cover;
}
/* line 113, ../scss/pages/_home.scss */
.article_medium .activity_title {
  overflow: hidden;
  padding-left: 15px;
}
/* line 116, ../scss/pages/_home.scss */
.article_medium .activity_title .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 7px 0 0;
  line-height: 2rem;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 5.88rem;
  /* Fallback for non-webkit */
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  /* line 116, ../scss/pages/_home.scss */
  .article_medium .activity_title .title {
    margin: 0;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 7.28rem;
    /* Fallback for non-webkit */
    font-size: 1.4rem;
    line-height: 1.3;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 130, ../scss/pages/_home.scss */
.date_post {
  color: #888888;
  font-size: 12px;
  line-height: 1;
  margin: 7px 0 0;
}

/* line 137, ../scss/pages/_home.scss */
.news_banner {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 137, ../scss/pages/_home.scss */
  .news_banner {
    margin-top: 1.2rem;
  }
}
/* line 143, ../scss/pages/_home.scss */
.news_banner img {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 143, ../scss/pages/_home.scss */
  .news_banner img {
    width: auto;
  }
}
@media (max-width: 768px) {
  /* line 143, ../scss/pages/_home.scss */
  .news_banner img {
    width: auto;
  }
}

/* line 154, ../scss/pages/_home.scss */
.title_primary {
  font-size: 1.8rem;
  border-bottom: solid 1px #e4e8ee;
  font-family: 'Montserrat', sans-serif;
  color: #0084ff;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  vertical-align: middle;
}
/* line 165, ../scss/pages/_home.scss */
.title_primary > a {
  color: #0084ff;
}
/* line 167, ../scss/pages/_home.scss */
.title_primary > a:hover, .title_primary > a:focus {
  color: #0084ff;
}
@media (max-width: 1025px) {
  /* line 154, ../scss/pages/_home.scss */
  .title_primary {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 1221px) {
  /* line 154, ../scss/pages/_home.scss */
  .title_primary {
    margin-bottom: 4rem;
  }
}
@media (max-width: 736px) {
  /* line 154, ../scss/pages/_home.scss */
  .title_primary {
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  /* line 154, ../scss/pages/_home.scss */
  .title_primary {
    font-size: 1.6rem;
  }
}
/* line 185, ../scss/pages/_home.scss */
.title_primary span {
  margin-right: 10px;
}

/* line 190, ../scss/pages/_home.scss */
.list_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.list_info:before, .list_info:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.list_info:after {
  clear: both;
}
/* line 194, ../scss/pages/_home.scss */
.list_info .list_info_item .title {
  margin: 1.4rem 0 0.7rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 4.8rem;
  /* Fallback for non-webkit */
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 201, ../scss/pages/_home.scss */
.list_info .list_info_item .summary {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 6.3rem;
  /* Fallback for non-webkit */
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 206, ../scss/pages/_home.scss */
.list_info.list_info_modify .title {
  margin: 1rem 0;
  font-size: 1.4rem;
  max-height: 4.3rem;
}
/* line 211, ../scss/pages/_home.scss */
.list_info.list_info_modify .list_info_item {
  margin-bottom: 15px;
}

/* line 217, ../scss/pages/_home.scss */
.list_donors {
  position: relative;
}
/* line 219, ../scss/pages/_home.scss */
.list_donors .slick-arrow {
  box-shadow: 0px 1px 1px 2px #e3e8ed;
  position: absolute;
  top: 50%;
  z-index: 1;
  color: transparent;
  background: #fff;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -15px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 236, ../scss/pages/_home.scss */
.list_donors .slick-arrow:before {
  color: #4a4a4a;
  position: relative;
}
/* line 240, ../scss/pages/_home.scss */
.list_donors .slick-arrow:hover {
  background: #0061bd;
}
/* line 242, ../scss/pages/_home.scss */
.list_donors .slick-arrow:hover:before {
  color: #fff;
}
/* line 246, ../scss/pages/_home.scss */
.list_donors .slick-arrow:focus {
  outline: 0;
}
/* line 249, ../scss/pages/_home.scss */
.list_donors .slick-arrow.slick-prev {
  left: -15px;
}
/* line 251, ../scss/pages/_home.scss */
.list_donors .slick-arrow.slick-prev:before {
  content: "\e257";
  left: 3px;
}
@media (max-width: 1221px) {
  /* line 249, ../scss/pages/_home.scss */
  .list_donors .slick-arrow.slick-prev {
    top: -20px;
    left: auto;
    right: 50px;
  }
}
@media (max-width: 768px) {
  /* line 249, ../scss/pages/_home.scss */
  .list_donors .slick-arrow.slick-prev {
    right: 60px;
  }
}
/* line 264, ../scss/pages/_home.scss */
.list_donors .slick-arrow.slick-next {
  right: -15px;
}
/* line 266, ../scss/pages/_home.scss */
.list_donors .slick-arrow.slick-next:before {
  right: -2px;
  content: "\e258";
}
@media (max-width: 1221px) {
  /* line 264, ../scss/pages/_home.scss */
  .list_donors .slick-arrow.slick-next {
    top: -20px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  /* line 264, ../scss/pages/_home.scss */
  .list_donors .slick-arrow.slick-next {
    right: 15px;
  }
}
/* line 279, ../scss/pages/_home.scss */
.list_donors .slick-list {
  margin: 0 -15px;
}
/* line 282, ../scss/pages/_home.scss */
.list_donors .list_donors_item {
  margin: 0 15px;
}

@media (max-width: 768px) {
  /* line 287, ../scss/pages/_home.scss */
  .content_video,
  .content_gallery {
    float: left;
    width: 50%;
  }
}
@media (max-width: 420px) {
  /* line 287, ../scss/pages/_home.scss */
  .content_video,
  .content_gallery {
    float: none;
    width: auto;
  }
}

@media (max-width: 768px) {
  /* line 299, ../scss/pages/_home.scss */
  .content_video {
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  /* line 299, ../scss/pages/_home.scss */
  .content_video {
    padding: 0;
  }
}

@media (max-width: 768px) {
  /* line 308, ../scss/pages/_home.scss */
  .content_gallery {
    padding-right: 15px;
  }
}
@media (max-width: 420px) {
  /* line 308, ../scss/pages/_home.scss */
  .content_gallery {
    padding: 0;
  }
}

/* line 317, ../scss/pages/_home.scss */
.list_banner {
  position: relative;
}
/* line 320, ../scss/pages/_home.scss */
.list_banner .list_banner_item img {
  height: 425px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 640px) {
  /* line 320, ../scss/pages/_home.scss */
  .list_banner .list_banner_item img {
    height: 300px;
  }
}
/* line 329, ../scss/pages/_home.scss */
.list_banner .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
/* line 333, ../scss/pages/_home.scss */
.list_banner .slick-dots li {
  float: left;
  margin-right: 10px;
}
/* line 336, ../scss/pages/_home.scss */
.list_banner .slick-dots li:last-child {
  margin-right: 0;
}
/* line 340, ../scss/pages/_home.scss */
.list_banner .slick-dots li.slick-active button {
  opacity: 1;
}
/* line 345, ../scss/pages/_home.scss */
.list_banner .slick-dots button {
  background: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 0;
  color: transparent;
  text-indent: -999px;
  opacity: 0.5;
}
/* line 354, ../scss/pages/_home.scss */
.list_banner .slick-dots button:hover, .list_banner .slick-dots button:focus {
  opacity: 1;
  outline: 0;
}

/* line 365, ../scss/pages/_home.scss */
.gallery_image a img {
  width: 100%;
}

/* line 371, ../scss/pages/_home.scss */
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
/* line 377, ../scss/pages/_home.scss */
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 384, ../scss/pages/_home.scss */
.video img {
  width: 100%;
}
/* line 387, ../scss/pages/_home.scss */
.video .icons-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.8rem;
  margin-left: -1.8rem;
  z-index: 1;
}
/* line 395, ../scss/pages/_home.scss */
.video .time {
  background: rgba(0, 0, 0, 0.8);
  width: 37px;
  height: 15px;
  text-align: center;
  position: absolute;
  bottom: 1px;
  right: 0;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  padding-top: 4px;
}

/* line 412, ../scss/pages/_home.scss */
.video_top .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.4rem;
}

/* line 419, ../scss/pages/_home.scss */
.news_title_slide {
  padding: 0 0 30px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
}
@media (max-width: 640px) {
  /* line 419, ../scss/pages/_home.scss */
  .news_title_slide {
    padding: 0 0 10px 5px;
  }
}
/* line 430, ../scss/pages/_home.scss */
.news_title_slide h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 640px) {
  /* line 430, ../scss/pages/_home.scss */
  .news_title_slide h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 38px;
  }
}
@media (max-width: 320px) {
  /* line 430, ../scss/pages/_home.scss */
  .news_title_slide h3 {
    font-size: 1.5rem;
  }
}
/* line 443, ../scss/pages/_home.scss */
.news_title_slide p {
  opacity: 1;
  line-height: 0;
}

/* line 451, ../scss/pages/_home.scss */
.content_link .dropdown .label_drop {
  width: 100%;
  text-align: left;
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #e3e8ed;
  color: #9b9b9b;
}
/* line 459, ../scss/pages/_home.scss */
.content_link .dropdown .glyphicon {
  float: right;
}
/* line 462, ../scss/pages/_home.scss */
.content_link .dropdown .dropdown-menu {
  right: 0;
}

/*************************************
**************************************
These are the styles for
the news page
**************************************
**************************************/
/* line 9, ../scss/pages/_news.scss */
.right_content .news_banner {
  margin: 0 0 2.2rem;
}
/* line 12, ../scss/pages/_news.scss */
.right_content .content_second {
  margin-bottom: 3rem;
}

/* line 17, ../scss/pages/_news.scss */
.article_detail {
  font-size: 1.5rem;
}
/* line 19, ../scss/pages/_news.scss */
.article_detail .title_detail {
  margin: 0 0 1.2rem;
  font-size: 24px;
  line-height: 28px;
  color: #2c2c2c;
}
/* line 25, ../scss/pages/_news.scss */
.article_detail p {
  margin-bottom: 30px;
}
/* line 28, ../scss/pages/_news.scss */
.article_detail .article_detail_img {
  margin-bottom: 20px;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.article_detail .article_detail_img:before, .article_detail .article_detail_img:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.article_detail .article_detail_img:after {
  clear: both;
}
/* line 31, ../scss/pages/_news.scss */
.article_detail .article_detail_img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 39, ../scss/pages/_news.scss */
.panel_share {
  margin-bottom: 23px;
  color: #666;
  font-size: 1.3rem;
}
/* line 43, ../scss/pages/_news.scss */
.panel_share .btn {
  margin-left: 10px;
}
/* line 46, ../scss/pages/_news.scss */
.panel_share .article_datetime {
  padding-right: 12px;
  border-right: 1px solid #e3e8ed;
}
/* line 50, ../scss/pages/_news.scss */
.panel_share .article_post {
  padding-left: 12px;
}

/* line 57, ../scss/pages/_news.scss */
.region_news_inter .region_pagination .pagination {
  margin: 10px -7px 30px;
}

@media (max-width: 736px) {
  /* line 64, ../scss/pages/_news.scss */
  .list_info_modify li.list_info_item {
    width: 50%;
  }
  /* line 67, ../scss/pages/_news.scss */
  .list_info_modify li.list_info_item .img_news_inter {
    width: 100%;
  }
}
@media (max-width: 420px) {
  /* line 64, ../scss/pages/_news.scss */
  .list_info_modify li.list_info_item {
    width: 100%;
  }
}

/*************************************
**************************************
These are the styles for
the project page
**************************************
**************************************/
@media (max-width: 768px) {
  /* line 8, ../scss/pages/_project.scss */
  .mt50 {
    margin-top: 10px !important;
  }
}

/* line 16, ../scss/pages/_project.scss */
.project .list_info_modify .list_info_item {
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  /* line 16, ../scss/pages/_project.scss */
  .project .list_info_modify .list_info_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 16, ../scss/pages/_project.scss */
  .project .list_info_modify .list_info_item {
    width: 100%;
  }
}

@media (max-width: 568px) {
  /* line 28, ../scss/pages/_project.scss */
  .project_detail.breadcrumb {
    display: none;
  }
}

@media (max-width: 375px) {
  /* line 35, ../scss/pages/_project.scss */
  .panel_share .article_datetime {
    display: block;
    border-right: none;
  }
}
@media (max-width: 375px) {
  /* line 41, ../scss/pages/_project.scss */
  .panel_share .article_post {
    padding-left: 0;
  }
}

/* line 48, ../scss/pages/_project.scss */
.flexslider {
  margin: 0 0 28px;
  border: none;
}
/* line 52, ../scss/pages/_project.scss */
.flexslider .flex-direction-nav .flex-next {
  display: none;
}
/* line 55, ../scss/pages/_project.scss */
.flexslider .flex-direction-nav .flex-prev {
  display: none;
}
/* line 59, ../scss/pages/_project.scss */
.flexslider .flex-control-thumbs {
  margin: 12px 0 0;
}
/* line 61, ../scss/pages/_project.scss */
.flexslider .flex-control-thumbs li {
  padding: 0 5px;
}

/* line 68, ../scss/pages/_project.scss */
.article_detail .intro_project {
  font-size: 1.5rem;
}
/* line 72, ../scss/pages/_project.scss */
.article_detail .infor .title_project_detail {
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 76, ../scss/pages/_project.scss */
.article_detail .infor .project_detail {
  font-size: 1.5rem;
}

/*************************************
**************************************
These are the styles for
the project page
**************************************
**************************************/
/* line 8, ../scss/pages/_video.scss */
.play_icon {
  background: url(../images/front/play.png);
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background-size: 100% auto;
  margin: -18px auto 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 25, ../scss/pages/_video.scss */
.video_left {
  position: relative;
  width: 270px;
}
@media (max-width: 1025px) {
  /* line 25, ../scss/pages/_video.scss */
  .video_left {
    margin-bottom: 0;
    width: 100%;
  }
}
/* line 32, ../scss/pages/_video.scss */
.video_left img {
  width: 100%;
  height: 166px;
}
@media (max-width: 640px) {
  /* line 32, ../scss/pages/_video.scss */
  .video_left img {
    height: 220px;
  }
}
/* line 39, ../scss/pages/_video.scss */
.video_left .video_content {
  position: absolute;
  bottom: 4px;
  color: #fff;
  left: 15px;
  right: 15px;
  z-index: 1;
}
/* line 47, ../scss/pages/_video.scss */
.video_left .total_time {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 13px;
}

/* line 55, ../scss/pages/_video.scss */
.video_page {
  padding-top: 12px;
}
/* line 58, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item {
  margin-bottom: 30px;
  position: relative;
}
/* line 61, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item .play_icon {
  margin: -40px auto 0;
}
/* line 65, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item.hot img {
  height: 361px;
}
@media (max-width: 640px) {
  /* line 65, ../scss/pages/_video.scss */
  .video_page .list_video_top .list_video_item.hot img {
    height: 300px;
  }
}
/* line 71, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item.hot .video_content {
  bottom: 10px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  /* line 71, ../scss/pages/_video.scss */
  .video_page .list_video_top .list_video_item.hot .video_content {
    padding: 0;
  }
}
/* line 78, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item.hot .title {
  width: 85%;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 41.6px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 82, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item.hot .total_time {
  font-size: 14px;
}
/* line 86, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item img {
  width: 100%;
  height: 166px;
}
@media (max-width: 640px) {
  /* line 86, ../scss/pages/_video.scss */
  .video_page .list_video_top .list_video_item img {
    height: 220px;
  }
}
/* line 93, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item .play_icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background-size: 100% auto;
  margin: -18px auto 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 105, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item .video_content {
  position: absolute;
  bottom: 4px;
  color: #fff;
  left: 15px;
  right: 15px;
  z-index: 1;
}
/* line 113, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item .title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 18.2px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  float: left;
  padding: 0 12px;
}
/* line 118, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item .title a {
  color: #fff;
}
/* line 122, ../scss/pages/_video.scss */
.video_page .list_video_top .list_video_item .total_time {
  position: absolute;
  bottom: 7px;
  right: 15px;
  font-size: 13px;
}
/* line 131, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item {
  display: table;
  margin-bottom: 20px;
  position: relative;
}
/* line 135, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item .play_icon {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 142, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item:hover .play_icon, .video_page .list_video_normal .video_normal_item:focus .play_icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 148, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item .video_right,
.video_page .list_video_normal .video_normal_item .video_left {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  /* line 148, ../scss/pages/_video.scss */
  .video_page .list_video_normal .video_normal_item .video_right,
  .video_page .list_video_normal .video_normal_item .video_left {
    display: block;
  }
}
/* line 156, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item .video_right {
  border: 1px solid #e4e8ee;
  border-left: 0;
  background: #fafafa;
}
@media (max-width: 1025px) {
  /* line 156, ../scss/pages/_video.scss */
  .video_page .list_video_normal .video_normal_item .video_right {
    border: 1px solid #e4e8ee;
  }
}
/* line 163, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item .video_right .video_inner {
  padding: 0 18px;
}
/* line 166, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item .video_right .summary {
  font-size: 13px;
  color: #4a4a4a;
}
/* line 170, ../scss/pages/_video.scss */
.video_page .list_video_normal .video_normal_item .video_right .title {
  font-size: 14px;
}
/* line 176, ../scss/pages/_video.scss */
.video_page .video_action {
  margin-bottom: 35px;
}
/* line 179, ../scss/pages/_video.scss */
.video_page .video_action .video_play iframe {
  width: 100%;
}
@media (max-width: 640px) {
  /* line 179, ../scss/pages/_video.scss */
  .video_page .video_action .video_play iframe {
    height: 250px;
  }
}
/* line 185, ../scss/pages/_video.scss */
.video_page .video_action .video_play .title {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}
/* line 192, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_hight_item {
  margin-bottom: 20px;
}
/* line 194, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_hight_item:last-child {
  margin-bottom: 0;
}
/* line 198, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_left {
  width: 130px;
  float: left;
}
/* line 201, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_left .video_content {
  left: 5px;
  right: 5px;
  bottom: 0;
}
/* line 206, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_left img {
  height: 81px;
  width: 100%;
}
/* line 211, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_right {
  overflow: hidden;
  padding-left: 20px;
}
/* line 214, ../scss/pages/_video.scss */
.video_page .video_action .video_hight .video_right .title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 54.6px;
  /* Fallback for non-webkit */
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin: 0;
  margin: 10px 0 15px;
}

/* line 225, ../scss/pages/_video.scss */
.video_thumb {
  position: relative;
  display: block;
}
/* line 228, ../scss/pages/_video.scss */
.video_thumb .play_icon {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 235, ../scss/pages/_video.scss */
.video_thumb:hover .play_icon, .video_thumb:focus .play_icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 241, ../scss/pages/_video.scss */
.video_thumb:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/*************************************
**************************************
These are the styles for
the policy page
**************************************
**************************************/
/* line 9, ../scss/pages/_policy.scss */
.policy_page .policy_menu {
  width: 315px;
  float: left;
}
@media (max-width: 768px) {
  /* line 9, ../scss/pages/_policy.scss */
  .policy_page .policy_menu {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 17, ../scss/pages/_policy.scss */
.policy_page .policy_info {
  float: none;
  overflow: hidden;
  width: auto;
}
/* line 22, ../scss/pages/_policy.scss */
.policy_page .list_policy {
  border: 1px solid #e4e8ee;
}
/* line 24, ../scss/pages/_policy.scss */
.policy_page .list_policy .policy_item {
  border-bottom: 1px solid #e4e8ee;
}
/* line 26, ../scss/pages/_policy.scss */
.policy_page .list_policy .policy_item a {
  display: block;
  padding: 20px;
}
/* line 29, ../scss/pages/_policy.scss */
.policy_page .list_policy .policy_item a.active {
  border-left: 4px solid #0084ff;
  color: #0084ff;
}
/* line 37, ../scss/pages/_policy.scss */
.policy_page .table-policy .download {
  float: right;
}
@media (max-width: 640px) {
  /* line 37, ../scss/pages/_policy.scss */
  .policy_page .table-policy .download {
    clear: left;
    float: none;
  }
}
/* line 43, ../scss/pages/_policy.scss */
.policy_page .table-policy .download i {
  margin-right: 8px;
}
/* line 47, ../scss/pages/_policy.scss */
.policy_page .table-policy .text_info {
  max-width: 420px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  /* line 47, ../scss/pages/_policy.scss */
  .policy_page .table-policy .text_info {
    max-width: 320px;
  }
}
@media (max-width: 640px) {
  /* line 47, ../scss/pages/_policy.scss */
  .policy_page .table-policy .text_info {
    max-width: inherit;
    display: block;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
/* line 63, ../scss/pages/_policy.scss */
.policy_page .table-policy tbody > tr:last-child td {
  border-bottom: 1px solid #ddd;
}
/* line 68, ../scss/pages/_policy.scss */
.policy_page .table-policy tbody > tr td {
  padding: 20px 0;
}
@media (max-width: 640px) {
  /* line 68, ../scss/pages/_policy.scss */
  .policy_page .table-policy tbody > tr td {
    padding: 18px 5px;
  }
}

/*************************************
**************************************
These are the styles for
the photos page
**************************************
**************************************/
/* line 8, ../scss/pages/_photos.scss */
.list_photos {
  position: relative;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.list_photos:before, .list_photos:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.list_photos:after {
  clear: both;
}
/* line 11, ../scss/pages/_photos.scss */
.list_photos .item_photos {
  margin-bottom: 30px;
}
/* line 13, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 18, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos .caption_photos {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 200;
  padding: 30px 20px 15px;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  color: #fff;
}
/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.list_photos .item_photos .box_photos .caption_photos:before, .list_photos .item_photos .box_photos .caption_photos:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.list_photos .item_photos .box_photos .caption_photos:after {
  clear: both;
}
/* line 27, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos .caption_photos h4 {
  margin: 0;
  float: left;
  width: 230px;
  font-size: 1.6rem;
  font-weight: bold;
}
/* line 33, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos .caption_photos h4 a {
  color: #fff;
}
/* line 35, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos .caption_photos h4 a:hover, .list_photos .item_photos .box_photos .caption_photos h4 a:focus {
  color: #fff;
}
/* line 41, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos .caption_photos .number_image {
  float: right;
  font-size: 1.4rem;
}
/* line 46, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos::before, .list_photos .item_photos .box_photos::after {
  pointer-events: none;
}
/* line 50, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos .image_photos img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 58, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
}
/* line 74, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos:hover .image_photos img, .list_photos .item_photos .box_photos:focus .image_photos img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 79, ../scss/pages/_photos.scss */
.list_photos .item_photos .box_photos:hover::before, .list_photos .item_photos .box_photos:focus::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 390px) {
  /* line 11, ../scss/pages/_photos.scss */
  .list_photos .item_photos {
    width: 100%;
  }
}

/* line 92, ../scss/pages/_photos.scss */
.sizer_photos {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  /* line 92, ../scss/pages/_photos.scss */
  .sizer_photos {
    width: 100%;
  }
}

/* line 101, ../scss/pages/_photos.scss */
.effect_image {
  overflow: hidden;
}
/* line 103, ../scss/pages/_photos.scss */
.effect_image img {
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 109, ../scss/pages/_photos.scss */
.effect_image:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

/*effect-image*/
/* line 120, ../scss/pages/_photos.scss */
.effect-image {
  overflow: hidden;
  position: relative;
}
/* line 123, ../scss/pages/_photos.scss */
.effect-image img {
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 129, ../scss/pages/_photos.scss */
.effect-image:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*modal-dialog-modifier*/
/* line 140, ../scss/pages/_photos.scss */
.jgallery_hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: none;
}

/* line 146, ../scss/pages/_photos.scss */
.btn-popup-close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  font-size: 1.9rem;
  line-height: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.75);
}
/* line 154, ../scss/pages/_photos.scss */
.btn-popup-close:hover, .btn-popup-close:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 162, ../scss/pages/_photos.scss */
.modal-dialog-modifier {
  padding-right: 0 !important;
}
/* line 164, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog {
  margin: 0;
  width: 100%;
}
/* line 167, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 0;
  color: #fff;
}
/* line 173, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content a,
.modal-dialog-modifier .modal-dialog .modal-content a:hover,
.modal-dialog-modifier .modal-dialog .modal-content a:focus {
  color: #fff;
}
/* line 178, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content .modal-header {
  position: relative;
  padding: 33px 0 30px;
  border-bottom: 0;
}
/* line 182, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
/* line 188, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content .modal-header .btn-popup-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
}
/* line 192, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content .modal-body {
  padding: 0;
}
/* line 194, ../scss/pages/_photos.scss */
.modal-dialog-modifier .modal-dialog .modal-content .modal-body .jgallery {
  height: 500px !important;
}

/* line 202, ../scss/pages/_photos.scss */
.modal-backdrop {
  background-color: #16222d;
}

/* line 206, ../scss/pages/_photos.scss */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*----- animation image -----*/
@-webkit-keyframes smooth-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes smooth-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes smooth-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Media Query*/


/* CUSTOM */
.news_title_slide h3 a{
  color: #fff !important;
}
.sb-search-input{
  font-family: Tahoma;
}
.panel_share .article_datetime{
  border-right: none !important;
}
.dolla-icon{
  width: 10%;
  margin-top: -2.5%;
}
li.number_phone{
  /*text-align: center;*/
  font-weight: bold;
}
li.login_btn{
  /*text-align: center;*/
  font-weight: bold;
}
.loginform{
  border: 1px solid #ccc;
  min-height: 190px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.loginform header{
  background-color: #5cb85c;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.register_page{
  border: 1px solid #ccc;
  min-height: 190px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.register_page header{
  background-color: #5cb85c;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 2px 0;
}
.register_page h4{
  font-size: 15px;
}
.register_page h4 a{
  color: #1665fb;
}
.tinlienquan img{
  width: 270px;
  height: 152px;
}
.dolla-icon-banner-top{
  width: 2% !important;
  margin-top: -1.2%;
  height: 17px !important;
  margin-left: 9%;
}
.btn-dangky{
  position: absolute;
  left: 70%;
  top: 37.5%;
  font-weight: bold;
  color: #5e9c00;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .tinlienquan img{
    width: 100% !important;
  }

  .dolla-icon-banner-top{
    width: 5% !important;
    margin-top: -2.5%;
    height: 16px;
    margin-left: 20%;
  }

  .list_info.list_info_modify .title{
    font-size: 1.4rem;
    max-height: 4.3rem;
    margin-top: 0px !important;
    margin-bottom: 1rem !important;
  }
}




/*BIBO*/
/*::-webkit-scrollbar {*/
/*  height: 10px;              !* height of horizontal scrollbar ← You're missing this *!*/
/*  !*width: 4px;               !* width of vertical scrollbar *!*!*/
/*  border: 1px solid #d5d5d5;*/
/*}*/


::-webkit-scrollbar{
  height: 4px;
  width: 10px;
  background: gray;
}
::-webkit-scrollbar-thumb{
  background: #d3dbd5;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #026c22;
  border-radius: 10px;
}
#menu div{
  text-align: center;
}
@media (max-width: 768px) {
  #menu div{
    text-align: left;
  }
}