﻿@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 97, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 117, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 161, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../sass/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../sass/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../sass/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 94, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 100, ../sass/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 22, ../sass/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 35, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 36, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 38, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 39, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 40, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 41, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 42, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 43, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 44, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 45, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 46, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 47, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 48, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 49, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 50, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 51, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 52, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 53, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 54, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 55, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 56, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 57, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 58, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 59, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 60, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 61, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 62, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 63, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 64, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 65, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 66, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 67, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 68, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 69, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 70, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 71, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 72, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 73, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 74, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 75, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 76, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 77, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 78, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 79, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 80, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 81, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 82, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 83, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 84, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 85, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 86, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 87, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 88, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 89, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 90, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 91, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 92, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 93, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 94, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 95, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 96, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 97, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 98, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 99, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 100, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 101, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 102, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 103, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 104, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 105, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 106, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 107, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 108, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 109, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 110, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 111, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 112, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 113, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 114, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 115, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 116, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 117, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 118, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 119, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 120, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 121, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 122, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 123, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 124, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 125, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 126, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 127, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 128, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 129, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 130, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 131, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 132, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 133, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 134, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 135, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 136, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 137, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 138, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 139, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 140, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 141, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 142, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 143, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 144, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 145, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 146, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 147, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 148, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 149, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 150, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 151, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 152, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 153, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 154, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 155, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 156, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 157, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 158, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 159, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 160, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 161, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 162, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 163, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 164, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 165, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 166, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 167, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 168, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 169, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 170, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 171, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 172, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 173, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 174, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 175, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 176, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 177, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 178, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 179, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 180, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 181, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 182, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 183, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 184, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 185, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 186, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 187, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 188, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 189, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 190, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 191, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 192, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 193, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 194, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 195, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 196, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 197, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 198, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 199, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 200, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 201, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 202, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 203, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 204, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 205, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 206, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 207, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 208, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 209, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 210, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 211, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 212, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 213, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 214, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 215, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 216, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 217, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 218, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 219, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 220, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 221, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 222, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 223, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 224, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 225, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 226, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 227, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 228, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 229, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 230, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 231, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 232, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 233, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 234, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 235, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 236, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 237, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 238, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 239, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 240, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 241, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 250, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 251, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 252, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 253, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 254, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 255, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 256, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 257, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 258, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 259, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 260, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 261, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 262, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 263, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 264, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 265, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 266, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 267, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 268, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 269, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 270, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 271, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 272, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 273, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 274, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 275, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 276, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 277, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 278, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 279, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 280, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 281, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 282, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 283, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 284, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 285, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 286, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 287, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 288, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 289, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 290, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 291, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 292, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 293, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 294, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 295, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 296, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 297, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 298, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 299, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 300, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 301, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #2e5481;
  text-decoration: none;
}
/* line 52, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2e5481;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 5px;
}

/* line 93, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/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, ../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.3;
  color: inherit;
}
/* line 16, ../sass/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, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
/* line 30, ../sass/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, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 41, ../sass/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, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 48px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 40px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 32px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 26px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 20px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 16px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #f89406;
  padding: .2em;
}

/* line 90, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #037ac5;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #025b93;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #fff;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #e6e6e6;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #fff;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #e6e6e6;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #fff;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #e6e6e6;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #fff;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #e6e6e6;
}

/* line 119, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #037ac5;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #025b93;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #738d00;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #495a00;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #02a9e0;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #0283ad;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #f89406;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #c67605;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #c10841;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #900631;
}

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
/* line 153, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.6;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/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, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/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, ../sass/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, ../sass/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, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

/* line 7, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

/* line 24, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 55, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1200px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.logoRow {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/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, ../sass/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, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass/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, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/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, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass/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, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/bootstrap/_tables.scss */
caption {
  padding-top: 16px 10px 15px;
  padding-bottom: 16px 10px 15px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
/* line 31, ../sass/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: 16px 10px 15px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
}
/* line 41, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
/* line 50, ../sass/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, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
/* line 62, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../sass/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: 4px 5px;
}

/* line 88, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #e1e1e1;
}
/* line 94, ../sass/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 #e1e1e1;
}
/* line 101, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

/* line 125, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #fffdee;
}

/* line 135, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/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, ../sass/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, ../sass/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: #738d00;
}

/* line 20, ../sass/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: #5e7400;
}

/* line 9, ../sass/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: #02a9e0;
}

/* line 20, ../sass/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: #0296c7;
}

/* line 9, ../sass/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: #f89406;
}

/* line 20, ../sass/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: #df8505;
}

/* line 9, ../sass/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: #c10841;
}

/* line 20, ../sass/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: #a90739;
}

/* line 171, ../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e1e1e1;
  }
  /* line 183, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/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, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/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, ../sass/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, ../sass/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, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

/* line 115, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 141, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 178, ../sass/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  /* line 184, ../sass/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 189, ../sass/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 202, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 211, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 218, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 226, ../sass/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 235, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 241, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 250, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 262, ../sass/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 271, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 281, ../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 293, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 300, ../sass/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, ../sass/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: 2px;
}

/* line 79, ../sass/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, ../sass/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 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 321, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass/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: 16px;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 79, ../sass/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, ../sass/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 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 334, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
}

/* line 347, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 352, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 357, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 369, ../sass/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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 374, ../sass/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 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/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: #fff;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #738d00;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #fff;
}

/* line 8, ../sass/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: #fff;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f89406;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #fff;
}

/* line 8, ../sass/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: #fff;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #c10841;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #fff;
}

/* line 394, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
/* line 397, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 408, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/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 463, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 514, ../sass/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 524, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
/* line 530, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 537, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 548, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 558, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  /* line 565, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../sass/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}
/* line 39, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #040404;
  border-color: black;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #1e1e1e;
  background-color: #fff;
}

/* line 63, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #037ac5;
  border-color: #037ac5;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025b93;
  border-color: #025589;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #037ac5;
  border-color: #037ac5;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #037ac5;
  background-color: #fff;
}

/* line 67, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #738d00;
  border-color: #738d00;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #495a00;
  border-color: #415000;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #738d00;
  border-color: #738d00;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #738d00;
  background-color: #fff;
}

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #0098ca;
  border-color: #0098ca;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #007297;
  border-color: #006a8d;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #0098ca;
  border-color: #0098ca;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #0098ca;
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f89406;
  border-color: #f89406;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c67605;
  border-color: #bc7005;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f89406;
  border-color: #f89406;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f89406;
  background-color: #fff;
}

/* line 79, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #c10841;
  border-color: #c10841;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #900631;
  border-color: #86062d;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #c10841;
  border-color: #c10841;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #c10841;
  background-color: #fff;
}

/* line 88, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #2e5481;
  font-weight: normal;
  border-radius: 0;
}
/* line 93, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2e5481;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../sass/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 127, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 131, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 135, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 143, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../sass/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, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 25, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 30, ../sass/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: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

/* line 77, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 87, ../sass/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: #037ac5;
}

/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 109, ../sass/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 122, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 205, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/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, ../sass/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, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 43, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, ../sass/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 62, ../sass/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 68, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 75, ../sass/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 80, ../sass/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 85, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, ../sass/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 115, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 126, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 135, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 144, ../sass/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, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 161, ../sass/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 171, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 187, ../sass/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 192, ../sass/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 200, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 236, ../sass/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, ../sass/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../sass/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 64, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../sass/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: 3px;
}
/* line 85, ../sass/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: 2px;
}
/* line 90, ../sass/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: 16px;
  border-radius: 5px;
}
/* line 97, ../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../sass/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 113, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../sass/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 125, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/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, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2e5481;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass/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, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 3px;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #037ac5;
}

/* line 144, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
/* line 199, ../sass/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, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  /* line 210, ../sass/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, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 3px;
  }
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/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, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../sass/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 93, ../sass/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 93, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../sass/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 109, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 139, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 22px;
  height: 50px;
}
/* line 171, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 181, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 194, ../sass/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: 3px;
}
/* line 207, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 212, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 194, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7px -15px;
}
/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  /* line 244, ../sass/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 252, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 258, ../sass/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 233, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* line 287, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/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 463, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 299, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 287, ../sass/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 328, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 333, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 344, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 347, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 350, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 360, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  /* line 360, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 380, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 383, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 387, ../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 398, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 402, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 404, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 411, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 416, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 419, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 426, ../sass/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 434, ../sass/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 443, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 445, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 449, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 454, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 463, ../sass/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 474, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 476, ../sass/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 483, ../sass/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 491, ../sass/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 507, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 509, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 514, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 522, ../sass/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 532, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 536, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 538, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 545, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 550, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 553, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 560, ../sass/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 568, ../sass/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 578, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 580, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 584, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 589, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 597, ../sass/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 608, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 611, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 614, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 616, ../sass/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 623, ../sass/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 631, ../sass/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 642, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 644, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 649, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 651, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 657, ../sass/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, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
/* line 13, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px;
}
/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../sass/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
  margin-left: -1px;
}
/* line 25, ../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 32, ../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 41, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
/* line 51, ../sass/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: 2;
  color: #fff;
  background-color: rgba(30, 30, 30, 0.7);
  border-color: rgba(30, 30, 30, 0.7);
  cursor: default;
}
/* line 63, ../sass/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: #fff;
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 15px;
}
/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #1e1e1e;
}
/* line 31, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fff;
  background-color: #ccc;
  cursor: not-allowed;
}

/* line 5, ../sass/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, ../sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #037ac5;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #025b93;
}

/* line 52, ../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #738d00;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #495a00;
}

/* line 56, ../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #0098ca;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #007297;
}

/* line 60, ../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f89406;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c67605;
}

/* line 64, ../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #c10841;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #900631;
}

/* line 7, ../sass/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: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, ../sass/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #2e5481;
  background-color: #fff;
}
/* line 46, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 50, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 54, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 61, ../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../sass/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 12, ../sass/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 17, ../sass/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 23, ../sass/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 27, ../sass/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 5px;
}
/* line 32, ../sass/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 39, ../sass/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 45, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2e5481;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 40px;
}
/* line 47, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #738d00;
  border-color: #738d00;
  color: #fff;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #5e7400;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #02a9e0;
  border-color: #02a9e0;
  color: #fff;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #0296c7;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 67, ../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #f89406;
  border-color: #f89406;
  color: #fff;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #df8505;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #e6e6e6;
}

/* line 71, ../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #c10841;
  border-color: #c10841;
  color: #fff;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #a90739;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-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, ../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../sass/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #037ac5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../sass/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: 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, ../sass/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #738d00;
}
/* line 7, ../sass/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: 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, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #0098ca;
}
/* line 7, ../sass/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: 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, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f89406;
}
/* line 7, ../sass/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: 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, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #c10841;
}
/* line 7, ../sass/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: 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, ../sass/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../sass/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../sass/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 29, ../sass/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 34, ../sass/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 41, ../sass/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 45, ../sass/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 50, ../sass/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 58, ../sass/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass/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, ../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 46, ../sass/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 49, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 54, ../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 64, ../sass/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 72, ../sass/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 75, ../sass/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 81, ../sass/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: #037ac5;
  border-color: #037ac5;
}
/* line 90, ../sass/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 95, ../sass/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: #97d6fd;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #fff;
  background-color: #738d00;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #fff;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #fff;
  background-color: #5e7400;
}
/* line 23, ../sass/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 {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #fff;
  background-color: #02a9e0;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #fff;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #fff;
  background-color: #0296c7;
}
/* line 23, ../sass/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 {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #fff;
  background-color: #f89406;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #fff;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #fff;
  background-color: #df8505;
}
/* line 23, ../sass/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 {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #fff;
  background-color: #c10841;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #fff;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #fff;
  background-color: #a90739;
}
/* line 23, ../sass/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 {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 117, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 121, ../sass/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bootstrap/_panels.scss */
.panel-body {
  padding: 10px 20px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 9px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 27, ../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 20px;
  background-color: #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 63, ../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/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, ../sass/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: 0px;
  border-top-left-radius: 0px;
}
/* line 81, ../sass/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: 0px;
  border-bottom-left-radius: 0px;
}

/* line 90, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, ../sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 104, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, ../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 10px 20px;
  padding-right: 10px 20px;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 121, ../sass/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: 0px;
  border-top-right-radius: 0px;
}
/* line 125, ../sass/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: 0px;
}
/* line 129, ../sass/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: 0px;
}
/* line 137, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 143, ../sass/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: 0px;
  border-bottom-right-radius: 0px;
}
/* line 147, ../sass/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: 0px;
}
/* line 151, ../sass/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: 0px;
}
/* line 158, ../sass/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 #e1e1e1;
}
/* line 164, ../sass/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 168, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 175, ../sass/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 179, ../sass/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 188, ../sass/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 197, ../sass/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 204, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, ../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 220, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}
/* line 224, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 232, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e1e1e1;
}
/* line 238, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e1e1e1;
}

/* line 248, ../sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #e1e1e1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #1e1e1e;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1e1e1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #e1e1e1;
  background-color: #1e1e1e;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1e1e1;
}

/* line 251, ../sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #037ac5;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #037ac5;
  border-color: #037ac5;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #037ac5;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #037ac5;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #037ac5;
}

/* line 254, ../sass/bootstrap/_panels.scss */
.panel-success {
  border-color: #738d00;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #fff;
  background-color: #738d00;
  border-color: #738d00;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #738d00;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #738d00;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #738d00;
}

/* line 257, ../sass/bootstrap/_panels.scss */
.panel-info {
  border-color: #02a9e0;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #fff;
  background-color: #02a9e0;
  border-color: #02a9e0;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #02a9e0;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #02a9e0;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #02a9e0;
}

/* line 260, ../sass/bootstrap/_panels.scss */
.panel-warning {
  border-color: #f89406;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f89406;
  border-color: #f89406;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f89406;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #f89406;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f89406;
}

/* line 263, ../sass/bootstrap/_panels.scss */
.panel-danger {
  border-color: #c10841;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #c10841;
  border-color: #c10841;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c10841;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #c10841;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c10841;
}

/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/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 27, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 32, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 5px;
}

/* line 26, ../sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 2px;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #7f7f7f;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #7f7f7f;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../sass/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/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: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
/* line 71, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 77, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}

/* line 83, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 88, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.6;
}

/* line 95, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 101, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 123, ../sass/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 134, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 138, ../sass/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 143, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 147, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
}

/* line 38, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 54, ../sass/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 61, ../sass/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 68, ../sass/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 75, ../sass/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 82, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../sass/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 96, ../sass/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, ../sass/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-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 31, ../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 32, ../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 33, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 34, ../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 37, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}

/* line 46, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 55, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 74, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #cccccc;
  bottom: -11px;
}
/* line 81, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #cccccc;
}
/* line 96, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 104, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #cccccc;
  top: -11px;
}
/* line 111, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 120, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #cccccc;
}
/* line 127, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass/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, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  /* line 34, ../sass/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, ../sass/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, ../sass/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, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../sass/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);
}
/* line 108, ../sass/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: 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 111, ../sass/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: 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 118, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, ../sass/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%;
  z-index: 5;
  display: inline-block;
}
/* line 136, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 141, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 146, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../sass/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 184, ../sass/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 206, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, ../sass/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 228, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 239, ../sass/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: -15px;
    font-size: 30px;
  }
  /* line 248, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../sass/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../sass/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, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.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)}.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)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: url(https://cdn.twochicago.com/ABCSupply/Sample1/img/jslider.png) no-repeat 0 0;
}

  .jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
  .jslider table { width: 100%; border-collapse: collapse; border: 0; }
  .jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

  .jslider table,
  .jslider table tr,
  .jslider table tr td { width: 100%; vertical-align: top; }

  .jslider .jslider-bg { position: relative; }
  .jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
  .jslider .jslider-bg .l { width: 10%; background-position: 0 0; left: 0; }
  .jslider .jslider-bg .f { width: 80%; left: 10%; background-repeat: repeat-x; background-position: 0 -20px; }
  .jslider .jslider-bg .r { width: 10%; left: 90%; background-position: right 0; }
  .jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-repeat: repeat-x; background-position: 0 -40px; }

  .jslider .jslider-pointer { width: 13px; height: 15px; background-position: 0 -60px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
  .jslider .jslider-pointer-hover { background-position: -20px -60px; }
  .jslider .jslider-pointer-to { left: 80%; }

  .jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
  .jslider .jslider-label-to { left: auto; right: 0; }

  .jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
  .jslider .jslider-value-to { left: 80%; }

  .jslider .jslider-label small,
  .jslider .jslider-value small { position: relative; top: -0.4em; }

  .jslider .jslider-scale { position: relative; top: 9px; }
  .jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
  .jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

  .jslider-single .jslider-pointer-to,
  .jslider-single .jslider-value-to,
  .jslider-single .jslider-bg .v,
  .jslider-limitless .jslider-label { display: none; }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(../assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}*/


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(../assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(../assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons.eot?5510888');
  src: url('../fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons.woff?5510888') format('woff'),
       url('../fonts/revicons.ttf?5510888') format('truetype'),
       url('../fonts/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../fonts/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('https://cdn.twochicago.com/ABCSupply/Sample1/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('https://cdn.twochicago.com/ABCSupply/Sample1/img/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('https://cdn.twochicago.com/ABCSupply/Sample1/img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('https://cdn.twochicago.com/ABCSupply/Sample1/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

        #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
            background-image: url('https://cdn.twochicago.com/ABCSupply/Sample1/img/fancybox_sprite@2x.png');
            background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
        }

            #fancybox-loading div {
                background-image: url('https://cdn.twochicago.com/ABCSupply/Sample1/img/fancybox_loading@2x.gif');
                background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
            }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.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);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-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);
    -ms-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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-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);
    -ms-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);
    -ms-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(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.0
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(../fonts/vjs.eot);src:url(../fonts/vjs.eot?#iefix) format('embedded-opentype'),url(../fonts/vjs.woff) format('woff'),url(../fonts/vjs.ttf) format('truetype'),url(../fonts/vjs.svg#icomoon) format('svg');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}.vjs-default-skin.vjs-error .vjs-control-bar{display:none}.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content{width:4em;left:-2em;list-style:none}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;width:100%;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em;left:4.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:transparent}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{height:0;width:0}.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing{border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content{height:2.9em;width:10em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.2)}.vjs-default-skin .vjs-load-progress div{background:#787878;background:rgba(255,255,255,.1)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin.vjs-live .vjs-time-controls,.vjs-default-skin.vjs-live .vjs-time-divider,.vjs-default-skin.vjs-live .vjs-progress-control{display:none}.vjs-default-skin.vjs-live .vjs-live-display{display:block}.vjs-default-skin .vjs-live-display{display:none;font-size:1em;line-height:3em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:.5em;top:.5em;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-error .vjs-big-play-button{display:none}.vjs-error-display{display:none}.vjs-error .vjs-error-display{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.vjs-error .vjs-error-display:before{content:'X';font-family:Arial;font-size:4em;color:#666;line-height:1;text-shadow:.05em .05em .1em #000;text-align:center;vertical-align:middle;position:absolute;left:0;top:50%;margin-top:-.5em;width:100%}.vjs-error-display div{position:absolute;bottom:1em;right:0;left:0;font-size:1.4em;text-align:center;padding:3px;background:#000;background:rgba(0,0,0,.5)}.vjs-error-display a,.vjs-error-display a:visited{color:#F4A460}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75}.vjs-waiting .vjs-loading-spinner,.vjs-seeking .vjs-loading-spinner{display:block;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-error .vjs-loading-spinner{display:none;-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing{display:block}.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu{display:none}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-chapters-button:before{content:"\e00c"}.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content{width:24em;left:-12em}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-has-started .vjs-poster{display:none}.video-js.vjs-audio.vjs-has-started .vjs-poster{display:block}.video-js.vjs-controls-disabled .vjs-poster{display:none}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{position:absolute;top:0;left:0;bottom:3em;right:0;pointer-events:none}.vjs-caption-settings{position:relative;top:1em;background-color:#000;opacity:.75;color:#FFF;margin:0 auto;padding:.5em;height:15em;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:40em}.vjs-caption-settings .vjs-tracksettings{top:0;bottom:2em;left:0;right:0;position:absolute;overflow:auto}.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font{float:left}.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after{clear:both}.vjs-caption-settings .vjs-tracksettings-controls{position:absolute;bottom:1em;right:1em}.vjs-caption-settings .vjs-tracksetting{margin:5px;padding:3px;min-height:40px}.vjs-caption-settings .vjs-tracksetting label{display:block;width:100px;margin-bottom:5px}.vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px}.vjs-caption-settings .vjs-tracksetting>div{margin-bottom:5px;min-height:20px}.vjs-caption-settings .vjs-tracksetting>div:last-child{margin-bottom:0;padding-bottom:0;min-height:0}.vjs-caption-settings label>input{margin-right:10px}.vjs-caption-settings input[type=button]{width:40px;height:40px}.vjs-hidden{display:none!important}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:2em;color:#ccc;background-color:#333;font-size:1.8em;font-family:Arial,sans-serif;text-align:center;width:30em;height:15em;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#F4A460}
.morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
}

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 10px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(blank.gif);
}

.ls-slide > a > * {
	background-image: url(blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/* Mobile features */

.ls-forcehide {
	display: none !important;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:-16px;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,.2);visibility:hidden;opacity:0;-webkit-transition:.1s linear all!important;-moz-transition:.1s linear all!important;-ms-transition:.1s linear all!important;-o-transition:.1s linear all!important;transition:.1s linear all!important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-label,.ladda-button .ladda-spinner{-webkit-transition:.3s cubic-bezier(0.175,.885,.32,1.275) all!important;-moz-transition:.3s cubic-bezier(0.175,.885,.32,1.275) all!important;-ms-transition:.3s cubic-bezier(0.175,.885,.32,1.275) all!important;-o-transition:.3s cubic-bezier(0.175,.885,.32,1.275) all!important;transition:.3s cubic-bezier(0.175,.885,.32,1.275) all!important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-label,.ladda-button[data-style=zoom-out] .ladda-spinner{-webkit-transition:.3s ease all!important;-moz-transition:.3s ease all!important;-ms-transition:.3s ease all!important;-o-transition:.3s ease all!important;transition:.3s ease all!important}.ladda-button[data-style=expand-right] .ladda-spinner{right:14px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner{right:4px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size=xs]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:14px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size=xs]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:-16px}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:14px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size=xs]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:-16px}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size=xs]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:-16px}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:-16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:-16px;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:-16px}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:-16px;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:-16px}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:-16px}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0 0 0 3000px rgba(0,0,0,0)}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:-16px}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0 0 0 3000px rgba(0,0,0,.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}.ladda-button{padding:14px 18px;font-size:18px;cursor:pointer;color:#fff;border-radius:2px;border:1px solid transparent;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ladda-button:hover{border-color:rgba(0,0,0,.07);background-color:#888}.ladda-button[data-color=green]{background:#2aca76}.ladda-button[data-color=green]:hover{background-color:#38d683}.ladda-button[data-color=blue]{background:#53b5e6}.ladda-button[data-color=blue]:hover{background-color:#69bfe9}.ladda-button[data-color=red]{background:#ea8557}.ladda-button[data-color=red]:hover{background-color:#ed956e}.ladda-button[data-color=purple]{background:#9973c2}.ladda-button[data-color=purple]:hover{background-color:#a685ca}.ladda-button[data-color=mint]{background:#16a085}.ladda-button[data-color=mint]:hover{background-color:#19b698}.ladda-button[data-loading],.ladda-button[disabled]{border-color:rgba(0,0,0,.07);cursor:default;background-color:#999}.ladda-button[data-loading]:hover,.ladda-button[disabled]:hover{cursor:default;background-color:#999}.ladda-button[data-size=xs]{padding:4px 8px}.ladda-button[data-size=xs] .ladda-label{font-size:.7em}.ladda-button[data-size=s]{padding:6px 10px}.ladda-button[data-size=s] .ladda-label{font-size:.9em}.ladda-button[data-size=l] .ladda-label{font-size:1.2em}.ladda-button[data-size=xl] .ladda-label{font-size:1.5em}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }








/*
Theme Name: Progressive
Theme URI: http://template.progressive.itembridge.com/
Author: InfoStyle
Author URI: http://themeforest.net/user/InfoStyle
Description: Progressive responsive theme
Version: 3.0.1
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended
*/
/* line 33, ../sass/_theme-variables.scss */
.toolbar .up-down, .sitemap a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/******************************************************************************
  Typography
*******************************************************************************/
/* line 4, ../sass/_typography.scss */
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color: transparent;
}

/* line 11, ../sass/_typography.scss */
*:focus {
  outline: none !important;
}

/* line 14, ../sass/_typography.scss */
html,
body {
  font-size: 14px;
  height: 100%;
}

/* line 19, ../sass/_typography.scss */
.full-height {
  height: 100% !important;
}
/* line 22, ../sass/_typography.scss */
.full-height.scroll {
  height: auto !important;
}

/* line 26, ../sass/_typography.scss */
.full-height body {
  position: relative;
}

/* line 29, ../sass/_typography.scss */
body {
  color: #333;
  font-family: "Arimo", sans-serif;
  height: 100%;
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* line 38, ../sass/_typography.scss */
body.loaded {
  overflow-x: inherit;
}

/* line 41, ../sass/_typography.scss */
.scroll-width {
  height: 150px;
  left: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 200px;
}

/* line 50, ../sass/_typography.scss */
.scroll-width div {
  height: 200px;
  width: 100%;
}

/* line 54, ../sass/_typography.scss */
input,
button,
select,
textarea {
  font-family: "Arimo", sans-serif;
}

/* line 60, ../sass/_typography.scss */
.page-box {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* line 65, ../sass/_typography.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 69, ../sass/_typography.scss */
svg image {
  display: none;
}

/* line 72, ../sass/_typography.scss */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 77, ../sass/_typography.scss */
label {
  font-weight: normal;
}

/* Links */
/* line 81, ../sass/_typography.scss */
a:active {
  color: #000;
}

/* line 84, ../sass/_typography.scss */
a.no-border,
.no-border a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 90, ../sass/_typography.scss */
a.no-border:hover,
.no-border a:hover {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 95, ../sass/_typography.scss */
.white a.no-border, .white
.no-border a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
/* line 99, ../sass/_typography.scss */
.white a.no-border:hover, .white
.no-border a:hover {
  color: #fff;
}

/* Text */
/* line 105, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
}

/* line 109, ../sass/_typography.scss */
.light {
  font-weight: normal;
}

/* line 112, ../sass/_typography.scss */
p {
  margin-bottom: 22px;
}

/* line 115, ../sass/_typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 118, ../sass/_typography.scss */
address {
  font-size: 13px;
}

/* line 121, ../sass/_typography.scss */
ul,
ol {
  padding: 0 0 0 60px;
  margin: 0 0 22px 0;
}

/* line 126, ../sass/_typography.scss */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 131, ../sass/_typography.scss */
.white,
.icon.white {
  color: #fff;
}

/* line 135, ../sass/_typography.scss */
.muted,
.icon.muted {
  color: #555;
}

/* line 139, ../sass/_typography.scss */
.text-warning,
a.text-warning:hover,
.icon.text-warning {
  color: #f89406;
}

/* line 144, ../sass/_typography.scss */
.text-error,
a.text-error:hover,
.icon.text-error,
.text-danger,
a.text-danger:hover,
.icon.text-danger {
  color: #c10841;
}

/* line 152, ../sass/_typography.scss */
.text-info,
a.text-info:hover,
.icon.text-info {
  color: #0098ca;
}

/* line 157, ../sass/_typography.scss */
.text-success,
a.text-success:hover,
.icon.text-success {
  color: #738d00;
}

/* line 162, ../sass/_typography.scss */
.bg-white {
  background: #fff !important;
}

/* line 165, ../sass/_typography.scss */
.bg-muted {
  background: #555 !important;
}

/* line 168, ../sass/_typography.scss */
.bg-primary {
  background: #037ac5 !important;
}

/* line 171, ../sass/_typography.scss */
.bg-warning {
  background: #f89406 !important;
}

/* line 174, ../sass/_typography.scss */
.bg-error,
.bg-danger {
  background: #c10841 !important;
}

/* line 178, ../sass/_typography.scss */
.bg-info {
  background: #0098ca;
}

/* line 181, ../sass/_typography.scss */
.bg-success {
  background: #738d00 !important;
}

/* line 184, ../sass/_typography.scss */
.border-muted {
  border-color: #555 !important;
}

/* line 187, ../sass/_typography.scss */
.border-warning {
  border-color: #f89406 !important;
}

/* line 190, ../sass/_typography.scss */
.border-error,
.border-danger {
  border-color: #c10841 !important;
}

/* line 194, ../sass/_typography.scss */
.border-info {
  border-color: #0098ca;
}

/* line 197, ../sass/_typography.scss */
.border-success {
  border-color: #738d00 !important;
}

/* line 200, ../sass/_typography.scss */
.border-grey {
  border-color: #777 !important;
}

/* line 203, ../sass/_typography.scss */
.lead {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
}

/* line 208, ../sass/_typography.scss */
.text-small {
  font-size: 12px;
  line-height: 18px;
}

/* hr */
/* line 213, ../sass/_typography.scss */
hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0 none;
  margin: 40px 0;
}
/* line 220, ../sass/_typography.scss */
hr.dotted {
  border-style: dotted;
  border-top-width: 1px;
}
/* line 224, ../sass/_typography.scss */
hr.dashed {
  border-style: dashed;
  border-top-width: 1px;
}
/* line 228, ../sass/_typography.scss */
hr.double {
  border-style: double;
  border-top-width: 3px;
}
/* line 232, ../sass/_typography.scss */
hr.shadow {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
/* line 239, ../sass/_typography.scss */
hr.shadow:after {
  bottom: 10px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  content: "";
  height: 20px;
  left: 5%;
  position: absolute;
  right: 5%;
  z-index: -1;
}
/* line 251, ../sass/_typography.scss */
hr.no-line {
  border: 0 none;
  height: 1px;
}
/* line 255, ../sass/_typography.scss */
hr.margin-bottom {
  margin-top: 0;
}
/* line 258, ../sass/_typography.scss */
hr.margin-top {
  margin-bottom: 0;
}

/* Button */
/* line 263, ../sass/_typography.scss */
.btn {
  border-radius: 3px;
  line-height: 22px;
  outline: none;
  padding: 8px 19px;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: background .2s linear, border .2s linear, color .2s linear;
          transition: background .2s linear, border .2s linear, color .2s linear;
  white-space: normal;
}
/* line 276, ../sass/_typography.scss */
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus, .btn.btn-default:active, .btn.btn-default.active, .open > .btn.btn-default.dropdown-toggle {
  background: #565656;
  border-color: #565656;
}
/* line 287, ../sass/_typography.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle {
  background: #0499f7;
  border-color: #0499f7;
}
/* line 298, ../sass/_typography.scss */
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active, .open > .btn.btn-success.dropdown-toggle {
  background: #9dc000;
  border-color: #9dc000;
}
/* line 309, ../sass/_typography.scss */
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active, .open > .btn.btn-info.dropdown-toggle {
  background: #00befd;
  border-color: #00befd;
}
/* line 320, ../sass/_typography.scss */
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active, .open > .btn.btn-warning.dropdown-toggle {
  background: #faa937;
  border-color: #faa937;
}
/* line 331, ../sass/_typography.scss */
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active, .open > .btn.btn-danger.dropdown-toggle {
  background: #f20a51;
  border-color: #f20a51;
}
/* line 341, ../sass/_typography.scss */
.btn.btn-red {
  background: #ed093a;
  color: #fff;
}
/* line 345, ../sass/_typography.scss */
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red.active, .btn.btn-red.disabled, .btn.btn-red[disabled] {
  color: #ffffff;
  background-color: #fb4c71;
}
/* line 354, ../sass/_typography.scss */
.btn.btn-red:active, .btn.btn-red.active, .btn-group.open .btn.btn-red.dropdown-toggle {
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.12);
}
/* line 360, ../sass/_typography.scss */
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #1e1e1e;
}
/* line 365, ../sass/_typography.scss */
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white.disabled, .btn.btn-white[disabled], .btn-group.open .btn.btn-white.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  color: #1e1e1e;
}
/* line 377, ../sass/_typography.scss */
.btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
/* line 382, ../sass/_typography.scss */
.btn .btn.disabled,
.btn .btn[disabled] {
  opacity: .8;
  filter: alpha(opacity=80);
}
/* line 387, ../sass/_typography.scss */
.btn.btn-inverse {
  background: #ccc;
  background: rgba(30, 30, 30, 0.3);
  color: #fff;
}
/* line 392, ../sass/_typography.scss */
.btn.btn-inverse:hover, .btn.btn-inverse:focus, .btn.btn-inverse:active, .btn.btn-inverse.active, .btn.btn-inverse.disabled, .btn.btn-inverse[disabled], .btn-group.open .btn.btn-inverse.dropdown-toggle {
  color: #efefef;
  background-color: #000;
}
/* line 403, ../sass/_typography.scss */
.btn.btn-border {
  background: none;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
/* line 408, ../sass/_typography.scss */
.btn.btn-border .caret {
  color: #1e1e1e;
}
/* line 411, ../sass/_typography.scss */
.btn.btn-border.btn-inverse, .btn.btn-border.btn-inverse .caret {
  border-color: rgba(30, 30, 30, 0.3);
  color: rgba(30, 30, 30, 0.3);
}
/* line 416, ../sass/_typography.scss */
.btn.btn-border.btn-primary, .btn.btn-border.btn-primary .caret {
  border-color: #037ac5;
  color: #037ac5;
}
/* line 421, ../sass/_typography.scss */
.btn.btn-border.btn-warning, .btn.btn-border.btn-warning .caret {
  border-color: #f89406;
  color: #f89406;
}
/* line 426, ../sass/_typography.scss */
.btn.btn-border.btn-danger, .btn.btn-border.btn-danger .caret {
  border-color: #c10841;
  color: #c10841;
}
/* line 431, ../sass/_typography.scss */
.btn.btn-border.btn-success, .btn.btn-border.btn-success .caret {
  border-color: #738d00;
  color: #738d00;
}
/* line 436, ../sass/_typography.scss */
.btn.btn-border.btn-info, .btn.btn-border.btn-info .caret {
  border-color: #0098ca;
  color: #0098ca;
}
/* line 441, ../sass/_typography.scss */
.btn.btn-border:hover, .btn.btn-border:focus, .btn.btn-border:active, .btn.btn-border.active, .btn.btn-border.disabled, .btn.btn-border[disabled], .btn-group.open .btn.btn-border.btn.dropdown-toggle {
  color: #fff;
}
/* line 450, ../sass/_typography.scss */
.btn.btn-border:hover .caret, .btn.btn-border:focus .caret, .btn.btn-border:active .caret, .btn.btn-border.active .caret, .btn.btn-border.disabled .caret, .btn.btn-border[disabled] .caret, .btn-group.open .btn.btn-border.btn.dropdown-toggle .caret {
  color: #fff;
}
/* line 455, ../sass/_typography.scss */
.btn.btn-lg {
  font-size: 14px;
  padding: 15px 44px;
}
/* line 459, ../sass/_typography.scss */
.btn.btn-sm {
  font-size: 12px;
  padding: 4px 14px;
}
/* line 463, ../sass/_typography.scss */
.btn.btn-xs {
  font-size: 10px;
  padding: 1px 9px;
}

/* line 468, ../sass/_typography.scss */
.dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
/* line 476, ../sass/_typography.scss */
.dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: middle;
}

/* line 483, ../sass/_typography.scss */
.dropdown-backdrop {
  position: static;
}

/* line 486, ../sass/_typography.scss */
.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

/* line 492, ../sass/_typography.scss */
.open > .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}

/* line 496, ../sass/_typography.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #7b7b7b;
  text-shadow: none;
}

/* line 502, ../sass/_typography.scss */
.btn-group > .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 506, ../sass/_typography.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 511, ../sass/_typography.scss */
.btn-group > .btn:before,
.btn-group > .btn:after {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: inline-block;
  content: "";
  left: -1px;
  position: absolute;
  top: 0;
}
/* line 521, ../sass/_typography.scss */
.btn-group > .btn.btn-border:before,
.btn-group > .btn.btn-border:after {
  display: none;
}
/* line 525, ../sass/_typography.scss */
.btn-group .btn-group > .btn:after {
  left: auto;
  right: 0;
}
/* line 529, ../sass/_typography.scss */
.btn-group > .btn:first-child:before,
.btn-group > .btn:last-child:after,
.btn-group > .btn:only-of-type:after,
.btn-group > .btn:only-of-type:before {
  display: none;
}

/* line 536, ../sass/_typography.scss */
.ladda-button {
  font-size: 100%;
}
/* line 539, ../sass/_typography.scss */
.ladda-button[data-style=contract][data-loading] {
  width: 42px;
}

/* Forms */
/* line 545, ../sass/_typography.scss */
form {
  margin-bottom: 22px;
}

#aspnetForm {
    margin-bottom: 0;
}
/* line 548, ../sass/_typography.scss */
label {
    font-weight: bold;
    margin: 0 0 3px;
}

/* line 552, ../sass/_typography.scss */
.required {
  color: #c3293a;
  display: inline-block;
  font-size: 14px;
}

/* line 557, ../sass/_typography.scss */
.selectBox,
.form-control {
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
}
/* line 570, ../sass/_typography.scss */
.selectBox:hover,
.form-control:hover {
  border-color: #ccc;
  text-decoration: none;
}
/* line 574, ../sass/_typography.scss */
.selectBox:focus, .selectBox.selectBox-menuShowing,
.form-control:focus,
.form-control.selectBox-menuShowing {
  box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
          transition: border linear .2s, box-shadow linear .2s;
}

/* line 583, ../sass/_typography.scss */
textarea.form-control {
  height: 100px;
  max-width: 100%;
}

/* line 587, ../sass/_typography.scss */
.selectBox {
  max-width: 100%;
  width: 100% !important;
}

/* line 591, ../sass/_typography.scss */
.has-feedback .form-control-feedback {
  height: 40px;
  line-height: 40px;
}

/* line 595, ../sass/_typography.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 .form-control-feedback {
  color: #738d00;
}

/* line 604, ../sass/_typography.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 .form-control-feedback {
  color: #f89406;
}

/* line 613, ../sass/_typography.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 .form-control-feedback {
  color: #c10841;
}

/* line 622, ../sass/_typography.scss */
.has-success .form-control {
  border-color: #738d00;
  -webkit-transition: box-shadow linear .2s;
          transition: box-shadow linear .2s;
}

/* line 626, ../sass/_typography.scss */
.has-warning .form-control {
  border-color: #f89406;
  -webkit-transition: box-shadow linear .2s;
          transition: box-shadow linear .2s;
}

/* line 630, ../sass/_typography.scss */
.has-error .form-control {
  border-color: #c10841;
  -webkit-transition: box-shadow linear .2s;
          transition: box-shadow linear .2s;
}

/* line 634, ../sass/_typography.scss */
.has-success .form-control:focus {
  border-color: #738d00;
  box-shadow: 0 0 10px rgba(115, 141, 0, 0.3);
}

/* line 638, ../sass/_typography.scss */
.has-warning .form-control:focus {
  border-color: #f89406;
  box-shadow: 0 0 10px rgba(248, 148, 6, 0.3);
}

/* line 642, ../sass/_typography.scss */
.has-error .form-control:focus {
  border-color: #c10841;
  box-shadow: 0 0 10px rgba(193, 8, 65, 0.3);
}

/* line 646, ../sass/_typography.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 649, ../sass/_typography.scss */
.radio,
.checkbox {
  font-weight: normal;
  margin: 0 0 8px;
  min-height: 18px;
  padding-left: 20px;
}

/* line 656, ../sass/_typography.scss */
.new-radio,
.new-checkbox {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 15px;
  margin: 3px 0 0 -20px;
  position: absolute;
  width: 15px;
}

/* line 668, ../sass/_typography.scss */
.new-radio {
  border-radius: 7px;
  height: 14px;
  width: 14px;
}

/* line 673, ../sass/_typography.scss */
.new-radio input[type="radio"],
.new-checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  vertical-align: top;
  width: 100%;
}

/* line 687, ../sass/_typography.scss */
.new-checkbox svg {
  display: none;
  height: 18px;
  margin: -3px 0 0 -2px;
  width: 18px;
}
/* line 693, ../sass/_typography.scss */
.new-checkbox svg polygon {
  fill: #1e1e1e;
}

/* line 699, ../sass/_typography.scss */
.new-checkbox svg polygon {
  fill: #1e1e1e;
}

/* line 702, ../sass/_typography.scss */
.new-checkbox.checked svg {
  display: block;
}

/* line 705, ../sass/_typography.scss */
.new-radio span {
  border-radius: 3px;
  display: block;
  height: 6px;
  margin: 3px 0 0 3px;
  width: 6px;
}

/* line 712, ../sass/_typography.scss */
.new-radio.checked span {
  background: #1e1e1e;
}

/* line 715, ../sass/_typography.scss */
.new-radio.disabled,
.new-checkbox.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 720, ../sass/_typography.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 20px;
}

/* line 726, ../sass/_typography.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-left: -20px;
}

/* line 733, ../sass/_typography.scss */
.selectBox::-webkit-scrollbar,
.selectBox-dropdown-menu::-webkit-scrollbar {
  background: #f2f2f2;
  width: 10px;
}

/* line 738, ../sass/_typography.scss */
.selectBox::-webkit-scrollbar-thumb,
.selectBox-dropdown-menu::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: #839bb7;
  width: 5px;
}

/* line 744, ../sass/_typography.scss */
.selectBox {
  background: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

/* line 750, ../sass/_typography.scss */
.selectBox:hover,
.selectBox:focus,
button {
  outline: none;
  text-decoration: none;
}

/* line 756, ../sass/_typography.scss */
.selectBox-label {
  box-sizing: border-box;
  color: #555;
  display: block;
  max-width: 100%;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 767, ../sass/_typography.scss */
.selectBox-arrow {
    background: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/svg/select.svg") 50% 50% no-repeat;
    border-radius: 0 3px 3px 0;
    height: 100%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

/* line 778, ../sass/_typography.scss */
.selectBox-dropdown-menu {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
          transition: border linear .2s, box-shadow linear .2s;
  color: #5f5f5f;
  font-size: 12px;
  list-style: none;
  margin: 0;
  max-height: 117px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

/* line 798, ../sass/_typography.scss */
.selectBox-options li {
  display: block;
}

/* line 801, ../sass/_typography.scss */
.selectBox-options li a {
  color: #1e1e1e;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 2px 2px 2px 16px;
  margin: 0;
  min-height: 23px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

/* line 812, ../sass/_typography.scss */
.selectBox-options li + li a {
  border-top: 1px solid #839bb7;
}

/* line 815, ../sass/_typography.scss */
.selectBox-options li a:hover {
  background: #f2f2f2;
  color: #111;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

/* line 821, ../sass/_typography.scss */
.selectBox-options li.selectBox-selected a {
  background: #e9e9e9;
  color: #000;
  text-decoration: none;
}

/* line 826, ../sass/_typography.scss */
.selectBox-inline {
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

/* line 831, ../sass/_typography.scss */
.selectBox-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 837, ../sass/_typography.scss */
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default;
}

/* line 841, ../sass/_typography.scss */
fieldset[disabled] select,
fieldset[disabled] .selectBox,
fieldset[disabled] .selectBox .selectBox-label,
.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-label {
  color: #999;
}

/* line 848, ../sass/_typography.scss */
fieldset[disabled] .selectBox .selectBox-arrow,
.selectBox.selectBox-disabled .selectBox-arrow {
  opacity: .3;
  filter: alpha(opacity=30);
}

/* line 853, ../sass/_typography.scss */
.selectBox.selectBox-disabled:focus {
  border-color: #e1e1e1;
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* line 857, ../sass/_typography.scss */
.form-inline .control-label,
.form-inline .form-control,
.form-horizontal .form-group .form-control {
  margin-bottom: 0;
}

/* line 863, ../sass/_typography.scss */
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 4px;
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 874, ../sass/_typography.scss */
.input-lg-selectBox-dropdown-menu {
  border-radius: 0 0 4px 4px;
}

/* line 877, ../sass/_typography.scss */
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 889, ../sass/_typography.scss */
.input-sm-selectBox-dropdown-menu {
  border-radius: 0 0 2px 2px;
}

/* IMG */
/* line 893, ../sass/_typography.scss */
.alignnone {
  margin: 0 0 25px;
}

/* line 896, ../sass/_typography.scss */
.aligncenter {
  clear: both;
  margin: 0 auto 25px;
  text-align: center;
}

/* line 901, ../sass/_typography.scss */
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

/* line 905, ../sass/_typography.scss */
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

/* line 909, ../sass/_typography.scss */
.caption {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 22px;
  max-width: 100%;
}
/* line 918, ../sass/_typography.scss */
.caption img {
  display: block;
  margin: 0 auto 10px;
}

/* line 923, ../sass/_typography.scss */
.img-rounded, .img-thumbnail.img-rounded img,
.img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  border-radius: 4px;
}

/* line 926, ../sass/_typography.scss */
.img-thumbnail {
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  position: relative;
  -webkit-transition: opacity .2s ease-in;
          transition: opacity .2s ease-in;
  width: auto;
}
/* line 934, ../sass/_typography.scss */
.img-thumbnail:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s ease-out;
          transition: opacity .2s ease-out;
}
/* line 939, ../sass/_typography.scss */
.img-thumbnail:hover .bg-images {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
/* line 945, ../sass/_typography.scss */
.img-thumbnail:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
/* line 953, ../sass/_typography.scss */
.img-thumbnail.lightbox:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 957, ../sass/_typography.scss */
.img-thumbnail .bg-images {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
/* line 965, ../sass/_typography.scss */
.img-thumbnail .bg-images i {
  margin: 9px 0 0 9px;
}
/* line 968, ../sass/_typography.scss */
.img-thumbnail .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
/* line 975, ../sass/_typography.scss */
.img-thumbnail.img-rounded, .img-thumbnail.img-rounded img.img-thumbnail,
.img-thumbnail.img-rounded .img-thumbnail.bg-images, .img-thumbnail.img-circle img.img-thumbnail,
.img-thumbnail.img-circle .img-thumbnail.bg-images {
  border-radius: 4px;
}
/* line 983, ../sass/_typography.scss */
.img-thumbnail.img-circle {
  border-radius: 50%;
}
/* line 986, ../sass/_typography.scss */
.img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  border-radius: 50%;
}
/* line 991, ../sass/_typography.scss */
.img-thumbnail.img-circle .bg-images i {
  margin: 17% 0 0 17%;
}

/* line 996, ../sass/_typography.scss */
.fancybox-wrap {
  -webkit-overflow-scrolling: touch;
}

/* Alert */
/* line 1000, ../sass/_typography.scss */
.alert {
  min-height: 34px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  text-shadow: none;
  -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear;
}
/* line 1008, ../sass/_typography.scss */
.alert .alert-link {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 1013, ../sass/_typography.scss */
.alert .alert-link:hover {
  color: #fff;
  text-decoration: none;
}
/* line 1018, ../sass/_typography.scss */
.alert .close {
  color: #fff;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 9px;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1026, ../sass/_typography.scss */
.alert .close:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1033, ../sass/_typography.scss */
.alert .alert-icon {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
/* line 1038, ../sass/_typography.scss */
.alert .alert-icon:before {
  font-size: 34px;
}
/* line 1042, ../sass/_typography.scss */
.alert.alert-default {
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}
/* line 1047, ../sass/_typography.scss */
.alert.alert-black {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #fff;
}
/* line 1052, ../sass/_typography.scss */
.alert.alert-border {
  background: none;
  color: #1e1e1e;
}
/* line 1056, ../sass/_typography.scss */
.alert.alert-border .close {
  color: #1e1e1e;
}

/* Tooltip */
/* line 1062, ../sass/_typography.scss */
.tooltip.left {
  margin-left: -12px;
}

/* line 1065, ../sass/_typography.scss */
#tooltip {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  padding: 5px;
  position: absolute;
  z-index: 3000;
}
/* line 1072, ../sass/_typography.scss */
#tooltip h3,
#tooltip div {
  margin: 0;
}

/* line 1085, ../sass/_typography.scss */
.text-warning + .tooltip .tooltip-inner {
  background-color: #f89406;
}
/* line 1089, ../sass/_typography.scss */
.text-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f89406;
}
/* line 1094, ../sass/_typography.scss */
.text-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f89406;
}
/* line 1099, ../sass/_typography.scss */
.text-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f89406;
}
/* line 1104, ../sass/_typography.scss */
.text-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f89406;
}

/* line 1085, ../sass/_typography.scss */
.text-error + .tooltip .tooltip-inner {
  background-color: #c10841;
}
/* line 1089, ../sass/_typography.scss */
.text-error + .tooltip.top .tooltip-arrow {
  border-top-color: #c10841;
}
/* line 1094, ../sass/_typography.scss */
.text-error + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c10841;
}
/* line 1099, ../sass/_typography.scss */
.text-error + .tooltip.left .tooltip-arrow {
  border-left-color: #c10841;
}
/* line 1104, ../sass/_typography.scss */
.text-error + .tooltip.right .tooltip-arrow {
  border-right-color: #c10841;
}

/* line 1085, ../sass/_typography.scss */
.text-danger + .tooltip .tooltip-inner {
  background-color: #c10841;
}
/* line 1089, ../sass/_typography.scss */
.text-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #c10841;
}
/* line 1094, ../sass/_typography.scss */
.text-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c10841;
}
/* line 1099, ../sass/_typography.scss */
.text-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #c10841;
}
/* line 1104, ../sass/_typography.scss */
.text-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #c10841;
}

/* line 1085, ../sass/_typography.scss */
.text-info + .tooltip .tooltip-inner {
  background-color: #0098ca;
}
/* line 1089, ../sass/_typography.scss */
.text-info + .tooltip.top .tooltip-arrow {
  border-top-color: #0098ca;
}
/* line 1094, ../sass/_typography.scss */
.text-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0098ca;
}
/* line 1099, ../sass/_typography.scss */
.text-info + .tooltip.left .tooltip-arrow {
  border-left-color: #0098ca;
}
/* line 1104, ../sass/_typography.scss */
.text-info + .tooltip.right .tooltip-arrow {
  border-right-color: #0098ca;
}

/* line 1085, ../sass/_typography.scss */
.text-success + .tooltip .tooltip-inner {
  background-color: #738d00;
}
/* line 1089, ../sass/_typography.scss */
.text-success + .tooltip.top .tooltip-arrow {
  border-top-color: #738d00;
}
/* line 1094, ../sass/_typography.scss */
.text-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #738d00;
}
/* line 1099, ../sass/_typography.scss */
.text-success + .tooltip.left .tooltip-arrow {
  border-left-color: #738d00;
}
/* line 1104, ../sass/_typography.scss */
.text-success + .tooltip.right .tooltip-arrow {
  border-right-color: #738d00;
}

/* Popover */
/* line 1112, ../sass/_typography.scss */
.popover {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* List Group */
/* line 1117, ../sass/_typography.scss */
a.list-group-item,
a.list-group-item:hover,
a.list-group-item:focus {
  -webkit-transition: background-color .3s linear, color .3s linear;
          transition: background-color .3s linear, color .3s linear;
}

/* line 1129, ../sass/_typography.scss */
.list-group-item-warning {
  background-color: #f89406;
  border: 0 none;
  color: #fff;
}

/* line 1134, ../sass/_typography.scss */
a.list-group-item-warning {
  color: #fff;
}
/* line 1137, ../sass/_typography.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #faa937;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1129, ../sass/_typography.scss */
.list-group-item-danger {
  background-color: #c10841;
  border: 0 none;
  color: #fff;
}

/* line 1134, ../sass/_typography.scss */
a.list-group-item-danger {
  color: #fff;
}
/* line 1137, ../sass/_typography.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #f20a51;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1129, ../sass/_typography.scss */
.list-group-item-info {
  background-color: #0098ca;
  border: 0 none;
  color: #fff;
}

/* line 1134, ../sass/_typography.scss */
a.list-group-item-info {
  color: #fff;
}
/* line 1137, ../sass/_typography.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #00befd;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1129, ../sass/_typography.scss */
.list-group-item-success {
  background-color: #738d00;
  border: 0 none;
  color: #fff;
}

/* line 1134, ../sass/_typography.scss */
a.list-group-item-success {
  color: #fff;
}
/* line 1137, ../sass/_typography.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #9dc000;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1144, ../sass/_typography.scss */
.list-group-item .badge {
  margin-top: 2px;
}

/* Tables */
/* line 1148, ../sass/_typography.scss */
.table {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px;
  text-align: center;
}

/* line 1154, ../sass/_typography.scss */
th {
  text-align: center;
}

/* line 1157, ../sass/_typography.scss */
.table.text-left,
.table.text-left th:not(.text-center) {
  text-align: left;
}

/* line 1161, ../sass/_typography.scss */
.table.text-right,
.table.text-right th:not(.text-center) {
  text-align: right;
}

/* line 1165, ../sass/_typography.scss */
.table th,
.table td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 18px;
}

/* line 1175, ../sass/_typography.scss */
.table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 13px;
}

/* line 1179, ../sass/_typography.scss */
.table-striped thead th {
  background-color: #f7f7f7;
}

/* line 1182, ../sass/_typography.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background: none;
}

/* line 1186, ../sass/_typography.scss */
.table-bordered {
  border-radius: 0;
}

/* line 1189, ../sass/_typography.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

/* line 1193, ../sass/_typography.scss */
.table-hover tbody tr > td,
.table-hover tbody tr > th {
  -webkit-transition: all 0.4s linear;
          transition: all 0.4s linear;
}

/* line 1197, ../sass/_typography.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fffdee;
  -webkit-transition: all 0.4s linear;
          transition: all 0.4s linear;
}

/* line 1202, ../sass/_typography.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #fff;
}

/* Quotes */
/* line 1253, ../sass/_typography.scss */
blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 22px;
  border-left: 2px solid #e1e1e1;
}
/* line 1258, ../sass/_typography.scss */
blockquote.pull-right {
  border-left: 0;
  border-right: 2px solid #e1e1e1;
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
/* line 1265, ../sass/_typography.scss */
blockquote p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}
/* line 1272, ../sass/_typography.scss */
blockquote small {
  line-height: 26px;
}

/* Progress */
/* line 1277, ../sass/_typography.scss */
.progress {
  height: 40px;
}

/* line 1280, ../sass/_typography.scss */
.progress-bar {
  font-size: 14px;
  -webkit-filter: none;
          filter: none;
  box-shadow: none;
  line-height: 40px;
  text-align: left;
  text-indent: 10px;
  text-shadow: none;
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}

/* line 1290, ../sass/_typography.scss */
.progress.border-radius {
  border-radius: 5px;
}

/* line 1295, ../sass/_typography.scss */
.progress[data-appear-progress-animation] .progress-bar {
  text-indent: -100%;
}

/* line 1299, ../sass/_typography.scss */
.progress.hover .progress-bar:hover {
  background: #1e1e1e;
}
/* line 1302, ../sass/_typography.scss */
.progress.hover .progress-bar-info:hover {
  background: #0098ca;
}
/* line 1305, ../sass/_typography.scss */
.progress.hover .progress-bar-success:hover {
  background: #738d00;
}
/* line 1308, ../sass/_typography.scss */
.progress.hover .progress-bar-warning:hover {
  background: #f89406;
}
/* line 1311, ../sass/_typography.scss */
.progress.hover .progress-bar-danger:hover {
  background: #c10841;
}

/* line 1315, ../sass/_typography.scss */
.progress-circular {
  position: relative;
  text-align: center;
}
/* line 1319, ../sass/_typography.scss */
.progress-circular > div {
  display: inline-block;
  vertical-align: top;
}
/* line 1323, ../sass/_typography.scss */
.progress-circular input.knob {
  border: 0 none;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 0;
  font-style: italic;
  font-weight: normal !important;
}

/* Pagination */
/* line 1333, ../sass/_typography.scss */
.pagination {
  margin: 20px 0;
}
/* line 1337, ../sass/_typography.scss */
.pagination > li > a,
.pagination > li > span {
  border: 0 none;
  border-radius: 2px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 5px 0 0;
  min-width: 6px;
  padding: 0 9px;
  text-align: center;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 1353, ../sass/_typography.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-left-width: 0;
  border-radius: 2px;
  font-size: 15px;
  font-weight: normal;
}
/* line 1362, ../sass/_typography.scss */
.pagination + .pagination-text {
  color: #999;
  font-size: 12px;
  float: right;
  line-height: 24px;
  vertical-align: top;
}
/* line 1369, ../sass/_typography.scss */
.pagination.pagination-lg > li > a, .pagination.pagination-lg > li > span {
  font-size: 16px;
  line-height: 28px;
  padding: 4px 14px;
}
/* line 1375, ../sass/_typography.scss */
.pagination.pagination-sm > li > a, .pagination.pagination-sm > li > span {
  font-size: 10px;
  line-height: 20px;
  padding: 0 7px;
}

/* line 1382, ../sass/_typography.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 1389, ../sass/_typography.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Modal */
/* line 1397, ../sass/_typography.scss */
.modal {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/* line 1402, ../sass/_typography.scss */
.modal .close {
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 1408, ../sass/_typography.scss */
.modal .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 1415, ../sass/_typography.scss */
.modal.modal-center .modal-dialog {
  -webkit-transform: translate(0, 0%) !important;
      -ms-transform: translate(0, 0%) !important;
          transform: translate(0, 0%) !important;
}

/* line 1419, ../sass/_typography.scss */
.modal-header {
  border: 0 none;
  padding: 30px 20px 0;
}
/* line 1423, ../sass/_typography.scss */
.modal-header .title-box {
  margin-bottom: 20px;
}
/* line 1426, ../sass/_typography.scss */
.modal-header .title-box .title {
  margin: 0 0 12px 0;
  padding: 0;
}

/* line 1432, ../sass/_typography.scss */
.modal-body {
  padding: 0 20px 20px;
}

/* line 1435, ../sass/_typography.scss */
.modal-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 1px 0 #ffffff;
  padding: 20px;
}

/* Tabs */
/* line 1443, ../sass/_typography.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f7f7f7;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}

/* line 1448, ../sass/_typography.scss */
.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}
/* line 1453, ../sass/_typography.scss */
.nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
  color: #1e1e1e;
  font-size: 12px;
  padding: 10px 20px 11px;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 1460, ../sass/_typography.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
/* line 1467, ../sass/_typography.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
  color: #1e1e1e;
  font-weight: bold;
}
/* line 1475, ../sass/_typography.scss */
.nav-tabs > .active.dropdown > a {
  z-index: 911;
}

/* line 1480, ../sass/_typography.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  padding: 36px 0 0;
}

/* line 1484, ../sass/_typography.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}

/* line 1489, ../sass/_typography.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 1496, ../sass/_typography.scss */
.tabs-left > .nav-tabs {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}
/* line 1502, ../sass/_typography.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
/* line 1506, ../sass/_typography.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
/* line 1512, ../sass/_typography.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}
/* line 1519, ../sass/_typography.scss */
.tabs-left > .tab-content {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
/* line 1524, ../sass/_typography.scss */
.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}

/* line 1530, ../sass/_typography.scss */
.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}
/* line 1537, ../sass/_typography.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
/* line 1541, ../sass/_typography.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
/* line 1548, ../sass/_typography.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
/* line 1555, ../sass/_typography.scss */
.tabs-right > .tab-content {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
/* line 1560, ../sass/_typography.scss */
.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}

/* Accordion */
/* line 1566, ../sass/_typography.scss */
.panel {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 22px;
}

/* line 1571, ../sass/_typography.scss */
.panel-heading {
  border: 0 none;
}

/* line 1574, ../sass/_typography.scss */
.panel-title {
  font-size: 14px;
}

/* line 1577, ../sass/_typography.scss */
.panel-footer {
  border: 0;
}

/* line 1580, ../sass/_typography.scss */
.list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1584, ../sass/_typography.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 1587, ../sass/_typography.scss */
.panel-group .panel {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 0;
}
/* line 1592, ../sass/_typography.scss */
.panel-group .panel .panel-heading {
  background-color: inherit;
  padding: 0;
  position: relative;
}
/* line 1598, ../sass/_typography.scss */
.panel-group .panel .panel-heading > .panel-title:before {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
/* line 1609, ../sass/_typography.scss */
.panel-group .panel .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 1617, ../sass/_typography.scss */
.panel-group .panel .panel-heading > .panel-title > a:before, .panel-group .panel .panel-heading > .panel-title > a:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
/* line 1629, ../sass/_typography.scss */
.panel-group .panel .panel-heading > .panel-title > a:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
/* line 1634, ../sass/_typography.scss */
.panel-group .panel .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
}
/* line 1639, ../sass/_typography.scss */
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
/* line 1646, ../sass/_typography.scss */
.panel-group .panel.active .panel-heading > .panel-title:before {
  background: rgba(255, 255, 255, 0.2);
}
/* line 1649, ../sass/_typography.scss */
.panel-group .panel.active .panel-heading > .panel-title > a,
.panel-group .panel.active .panel-heading > .panel-title > a:hover {
  background-color: #1e1e1e;
  color: #fff;
}
/* line 1654, ../sass/_typography.scss */
.panel-group .panel.active .panel-heading > .panel-title > a:before, .panel-group .panel.active .panel-heading > .panel-title > a:after,
.panel-group .panel.active .panel-heading > .panel-title > a:hover:before,
.panel-group .panel.active .panel-heading > .panel-title > a:hover:after {
  background: #fff;
}
/* line 1658, ../sass/_typography.scss */
.panel-group .panel.active .panel-heading > .panel-title > a:after,
.panel-group .panel.active .panel-heading > .panel-title > a:hover:after {
  display: none;
}
/* line 1680, ../sass/_typography.scss */
.panel-group .panel.panel-primary .panel-heading > .panel-title > a {
  background-color: #037ac5;
  color: #fff;
}
/* line 1684, ../sass/_typography.scss */
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:hover {
  background-color: rgba(3, 122, 197, 0.9);
}
/* line 1687, ../sass/_typography.scss */
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:before, .panel-group .panel.panel-primary .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
/* line 1680, ../sass/_typography.scss */
.panel-group .panel.panel-warning .panel-heading > .panel-title > a {
  background-color: #f89406;
  color: #fff;
}
/* line 1684, ../sass/_typography.scss */
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:hover {
  background-color: rgba(248, 148, 6, 0.9);
}
/* line 1687, ../sass/_typography.scss */
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:before, .panel-group .panel.panel-warning .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
/* line 1680, ../sass/_typography.scss */
.panel-group .panel.panel-danger .panel-heading > .panel-title > a {
  background-color: #c10841;
  color: #fff;
}
/* line 1684, ../sass/_typography.scss */
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:hover {
  background-color: rgba(193, 8, 65, 0.9);
}
/* line 1687, ../sass/_typography.scss */
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:before, .panel-group .panel.panel-danger .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
/* line 1680, ../sass/_typography.scss */
.panel-group .panel.panel-info .panel-heading > .panel-title > a {
  background-color: #0098ca;
  color: #fff;
}
/* line 1684, ../sass/_typography.scss */
.panel-group .panel.panel-info .panel-heading > .panel-title > a:hover {
  background-color: rgba(0, 152, 202, 0.9);
}
/* line 1687, ../sass/_typography.scss */
.panel-group .panel.panel-info .panel-heading > .panel-title > a:before, .panel-group .panel.panel-info .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
/* line 1680, ../sass/_typography.scss */
.panel-group .panel.panel-success .panel-heading > .panel-title > a {
  background-color: #738d00;
  color: #fff;
}
/* line 1684, ../sass/_typography.scss */
.panel-group .panel.panel-success .panel-heading > .panel-title > a:hover {
  background-color: rgba(115, 141, 0, 0.9);
}
/* line 1687, ../sass/_typography.scss */
.panel-group .panel.panel-success .panel-heading > .panel-title > a:before, .panel-group .panel.panel-success .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
/* line 1696, ../sass/_typography.scss */
.panel-group .panel.e-hidden {
  margin: 0;
  overflow: hidden;
}
/* line 1701, ../sass/_typography.scss */
.panel-group .panel-body {
  padding: 10px 0 10px 1px;
}
/* line 1704, ../sass/_typography.scss */
.panel-group.panel-bg .panel-body {
  background: #f7f7f7;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 1709, ../sass/_typography.scss */
.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
  cursor: default;
}

/******************************************************************************
  Helper Classes
*******************************************************************************/
/* line 4, ../sass/_helper-classes.scss */
.close {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 17, ../sass/_helper-classes.scss */
.close:hover {
  color: #1e1e1e;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 22, ../sass/_helper-classes.scss */
.close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}

/* line 31, ../sass/_helper-classes.scss */
a.edit {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 37, ../sass/_helper-classes.scss */
a.edit:hover {
  color: #707070;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 43, ../sass/_helper-classes.scss */
a.edit i:before {
  font-style: italic;
  line-height: 9px;
  margin: 0;
}
/* line 56, ../sass/_helper-classes.scss */
.rating-box .rating {
  height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 73px;
}
/* line 63, ../sass/_helper-classes.scss */
.rating-box .rating * {
  vertical-align: top;
}
/* line 66, ../sass/_helper-classes.scss */
.pricing-info .rating-box .rating svg polygon {
  fill: #0098ca;
}
/* line 69, ../sass/_helper-classes.scss */
.pricing-success .rating-box .rating svg polygon {
  fill: #738d00;
}
/* line 72, ../sass/_helper-classes.scss */
.pricing-warning .rating-box .rating svg polygon {
  fill: #f89406;
}
/* line 75, ../sass/_helper-classes.scss */
.pricing-error .rating-box .rating svg polygon, .pricing-danger .rating-box .rating svg polygon {
  fill: #c10841;
}

/* line 81, ../sass/_helper-classes.scss */
.reviews-box {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 14px;
}
/* line 86, ../sass/_helper-classes.scss */
.reviews-box .rating-box {
  float: left;
  margin: 0 20px 0 0;
}
/* line 90, ../sass/_helper-classes.scss */
.reviews-box .separator {
  margin: 0 4px;
}
/* line 93, ../sass/_helper-classes.scss */
.reviews-box .add-review {
  color: #7f7f7f;
  text-decoration: none;
}
/* line 97, ../sass/_helper-classes.scss */
.reviews-box .add-review:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 105, ../sass/_helper-classes.scss */
.display-t {
  display: table;
}

/* line 108, ../sass/_helper-classes.scss */
.display-tc {
  display: table-cell;
}

/* line 111, ../sass/_helper-classes.scss */
.slim {
  font-weight: normal;
}

/* line 114, ../sass/_helper-classes.scss */
.border-radius {
  border-radius: 5px;
}

/* line 117, ../sass/_helper-classes.scss */
.bg {
  background-color: #f2f2f2;
}

/* line 120, ../sass/_helper-classes.scss */
.border {
  border-width: 1px;
}

/* line 123, ../sass/_helper-classes.scss */
.width-auto .col-md-1,
.width-auto .col-md-2,
.width-auto .col-md-3,
.width-auto .col-md-4,
.width-auto .col-md-5,
.width-auto .col-md-6,
.width-auto .col-md-7,
.width-auto .col-md-8,
.width-auto .col-md-9,
.width-auto .col-md-10,
.width-auto .col-md-11,
.width-auto .col-md-12 {
  float: left;
  width: auto;
}

/* line 138, ../sass/_helper-classes.scss */
.margin-center {
  margin: 0 auto;
}

/* line 141, ../sass/_helper-classes.scss */
.bottom-padding {
  margin-bottom: 80px;
}

/* line 144, ../sass/_helper-classes.scss */
.bottom-padding-mini {
  margin-bottom: 40px;
}

/* line 147, ../sass/_helper-classes.scss */
.bottom-padding.last {
  margin-bottom: 0;
}

/* line 150, ../sass/_helper-classes.scss */
.no-top-padding {
  padding-top: 0 !important;
}

/* rotation */
/* line 155, ../sass/_helper-classes.scss */
.rotation {
  background: none;
  -webkit-perspective: 600px;
  perspective: 600px;
}
/* line 161, ../sass/_helper-classes.scss */
.rotation.product, .rotation.employee {
  overflow: visible;
}
/* line 165, ../sass/_helper-classes.scss */
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
/* line 181, ../sass/_helper-classes.scss */
.rotation .default {
  background: #f7f7f7;
  border-radius: 3px;
}
/* line 185, ../sass/_helper-classes.scss */
.rotation.product .product-hover,
.rotation .back-end {
  display: block;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  /*-webkit-backface-visibility: hidden;*/
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 13;
}
/* line 202, ../sass/_helper-classes.scss */
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
/* line 212, ../sass/_helper-classes.scss */
.rotation.hover .product-hover,
.rotation.hover .back-end {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* line 224, ../sass/_helper-classes.scss */
.btn.dropdown-toggle,
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none;
}

/* line 229, ../sass/_helper-classes.scss */
.btn-group.btn-select {
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: top;
}
/* line 234, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-toggle {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 7px 3px;
  z-index: 2;
}
/* line 245, ../sass/_helper-classes.scss */
.btn-group.btn-select .btn.dropdown-toggle .caret {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0;
}
/* line 251, ../sass/_helper-classes.scss */
.btn-group.btn-select.open .btn.dropdown-toggle {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #7f7f7f;
}
/* line 259, ../sass/_helper-classes.scss */
.btn-group.btn-select.open .btn.dropdown-toggle:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0px;
  margin: 0 0 -6px;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 27;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
/* line 274, ../sass/_helper-classes.scss */
.btn-group.btn-select.open .btn.dropdown-toggle .caret {
  color: #777;
}
/* line 279, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu {
  border-radius: 0 3px 3px 3px;
  margin: 0;
  padding-top: 8px;
  z-index: 25;
}
/* line 285, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu > li > a {
  font-size: 12px;
  line-height: 22px;
  padding: 4px 6px;
}
/* line 290, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu > li > a:hover {
  background: #f2f2f2;
}
/* line 293, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu > li > a img {
  margin: 5px 9px 0 0;
  vertical-align: top;
}

/* line 300, ../sass/_helper-classes.scss */
.jslider .jslider-pointer {
  background: none;
  height: 12px;
  margin: 0 0 0 -4px;
  width: 8px;
}
/* line 306, ../sass/_helper-classes.scss */
.jslider .jslider-pointer svg {
  vertical-align: top;
}

/* line 310, ../sass/_helper-classes.scss */
.pagination-box {
  margin: 40px 0 0;
}

/* line 313, ../sass/_helper-classes.scss */
.pagination-box .pagination {
  margin: 0 10px 0 0;
}

/* line 317, ../sass/_helper-classes.scss */
.map-box iframe {
  border: 0 none;
  border-radius: 5px;
  width: 100%;
}
/* line 322, ../sass/_helper-classes.scss */
.map-box img {
  max-width: inherit;
}

/* line 326, ../sass/_helper-classes.scss */
.map-canvas {
  height: 400px;
}
/* line 329, ../sass/_helper-classes.scss */
.map-canvas * {
  border: 0 none;
}

/* line 333, ../sass/_helper-classes.scss */
.map-content {
  width: 200px;
}
/* line 336, ../sass/_helper-classes.scss */
.map-content .title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 341, ../sass/_helper-classes.scss */
.caret {
  color: #777;
  border: 0 none;
  height: 6px;
  width: 9px;
}
/* line 347, ../sass/_helper-classes.scss */
.caret:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 6px;
  position: absolute;
  width: 9px;
}
/* line 360, ../sass/_helper-classes.scss */
.open .caret {
  color: #777;
}
/* line 363, ../sass/_helper-classes.scss */
.btn .caret {
  margin: -2px 0 0;
}
/* line 366, ../sass/_helper-classes.scss */
.btn-group .caret {
  color: #fff;
}
/* line 369, ../sass/_helper-classes.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border: 0 none;
}
/* line 373, ../sass/_helper-classes.scss */
.dropup .caret:before, .navbar-fixed-bottom .dropdown .caret:before {
  content: "\f106";
}

/* line 378, ../sass/_helper-classes.scss */
.help-block {
  margin-top: -10px;
  margin-bottom: 15px;
}

/* line 382, ../sass/_helper-classes.scss */
.buttons-box .required {
  font-size: 11px;
}

/* Social */
/* line 387, ../sass/_helper-classes.scss */
.social .social-list {
  margin: 0 -4px;
}
/* line 390, ../sass/_helper-classes.scss */
.social .icon {
  background: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  opacity: .35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-align: center;
  width: 40px;
}
/* line 405, ../sass/_helper-classes.scss */
.social .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 411, ../sass/_helper-classes.scss */
.social .icon-facebook {
  background: #3b5998;
}
/* line 414, ../sass/_helper-classes.scss */
.social .icon-twitter {
  background: #00bdec;
}
/* line 417, ../sass/_helper-classes.scss */
.social .icon-google {
  background: #d94a39;
}
/* line 420, ../sass/_helper-classes.scss */
.social .icon-linkedin {
  background: #1b92bd;
}

/* Filter */
/* line 425, ../sass/_helper-classes.scss */
.filter-elements-wrapper {
  margin: 0 auto;
}

/* line 428, ../sass/_helper-classes.scss */
.filter-buttons {
  display: block;
  margin-bottom: 30px;
}
/* line 432, ../sass/_helper-classes.scss */
.filter-buttons .dropdown-toggle {
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  color: #1e1e1e;
  display: block;
  float: left;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin-right: 20px;
  padding: 0 10px 0 20px;
  -webkit-transition: opacity .2s ease-out;
          transition: opacity .2s ease-out;
}
/* line 446, ../sass/_helper-classes.scss */
.filter-buttons .dropdown-toggle .caret {
  margin: -2px 0 0 5px;
}
/* line 449, ../sass/_helper-classes.scss */
.filter-buttons .dropdown-toggle:hover {
  background: transparent;
  text-decoration: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s ease-out;
          transition: opacity .2s ease-out;
}
/* line 457, ../sass/_helper-classes.scss */
.filter-buttons .dropdown-menu {
  border: 1px solid #e1e1e1;
}
/* line 460, ../sass/_helper-classes.scss */
.filter-buttons .dropdown-menu .active {
  background-color: #f5f5f5;
}
/* line 465, ../sass/_helper-classes.scss */
.filter-buttons.open .dropdown-toggle {
  background: transparent;
}
/* line 470, ../sass/_helper-classes.scss */
.filter-buttons.white .dropdown-toggle,
.filter-buttons.white .dropdown-toggle .caret {
  color: #fff;
}

/* Isotop */
/* line 477, ../sass/_helper-classes.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 485, ../sass/_helper-classes.scss */
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

/* line 492, ../sass/_helper-classes.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/* line 499, ../sass/_helper-classes.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 508, ../sass/_helper-classes.scss */
.isotope-item {
  z-index: 2;
}

/* line 511, ../sass/_helper-classes.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* line 515, ../sass/_helper-classes.scss */
.year-regulator {
  padding-top: 13px;
}
/* line 518, ../sass/_helper-classes.scss */
.year-regulator .label {
  color: inherit;
  display: table-cell;
  font-size: 12px;
  line-height: 14px;
  padding: 0 20px 0 0;
  text-align: left;
  vertical-align: middle;
}
/* line 527, ../sass/_helper-classes.scss */
.year-regulator .layout-slider {
  display: table-cell;
  width: 100%;
}
/* line 531, ../sass/_helper-classes.scss */
.year-regulator .layout-slider input[type="slider"] {
  visibility: hidden;
}

@media (max-width: 600px) {
  /* line 537, ../sass/_helper-classes.scss */
  .hidden-600 {
    display: none !important;
  }
}
/******************************************************************************
  Top Bar
*******************************************************************************/
/* line 4, ../sass/_top-bar.scss */
#top-box {
  width: 100%;
  /* Menu */
  /* Social Icons */
  /* Search */
  /* Info */
}
/* line 7, ../sass/_top-bar.scss */
#top-box .top-box-wrapper {
  background: #1e1e1e;
  min-height: 30px;
  padding: 5px 0;
}
/* line 12, ../sass/_top-bar.scss */
#top-box .btn-group.btn-select {
  margin: 3px 0 0 0;
}
/* line 15, ../sass/_top-bar.scss */
#top-box .btn-group.btn-select.language {
  margin-right: 6px;
}
/* line 18, ../sass/_top-bar.scss */
#top-box .btn-group.btn-select .dropdown-toggle {
  z-index: 911;
}
/* line 21, ../sass/_top-bar.scss */
#top-box .btn-group.btn-select .dropdown-menu {
  z-index: 910;
}
/* line 25, ../sass/_top-bar.scss */
#top-box .btn-group.btn-select.open .btn.dropdown-toggle:after {
  z-index: 912;
}
/* line 31, ../sass/_top-bar.scss */
#top-box .top-navbar {
  background: none;
  border: 0 none;
  border-radius: 0;
  height: auto;
  margin: 0;
  min-height: 30px;
}
/* line 39, ../sass/_top-bar.scss */
#top-box .top-navbar .collapse {
  padding: 0;
}
/* line 42, ../sass/_top-bar.scss */
#top-box .top-navbar .nav {
  margin-top: -5px;
  margin-bottom: -5px;
}
/* line 47, ../sass/_top-bar.scss */
#top-box .top-navbar .nav > li a {
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 9px;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
          transition: background 0.2s linear, color 0.2s linear;
}
/* line 55, ../sass/_top-bar.scss */
#top-box .top-navbar .nav > li a .fa {
  font-size: 120%;
  margin-right: 4px;
}
/* line 59, ../sass/_top-bar.scss */
#top-box .top-navbar .nav > li a .fa.after {
  margin-left: 4px;
  margin-right: 0;
}
/* line 64, ../sass/_top-bar.scss */
#top-box .top-navbar .nav > li a .count {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  margin-left: 4px;
  padding: 3px 5px;
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}
/* line 76, ../sass/_top-bar.scss */
#top-box .top-navbar .nav > li:hover a {
  background: #efefef;
  color: #7b7b7b;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
/* line 86, ../sass/_top-bar.scss */
#top-box .top-navbar .nav > li:hover a .count {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}
/* line 96, ../sass/_top-bar.scss */
#top-box .top-social {
  margin: 0;
}
/* line 99, ../sass/_top-bar.scss */
#top-box .top-social .icon-item {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
  vertical-align: top;
  width: 30px;
}
/* line 113, ../sass/_top-bar.scss */
#top-box .top-social .icon-item i {
  bottom: 0;
  left: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 121, ../sass/_top-bar.scss */
#top-box .top-social .icon-item i:before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 125, ../sass/_top-bar.scss */
#top-box .top-social .icon-item:hover {
  color: #fff;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
/* line 130, ../sass/_top-bar.scss */
#top-box .top-social .icon-item:hover i:before {
  text-shadow: none;
}
/* line 137, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item {
  background: #fff;
  border-radius: 3px;
  color: #fff;
}
/* line 142, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item i {
  border-radius: 2px;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 148, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item i:before {
  text-shadow: none;
}
/* line 152, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 156, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 162, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item .fa-facebook {
  background: #3b5998;
}
/* line 165, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item .fa-twitter {
  background: #00bdec;
}
/* line 168, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item .fa-google-plus {
  background: #d94a39;
}
/* line 171, ../sass/_top-bar.scss */
#top-box .top-social.bg-social .icon-item .fa-linkedin {
  background: #1b92bd;
}
/* line 178, ../sass/_top-bar.scss */
#top-box .top-search {
  margin: 0 0 0 auto;
  max-width: 300px;
  position: relative;
}
/* line 183, ../sass/_top-bar.scss */
#top-box .top-search .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: #fff;
  height: 30px;
  line-height: 14px;
  margin: 0;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 196, ../sass/_top-bar.scss */
#top-box .top-search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
/* line 199, ../sass/_top-bar.scss */
#top-box .top-search .form-control::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
/* line 203, ../sass/_top-bar.scss */
#top-box .top-search .form-control:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
/* line 207, ../sass/_top-bar.scss */
#top-box .top-search .form-control::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
/* line 212, ../sass/_top-bar.scss */
#top-box .top-search .search-submit {
  background: none;
  height: 30px;
  opacity: .5;
  filter: alpha(opacity=50);
  padding: 6px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  width: 30px;
}
/* line 224, ../sass/_top-bar.scss */
#top-box .top-search .search-submit:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 232, ../sass/_top-bar.scss */
#top-box .top-info {
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}
/* line 237, ../sass/_top-bar.scss */
#top-box .top-info a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 242, ../sass/_top-bar.scss */
#top-box .top-info a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 248, ../sass/_top-bar.scss */
#top-box .top-info .separator {
  color: rgba(255, 255, 255, 0.4);
  vertical-align: top;
}

/******************************************************************************
  Header
*******************************************************************************/
/* line 4, ../sass/_header.scss */
.header {
  width: 100%;
}
/* line 7, ../sass/_header.scss */
.header .header-wrapper {
  background: rgba(255, 255, 255, 0.97);
  height: 100px;
  padding: 2px 0;
  /* Primary Menu */
  /* Cart  */
}
/* line 12, ../sass/_header.scss */
.header .header-wrapper .container {
  position: relative;
}
/* line 15, ../sass/_header.scss */
    .header .header-wrapper .logo-box {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
/* line 19, ../sass/_header.scss */
.header .header-wrapper .logo-box .logo {
  display: table-cell;
  height: 100px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 5px;
}
.logoContainer {
    display: flex;
    flex-direction: row;
    gap: 2%;
    width: 100%;
}
.logoContainer::after {
    content: "";
    clear: both;
}
.sideBySideImage {
    float: left;
    width: 50%;
}
/* line 26, ../sass/_header.scss */
.header .header-wrapper .logo-box .logo a {
    display: inline-block;
    max-width: 100%;
}
/* line 30, ../sass/_header.scss */
.header .header-wrapper .logo-box .logo a img,
.header .header-wrapper .logo-box .logo a .logo-img {
  max-height: 100px;
}
/* line 36, ../sass/_header.scss */
.header .header-wrapper .logo-box.auto-height {
  display: block;
  height: 100px;
}
/* line 40, ../sass/_header.scss */
.header .header-wrapper .logo-box.auto-height .logo {
  display: block;
}
/* line 43, ../sass/_header.scss */
.header .header-wrapper .logo-box.auto-height .logo img {
  max-height: inherit;
}
/* line 51, ../sass/_header.scss */
.header .header-wrapper .primary {
  float: left;
  margin-bottom: 10px;
  z-index: 900;
}
@media (max-width: 991px) {
  /* line 51, ../sass/_header.scss */
  .header .header-wrapper .primary {
    display: inline-block;
    float: none;
    margin: 0 0 0 -4px;
    text-align: left;
    vertical-align: top;
    z-index: inherit;
  }
}
/* line 64, ../sass/_header.scss */
.header .header-wrapper .primary .navbar {
  background: none;
  border: 0 none;
  margin: 0;
  min-height: 44px;
}
@media (max-width: 600px) {
  /* line 70, ../sass/_header.scss */
  .header .header-wrapper .primary .navbar .btn-navbar {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 77, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse {
  padding: 0;
  position: relative;
}
/* line 81, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav {
  margin: 0;
  position: relative;
  /* Menu Color */
}
/* line 85, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent {
  position: relative;
}
/* line 88, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
/* line 94, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
  padding: 12px 3px 0;
  position: relative;
}
/* line 98, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
  background: none;
  border: 1px solid #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #1e1e1e;
  line-height: 20px;
  padding: 11px 13px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  z-index: 901;
}
/* line 111, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.selected > a {
  color: #777;
}
/* line 115, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
  background: #fff;
  border-color: #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
/* line 123, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
  background: #fff;
  border-bottom-color: transparent;
  border-radius: 3px 3px 0 0;
}
/* line 130, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent > a:after {
  background: transparent;
  bottom: 0;
  content: "";
  display: none;
  height: 12px;
  left: 4px;
  margin: 0 0 -6px 0;
  position: absolute;
  right: 4px;
  -webkit-transition: background 0.5s linear;
          transition: background 0.5s linear;
  z-index: 906;
}
/* line 145, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
  background: #fff;
  display: block;
  -webkit-transition: background 0.1s linear;
          transition: background 0.1s linear;
}
/* line 151, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu {
  overflow: hidden;
  position: static;
}
/* line 155, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu > a {
  position: relative;
}
/* line 158, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu:hover > a:after {
  left: 0;
  right: 0;
}
/* line 163, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 179, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a > i {
  margin-right: 2px;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 15px;
}
/* line 186, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
  background: #ff0068;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 4px 10px;
  position: absolute;
  right: 19px;
  top: 1px;
  text-transform: uppercase;
}
/* line 199, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
  border: 5px solid transparent;
  border-right-color: #ff0068;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
/* line 209, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info:before {
  border-right-color: #0098ca;
}
/* line 213, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success:before {
  border-right-color: #738d00;
}
/* line 217, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary:before {
  border-right-color: #037ac5;
}
/* line 221, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning:before {
  border-right-color: #f89406;
}
/* line 225, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger:before {
  border-right-color: #c10841;
}
/* line 231, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new {
  right: 14px;
  top: -12px;
}
/* line 235, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
  float: right;
  left: 0;
  margin: 2px 0 0 10px;
  position: relative;
  top: 0;
}
/* line 243, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
  float: none;
}
/* line 246, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: none;
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  padding: 15px 20px;
  position: absolute;
  z-index: 905;
}
/* line 259, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
  font-size: 13px;
  line-height: 24px;
}
/* line 263, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  width: 175px;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 270, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 277, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new .before,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new:before {
  display: none;
}
/* line 281, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
  left: 100%;
  top: 0;
}
/* line 286, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent > a {
  background: none !important;
}
/* line 289, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent > a:after {
  display: none;
}
/* line 293, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .sub {
  background: none;
  border: 0 none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0 0 0 10px;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
/* line 307, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu {
  /* Four columns */
  /* Five columns */
}
/* line 308, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 3px;
  text-transform: uppercase;
}
/* line 314, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
  border-radius: 3px;
  left: -15px;
  padding: 0;
  width: 886px;
  z-index: 900;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 314, ../sass/_header.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
    margin: -1px 0 0 -37px;
    width: 832px;
  }
}
/* line 327, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub a {
  width: 100%;
}
/* line 330, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
  display: table;
  width: 100%;
}
/* line 334, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
  border-right: 1px solid #ccc;
  display: table-cell;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 34%;
}
/* line 344, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block.text-right {
  text-align: right;
}
/* line 347, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block.text-left {
  text-align: left;
}
/* line 351, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
  display: table-cell;
  padding: 35px 5px;
  vertical-align: top;
  width: 100%;
}
/* line 357, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list + .promo-block {
  border-left: 1px solid #ccc;
  border-right: 0 none;
}
/* line 362, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
  float: left;
  padding: 0 20px 28px;
  width: 33%;
}
/* line 367, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(3n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(2n+1) {
  clear: left;
}
/* line 375, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .sub-list {
  width: 66%;
}
/* line 378, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box {
  clear: none;
  width: 50%;
}
/* line 386, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box {
  clear: none;
}
/* line 389, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box:nth-child(4n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box:nth-child(3n+1) {
  clear: left;
}
/* line 393, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns > .sub .box {
  clear: none;
}
/* line 396, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box {
  width: 25%;
}
/* line 400, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .sub-list {
  width: 75%;
}
/* line 403, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns > .sub .box {
  width: 33%;
}
/* line 407, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box {
  clear: none;
}
/* line 410, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box:nth-child(5n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box:nth-child(4n+1) {
  clear: left;
}
/* line 414, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box {
  clear: none;
}
/* line 417, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box {
  width: 20%;
}
/* line 421, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .sub-list {
  width: 80%;
}
/* line 424, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box {
  width: 25%;
}
/* line 429, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li[class*="item-"]:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav [class*="item-"] .sub {
  box-shadow: none;
}
/* line 434, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-primary > a {
  color: #037ac5;
}
/* line 437, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-success > a {
  color: #738d00;
}
/* line 440, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-info > a {
  color: #0098ca;
}
/* line 443, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-warning > a {
  color: #f89406;
}
/* line 446, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-danger > a {
  color: #c10841;
}
/* line 449, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.item-bg:hover > a:after {
  display: none;
}
/* line 452, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a {
  color: #fff;
}
/* line 455, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a {
  background: #037ac5;
}
/* line 458, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a {
  background: #738d00;
}
/* line 461, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a {
  background: #0098ca;
}
/* line 464, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a {
  background: #f89406;
}
/* line 467, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a {
  background: #c10841;
}
/* line 470, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
  background: #fff;
  color: #1e1e1e;
}
/* line 474, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.megamenu > .sub .promo-block {
  border-color: #037ac5;
}
/* line 479, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.megamenu > .sub .promo-block {
  border-color: #738d00;
}
/* line 484, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.megamenu > .sub .promo-block {
  border-color: #0098ca;
}
/* line 489, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.megamenu > .sub .promo-block {
  border-color: #f89406;
}
/* line 494, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.megamenu > .sub .promo-block {
  border-color: #c10841;
}
/* line 499, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg:hover a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
  color: #fff;
}
/* line 503, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent:hover > .sub {
  background: #037ac5;
}
/* line 509, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent:hover > .sub {
  background: #738d00;
}
/* line 515, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent:hover > .sub {
  background: #0098ca;
}
/* line 521, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent:hover > .sub {
  background: #f89406;
}
/* line 527, ../sass/_header.scss */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent .sub,
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent:hover > .sub {
  background: #c10841;
}
/* line 538, ../sass/_header.scss */
.header .header-wrapper .header-icons {
  float: right;
  margin: 9px 0;
  text-align: right;
}
@media (max-width: 991px) {
  /* line 538, ../sass/_header.scss */
  .header .header-wrapper .header-icons {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
  }
}
/* line 551, ../sass/_header.scss */
.header .header-wrapper .cart-header {
  display: inline-block;
  font-size: 12px;
  margin: 0 -15px 0 -1px;
  white-space: normal;
}
/* line 557, ../sass/_header.scss */
.header .header-wrapper .cart-header.no-open {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 561, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-toggle {
  border-width: 1px;
  border-color: #fff;
  border-color: transparent;
  border-bottom: 0 none;
  color: #1e1e1e;
  display: block;
  line-height: 22px;
  outline: none;
  padding: 11px 15px 12px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: border-color 0.4s linear, box-shadow 0.4s linear;
          transition: border-color 0.4s linear, box-shadow 0.4s linear;
  z-index: 891;
}
@media (max-width: 600px) {
  /* line 561, ../sass/_header.scss */
  .header .header-wrapper .cart-header .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 583, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-toggle .icon {
  display: inline-block;
  height: 22px;
  margin: 0 8px 0 0;
  vertical-align: top;
  width: 16px;
}
/* line 590, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-toggle .icon svg {
  margin-top: 2px;
  vertical-align: top;
}
@media (max-width: 600px) {
  /* line 596, ../sass/_header.scss */
  .header .header-wrapper .cart-header .dropdown-toggle .count {
    display: none;
  }
}
/* line 601, ../sass/_header.scss */
.header .header-wrapper .cart-header.open .dropdown-toggle {
  background: #fff;
  border-color: #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color 0.4s linear, box-shadow 0.4s linear;
          transition: border-color 0.4s linear, box-shadow 0.4s linear;
}
/* line 611, ../sass/_header.scss */
.header .header-wrapper .cart-header.open .dropdown-toggle:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: -3px;
  margin: 0 0 -5px 0;
  position: absolute;
  right: 0;
}
/* line 622, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu {
  left: auto;
  margin: -4px 0 0 0;
  padding: 17px 20px 20px;
  right: 0;
  text-align: left;
  width: 355px;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  z-index: 890;
}
/* line 633, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .close-box {
  line-height: 12px;
  margin: 0 0 13px;
  text-align: right;
}
/* line 638, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .close {
  font-size: 26px;
  line-height: 12px;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 644, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .close span {
  line-height: 14px;
  margin: 0 5px 0 0;
}
/* line 649, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu > strong {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}
/* line 654, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu > ul {
  margin: 0 0 20px;
}
/* line 657, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu > ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 20px 24px 0;
  position: relative;
}
/* line 663, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .product-image {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  width: 70px;
}
/* line 669, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .product-remove {
  margin: 0 0 0 5px;
  position: absolute;
  right: 0;
  top: 24px;
}
/* line 675, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px;
  padding-left: 85px;
}
/* line 682, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .product-price {
  font-size: 12px;
  line-height: 16px;
  padding-left: 85px;
}
/* line 687, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .product-price .price {
  font-size: 16px;
}
/* line 691, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .cart-button {
  text-align: right;
}
/* line 694, ../sass/_header.scss */
.header .header-wrapper .cart-header .dropdown-menu .cart-button .checkout {
  margin-left: 6px;
}
/* line 701, ../sass/_header.scss */
.fixed-header .header {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 870;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: auto;
}
/* line 711, ../sass/_header.scss */
.fixed-header .header .header-wrapper {
  background: #fff;
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}
/* line 716, ../sass/_header.scss */
.fixed-header.loaded .header {
  -webkit-transition: margin-top 0.2s linear;
          transition: margin-top 0.2s linear;
}
/* line 719, ../sass/_header.scss */
.fixed-header.background-opacity .header .header-wrapper {
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}

/* Fixed Header */
/* line 726, ../sass/_header.scss */
.fixed-header {
  margin-top: 0;
}
@media (max-width: 991px) {
  /* line 726, ../sass/_header.scss */
  .fixed-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* line 733, ../sass/_header.scss */
.fixed-header .page-box {
  padding-top: 104px;
}
@media (max-width: 991px) {
  /* line 733, ../sass/_header.scss */
  .fixed-header .page-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
  }
}

/* line 742, ../sass/_header.scss */
.hidden-top.visible-top .header-wrapper:only-child,
.fixed-header.fixed .header-wrapper:only-child {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* Hidden Top Bar */
/* line 749, ../sass/_header.scss */
.hidden-top #top-box {
  left: 0;
  margin-top: -32px;
  position: fixed;
  top: 0;
  z-index: 910;
}
/* line 756, ../sass/_header.scss */
.hidden-top.loaded #top-box {
  -webkit-transition: margin-top 0.2s linear;
          transition: margin-top 0.2s linear;
}
/* line 759, ../sass/_header.scss */
.hidden-top.visible-top #top-box {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
          transition: margin-top 0.2s linear;
}
@media (min-width: 992px) {
  /* line 764, ../sass/_header.scss */
  #top-box:not(.minimized-menu) .navbar-collapse {
    display: block !important;
    height: auto !important;
  }
  /* line 768, ../sass/_header.scss */
  #top-box:not(.minimized-menu) .navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: visible !important;
  }
}

/* line 776, ../sass/_header.scss */
.hidden-top.loaded .page-box,
.hidden-top.visible-top.loaded .page-box {
  -webkit-transition: padding-top 0.2s linear;
          transition: padding-top 0.2s linear;
}

/* line 780, ../sass/_header.scss */
.hidden-top .page-box {
  padding-top: 8px;
}

/* line 783, ../sass/_header.scss */
.hidden-top.visible-top .page-box {
  padding-top: 40px;
}

/* Fixed Header/Hidden Top Bar */
/* line 788, ../sass/_header.scss */
.fixed-header.hidden-top .page-box {
  padding-top: 112px;
}

/* line 791, ../sass/_header.scss */
.fixed-header.hidden-top.fixed .page-box {
  padding-top: 104px;
}

/* line 794, ../sass/_header.scss */
.fixed-header.hidden-top.fixed #top-box,
.fixed-header.hidden-top.visible-top.fixed #top-box {
  margin-top: -40px;
  -webkit-transition: margin-top 0.2s linear;
          transition: margin-top 0.2s linear;
}

/* line 799, ../sass/_header.scss */
.fixed-header.hidden-top .header {
  margin-top: 8px;
  top: 0;
}

/* line 803, ../sass/_header.scss */
.fixed-header.hidden-top.visible-top .header {
  margin-top: 40px;
}

/* line 806, ../sass/_header.scss */
.fixed-header.hidden-top.fixed .header {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
          transition: margin-top 0.2s linear;
}

/* Fixed Top Bar */
/* line 811, ../sass/_header.scss */
.fixed-header.fixed-top #top-box {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 871;
}

/* line 819, ../sass/_header.scss */
.fixed-header.fixed-top .header {
  top: 40px;
}

/* line 822, ../sass/_header.scss */
.fixed-header.fixed-top .page-box {
  padding-top: 144px;
}

/* line 825, ../sass/_header.scss */
.header .right-box {
  display: table;
}

/* line 828, ../sass/_header.scss */
.header .right-box-wrapper {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}

/* line 833, ../sass/_header.scss */
.fixed-header.fixed-top.boxed #top-box {
  position: absolute;
}

/* Fixed Double Header */
/* line 837, ../sass/_header.scss */
.fixed-double-header .header {
  margin-bottom: 104px;
}

/* line 840, ../sass/_header.scss */
.fixed-double-header .header .header-wrapper + .header-wrapper {
  margin: 0;
  position: absolute;
  width: 100%;
}

/* Phone & Search Header */
/* line 847, ../sass/_header.scss */
.phone-header,
.search-header {
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(204, 204, 204, 0.8);
  color: #1e1e1e;
  display: inline-block;
  height: 30px;
  margin: 8px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 41px;
}
/* line 860, ../sass/_header.scss */
.phone-header:last-child,
.search-header:last-child {
  border-right: 0 none;
}
/* line 863, ../sass/_header.scss */
.phone-header a,
.search-header a {
  display: block;
  height: 23px;
  padding-top: 7px;
  width: 100%;
}
/* line 869, ../sass/_header.scss */
.phone-header a svg,
.search-header a svg {
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
  -webkit-transform: translateZ(0px);
}
/* line 877, ../sass/_header.scss */
.phone-header a:hover svg,
.search-header a:hover svg {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

/* Phone & Search Active Header */
/* line 887, ../sass/_header.scss */
.phone-active,
.search-active {
  bottom: 0;
  display: none;
  margin: 18px 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 920;
}
/* line 898, ../sass/_header.scss */
.phone-active .close,
.search-active .close {
  float: right;
  font-size: 26px;
  margin: 24px 0 0 5px;
}
/* line 903, ../sass/_header.scss */
.phone-active .close span,
.search-active .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 911, ../sass/_header.scss */
.phone-active {
  background: #fff;
  color: #ebebeb;
  font-size: 48px;
  line-height: 58px;
}
/* line 917, ../sass/_header.scss */
.phone-active strong {
  color: #1e1e1e;
  letter-spacing: 1px;
}

/* line 922, ../sass/_header.scss */
.search-active .close {
  position: absolute;
  right: 79px;
  z-index: 1;
}

/* line 927, ../sass/_header.scss */
.header .search-form {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
/* line 933, ../sass/_header.scss */
.header .search-form .search-string, .header .search-form .search-string:hover {
  box-shadow: none;
  color: #1e1e1e;
  font-size: 24px;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 14px 135px 14px 18px;
  width: 100%;
}
/* line 946, ../sass/_header.scss */
.header .search-form .search-string:focus {
  border-color: #ccc;
  outline: 0;
  outline: thin dotted \9;
  box-shadow: none;
}
/* line 953, ../sass/_header.scss */
.header .search-form .search-submit {
  background: none;
  border-left-width: 1px;
  height: 30px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 17px;
  width: 46px;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}
/* line 967, ../sass/_header.scss */
.header .search-form .search-submit svg {
  margin-top: 2px;
}
/* line 970, ../sass/_header.scss */
.header .search-form .search-submit svg path {
  fill: #1e1e1e;
}
/* line 974, ../sass/_header.scss */
.header .search-form .search-submit:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

@media (max-width: 600px) {
  /* line 985, ../sass/_header.scss */
  .header.header-two .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
    display: none;
  }
}
/* line 989, ../sass/_header.scss */
.header.header-two .phone-header {
  border-right: 0 none;
  margin-right: -15px;
}
/* line 994, ../sass/_header.scss */
.header.header-three {
  background: rgba(255, 255, 255, 0.9);
  min-height: inherit;
}
/* line 998, ../sass/_header.scss */
.header.header-three .row,
.header.header-three .container {
  min-height: inherit;
}
/* line 1002, ../sass/_header.scss */
.header.header-three .logo-box {
  text-align: center;
}
/* line 1007, ../sass/_header.scss */
.header .right-box .search-form {
  height: 64px;
}
@media (max-width: 480px) {
  /* line 1007, ../sass/_header.scss */
  .header .right-box .search-form {
    display: none;
  }
}
/* line 1013, ../sass/_header.scss */
.header .right-box .search-form .search-string {
  padding-right: 64px;
}
/* line 1018, ../sass/_header.scss */
.header .header-wrapper + .header-wrapper {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  min-height: 104px;
  padding: 0;
}
/* line 1024, ../sass/_header.scss */
.header .header-wrapper + .header-wrapper .right-box-wrapper {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  height: 104px;
}
/* line 1029, ../sass/_header.scss */
.header .header-wrapper + .header-wrapper .cart-header {
  margin-right: -1px;
}
/* line 1032, ../sass/_header.scss */
.header .header-wrapper + .header-wrapper .phone-active {
  left: 16px;
  margin: 20px 0;
  right: 16px;
  width: auto;
}
/* line 1038, ../sass/_header.scss */
.header .header-wrapper + .header-wrapper .primary .megamenu > .sub {
  left: -1px;
  margin-left: 0;
}

/******************************************************************************
  Top Fixed Box
*******************************************************************************/
/* line 1048, ../sass/_header.scss */
.top-fixed-box {
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: -60px;
  padding: 7px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: margin-top .3s linear;
          transition: margin-top .3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
/* line 1065, ../sass/_header.scss */
.top-fixed-box.fixed {
  margin-top: 0;
  -webkit-transition: margin-top .3s linear;
          transition: margin-top .3s linear;
}
/* line 1069, ../sass/_header.scss */
.top-fixed-box .social {
  display: inline-block;
  margin: 0 6px;
  vertical-align: top;
}
/* line 1074, ../sass/_header.scss */
.top-fixed-box .contact-box {
  color: #7f7f7f;
  font-size: 12px;
  margin-top: 11px;
}
/* line 1079, ../sass/_header.scss */
.top-fixed-box .contact-box .phone {
  margin-right: 20px;
}
/* line 1082, ../sass/_header.scss */
.top-fixed-box .contact-box .fa {
  font-size: 14px;
  margin-right: 3px;
}
/* line 1086, ../sass/_header.scss */
.top-fixed-box .contact-box .phone .fa {
  font-size: 20px;
  line-height: 17px;
  vertical-align: top;
}

/******************************************************************************
  Minimized Menu
*******************************************************************************/
/* line 1097, ../sass/_header.scss */
.fixed-header .minimized-menu {
  -webkit-backface-visibility: inherit;
  -webkit-transform: inherit;
}

/* line 1103, ../sass/_header.scss */
.minimized-menu .header-wrapper .right-box {
  float: right;
  width: 50%;
}
/* line 1107, ../sass/_header.scss */
.minimized-menu .header-wrapper .right-box-wrapper {
  text-align: right;
}
/* line 1110, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary {
  display: inline-block;
  float: none;
  margin: 0 0 0 -4px;
  text-align: left;
  vertical-align: top;
  z-index: inherit;
}
/* line 1118, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar {
  margin: 0;
  min-height: inherit;
  position: static;
}
/* line 1123, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: none;
  display: block;
  float: left;
  height: 46px;
  line-height: 15px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-shadow: none;
  z-index: 920;
}
/* line 1139, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar:before {
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(204, 204, 204, 0.8);
  bottom: 8px;
  content: "";
  display: none;
  left: -1px;
  position: absolute;
  top: 7px;
}
/* line 1149, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed {
  background: none;
  border: 1px solid transparent;
  border-bottom: 0 none;
}
/* line 1154, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
  display: block;
}
/* line 1158, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .text {
  color: #1e1e1e;
  float: right;
  line-height: 16px;
  padding: 0 0 0 30px;
}
/* line 1164, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar {
  background: #1e1e1e;
  box-shadow: none;
  border-radius: 0;
  height: 3px;
  margin: 0;
  width: 22px;
}
/* line 1172, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
/* line 1177, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse {
  border: 0 none;
  box-shadow: none;
  left: auto;
  margin: 22px 0 0;
  max-height: inherit;
  overflow: hidden !important;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 200%;
  z-index: 919;
}
/* line 1191, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse {
  display: none !important;
}
/* line 1194, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse.in {
  display: block !important;
}
/* line 1198, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px 0 3px 3px;
  float: none;
  padding: 6px 6px 3px;
}
/* line 1205, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li {
  float: none;
  margin: 0 0 3px;
  padding: 0;
}
/* line 1210, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  padding: 7px 9px 7px 59px;
  text-decoration: none;
}
/* line 1219, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li > a:hover {
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
}
/* line 1227, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent > a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
  background: #f2f2f2;
  position: relative;
}
/* line 1232, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
  display: none;
}
/* line 1235, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a:after {
  display: none;
}
/* line 1238, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
/* line 1245, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
  background: #1e1e1e;
  display: block;
  height: 2px;
  margin: 17px 0 0 15px;
  position: absolute;
  width: 16px;
}
/* line 1253, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
  height: 16px;
  margin: 10px 0 0 22px;
  width: 2px;
}
/* line 1260, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span {
  background: #7f7f7f;
  height: 2px;
  margin: 14px 0 0 38px;
  position: absolute;
  width: 12px;
}
/* line 1268, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span + span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span {
  height: 12px;
  margin: 9px 0 0 43px;
  width: 2px;
}
/* line 1274, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .sub,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
  background: #f7f7f7;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  font-size: 13px;
  left: 0;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0 5px;
  position: relative;
}
/* line 1290, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
  background-color: #e9e9e9;
  border-radius: 0;
}
/* line 1294, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active:hover > a {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
/* line 1301, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a .open-sub span {
  background: #fff;
}
/* line 1304, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active > a .open-sub span + span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box.active .title .open-sub span + span {
  display: none;
}
/* line 1308, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
/* line 1313, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
  line-height: 22px;
}
/* line 1316, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a {
  background: none;
  color: #7f7f7f;
  padding: 4px 9px 4px 60px;
  text-decoration: none;
  width: auto !important;
}
/* line 1323, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a > i {
  color: #1e1e1e;
}
/* line 1327, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
  left: 0;
  margin-left: 10px;
}
/* line 1333, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav li:hover > .sub a {
  background: none;
}
/* line 1338, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
  margin: 0;
  padding: 6px 0 5px;
  width: 100%;
}
/* line 1343, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
  display: block;
}
/* line 1346, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
  display: none;
}
/* line 1349, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
  display: block;
  padding: 0;
  width: 100% !important;
}
/* line 1354, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
  float: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
/* line 1360, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box.closed ul {
  display: none;
  margin-left: 10px;
}
/* line 1366, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
  color: #7f7f7f;
  cursor: pointer;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 4px 9px 4px 60px;
  position: relative;
  text-transform: none;
}
/* line 1377, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
  left: 0;
  float: right;
  position: static;
  top: 0;
}
/* line 1385, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .item-new .before,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
  display: none;
}
/* line 1390, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a .open-sub span {
  background: #fff;
}
/* line 1394, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
  color: #fff;
}
/* line 1399, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary > a {
  border-color: #037ac5;
}
/* line 1402, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success > a {
  border-color: #738d00;
}
/* line 1405, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info > a {
  border-color: #0098ca;
}
/* line 1408, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning > a {
  border-color: #f89406;
}
/* line 1411, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger > a {
  border-color: #c10841;
}
/* line 1414, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse:hover > a {
  background-color: #037ac5;
  border-color: #037ac5;
}
/* line 1421, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse:hover > a {
  background-color: #738d00;
  border-color: #738d00;
}
/* line 1428, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse:hover > a {
  background-color: #0098ca;
  border-color: #0098ca;
}
/* line 1435, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse:hover > a {
  background-color: #f89406;
  border-color: #f89406;
}
/* line 1442, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse:hover > a {
  background-color: #c10841;
  border-color: #c10841;
}
/* line 1450, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
  background: #f7f7f7;
}
/* line 1453, ../sass/_header.scss */
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
  color: #7f7f7f;
}
/* line 1464, ../sass/_header.scss */
.minimized-menu .header-wrapper .cart-header .dropdown-menu {
  margin-top: -1px;
  margin-right: -98px;
}
/* line 1469, ../sass/_header.scss */
.minimized-menu .header-wrapper .cart-header.open .dropdown-toggle:after {
  left: 0;
}
/* line 1474, ../sass/_header.scss */
.minimized-menu .header-wrapper .header-icons {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
/* line 1480, ../sass/_header.scss */
.minimized-menu .header-wrapper .scroll-wrapper > .scroll-content {
  box-sizing: border-box !important;
  height: auto !important;
}
/* line 1485, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
}
/* line 1492, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 1500, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
/* line 1506, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px;
}
/* line 1512, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
/* line 1515, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_outer,
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_track,
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-bar {
  border-radius: 0;
}
/* line 1522, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_track {
  background-color: #ccc;
}
/* line 1525, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-bar {
  background-color: rgba(31, 31, 31, 0.2);
}
/* line 1528, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
/* line 1531, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
/* line 1534, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
/* line 1537, ../sass/_header.scss */
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/* line 1545, ../sass/_header.scss */
.minimized-menu.header-two .header-wrapper .phone-header {
  margin-right: 0;
}
/* line 1548, ../sass/_header.scss */
.minimized-menu.header-two .header-wrapper .phone-active,
.minimized-menu.header-two .header-wrapper .search-active {
  z-index: 1003;
}

/******************************************************************************
  Breadcrumb
*******************************************************************************/
/* line 4, ../sass/_breadcrumb.scss */
.breadcrumb-box {
  background: #f2f2f2;
  overflow: hidden;
}

/* line 8, ../sass/_breadcrumb.scss */
.breadcrumb {
  background: #f2f2f2;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 11px 0;
}
/* line 16, ../sass/_breadcrumb.scss */
.breadcrumb > li {
  line-height: 18px;
  text-shadow: none;
}
/* line 20, ../sass/_breadcrumb.scss */
.breadcrumb > li > a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 25, ../sass/_breadcrumb.scss */
.breadcrumb > li > a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 31, ../sass/_breadcrumb.scss */
.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #7f7f7f;
}

/* line 37, ../sass/_breadcrumb.scss */
.breadcrumb-none {
  height: 10px;
}

/******************************************************************************
  Main
*******************************************************************************/
/* line 4, ../sass/_main.scss */
#main {
  padding: 80px 0;
}
/* line 7, ../sass/_main.scss */
#main.no-padding {
  padding: 0;
}

/* line 11, ../sass/_main.scss */
.page-header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 80px;
  padding: 0;
}
/* line 16, ../sass/_main.scss */
.page-header .title {
  font-weight: normal;
  margin: -4px 0 18px;
  padding: 0;
  position: relative;
}
/* line 22, ../sass/_main.scss */
.page-header .container {
  position: relative;
}
/* line 25, ../sass/_main.scss */
.page-header .container:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 37, ../sass/_main.scss */
.page-header .page-description {
  padding: 0 0 18px;
}

/* line 41, ../sass/_main.scss */
.title-box {
  border-bottom-width: 1px;
  margin-bottom: 40px;
  position: relative;
}
/* line 46, ../sass/_main.scss */
.title-box:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 57, ../sass/_main.scss */
.title-box.text-right:before {
  left: auto;
  right: 0;
}
/* line 61, ../sass/_main.scss */
.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}
/* line 65, ../sass/_main.scss */
.title-box .title {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
/* line 72, ../sass/_main.scss */
.title-box h1.title,
.title-box .h1.title {
  font-size: 24px;
}
/* line 76, ../sass/_main.scss */
.title-box .btn {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 84, ../sass/_main.scss */
.title-box .btn .glyphicon {
  margin: -1px 0 0 3px;
}
/* line 88, ../sass/_main.scss */
.title-box.title-white .title {
  color: #fff;
}

/* line 92, ../sass/_main.scss */
.title-box.no-margin,
.no-margin {
  margin-bottom: 0 !important;
}

/* line 96, ../sass/_main.scss */
.title-box.title-white,
.page-header.white {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 100, ../sass/_main.scss */
.title-box.title-white:before,
.page-header.white .container:before {
  background: #fff;
}

/******************************************************************************
  Carousels
*******************************************************************************/
/* line 5, ../sass/_carousels.scss */
.carousel .col-sm-1,
.carousel .col-sm-2,
.carousel .col-sm-3,
.carousel .col-sm-4,
.carousel .col-sm-5,
.carousel .col-sm-6,
.carousel .col-sm-7,
.carousel .col-sm-8,
.carousel .col-sm-9,
.carousel .col-sm-10,
.carousel .col-sm-11,
.carousel .col-sm-12 {
  display: block;
  float: left;
}
/* line 20, ../sass/_carousels.scss */
.carousel .col-md-1 {
  max-width: 80px;
}
@media (min-width: 1200px) {
  /* line 20, ../sass/_carousels.scss */
  .carousel .col-md-1 {
    max-width: 100px;
  }
}
/* line 26, ../sass/_carousels.scss */
.carousel .col-md-2 {
  max-width: 161px;
}
@media (min-width: 1200px) {
  /* line 26, ../sass/_carousels.scss */
  .carousel .col-md-2 {
    max-width: 200px;
  }
}
/* line 32, ../sass/_carousels.scss */
.carousel .col-md-3 {
  max-width: 242px;
}
@media (min-width: 1200px) {
  /* line 32, ../sass/_carousels.scss */
  .carousel .col-md-3 {
    max-width: 300px;
    width: 300px;
  }
}
/* line 39, ../sass/_carousels.scss */
.carousel .col-md-4 {
  max-width: 323px;
}
@media (min-width: 1200px) {
  /* line 39, ../sass/_carousels.scss */
  .carousel .col-md-4 {
    max-width: 400px;
  }
}
/* line 45, ../sass/_carousels.scss */
.carousel .col-md-5 {
  max-width: 404px;
}
@media (min-width: 1200px) {
  /* line 45, ../sass/_carousels.scss */
  .carousel .col-md-5 {
    max-width: 500px;
  }
}
/* line 51, ../sass/_carousels.scss */
.carousel .col-md-6 {
  max-width: 485px;
}
@media (min-width: 1200px) {
  /* line 51, ../sass/_carousels.scss */
  .carousel .col-md-6 {
    max-width: 600px;
  }
}
/* line 57, ../sass/_carousels.scss */
.carousel .col-md-7 {
  max-width: 565px;
}
@media (min-width: 1200px) {
  /* line 57, ../sass/_carousels.scss */
  .carousel .col-md-7 {
    max-width: 700px;
  }
}
/* line 63, ../sass/_carousels.scss */
.carousel .col-md-8 {
  max-width: 646px;
}
@media (min-width: 1200px) {
  /* line 63, ../sass/_carousels.scss */
  .carousel .col-md-8 {
    max-width: 800px;
  }
}
/* line 69, ../sass/_carousels.scss */
.carousel .col-md-9 {
  max-width: 727px;
}
@media (min-width: 1200px) {
  /* line 69, ../sass/_carousels.scss */
  .carousel .col-md-9 {
    max-width: 900px;
  }
}
/* line 75, ../sass/_carousels.scss */
.carousel .col-md-10 {
  max-width: 808px;
}
@media (min-width: 1200px) {
  /* line 75, ../sass/_carousels.scss */
  .carousel .col-md-10 {
    max-width: 1000px;
  }
}
/* line 81, ../sass/_carousels.scss */
.carousel .col-md-11 {
  max-width: 889px;
}
@media (min-width: 1200px) {
  /* line 81, ../sass/_carousels.scss */
  .carousel .col-md-11 {
    max-width: 1100px;
  }
}
/* line 87, ../sass/_carousels.scss */
.carousel .col-md-12 {
  max-width: 970px;
}
@media (min-width: 1200px) {
  /* line 87, ../sass/_carousels.scss */
  .carousel .col-md-12 {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 94, ../sass/_carousels.scss */
  .carousel .col-sm-1 {
    max-width: 62px;
  }
  /* line 97, ../sass/_carousels.scss */
  .carousel .col-sm-2 {
    max-width: 125px;
  }
  /* line 100, ../sass/_carousels.scss */
  .carousel .col-sm-3 {
    max-width: 187px;
  }
  /* line 103, ../sass/_carousels.scss */
  .carousel .col-sm-4 {
    max-width: 250px;
  }
  /* line 106, ../sass/_carousels.scss */
  .carousel .col-sm-5 {
    max-width: 31px;
  }
  /* line 109, ../sass/_carousels.scss */
  .carousel .col-sm-6 {
    max-width: 375px;
  }
  /* line 112, ../sass/_carousels.scss */
  .carousel .col-sm-7 {
    max-width: 437px;
  }
  /* line 115, ../sass/_carousels.scss */
  .carousel .col-sm-8 {
    max-width: 500px;
  }
  /* line 118, ../sass/_carousels.scss */
  .carousel .col-sm-9 {
    max-width: 562px;
  }
  /* line 121, ../sass/_carousels.scss */
  .carousel .col-sm-10 {
    max-width: 625px;
  }
  /* line 124, ../sass/_carousels.scss */
  .carousel .col-sm-11 {
    max-width: 687px;
  }
  /* line 127, ../sass/_carousels.scss */
  .carousel .col-sm-12 {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  /* line 132, ../sass/_carousels.scss */
  .carousel .col-sm-1,
  .carousel .col-sm-2,
  .carousel .col-sm-3,
  .carousel .col-sm-4 {
    min-width: 160px;
  }
  /* line 138, ../sass/_carousels.scss */
  .carousel .col-sm-5,
  .carousel .col-sm-6,
  .carousel .col-sm-7,
  .carousel .col-sm-8,
  .carousel .col-sm-9,
  .carousel .col-sm-10,
  .carousel .col-sm-11,
  .carousel .col-sm-12 {
    min-width: 300px;
  }
  /* line 148, ../sass/_carousels.scss */
  .carousel .col-md-1,
  .carousel .col-md-2,
  .carousel .col-md-3,
  .carousel .col-md-4,
  .carousel .col-xs-1,
  .carousel .col-xs-2,
  .carousel .col-xs-3,
  .carousel .col-xs-4,
  .carousel .col-xs-5,
  .carousel .col-xs-6,
  .carousel .col-xs-7,
  .carousel .col-xs-8,
  .carousel .col-xs-9,
  .carousel .col-xs-10,
  .carousel .col-xs-11,
  .carousel .col-xs-12 {
    max-width: 300px;
  }
}
/* line 168, ../sass/_carousels.scss */
.carousel [class*="span"].pull-right {
  float: right;
}

/* line 173, ../sass/_carousels.scss */
.carousel-box > * {
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 176, ../sass/_carousels.scss */
.carousel-box .next,
.carousel-box .prev {
  background-color: #ccc;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 193, ../sass/_carousels.scss */
.carousel-box .next:hover,
.carousel-box .prev:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: color .2s linear, background-color .2s linear;
          transition: color .2s linear, background-color .2s linear;
}
/* line 201, ../sass/_carousels.scss */
.carousel-box .next:hover polygon,
.carousel-box .prev:hover polygon {
  fill: #efefef;
}
/* line 205, ../sass/_carousels.scss */
.carousel-box .next *,
.carousel-box .prev * {
  vertical-align: middle;
}
/* line 210, ../sass/_carousels.scss */
.carousel-box .next svg {
  margin-left: 2px;
}
/* line 215, ../sass/_carousels.scss */
.carousel-box .prev svg {
  margin-right: 2px;
}
/* line 220, ../sass/_carousels.scss */
.carousel-box.no-nav .next,
.carousel-box.no-nav .prev {
  display: none;
}
/* line 225, ../sass/_carousels.scss */
.carousel-box .pagination {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
/* line 230, ../sass/_carousels.scss */
.carousel-box .pagination a {
  background: #ececec;
}
/* line 233, ../sass/_carousels.scss */
.carousel-box .pagination a:hover {
  background: #000;
}
/* line 236, ../sass/_carousels.scss */
.carousel-box .pagination a.selected {
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
/* line 242, ../sass/_carousels.scss */
.carousel-box.no-pagination .pagination {
  display: none;
}
/* line 245, ../sass/_carousels.scss */
.carousel-box.load {
    background-image: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/svg/loader.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
/* line 251, ../sass/_carousels.scss */
.carousel-box.load > * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 256, ../sass/_carousels.scss */
.carousel-box.load .carousel > a + a,
.carousel-box.load .carousel > div + div {
  visibility: hidden;
}

/* line 263, ../sass/_carousels.scss */
.carousel-links a {
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 266, ../sass/_carousels.scss */
.carousel-links a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}

/* line 273, ../sass/_carousels.scss */
.caroufredsel_wrapper {
  margin-bottom: 0 !important;
}

/* line 276, ../sass/_carousels.scss */
.overflow {
  overflow: hidden;
}

/* line 280, ../sass/_carousels.scss */
.switches a {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  display: inline-block;
  height: 14px;
  margin: 0 3px;
  width: 14px;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
  text-indent: -9999px;
  vertical-align: top;
}
/* line 292, ../sass/_carousels.scss */
.content .switches a {
  width: 11px;
  height: 11px;
}
/* line 296, ../sass/_carousels.scss */
.switches a:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}
/* line 300, ../sass/_carousels.scss */
.switches a.selected {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}
/* line 305, ../sass/_carousels.scss */
.switches a span {
  display: none;
}

/******************************************************************************
  Sliders
*******************************************************************************/
/* line 4, ../sass/_sliders.scss */
.slider {
  background: #f2f2f2;
  padding: 54px 0;
}
/* line 8, ../sass/_sliders.scss */
.slider > .container {
  position: relative;
}
/* line 11, ../sass/_sliders.scss */
.slider .slid {
  position: relative;
}
/* line 14, ../sass/_sliders.scss */
.slider .slid .slid-img {
  max-height: 550px;
  z-index: 1;
}
/* line 19, ../sass/_sliders.scss */
.slider .slid-content {
  bottom: 93px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 38px 40px 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, ../sass/_sliders.scss */
  .slider .slid-content {
    width: 400px;
  }
}
/* line 34, ../sass/_sliders.scss */
.content .slider .slid-content {
  bottom: 84px;
  padding: 28px 30px 0;
  right: 8px;
  width: 47.333333%;
}
/* line 40, ../sass/_sliders.scss */
.slider .slid-content .title {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 34px;
}
@media (max-width: 480px) {
  /* line 40, ../sass/_sliders.scss */
  .slider .slid-content .title {
    max-height: 42px;
    overflow: hidden;
  }
}
/* line 50, ../sass/_sliders.scss */
.slider .slid-content .descriptions {
  margin: 0 0 37px 0;
}
/* line 53, ../sass/_sliders.scss */
.slider .slid-content .btn {
  background: #f8f8f8;
  color: #1e1e1e;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 60, ../sass/_sliders.scss */
.slider .slid-content .btn:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 67, ../sass/_sliders.scss */
.slider .slider-nav {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.97);
  bottom: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 67, ../sass/_sliders.scss */
  .slider .slider-nav {
    width: 400px;
  }
}
/* line 79, ../sass/_sliders.scss */
.content .slider .slider-nav {
  right: 0;
  width: 47.333333%;
}
/* line 83, ../sass/_sliders.scss */
.slider .slider-nav .nav-box {
  bottom: 33px;
  left: 23px;
  position: absolute;
  right: 23px;
  text-align: center;
  z-index: 4;
}
/* line 91, ../sass/_sliders.scss */
.content .slider .slider-nav .nav-box {
  bottom: 30px;
}
/* line 95, ../sass/_sliders.scss */
.slider .slider-nav .prev,
.slider .slider-nav .next {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #838282;
  display: block;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  width: 60px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 117, ../sass/_sliders.scss */
.content .slider .slider-nav .prev, .content
.slider .slider-nav .next {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
/* line 122, ../sass/_sliders.scss */
.slider .slider-nav .prev *,
.slider .slider-nav .next * {
  vertical-align: middle;
}
/* line 125, ../sass/_sliders.scss */
.slider .slider-nav .prev:hover,
.slider .slider-nav .next:hover {
  background-color: #fff;
  color: #a0a0a0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 131, ../sass/_sliders.scss */
.slider .slider-nav .prev:hover polygon,
.slider .slider-nav .next:hover polygon {
  fill: #9f9f9f;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 138, ../sass/_sliders.scss */
.slider .slider-nav .next {
  left: auto;
  margin-left: 2px;
  right: 0;
}
/* line 143, ../sass/_sliders.scss */
.slider .slider-nav .prev {
  margin-right: 2px;
}
/* line 146, ../sass/_sliders.scss */
.slider .slider-nav .pagination {
  padding: 0 65px;
  text-align: center;
}
/* line 150, ../sass/_sliders.scss */
.content .slider .slider-nav .pagination {
  margin: 5px 0;
}
/* line 156, ../sass/_sliders.scss */
.slider.load .sliders-box > .col-md-12 + .col-md-12 {
  display: none;
}

/* line 161, ../sass/_sliders.scss */
.slider .container:hover .slider-nav .prev,
.slider .container:hover .slider-nav .next,
.page-slider:hover .slider-nav .prev,
.page-slider:hover .slider-nav .next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* line 171, ../sass/_sliders.scss */
.progressive-slider .slider-nav .pagination a {
  vertical-align: middle;
}

/* line 174, ../sass/_sliders.scss */
.page-slider {
  background: none;
  padding: 0;
  position: relative;
}

/* line 180, ../sass/_sliders.scss */
.progressive-slider-two .sliders-container {
  margin: 0 -15px 0 15px;
  padding: 0;
  position: relative;
}
/* line 185, ../sass/_sliders.scss */
.progressive-slider-two .pagination {
  bottom: 0;
  left: 0;
  margin: 0 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 193, ../sass/_sliders.scss */
.progressive-slider-two .pagination a {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.5);
}
/* line 197, ../sass/_sliders.scss */
.progressive-slider-two .pagination a:hover, .progressive-slider-two .pagination a.selected {
  background: #1e1e1e;
}
/* line 203, ../sass/_sliders.scss */
.progressive-slider-two .slider-banners {
  display: table;
  height: 100%;
  table-layout: fixed;
}
/* line 208, ../sass/_sliders.scss */
.progressive-slider-two .slider-banners .banner {
  background: #f6a232;
  display: table-row;
  height: 33.33333333%;
}
/* line 213, ../sass/_sliders.scss */
.progressive-slider-two .slider-banners .banner:nth-child(1) {
  background: #ee485c;
}
/* line 216, ../sass/_sliders.scss */
.progressive-slider-two .slider-banners .banner:nth-child(2) {
  background: #65a93c;
}
/* line 222, ../sass/_sliders.scss */
.progressive-slider-two.load .sliders-box img + img {
  display: none;
}

/* line 227, ../sass/_sliders.scss */
.progressive-slider-three .slider-wrapper {
  border: solid 6px #fff;
  border-radius: 6px;
}

/* line 231, ../sass/_sliders.scss */
.progressive-slider-three.load .slider-wrapper img + img,
.progressive-slider-four.load .slider-wrapper img + img {
  display: none;
}

/* line 235, ../sass/_sliders.scss */
.progressive-slider-four {
  background: none;
  padding: 0;
  position: relative;
}
/* line 240, ../sass/_sliders.scss */
.progressive-slider-four .prev,
.progressive-slider-four .next {
  color: #fff;
  font-size: 40px;
  left: 30px;
  line-height: 1;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
/* line 250, ../sass/_sliders.scss */
.progressive-slider-four .next {
  left: auto;
  right: 30px;
}

/* line 255, ../sass/_sliders.scss */
.content .progressive-slider .container {
  padding: 0;
  width: 100% !important;
}

/* line 259, ../sass/_sliders.scss */
.content .slider.progressive-slider {
  padding: 0;
}

/* Slider Revolution */
/* line 263, ../sass/_sliders.scss */
.slider.rs-slider {
  background: none;
  border: 0 none;
  max-height: 500px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 271, ../sass/_sliders.scss */
.slider.rs-slider.load .tp-banner-container {
  visibility: hidden;
}
/* line 274, ../sass/_sliders.scss */
.slider.rs-slider .container {
  position: relative;
}
/* line 277, ../sass/_sliders.scss */
.slider.rs-slider .title {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
/* line 283, ../sass/_sliders.scss */
.slider.rs-slider .description {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0 15px;
  white-space: normal;
}
/* line 291, ../sass/_sliders.scss */
.slider.rs-slider .btn {
  color: #fff;
}
/* line 294, ../sass/_sliders.scss */
.slider.rs-slider .btn.orang {
  background: #ea4e16;
  border-right: #ea4e16;
}
/* line 298, ../sass/_sliders.scss */
.slider.rs-slider .btn.cherry {
  background: #752033;
  border-color: #752033;
}
/* line 303, ../sass/_sliders.scss */
.slider.rs-slider .phone-text {
  color: #fff;
  font-size: 17px;
}
/* line 307, ../sass/_sliders.scss */
.slider.rs-slider .tp-bullets.simplebullets .bullet {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  box-shadow: none;
  border: 0 none !important;
  display: inline-block;
  height: 14px;
  float: none;
  margin: 0 3px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: top;
  width: 14px;
}
/* line 325, ../sass/_sliders.scss */
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 330, ../sass/_sliders.scss */
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* line 336, ../sass/_sliders.scss */
.slider.rs-slider .tparrows {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.5);
  border-radius: 5px;
  cursor: pointer;
  height: 40px !important;
  width: 40px !important;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  -webkit-transition: opacity 0.2s ease-out;
  -webkit-transform: inherit;
  z-index: 50 !important;
}
/* line 350, ../sass/_sliders.scss */
.slider.rs-slider .tparrows:before {
  font-family: 'revicons';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 6px;
  text-align: center;
  width: 40px;
  font-size: 19px;
}
/* line 364, ../sass/_sliders.scss */
.slider.rs-slider .tparrows:hover {
  background: #1e1e1e;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
/* line 385, ../sass/_sliders.scss */
.slider.rs-slider.full-width {
  max-height: inherit;
}
/* line 388, ../sass/_sliders.scss */
.slider.rs-slider.full-width .title {
  font-size: 60px;
  line-height: 0.9;
}
/* line 392, ../sass/_sliders.scss */
.slider.rs-slider.full-width .btn-link {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
}
/* line 400, ../sass/_sliders.scss */
.slider.rs-slider.full-width .btn-link .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 180%;
  height: 36px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 0 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
/* line 415, ../sass/_sliders.scss */
.slider.rs-slider.full-width .btn-link:hover {
  opacity: .8;
}
/* line 419, ../sass/_sliders.scss */
.slider.rs-slider.full-width .tp-rightarrow,
.slider.rs-slider.full-width .tp-leftarrow {
  display: none !important;
}

/* line 425, ../sass/_sliders.scss */
.rs-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 430, ../sass/_sliders.scss */
.tp-bannertimer {
  background: #777 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  height: 5px !important;
}

/* line 435, ../sass/_sliders.scss */
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0;
}

/* line 439, ../sass/_sliders.scss */
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px;
}

/* line 442, ../sass/_sliders.scss */
.tp-leftarrow:before {
  content: '\e824';
}

/* line 445, ../sass/_sliders.scss */
.tp-rightarrow:before {
  content: '\e825';
}

/* line 448, ../sass/_sliders.scss */
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
  color: #000 !important;
}

/* line 453, ../sass/_sliders.scss */
.slider4container .tparrows {
  background: #fff !important;
  background: rgba(255, 255, 255, 0.5) !important;
}

/* line 457, ../sass/_sliders.scss */
.slider4container .tparrows:hover {
  background: #fff !important;
}

/* line 460, ../sass/_sliders.scss */
.layerslider {
  margin: 0 auto;
}


/* line 478, ../sass/_sliders.scss */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #f2f2f2;
}

/* line 485, ../sass/_sliders.scss */
.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}

/* line 493, ../sass/_sliders.scss */
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
/* line 505, ../sass/_sliders.scss */
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
/* line 511, ../sass/_sliders.scss */
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
/* line 515, ../sass/_sliders.scss */
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

/* line 520, ../sass/_sliders.scss */
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto;
}

/* line 527, ../sass/_sliders.scss */
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
/* line 541, ../sass/_sliders.scss */
.photosBy a {
  color: #000;
}

/* line 545, ../sass/_sliders.scss */
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

/* line 549, ../sass/_sliders.scss */
.layer-slider {
  overflow: hidden;
}

/* Metro Box */
/* line 553, ../sass/_sliders.scss */
.metro-banners {
  background: #b3768e;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b3768e), color-stop(100%, #54638e));
  background: -webkit-linear-gradient(left, #b3768e 0%, #54638e 100%);
  background: linear-gradient(to right, #b3768e 0%, #54638e 100%);
  padding: 54px 0 24px;
}
/* line 563, ../sass/_sliders.scss */
.metro-banners .banner {
  margin-bottom: 30px;
  text-align: center;
}
/* line 567, ../sass/_sliders.scss */
.metro-banners .banner img {
  box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.5);
}

/* line 574, ../sass/_sliders.scss */
.banner {
  display: block;
  text-align: center;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 580, ../sass/_sliders.scss */
.banner:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/******************************************************************************
  Sidebar
*******************************************************************************/
/* line 4, ../sass/_sidebar.scss */
.sidebar {
  /* Menu */
  /* Shop By */
  /* List */
  /* Specials */
  /* Community Poll */
  /* Compare Products */
  /* Newsletter */
  /* Recommended */
  /* Tags */
  /* Links */
  /* Calendar */
  /* Datepicker */
  /* Other */
}
/* line 5, ../sass/_sidebar.scss */
.sidebar .widget {
  margin: 0 0 80px;
}
/* line 8, ../sass/_sidebar.scss */
.sidebar .widget:last-child {
  margin-bottom: 0;
}
/* line 11, ../sass/_sidebar.scss */
.sidebar .widget ol,
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 17, ../sass/_sidebar.scss */
.sidebar .widget header,
.sidebar .widget .title-block {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  padding: 0 0 15px;
  position: relative;
}
/* line 24, ../sass/_sidebar.scss */
.sidebar .widget header:before,
.sidebar .widget .title-block:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 35, ../sass/_sidebar.scss */
.sidebar .widget header .title,
.sidebar .widget .title-block .title {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
/* line 43, ../sass/_sidebar.scss */
.sidebar .widget .subtitle {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 25px;
}
/* line 49, ../sass/_sidebar.scss */
.sidebar .whats-news {
  margin-bottom: 40px;
  overflow: hidden;
}
/* line 53, ../sass/_sidebar.scss */
.sidebar .whats-news header {
  margin: 0;
}
/* line 58, ../sass/_sidebar.scss */
.sidebar .carousel-box header .title {
  line-height: 40px;
}
/* line 61, ../sass/_sidebar.scss */
.sidebar .carousel-box .product {
  display: block;
  float: left;
  margin: 40px 15px;
}
/* line 67, ../sass/_sidebar.scss */
.sidebar .action {
  overflow: hidden;
}
/* line 70, ../sass/_sidebar.scss */
.sidebar .action .clear-all {
  float: left;
  font-size: 14px;
  line-height: 40px;
  text-transform: none;
}
/* line 76, ../sass/_sidebar.scss */
.sidebar .action .clear-all.close {
  font-size: 20px;
  line-height: 38px;
}
/* line 80, ../sass/_sidebar.scss */
.sidebar .action .clear-all span {
  font-size: 14px;
  line-height: 39px;
  margin: 0 0 0 2px;
  vertical-align: middle;
}
/* line 87, ../sass/_sidebar.scss */
.sidebar .action .btn {
  float: right;
}
/* line 91, ../sass/_sidebar.scss */
.sidebar .more {
  color: #7f7f7f;
  font-size: 12px;
  margin: 5px 0 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 98, ../sass/_sidebar.scss */
.sidebar .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-decoration: none;
}
/* line 107, ../sass/_sidebar.scss */
.sidebar .menu li {
  margin: 0 0 3px;
}
/* line 110, ../sass/_sidebar.scss */
.sidebar .menu li a {
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  color: #1e1e1e;
  display: block;
  padding: 9px 9px 9px 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 120, ../sass/_sidebar.scss */
.sidebar .menu li a:before {
  background: #e1e1e1;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
}
/* line 131, ../sass/_sidebar.scss */
.sidebar .menu li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 137, ../sass/_sidebar.scss */
.sidebar .menu li > a .item-icon {
  left: 15px;
  position: absolute;
  top: 13px;
}
/* line 143, ../sass/_sidebar.scss */
.sidebar .menu li.active > a {
  background-color: #1e1e1e;
  color: #fff;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 148, ../sass/_sidebar.scss */
.sidebar .menu li.active > a:before {
  background: #444;
  background: rgba(255, 255, 255, 0.2);
}
/* line 156, ../sass/_sidebar.scss */
.sidebar .menu li.parent > a .open-sub {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
/* line 164, ../sass/_sidebar.scss */
.sidebar .menu li.parent > a .open-sub:before, .sidebar .menu li.parent > a .open-sub:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
/* line 176, ../sass/_sidebar.scss */
.sidebar .menu li.parent > a .open-sub:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
/* line 186, ../sass/_sidebar.scss */
.sidebar .menu li.parent.active > a .open-sub:before, .sidebar .menu li.parent.active > a .open-sub:after {
  background: #fff;
}
/* line 190, ../sass/_sidebar.scss */
.sidebar .menu li.parent.active > a .open-sub:after {
  display: none;
}
/* line 198, ../sass/_sidebar.scss */
.sidebar .menu .sub {
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px 0 4px 5px;
}
/* line 203, ../sass/_sidebar.scss */
.sidebar .menu .sub li {
  margin: 0;
}
/* line 206, ../sass/_sidebar.scss */
.sidebar .menu .sub li a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 9px 4px 60px;
}
/* line 212, ../sass/_sidebar.scss */
.sidebar .menu .sub li a:before {
  display: none;
}
/* line 215, ../sass/_sidebar.scss */
.sidebar .menu .sub li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 221, ../sass/_sidebar.scss */
.sidebar .menu .sub li.parent > a .open-sub {
  left: 10px;
}
/* line 224, ../sass/_sidebar.scss */
.sidebar .menu .sub li.parent > a .open-sub:before, .sidebar .menu .sub li.parent > a .open-sub:after {
  background: #7f7f7f;
  margin: 14px 0 0 22px;
  width: 12px;
}
/* line 230, ../sass/_sidebar.scss */
.sidebar .menu .sub li.parent > a .open-sub:after {
  height: 12px;
  margin: 9px 0 0 27px;
  width: 2px;
}
/* line 237, ../sass/_sidebar.scss */
.sidebar .menu .sub li :not(.active) > a .item-icon {
  opacity: .5;
  filter: alpha(opacity=50);
}
/* line 242, ../sass/_sidebar.scss */
.sidebar .menu .sub .active > a {
  background: none;
  color: #000;
}
/* line 246, ../sass/_sidebar.scss */
.sidebar .menu .sub .sub {
  background: none;
}
/* line 253, ../sass/_sidebar.scss */
.sidebar .section + .section {
  border-top-width: 1px;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
/* line 258, ../sass/_sidebar.scss */
.sidebar .section li {
  color: #7f7f7f;
  line-height: 18px;
  overflow: hidden;
}
/* line 263, ../sass/_sidebar.scss */
.sidebar .section li + li {
  margin: 12px 0 0;
}
/* line 266, ../sass/_sidebar.scss */
.sidebar .section li > a:not(.close) {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-decoration: none;
}
/* line 271, ../sass/_sidebar.scss */
.sidebar .section li > a:not(.close):hover, .sidebar .section li > a:not(.close):focus {
  opacity: .8;
  text-decoration: none;
}
/* line 277, ../sass/_sidebar.scss */
.sidebar .section li .fa {
  color: #7f7f7f;
}
/* line 281, ../sass/_sidebar.scss */
.sidebar .section li > span:after {
  color: #7f7f7f;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  display: inline-block;
  font-size: .5em;
  line-height: 40px;
  margin: -10px 16px 0 5px;
  pointer-events: none;
  position: absolute;
}
/* line 291, ../sass/_sidebar.scss */
.sidebar .section li > span span {
  color: #1e1e1e;
}
/* line 296, ../sass/_sidebar.scss */
.sidebar .section .selected li {
  margin: 0 0 8px;
  padding: 0 16px 0 0;
  position: relative;
}
/* line 301, ../sass/_sidebar.scss */
.sidebar .section .selected li .close {
  bottom: 2px;
  font-size: 20px;
  padding: 0 2px;
  position: absolute;
  right: 0px;
}
/* line 312, ../sass/_sidebar.scss */
.sidebar .list ul {
  margin-bottom: 0;
}
/* line 315, ../sass/_sidebar.scss */
.sidebar .list ul li {
  padding: 4px 0;
}
/* line 318, ../sass/_sidebar.scss */
.sidebar .list ul li a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 323, ../sass/_sidebar.scss */
.sidebar .list ul li a:hover, .sidebar .list ul li a:focus {
  opacity: .8;
  text-decoration: none;
}
/* line 329, ../sass/_sidebar.scss */
.sidebar .list ul li span {
  color: #7f7f7f;
}
/* line 337, ../sass/_sidebar.scss */
.sidebar .specials li {
  padding: 24px 0;
}
/* line 340, ../sass/_sidebar.scss */
.sidebar .specials li:first-child {
  padding-top: 0;
}
/* line 343, ../sass/_sidebar.scss */
.sidebar .specials li:last-child {
  padding-bottom: 0;
}
/* line 346, ../sass/_sidebar.scss */
.sidebar .specials li + li {
  border-top-width: 1px;
}
/* line 349, ../sass/_sidebar.scss */
.sidebar .specials li .product-image {
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  float: left;
  height: 74px;
  margin: 0 15px 1px 0;
  overflow: hidden;
  width: 74px;
}
/* line 359, ../sass/_sidebar.scss */
.sidebar .specials li .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 4px;
  padding-left: 85px;
}
/* line 366, ../sass/_sidebar.scss */
.sidebar .specials li .price-box {
  font-size: 16px;
  line-height: 22px;
  padding-left: 85px;
}
/* line 371, ../sass/_sidebar.scss */
.sidebar .specials li .rating-box {
  margin: 3px 0 14px 85px;
  overflow: hidden;
}
/* line 379, ../sass/_sidebar.scss */
.sidebar .poll strong {
  display: block;
  margin-bottom: 21px;
}
/* line 383, ../sass/_sidebar.scss */
.sidebar .poll ul {
  margin: 0;
  padding: 0 0 27px;
}
/* line 387, ../sass/_sidebar.scss */
.sidebar .poll li {
  margin-bottom: 11px;
}
/* line 393, ../sass/_sidebar.scss */
.sidebar .compare-products ul {
  margin: 0;
  padding: 0 0 17px;
}
/* line 397, ../sass/_sidebar.scss */
.sidebar .compare-products ul li {
  margin: 0 0 8px;
  overflow: hidden;
  padding: 0 16px 0 0;
  position: relative;
}
/* line 403, ../sass/_sidebar.scss */
.sidebar .compare-products ul li .title {
  color: #1e1e1e;
  padding-right: 2px;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-decoration: none;
}
/* line 409, ../sass/_sidebar.scss */
.sidebar .compare-products ul li .title:hover, .sidebar .compare-products ul li .title:focus {
  opacity: .8;
  text-decoration: none;
}
/* line 414, ../sass/_sidebar.scss */
.sidebar .compare-products ul li .title:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  display: inline-block;
  font-size: .5em;
  line-height: 40px;
  margin: -6px 16px 0 5px;
  pointer-events: none;
  position: absolute;
}
/* line 424, ../sass/_sidebar.scss */
.sidebar .compare-products ul li .close {
  bottom: 2px;
  font-size: 20px;
  padding: 0 2px;
  position: absolute;
  right: 0px;
}
/* line 436, ../sass/_sidebar.scss */
.sidebar .wishlist li {
  padding: 0 46px 0 0;
}
/* line 440, ../sass/_sidebar.scss */
.sidebar .wishlist li .title:after {
  margin-right: 40px !important;
}
/* line 445, ../sass/_sidebar.scss */
.sidebar .wishlist .add-cart {
  bottom: 3px;
  color: #7f7f7f;
  height: 16px;
  padding: 0 3px;
  position: absolute;
  right: 18px;
}
/* line 453, ../sass/_sidebar.scss */
.sidebar .wishlist .add-cart path {
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 457, ../sass/_sidebar.scss */
.sidebar .wishlist .add-cart:hover path {
  fill: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 466, ../sass/_sidebar.scss */
.sidebar .newsletter form {
  margin: 5px 0 0;
  position: relative;
}
/* line 470, ../sass/_sidebar.scss */
.sidebar .newsletter input {
  margin: 0;
  padding-right: 43px;
}
/* line 475, ../sass/_sidebar.scss */
.sidebar .newsletter input:focus + .submit {
  color: #000;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 481, ../sass/_sidebar.scss */
.sidebar .newsletter .submit {
  background: none;
  color: #ccc;
  height: 38px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
}
/* line 492, ../sass/_sidebar.scss */
.sidebar .newsletter .submit .glyphicon {
  line-height: 20px;
}
/* line 498, ../sass/_sidebar.scss */
.sidebar .banners {
  overflow: hidden;
}
/* line 501, ../sass/_sidebar.scss */
.sidebar .banners .slide {
  float: left;
  max-width: 270px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 501, ../sass/_sidebar.scss */
  .sidebar .banners .slide {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 501, ../sass/_sidebar.scss */
  .sidebar .banners .slide {
    width: 165px;
  }
}
/* line 516, ../sass/_sidebar.scss */
.sidebar .banners .banner-text {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.65);
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 58px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 516, ../sass/_sidebar.scss */
  .sidebar .banners .banner-text {
    padding: 10px;
  }
}
/* line 531, ../sass/_sidebar.scss */
.sidebar .banners .banner-text .title {
  font-size: 20px;
  margin: 0;
}
/* line 535, ../sass/_sidebar.scss */
.sidebar .banners .banner-text p {
  line-height: 18px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 535, ../sass/_sidebar.scss */
  .sidebar .banners .banner-text p {
    display: none;
  }
}
/* line 546, ../sass/_sidebar.scss */
.sidebar .tags ul {
  margin: 0;
}
/* line 549, ../sass/_sidebar.scss */
.sidebar .tags li {
  float: left;
  margin: 0 3px 3px 0;
}
/* line 553, ../sass/_sidebar.scss */
.sidebar .tags a {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.7);
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 566, ../sass/_sidebar.scss */
.sidebar .tags a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 574, ../sass/_sidebar.scss */
.sidebar .links li {
  line-height: 21px;
}
/* line 577, ../sass/_sidebar.scss */
.sidebar .links a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 582, ../sass/_sidebar.scss */
.sidebar .links a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 589, ../sass/_sidebar.scss */
.sidebar .calendar-wrap {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
/* line 595, ../sass/_sidebar.scss */
.sidebar .calendar-wrap table {
  margin: 0;
}
/* line 598, ../sass/_sidebar.scss */
.sidebar .calendar-wrap table td,
.sidebar .calendar-wrap table th {
  padding: 3px;
  text-align: center;
}
/* line 604, ../sass/_sidebar.scss */
.sidebar .calendar-wrap caption {
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
/* line 612, ../sass/_sidebar.scss */
.sidebar .calendar-wrap tfoot td {
  border: 0 none;
}
/* line 615, ../sass/_sidebar.scss */
.sidebar .calendar-wrap tfoot a {
  text-decoration: none;
}
/* line 618, ../sass/_sidebar.scss */
.sidebar .calendar-wrap tfoot a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 629, ../sass/_sidebar.scss */
.sidebar .calendar .datepicker-box .datepicker {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  padding: 0;
  width: 270px;
  max-width: 100%;
}
/* line 636, ../sass/_sidebar.scss */
.sidebar .calendar .datepicker-box .datepicker table {
  width: 100%;
  max-width: 100%;
}
/* line 644, ../sass/_sidebar.scss */
.sidebar .facebook-widget .fb-like-box {
  border: 1px solid #e1e1e1;
  max-width: 270px;
  width: 100%;
}
/* line 649, ../sass/_sidebar.scss */
.sidebar .facebook-widget .fb-like-box > span {
  max-width: 100% !important;
}

/* line 657, ../sass/_sidebar.scss */
.product-bottom .related-products header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  padding: 0 0 15px;
  position: relative;
}
/* line 663, ../sass/_sidebar.scss */
.product-bottom .related-products header:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 674, ../sass/_sidebar.scss */
.product-bottom .related-products header h3 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

/* line 685, ../sass/_sidebar.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #037ac5;
}

/* line 711, ../sass/_sidebar.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #f89406;
  color: #fff;
}

/******************************************************************************
  Shop
*******************************************************************************/
/* line 5, ../sass/_shop.scss */
.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 10, ../sass/_shop.scss */
.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}

/* line 17, ../sass/_shop.scss */
.product-image {
  background: #f2f2f2;
  display: inline-block;
  line-height: 0;
}
/* line 22, ../sass/_shop.scss */
.product-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 27, ../sass/_shop.scss */
.product-image:hover > img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 32, ../sass/_shop.scss */
.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 40, ../sass/_shop.scss */
.price-box .price-label {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 14px;
}
/* line 46, ../sass/_shop.scss */
.price-box .emergence .price {
  display: none;
}
/* line 49, ../sass/_shop.scss */
.price-box .emergence .emergence-price {
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: middle;
}

/* line 56, ../sass/_shop.scss */
.price-old {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
/* line 62, ../sass/_shop.scss */
.price-old:before {
  background: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
      transform: rotate(330deg);
  width: 100%;
}

/* line 76, ../sass/_shop.scss */
.sale {
  border-top: 56px solid #f89406;
  border-right: 56px solid transparent;
  display: block;
  height: 0;
  line-height: 22px;
  position: absolute;
  width: 0;
  z-index: 1;
  -webkit-transform: translateZ(0px);
}
/* line 87, ../sass/_shop.scss */
.sale:before {
  color: #fff;
  content: "Sale";
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: -46px 0 0 5px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
/* line 98, ../sass/_shop.scss */
.sale.top {
  border-top: 56px solid #738d00;
}
/* line 101, ../sass/_shop.scss */
.sale.top:before {
  content: "Top";
}
/* line 105, ../sass/_shop.scss */
.sale.new {
  border-top: 56px solid #c10841;
}
/* line 108, ../sass/_shop.scss */
.sale.new:before {
  content: "New";
}
/* line 112, ../sass/_shop.scss */
.sale.best {
  border-top: 56px solid #0098ca;
}
/* line 115, ../sass/_shop.scss */
.sale.best:before {
  content: "Best";
}

/* line 121, ../sass/_shop.scss */
.product-remove {
  color: #7f7f7f;
  height: 16px;
  text-decoration: none;
  width: 16px;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 128, ../sass/_shop.scss */
.product-remove:hover {
  color: #1e1e1e;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 132, ../sass/_shop.scss */
.product-remove path {
  fill: currentColor;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 136, ../sass/_shop.scss */
.product-remove i {
  font-size: 16px;
}

/* One product */
/* line 141, ../sass/_shop.scss */
.product {
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 153, ../sass/_shop.scss */
  .product.col-md-3, .col-md-3 > .product {
    max-width: 242px;
  }
}
/* line 158, ../sass/_shop.scss */
.product.product-mini {
  min-width: 180px;
}
/* line 161, ../sass/_shop.scss */
.carousel .product.product-mini {
  width: 200px;
}
/* line 165, ../sass/_shop.scss */
.carousel .product.rotation {
  margin-top: 40px;
}
/* line 168, ../sass/_shop.scss */
.product .default {
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
/* line 174, ../sass/_shop.scss */
.product .product-image {
  display: block;
  line-height: 0;
  margin: 0;
}
/* line 179, ../sass/_shop.scss */
.product .limit-offer {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  bottom: 72px;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 10px 0 13px;
  position: absolute;
  right: 0;
  width: auto !important;
}
/* line 192, ../sass/_shop.scss */
.product .limit-offer .title {
  margin: 0 0 3px;
}
/* line 195, ../sass/_shop.scss */
.product .limit-offer .county-days-wrapper,
.product .limit-offer .county-hours-wrapper,
.product .limit-offer .county-minutes-wrapper,
.product .limit-offer .county-seconds-wrapper {
  box-sizing: content-box;
  display: inline-block;
  font-size: 30px;
  height: 26px;
  overflow: hidden;
  padding: 0 7px 2px 6px;
  position: relative;
  text-align: center;
}
/* line 208, ../sass/_shop.scss */
.product .limit-offer .county-days-wrapper span,
.product .limit-offer .county-hours-wrapper span,
.product .limit-offer .county-minutes-wrapper span,
.product .limit-offer .county-seconds-wrapper span {
  opacity: 1 !important;
}
/* line 212, ../sass/_shop.scss */
.product .limit-offer .county-days-wrapper:before,
.product .limit-offer .county-hours-wrapper:before,
.product .limit-offer .county-minutes-wrapper:before {
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
}
/* line 225, ../sass/_shop.scss */
.product .limit-offer .county-days,
.product .limit-offer .county-hours,
.product .limit-offer .county-minutes,
.product .limit-offer .county-seconds {
  font-size: 30px;
  left: 0;
  right: 0;
}
/* line 233, ../sass/_shop.scss */
.product .limit-offer .county-label-days,
.product .limit-offer .county-label-hours,
.product .limit-offer .county-label-minutes,
.product .limit-offer .county-label-seconds {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  text-align: center;
  text-transform: lowercase;
}
/* line 242, ../sass/_shop.scss */
.product .limit-offer .county-label-days i,
.product .limit-offer .county-label-hours i,
.product .limit-offer .county-label-minutes i,
.product .limit-offer .county-label-seconds i {
  display: none;
}
/* line 246, ../sass/_shop.scss */
.product .limit-offer .loaded {
  box-sizing: content-box;
  padding-left: 7px;
  padding-right: 6px;
  position: absolute;
}
/* line 253, ../sass/_shop.scss */
.product .actions.not-rotation-actions {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
  z-index: 1;
}
/* line 265, ../sass/_shop.scss */
.product .actions.not-rotation-actions + .product-description .limit-offer {
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
}
/* line 270, ../sass/_shop.scss */
.product:hover .actions.not-rotation-actions {
  bottom: 72px;
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
}
/* line 274, ../sass/_shop.scss */
.product:hover .actions.not-rotation-actions + .product-description .limit-offer {
  bottom: 144px;
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
}
/* line 280, ../sass/_shop.scss */
.product .product-description {
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
/* line 293, ../sass/_shop.scss */
.product .product-description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
/* line 301, ../sass/_shop.scss */
.product .product-name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
/* line 308, ../sass/_shop.scss */
.product .product-name a {
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 312, ../sass/_shop.scss */
.product .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 319, ../sass/_shop.scss */
.products-tab .product .product-name {
  text-transform: none;
}
/* line 323, ../sass/_shop.scss */
.product .product .price {
  font-weight: bold;
}
/* line 326, ../sass/_shop.scss */
.product .product-hover {
  background: #1e1e1e;
  border-radius: 3px;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 0;
  padding: 16px 20px 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
/* line 341, ../sass/_shop.scss */
.product .product-hover .product-name {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 7px;
}
/* line 347, ../sass/_shop.scss */
.product .product-hover .product-name a {
  color: #fff;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 351, ../sass/_shop.scss */
.product .product-hover .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-decoration: none;
}
/* line 359, ../sass/_shop.scss */
.product .product-hover .price {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 24px;
}
/* line 365, ../sass/_shop.scss */
.product .product-hover .product-image {
  background: #f7f7f7;
  border-radius: 2px;
  display: block;
  height: 70px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  padding: 0;
  position: relative;
  width: 70px;
  z-index: 1;
}
/* line 378, ../sass/_shop.scss */
.product .product-hover .product-image img {
  background: #f7f7f7;
  border-radius: 2px;
}
/* line 383, ../sass/_shop.scss */
.product .product-hover ul {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  padding: 0;
}
/* line 389, ../sass/_shop.scss */
    .product .product-hover ul li {
        background-image: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/svg/check-icon.svg"), none;
        background-repeat: no-repeat;
        background-position: 0 5px;
        line-height: 20px;
        list-style: none;
        padding: 0 0 0 15px;
        position: relative;
    }
/* line 401, ../sass/_shop.scss */
.product:hover .product-hover {
  display: block;
  -webkit-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}
/* line 407, ../sass/_shop.scss */
.product.col-md-1 .product-hover, .product.col-md-2 .product-hover, .product.col-md-3 .product-hover, .product.col-md-4 .product-hover, .product.col-md-5 .product-hover, .product.col-md-6 .product-hover, .product.col-md-7 .product-hover, .product.col-md-8 .product-hover, .product.col-md-9 .product-hover, .product.col-md-10 .product-hover, .product.col-md-11 .product-hover, .product.col-md-11 .product-hover {
  left: 15px;
  right: 15px;
}
/* line 422, ../sass/_shop.scss */
.product .actions {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 429, ../sass/_shop.scss */
.product .actions a {
  background: #fff;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 54px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 441, ../sass/_shop.scss */
.product .actions a + a {
  border-left-width: 1px;
}
/* line 444, ../sass/_shop.scss */
.product .actions a:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 448, ../sass/_shop.scss */
.product .actions a i {
  color: #1e1e1e;
  line-height: 57px;
}
/* line 452, ../sass/_shop.scss */
.product .actions a i:before {
  font-size: 16px;
  width: auto;
}
/* line 458, ../sass/_shop.scss */
.product .actions .add-cart {
  border-radius: 3px 0 0 3px;
}
/* line 461, ../sass/_shop.scss */
.product .actions .add-compare {
  border-radius: 0 3px 3px 0;
}
/* line 466, ../sass/_shop.scss */
.product.product-danger .product-hover,
.product.product-danger .limit-offer,
.product.product-danger .actions.not-rotation-actions {
  background-color: #c10841;
}
/* line 471, ../sass/_shop.scss */
.product.product-danger .limit-offer,
.product.product-danger .actions.not-rotation-actions {
  background-color: rgba(193, 8, 65, 0.9);
}
/* line 475, ../sass/_shop.scss */
.product.product-danger .actions a svg path {
  fill: #c10841;
}
/* line 480, ../sass/_shop.scss */
.product.product-success .product-hover,
.product.product-success .limit-offer,
.product.product-success .actions.not-rotation-actions {
  background-color: #738d00;
}
/* line 485, ../sass/_shop.scss */
.product.product-success .limit-offer,
.product.product-success .actions.not-rotation-actions {
  background-color: rgba(115, 141, 0, 0.9);
}
/* line 489, ../sass/_shop.scss */
.product.product-success .actions a svg path {
  fill: #738d00;
}
/* line 494, ../sass/_shop.scss */
.product.product-info .product-hover,
.product.product-info .limit-offer,
.product.product-info .actions.not-rotation-actions {
  background-color: #0098ca;
}
/* line 499, ../sass/_shop.scss */
.product.product-info .limit-offer,
.product.product-info .actions.not-rotation-actions {
  background-color: rgba(0, 152, 202, 0.9);
}
/* line 503, ../sass/_shop.scss */
.product.product-info .actions a svg path {
  fill: #0098ca;
}
/* line 508, ../sass/_shop.scss */
.product.product-warning .product-hover,
.product.product-warning .limit-offer,
.product.product-warning .actions.not-rotation-actions {
  background-color: #f89406;
}
/* line 513, ../sass/_shop.scss */
.product.product-warning .limit-offer,
.product.product-warning .actions.not-rotation-actions {
  background-color: rgba(248, 148, 6, 0.9);
}
/* line 517, ../sass/_shop.scss */
.product.product-warning .actions a svg path {
  fill: #f89406;
}

/* line 523, ../sass/_shop.scss */
.double-product {
  min-width: 240px;
}
/* line 526, ../sass/_shop.scss */
.double-product .product.rotation {
  min-width: 210px;
}
/* line 529, ../sass/_shop.scss */
.carousel .double-product .product.rotation + .product.rotation {
  margin-top: 0;
}

/* line 534, ../sass/_shop.scss */
.county-label-days i,
.county-label-hours i,
.county-label-minutes i,
.county-label-seconds i {
  font-style: normal;
}

/* products list */
/* line 542, ../sass/_shop.scss */
.list .product {
  background: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: auto;
}
/* line 550, ../sass/_shop.scss */
.list .product .product-image {
  background: #f7f7f7;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 559, ../sass/_shop.scss */
.list .product .product-name {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 14px;
}
/* line 566, ../sass/_shop.scss */
.list .product .reviews-box {
  margin: 0 0 16px;
}
/* line 569, ../sass/_shop.scss */
.list .product .excerpt {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 15px;
}
/* line 575, ../sass/_shop.scss */
.list .product .price-box {
  margin: 0 0 30px;
}
/* line 578, ../sass/_shop.scss */
.list .product .price {
  font-size: 24px;
  font-weight: normal;
}
/* line 582, ../sass/_shop.scss */
.list .product .price-old {
  font-size: 18px;
}
/* line 585, ../sass/_shop.scss */
.list .product .actions {
  bottom: 0;
  position: relative;
  text-align: left;
}
/* line 590, ../sass/_shop.scss */
.list .product .actions a {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 594, ../sass/_shop.scss */
.list .product .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 598, ../sass/_shop.scss */
.list .product .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 603, ../sass/_shop.scss */
.list .product .actions a path {
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

/* Products Tab */
/* line 612, ../sass/_shop.scss */
.products-tab .product.rotation {
  overflow: visible;
}
/* line 617, ../sass/_shop.scss */
.products-tab .nav-tabs > li > a {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 33px;
}
/* line 624, ../sass/_shop.scss */
.products-tab .nav-tabs > .active > a,
.products-tab .nav-tabs > .active > a:hover,
.products-tab .nav-tabs > .active > a:focus {
  color: #7f7f7f;
  font-weight: normal;
}
/* line 632, ../sass/_shop.scss */
.products-tab .tab-content > .tab-pane {
  overflow: hidden;
  padding: 40px 0 0;
}

/* Product View */
/* line 638, ../sass/_shop.scss */
.zoomWindow {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* line 643, ../sass/_shop.scss */
.zoomContainer {
  height: auto !important;
}

/* line 647, ../sass/_shop.scss */
.product-page .image-box {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
/* line 652, ../sass/_shop.scss */
.product-page .image-box .general-img {
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
}
/* line 657, ../sass/_shop.scss */
.product-page .image-box .thumblist-box {
  margin: 30px 0 0;
  max-height: 100px;
  overflow: hidden;
  padding: 0 54px;
  position: relative;
}
/* line 664, ../sass/_shop.scss */
.product-page .image-box .thumblist-box.load {
  opacity: 0;
}
/* line 667, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev,
.product-page .image-box .thumblist-box .next {
  background-color: #ccc;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  left: 0;
  margin: -20px 0 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 685, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev:hover,
.product-page .image-box .thumblist-box .next:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 691, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev:hover polygon,
.product-page .image-box .thumblist-box .next:hover polygon {
  fill: #efefef;
}
/* line 695, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev *,
.product-page .image-box .thumblist-box .next * {
  vertical-align: middle;
}
/* line 699, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .next {
  left: auto;
  right: 0;
}
/* line 705, ../sass/_shop.scss */
.product-page .image-box #thumblist a {
  background: #f7f7f7;
  display: block;
  float: left;
  height: 100px;
  margin: 0 9px;
  width: 100px;
}
/* line 713, ../sass/_shop.scss */
.product-page .image-box #thumblist a img {
  border-radius: 2px;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 718, ../sass/_shop.scss */
.product-page .image-box #thumblist a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 727, ../sass/_shop.scss */
.product-page .reviews-box {
  margin: 0 0 38px;
}
/* line 730, ../sass/_shop.scss */
.product-page .description {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 32px;
}
/* line 737, ../sass/_shop.scss */
.product-page .col-md-7 .price-box {
  border-bottom-width: 1px;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 35px;
}
/* line 744, ../sass/_shop.scss */
.product-page .col-md-7 .price-box .price-old {
  font-size: 30px;
}
/* line 749, ../sass/_shop.scss */
.product-page .add-cart-form {
  margin: 0;
}
/* line 752, ../sass/_shop.scss */
.product-page .add-cart-form .add-cart {
  font-weight: bold;
  margin: 0 17px 40px 0;
  min-width: 290px;
  text-transform: uppercase;
}
/* line 758, ../sass/_shop.scss */
.product-page .add-cart-form .number {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}
/* line 763, ../sass/_shop.scss */
.product-page .add-cart-form .number label {
  color: #7f7f7f;
  font-weight: normal;
  line-height: 54px;
  margin: 0 7px 0 0;
  vertical-align: top;
}
/* line 770, ../sass/_shop.scss */
.product-page .add-cart-form .number input {
  color: #7f7f7f;
  display: inline-block;
  height: 54px;
  padding: 15px 12px;
  text-align: center;
  vertical-align: top;
  width: 80px;
}
/* line 779, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator {
  display: inline-block;
  vertical-align: top;
}
/* line 783, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator a {
  background: #ccc;
  border-radius: 2px;
  color: #fff;
  display: block;
  height: 24px;
  text-align: center;
  width: 24px;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 793, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator a:hover {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.5);
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 798, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator a .fa {
  line-height: 24px;
}
/* line 802, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator .number-down {
  margin: 6px 0 0 0;
}
/* line 808, ../sass/_shop.scss */
.product-page .availability-sku {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 36px;
}
/* line 813, ../sass/_shop.scss */
.product-page .availability-sku .availability span {
  color: #2ca073;
}
/* line 817, ../sass/_shop.scss */
.product-page .product-options-border {
  border-top: 1px solid #1e1e1e;
  padding: 40px 0 0;
}
/* line 821, ../sass/_shop.scss */
.product-page .product-options {
  font-size: 12px;
  line-height: 20px;
}
/* line 825, ../sass/_shop.scss */
.product-page .product-options .selectBox,
.product-page .product-options .select {
  margin: 0 0 10px;
}
/* line 829, ../sass/_shop.scss */
.product-page .product-options .selectBox:last-child,
.product-page .product-options .select:last-child {
  margin: 0;
}
/* line 835, ../sass/_shop.scss */
.product-page .product-options-table table {
  margin: 0 0 35px;
}
/* line 838, ../sass/_shop.scss */
.product-page .product-options-table table th,
.product-page .product-options-table table td {
  line-height: 20px;
  padding: 16px 25px 13px;
  text-align: left;
  vertical-align: middle;
}
/* line 845, ../sass/_shop.scss */
.product-page .product-options-table table .price {
  text-align: right;
  width: 150px;
}
/* line 849, ../sass/_shop.scss */
.product-page .product-options-table table td.price {
  font-size: 16px;
}
/* line 852, ../sass/_shop.scss */
.product-page .product-options-table table .qty {
  text-align: right;
  width: 70px;
}
/* line 856, ../sass/_shop.scss */
.product-page .product-options-table table .qty input {
  margin: 0;
  width: 50px;
}
/* line 861, ../sass/_shop.scss */
.product-page .product-options-table table td.qty {
  padding: 5px 25px;
}
/* line 866, ../sass/_shop.scss */
.product-page .product-options-samples {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 30px;
}
/* line 871, ../sass/_shop.scss */
.product-page .product-options-samples .title {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 14px;
}
/* line 877, ../sass/_shop.scss */
.product-page .product-options-samples label {
  line-height: 20px;
  margin: 0;
}
/* line 881, ../sass/_shop.scss */
.product-page .product-options-samples label .new-checkbox {
  margin-top: 1px;
}
/* line 885, ../sass/_shop.scss */
.product-page .product-options-samples .required-box {
  font-size: 11px;
  line-height: 1;
  text-align: right;
}
/* line 890, ../sass/_shop.scss */
.product-page .product-options-samples .required {
  font-size: 11px;
  line-height: 1;
}
/* line 895, ../sass/_shop.scss */
.product-page .product-price-configured {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 30px;
}
/* line 901, ../sass/_shop.scss */
.product-page .col-md-7 .actions {
  margin: 0 0 40px;
}
/* line 904, ../sass/_shop.scss */
.product-page .col-md-7 .actions a {
  background: #f2f2f2;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  width: 54px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 916, ../sass/_shop.scss */
.product-page .col-md-7 .actions a path {
  fill: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 920, ../sass/_shop.scss */
.product-page .col-md-7 .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 924, ../sass/_shop.scss */
.product-page .col-md-7 .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 929, ../sass/_shop.scss */
.product-page .col-md-7 .actions a + a {
  border-left-width: 1px;
}
/* line 933, ../sass/_shop.scss */
.product-page .col-md-7 .actions .add-wishlist {
  border-radius: 3px 0 0 3px;
}
/* line 936, ../sass/_shop.scss */
.product-page .col-md-7 .actions .add-compare {
  border-radius: 0 3px 3px 0;
}
/* line 941, ../sass/_shop.scss */
.product-page .product-tab {
  margin: 80px 0;
}
/* line 944, ../sass/_shop.scss */
.product-page .product-tab .tab-pane {
  padding: 36px 0 0;
}
/* line 947, ../sass/_shop.scss */
.product-page .product-tab .tab-pane .title {
  margin: 0 0 18px;
}

/* line 953, ../sass/_shop.scss */
.product-options-detail {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  padding: 27px 30px 30px;
}
/* line 959, ../sass/_shop.scss */
.product-options-detail .detail-box {
  margin: 0 0 25px;
}
/* line 962, ../sass/_shop.scss */
.product-options-detail .pull-right.required {
  font-size: 11px;
  line-height: 18px;
}
/* line 966, ../sass/_shop.scss */
.product-options-detail .title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 11px;
}
/* line 972, ../sass/_shop.scss */
.product-options-detail .checkbox,
.product-options-detail .radio {
  line-height: 20px;
  margin: 0;
}
/* line 977, ../sass/_shop.scss */
.product-options-detail .checkbox .new-checkbox,
.product-options-detail .checkbox .new-radio,
.product-options-detail .radio .new-checkbox,
.product-options-detail .radio .new-radio {
  margin-top: 0;
}
/* line 982, ../sass/_shop.scss */
.product-options-detail .qty {
  margin: 15px 0 0;
}
/* line 985, ../sass/_shop.scss */
.product-options-detail .qty label {
  float: left;
  font-size: 12px;
  line-height: 40px;
  margin: 0 12px 0 0;
}
/* line 991, ../sass/_shop.scss */
.product-options-detail .qty input {
  margin: 0;
  width: 48px;
}
/* line 996, ../sass/_shop.scss */
.product-options-detail .price {
  font-size: 48px;
  line-height: 1;
}
/* line 1000, ../sass/_shop.scss */
.product-options-detail .add-cart {
  float: right;
  font-weight: bold;
  margin: -14px 17px 0 0;
  min-width: 290px;
  text-transform: uppercase;
}

/* Related Products */
/* line 1009, ../sass/_shop.scss */
.product-bottom {
  padding: 40px 0 0;
  overflow: hidden;
}
/* line 1014, ../sass/_shop.scss */
.product-bottom .related-products .select-all {
  margin: -4px 0 13px;
}
/* line 1017, ../sass/_shop.scss */
.product-bottom .related-products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1022, ../sass/_shop.scss */
.product-bottom .related-products ul li {
  padding: 24px 0;
}
/* line 1025, ../sass/_shop.scss */
.product-bottom .related-products ul li + li {
  border-top-width: 1px;
}
/* line 1028, ../sass/_shop.scss */
.product-bottom .related-products ul li .product-image {
  border: 1px solid #f5f5f5;
  background: #f7f7f7;
  float: left;
  height: 64px;
  margin: 0 15px 1px 0;
  padding: 2px;
  width: 64px;
}
/* line 1037, ../sass/_shop.scss */
.product-bottom .related-products ul li .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 4px;
}
/* line 1043, ../sass/_shop.scss */
.product-bottom .related-products ul li .price-box {
  font-size: 16px;
  line-height: 22px;
}
/* line 1047, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box {
  margin: 10px 0 0;
  overflow: hidden;
  text-align: right;
}
/* line 1052, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box label,
.product-bottom .related-products ul li .button-box .wishlist {
  color: #ccc;
  float: right;
  margin: 0 0 0 10px;
}
/* line 1058, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box .new-checkbox {
  margin-top: 0;
}
/* line 1062, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box .wishlist svg path {
  fill: #ccc;
  -webkit-transition: fill .2s linear;
          transition: fill .2s linear;
}
/* line 1067, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box .wishlist:hover svg path {
  fill: #1e1e1e;
  -webkit-transition: fill .2s linear;
          transition: fill .2s linear;
}

/* Catalog */
/* line 1080, ../sass/_shop.scss */
#catalog .products {
  clear: both;
  margin-top: 20px;
}
/* line 1084, ../sass/_shop.scss */
#catalog .products.grid {
  text-align: center;
}
/* line 1088, ../sass/_shop.scss */
#catalog .category-img {
  background: #f2f2f2;
  margin: 0 0 80px;
  position: relative;
}
/* line 1093, ../sass/_shop.scss */
#catalog .category-img img {
  width: 100%;
}
/* line 1096, ../sass/_shop.scss */
#catalog .category-img .description {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.7);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  padding: 35px 38px;
  position: absolute;
  right: 0;
}

/* line 1111, ../sass/_shop.scss */
.toolbar .grid-list {
  float: left;
}
/* line 1114, ../sass/_shop.scss */
.toolbar .grid-list .grid,
.toolbar .grid-list .list {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  border-radius: 2px;
  display: block;
  float: left;
  height: 24px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 24px;
}
/* line 1126, ../sass/_shop.scss */
.toolbar .grid-list .grid .glyphicon,
.toolbar .grid-list .list .glyphicon {
  color: #fff;
  font-size: 12px;
  margin: 5px 0 0;
  top: 0;
  vertical-align: top;
}
/* line 1134, ../sass/_shop.scss */
.toolbar .grid-list a.grid,
.toolbar .grid-list a.list {
  background: #ccc;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}
/* line 1139, ../sass/_shop.scss */
.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover {
  background: #1e1e1e;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}
/* line 1145, ../sass/_shop.scss */
.toolbar .sort-catalog {
  float: left;
  margin: 0 17px 0 13px;
}
/* line 1149, ../sass/_shop.scss */
.toolbar .sort-catalog .dropdown-toggle {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  color: #ccc;
  z-index: 26;
}
/* line 1155, ../sass/_shop.scss */
.toolbar .sort-catalog .dropdown-toggle span {
  color: #f7f7f7;
}
/* line 1160, ../sass/_shop.scss */
.toolbar .sort-catalog .open .dropdown-toggle span {
  color: #7f7f7f;
}
/* line 1165, ../sass/_shop.scss */
.toolbar .up-down {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: none;
  font-size: 10px;
  height: 24px;
  margin: 0 0 0 3px;
  padding: 0;
  vertical-align: top;
  width: 22px;
}
/* line 1179, ../sass/_shop.scss */
.toolbar .up-down:before {
  content: "\f062";
}
/* line 1183, ../sass/_shop.scss */
.toolbar .up-down.active:before {
  content: "\f063";
}
/* line 1188, ../sass/_shop.scss */
.toolbar .per-page {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 0 3px;
}
/* line 1194, ../sass/_shop.scss */
.toolbar .price-regulator {
  color: #7f7f7f;
  font-size: 12px;
  width: 323px;
}
/* line 1199, ../sass/_shop.scss */
.toolbar .price-regulator b {
  color: #1e1e1e;
  display: inline-block;
  margin-top: 5px;
}
/* line 1204, ../sass/_shop.scss */
.toolbar .price-regulator .layout-slider {
  float: right;
  margin-top: 5px;
  width: 270px;
}
/* line 1210, ../sass/_shop.scss */
.toolbar .grid-list,
.toolbar .sort-catalog {
  margin-bottom: 20px;
}

/* Shopping Cart */
/* line 1216, ../sass/_shop.scss */
.shopping-cart-table.table {
  border-bottom-width: 0;
  margin: 0;
}
/* line 1220, ../sass/_shop.scss */
.shopping-cart-table.table thead th {
  padding: 16px 30px 12px;
  text-align: left;
  vertical-align: top;
}
/* line 1225, ../sass/_shop.scss */
.shopping-cart-table.table tbody td {
  font-size: 12px;
  line-height: 20px;
  padding: 30px;
}
/* line 1230, ../sass/_shop.scss */
.shopping-cart-table.table .td-images {
  width: 131px;
}
/* line 1233, ../sass/_shop.scss */
.shopping-cart-table.table .product-image {
  background: #f2f2f2;
  border-radius: 3px;
  display: block;
  width: 70px;
}
/* line 1239, ../sass/_shop.scss */
.shopping-cart-table.table .td-name {
  text-align: left;
}
/* line 1242, ../sass/_shop.scss */
.shopping-cart-table.table .td-name .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
/* line 1248, ../sass/_shop.scss */
.shopping-cart-table.table .td-edit {
  padding-left: 20px;
  padding-right: 20px;
  width: 92px;
}
/* line 1253, ../sass/_shop.scss */
.shopping-cart-table.table .td-price {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 112px;
}
/* line 1259, ../sass/_shop.scss */
.shopping-cart-table.table .td-qty {
  min-width: 48px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  width: 100px;
}
/* line 1266, ../sass/_shop.scss */
.shopping-cart-table.table .td-qty input {
  margin: 0;
  min-width: 40px;
  text-align: center;
}
/* line 1272, ../sass/_shop.scss */
.shopping-cart-table.table td.td-qty {
  padding-top: 19px;
}
/* line 1275, ../sass/_shop.scss */
.shopping-cart-table.table .td-total {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 102px;
}
/* line 1281, ../sass/_shop.scss */
.shopping-cart-table.table .td-remove {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 60px;
}

/* line 1288, ../sass/_shop.scss */
.shopping-cart-table-button.table {
  border-bottom-width: 1px;
  border-right-width: 0;
  margin: 0 0 40px;
}
/* line 1293, ../sass/_shop.scss */
.shopping-cart-table-button.table tbody td {
  border-left-width: 0;
  border-top-width: 0;
  height: 49px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
/* line 1301, ../sass/_shop.scss */
.shopping-cart-table-button.table a {
  line-height: 22px;
}
/* line 1304, ../sass/_shop.scss */
.shopping-cart-table-button.table a i {
  font-size: 17px;
  line-height: 20px;
  vertical-align: top;
}
/* line 1310, ../sass/_shop.scss */
.shopping-cart-table-button.table .update {
  float: right;
}
/* line 1313, ../sass/_shop.scss */
.shopping-cart-table-button.table .update i {
  font-size: 12px;
}

/* line 1318, ../sass/_shop.scss */
#car-bottom {
  margin-bottom: 40px;
}
/* line 1321, ../sass/_shop.scss */
#car-bottom .car-bottom-box {
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto 40px;
  max-width: 350px;
  padding: 27px 30px 30px;
}
/* line 1328, ../sass/_shop.scss */
#car-bottom .car-bottom-box h5 {
  margin: 0 0 17px;
}
/* line 1331, ../sass/_shop.scss */
#car-bottom .car-bottom-box p {
  line-height: 18px;
  margin: 0 0 18px;
}
/* line 1335, ../sass/_shop.scss */
#car-bottom .car-bottom-box label {
  line-height: 20px;
}
/* line 1338, ../sass/_shop.scss */
#car-bottom .car-bottom-box .btn {
  margin: 8px 0 0;
}
/* line 1342, ../sass/_shop.scss */
#car-bottom .total {
  padding-bottom: 26px;
  text-align: right;
}
/* line 1346, ../sass/_shop.scss */
#car-bottom .total table {
  margin: 0 0 32px auto;
}
/* line 1349, ../sass/_shop.scss */
#car-bottom .total table td {
  font-size: 13px;
  height: 35px;
  line-height: 24px;
  padding: 0 0 0 5px;
  vertical-align: top;
}
/* line 1356, ../sass/_shop.scss */
#car-bottom .total table .price {
  font-size: 18px;
}
/* line 1360, ../sass/_shop.scss */
#car-bottom .total table .tr-total td {
  font-size: 18px;
  line-height: 30px;
}
/* line 1364, ../sass/_shop.scss */
#car-bottom .total table .tr-total td:first-child {
  padding-right: 12px;
}
/* line 1368, ../sass/_shop.scss */
#car-bottom .total table .tr-total .price {
  font-size: 30px;
}
/* line 1373, ../sass/_shop.scss */
#car-bottom .total .checkout {
  font-weight: bold;
  margin: 0 0 19px;
  text-transform: uppercase;
}

/* Checkout */
/* line 1381, ../sass/_shop.scss */
#checkoutsteps {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1386, ../sass/_shop.scss */
#checkoutsteps > li {
  margin: 0 0 11px;
}
/* line 1389, ../sass/_shop.scss */
#checkoutsteps .step-title {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  color: #1e1e1e;
  display: block;
  height: 50px;
  padding: 0 18px;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1399, ../sass/_shop.scss */
#checkoutsteps .step-title.collapsed {
  border-color: #f2f2f2;
  color: #7f7f7f;
}
/* line 1403, ../sass/_shop.scss */
#checkoutsteps .step-title .number {
  color: #7f7f7f;
  float: right;
  font-size: 16px;
  line-height: 49px;
}
/* line 1409, ../sass/_shop.scss */
#checkoutsteps .step-title h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 49px;
  margin: 0;
}
/* line 1417, ../sass/_shop.scss */
#checkoutsteps a.step-title:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1423, ../sass/_shop.scss */
#checkoutsteps .step-content {
  border: 1px solid #e1e1e1;
  border-top: 0 none;
  font-size: 12px;
  line-height: 20px;
  padding: 22px 18px 19px;
}
/* line 1430, ../sass/_shop.scss */
#checkoutsteps .step-content label {
  font-size: 12px;
  line-height: 22px;
}
/* line 1434, ../sass/_shop.scss */
#checkoutsteps .step-content .radio,
#checkoutsteps .step-content .checkbox {
  line-height: 18px;
}
/* line 1438, ../sass/_shop.scss */
#checkoutsteps .step-content .radio .new-radio,
#checkoutsteps .step-content .radio .new-checkbox,
#checkoutsteps .step-content .checkbox .new-radio,
#checkoutsteps .step-content .checkbox .new-checkbox {
  margin-top: 0;
}
/* line 1443, ../sass/_shop.scss */
#checkoutsteps .step-content .title {
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 17px;
  padding: 0 0 10px;
  position: relative;
}
/* line 1452, ../sass/_shop.scss */
#checkoutsteps .step-content .title:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 1464, ../sass/_shop.scss */
#checkoutsteps .step-content .register-radio {
  margin: 0 0 22px 39px;
}
/* line 1467, ../sass/_shop.scss */
#checkoutsteps .step-content ul {
  list-style-type: disc;
}
/* line 1470, ../sass/_shop.scss */
#checkoutsteps .step-content input.last {
  margin-bottom: 14px;
}
/* line 1473, ../sass/_shop.scss */
#checkoutsteps .step-content .buttons-box {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 6px;
  overflow: hidden;
  padding-top: 10px;
  text-align: right;
}
/* line 1481, ../sass/_shop.scss */
#checkoutsteps .step-content .buttons-box .btn {
  float: left;
  margin: -10px 10px 0 0;
}
/* line 1485, ../sass/_shop.scss */
#checkoutsteps .step-content .buttons-box .required {
  display: inline-block;
  font-size: 11px;
  margin-left: 12px;
}

/* line 1494, ../sass/_shop.scss */
.sidebar.checkout-progress header {
  margin: 0 0 13px;
}
/* line 1497, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list {
  margin: 0;
}
/* line 1500, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 12px 0 7px;
}
/* line 1507, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li + li {
  border-top-width: 1px;
}
/* line 1510, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li a {
  color: #7f7f7f;
  float: right;
}
/* line 1514, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li.active {
  color: #1e1e1e;
  font-weight: bold;
}
/* line 1518, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li.active a {
  display: none;
}

/* My Account */
/* line 1527, ../sass/_shop.scss */
.my-account.margin-top {
  margin-top: -16px;
}
/* line 1530, ../sass/_shop.scss */
.my-account .subtitle {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 1536, ../sass/_shop.scss */
.my-account .info-box {
  margin-bottom: 40px;
}
/* line 1539, ../sass/_shop.scss */
.my-account .buttons-box .required {
  float: right;
  margin: 12px 0 0 10px;
}
/* line 1543, ../sass/_shop.scss */
.my-account .pagination-text {
  color: #999;
  font-size: 12px;
}
/* line 1547, ../sass/_shop.scss */
.my-account .btn.margin-top {
  margin-top: 10px;
}
/* line 1550, ../sass/_shop.scss */
.my-account .table {
  margin: 0;
}

/* Compare Product */
/* line 1555, ../sass/_shop.scss */
#compare-table {
  border: 0 none;
  margin: 0;
}
/* line 1560, ../sass/_shop.scss */
#compare-table tr th:last-child,
#compare-table tr td:last-child {
  border-right-width: 1px;
}
/* line 1565, ../sass/_shop.scss */
#compare-table .remove td {
  border-width: 0;
  height: 26px;
  padding: 0;
}
/* line 1570, ../sass/_shop.scss */
#compare-table .remove td:last-child {
  border-right-width: 0;
}
/* line 1574, ../sass/_shop.scss */
#compare-table .remove-bottom td {
  border-top-width: 1px;
  vertical-align: bottom;
}
/* line 1578, ../sass/_shop.scss */
#compare-table th {
  background: #f7f7f7;
  vertical-align: top;
}
/* line 1582, ../sass/_shop.scss */
#compare-table td {
  font-size: 12px;
  line-height: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: top;
}
/* line 1589, ../sass/_shop.scss */
#compare-table .first {
  font-size: 13px;
  min-width: inherit;
  padding: 19px 24px;
  text-align: left;
  width: 190px;
}
/* line 1596, ../sass/_shop.scss */
#compare-table .product-name {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1601, ../sass/_shop.scss */
#compare-table .product-name:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1607, ../sass/_shop.scss */
#compare-table .product-image {
  background: #f2f2f2;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
}
/* line 1617, ../sass/_shop.scss */
#compare-table .price-old {
  font-size: 11px;
  margin: 0 0 3px;
  text-decoration: line-through;
}
/* line 1622, ../sass/_shop.scss */
#compare-table .price-old:after {
  display: none;
}
/* line 1626, ../sass/_shop.scss */
#compare-table .price {
  font-size: 16px;
}
/* line 1629, ../sass/_shop.scss */
#compare-table .rating-box {
  margin: 0 auto;
}
/* line 1632, ../sass/_shop.scss */
#compare-table .description td {
  text-align: left;
}

/******************************************************************************
  Icons
*******************************************************************************/
/* line 4, ../sass/_icons.scss */
.icon {
  background: none;
  color: #1e1e1e;
  display: inline-block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 4px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 32px;
}
/* line 17, ../sass/_icons.scss */
.icon .fa {
  width: 100%;
}
/* line 20, ../sass/_icons.scss */
.icon.pull-left {
  float: left;
  margin-right: 10px;
}
/* line 24, ../sass/_icons.scss */
.icon.pull-right {
  float: right;
  margin-left: 10px;
}
/* line 28, ../sass/_icons.scss */
.icon.icon-24 {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
/* line 34, ../sass/_icons.scss */
.icon.icon-40 {
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
/* line 40, ../sass/_icons.scss */
.icon.icon-60 {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
/* line 46, ../sass/_icons.scss */
.icon.icon-100 {
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  width: 100px;
}
/* line 52, ../sass/_icons.scss */
.icon.rounded {
  border-radius: 3px;
}
/* line 55, ../sass/_icons.scss */
.icon.circle {
  border-radius: 400px;
}
/* line 58, ../sass/_icons.scss */
.icon.border {
  box-sizing: border-box;
  border-width: 1px;
}
/* line 62, ../sass/_icons.scss */
.icon.bg {
  background-color: #f2f2f2;
}

/* line 66, ../sass/_icons.scss */
.btn-icon .icon {
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  width: auto;
}
/* line 75, ../sass/_icons.scss */
.btn-icon .icon .fa {
  width: inherit;
}

/* Livicons */
/* line 80, ../sass/_icons.scss */
.livicon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
/* line 85, ../sass/_icons.scss */
.livicon svg {
  vertical-align: top;
}
/* line 88, ../sass/_icons.scss */
.livicon.metro-bg {
  box-sizing: content-box;
  margin-bottom: 4px;
  padding: 26px 25px 26px 27px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

/* line 98, ../sass/_icons.scss */
.big-icon .livicon svg,
.icon .livicon svg {
  top: 25% !important;
}

/* line 103, ../sass/_icons.scss */
.color.icon {
  color: #fff;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 107, ../sass/_icons.scss */
.color.icon:hover {
  background-color: #000;
}
/* line 112, ../sass/_icons.scss */
.color.icon-adn {
  background-color: #504e54;
}
/* line 113, ../sass/_icons.scss */
.color.icon-apple {
  background-color: #aeb5c5;
}
/* line 114, ../sass/_icons.scss */
.color.icon-android {
  background-color: #A5C63B;
}
/* line 115, ../sass/_icons.scss */
.color.icon-bitbucket, .color.icon-bitbucket-square {
  background-color: #003366;
}
/* line 116, ../sass/_icons.scss */
.color.icon-bitcoin, .color.icon-btc {
  background-color: #F7931A;
}
/* line 117, ../sass/_icons.scss */
.color.icon-css3 {
  background-color: #1572B7;
}
/* line 118, ../sass/_icons.scss */
.color.icon-dribbble {
  background-color: #F46899;
}
/* line 119, ../sass/_icons.scss */
.color.icon-dropbox {
  background-color: #018BD3;
}
/* line 120, ../sass/_icons.scss */
.color.icon-facebook, .color.icon-facebook-square {
  background-color: #3C599F;
}
/* line 121, ../sass/_icons.scss */
.color.icon-flickr {
  background-color: #FF0084;
}
/* line 122, ../sass/_icons.scss */
.color.icon-foursquare {
  background-color: #0086BE;
}
/* line 123, ../sass/_icons.scss */
.color.icon-github, .color.icon-github-alt, .color.icon-github-square {
  background-color: #070709;
}
/* line 124, ../sass/_icons.scss */
.color.icon-google-plus, .color.icon-google-plus-square {
  background-color: #CF3D2E;
}
/* line 125, ../sass/_icons.scss */
.color.icon-html5 {
  background-color: #E54D26;
}
/* line 126, ../sass/_icons.scss */
.color.icon-instagram {
  background-color: #A1755C;
}
/* line 127, ../sass/_icons.scss */
.color.icon-linkedin, .color.icon-linkedin-square {
  background-color: #0085AE;
}
/* line 128, ../sass/_icons.scss */
.color.icon-linux {
  background-color: #FBC002;
}
/* line 129, ../sass/_icons.scss */
.color.icon-maxcdn {
  background-color: #F6AE1C;
}
/* line 130, ../sass/_icons.scss */
.color.icon-pagelines {
  background-color: #241E20;
  color: #3984EA;
}
/* line 131, ../sass/_icons.scss */
.color.icon-pinterest, .color.icon-pinterest-square {
  background-color: #CC2127;
}
/* line 132, ../sass/_icons.scss */
.color.icon-renren {
  background-color: #025DAC;
}
/* line 133, ../sass/_icons.scss */
.color.icon-skype {
  background-color: #01AEF2;
}
/* line 134, ../sass/_icons.scss */
.color.icon-stack-exchange {
  background-color: #245590;
}
/* line 135, ../sass/_icons.scss */
.color.icon-stack-overflow {
  background-color: #FF7300;
}
/* line 136, ../sass/_icons.scss */
.color.icon-trello {
  background-color: #265A7F;
}
/* line 137, ../sass/_icons.scss */
.color.icon-tumblr, .color.icon-tumblr-square {
  background-color: #314E6C;
}
/* line 138, ../sass/_icons.scss */
.color.icon-twitter, .color.icon-twitter-square {
  background-color: #32CCFE;
}
/* line 139, ../sass/_icons.scss */
.color.icon-vimeo-square {
  background-color: #229ACC;
}
/* line 140, ../sass/_icons.scss */
.color.icon-vk {
  background-color: #375474;
}
/* line 141, ../sass/_icons.scss */
.color.icon-weibo {
  background-color: #D72B2B;
}
/* line 142, ../sass/_icons.scss */
.color.icon-windows {
  background-color: #12B6F3;
}
/* line 143, ../sass/_icons.scss */
.color.icon-xing, .color.icon-xing-square {
  background-color: #00555C;
}
/* line 144, ../sass/_icons.scss */
.color.icon-youtube, .color.icon-youtube-play, .color.icon-youtube-square {
  background-color: #C52F30;
}

/******************************************************************************
  Media
*******************************************************************************/
/* Video */
/* line 5, ../sass/_media.scss */
embed,
iframe,
object,
video,
audio {
  max-width: 100%;
}

/* line 12, ../sass/_media.scss */
.video-box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
/* line 22, ../sass/_media.scss */
.video-box.html5 {
  height: auto;
  padding: 0;
}
/* line 26, ../sass/_media.scss */
.video-box.html5 .video-js {
  height: auto !important;
  line-height: 0;
  width: 100% !important;
}
/* line 31, ../sass/_media.scss */
.video-box.html5 .video-js .vjs-tech {
  height: auto;
  margin: 0;
  position: relative;
  width: 100%;
}
/* line 38, ../sass/_media.scss */
.video-box.html5 .vjs-default-skin {
  color: #fff;
}
/* line 41, ../sass/_media.scss */
.video-box.html5 .vjs-default-skin .vjs-play-progress,
.video-box.html5 .vjs-default-skin .vjs-volume-level {
  background-color: #555;
}
/* line 45, ../sass/_media.scss */
.video-box.html5 .vjs-default-skin .vjs-control-bar,
.video-box.html5 .vjs-default-skin .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.8);
}
/* line 49, ../sass/_media.scss */
.video-box.html5 .vjs-default-skin .vjs-slider {
  background: rgba(0, 0, 0, 0.8);
}
/* line 54, ../sass/_media.scss */
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Audio */
/* line 67, ../sass/_media.scss */
.audio-box audio {
  width: 100%;
}

/* line 70, ../sass/_media.scss */
.jp-audio,
.jp-audio *,
.jp-jplayer,
.jp-jplayer * {
  box-sizing: content-box;
}

/* line 78, ../sass/_media.scss */
div.jp-audio {
  box-sizing: border-box;
  min-width: 300px;
  width: 100%;
}
/* line 85, ../sass/_media.scss */
div.jp-audio ul.jp-controls {
  box-sizing: border-box;
  width: 100%;
}

/* line 92, ../sass/_media.scss */
.jp-audio button {
  padding: 0;
}

/******************************************************************************
  Blog
*******************************************************************************/
/* Posts */
/* line 5, ../sass/_blog.scss */
.post {
  margin-bottom: 40px;
  padding: 0;
}
/* line 9, ../sass/_blog.scss */
.post + .post {
  border-top-width: 1px;
  padding-top: 37px;
}
/* line 13, ../sass/_blog.scss */
.post .entry-title {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 17px;
}
/* line 18, ../sass/_blog.scss */
.post .entry-title a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 23, ../sass/_blog.scss */
.post .entry-title a:hover {
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 31, ../sass/_blog.scss */
.post .entry-content {
  margin: 0 0 25px;
}
/* line 34, ../sass/_blog.scss */
.post .entry-content p:last-child {
  margin-bottom: 0;
}
/* line 38, ../sass/_blog.scss */
.post .entry-meta {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}
/* line 43, ../sass/_blog.scss */
.post .entry-meta .separator {
  margin: 0 10px;
}
/* line 46, ../sass/_blog.scss */
.post .entry-meta .comments-link {
  padding: 0;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 50, ../sass/_blog.scss */
.post .entry-meta .comments-link:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 55, ../sass/_blog.scss */
.post .entry-meta .comments-link a {
  color: #7f7f7f;
  text-decoration: none;
}
/* line 61, ../sass/_blog.scss */
.blog .post {
  margin-bottom: 76px;
  margin-top: -3px;
}
/* line 65, ../sass/_blog.scss */
.carousel .post {
  border: 0 none;
  float: left;
  line-height: 22px;
  margin: 0 15px;
  padding: 0;
}

/* Comments */
/* line 74, ../sass/_blog.scss */
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0 0 33px;
}
/* line 79, ../sass/_blog.scss */
.commentlist li {
  padding: 0 0 25px;
}
/* line 82, ../sass/_blog.scss */
.commentlist li + li {
  border-top-width: 1px;
  padding: 25px 0 0;
}
/* line 86, ../sass/_blog.scss */
.commentlist li .avatar {
  border-radius: 42px;
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
/* line 94, ../sass/_blog.scss */
.commentlist .meta {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 4px;
}
/* line 100, ../sass/_blog.scss */
.blog-post .commentlist {
  margin: 0 0 54px;
  padding: 0;
}
/* line 104, ../sass/_blog.scss */
.blog-post .commentlist li {
  padding: 22px 0;
}
/* line 107, ../sass/_blog.scss */
.blog-post .commentlist li:first-child {
  padding-top: 10px;
}
/* line 110, ../sass/_blog.scss */
.blog-post .commentlist li .meta {
  margin: 0 0 10px;
}
/* line 113, ../sass/_blog.scss */
.blog-post .commentlist li .description {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}

/* line 122, ../sass/_blog.scss */
.evaluation-box {
  overflow: hidden;
}

/* line 125, ../sass/_blog.scss */
.evaluation {
  float: left;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  margin: 0 10px 14px 0;
}
/* line 132, ../sass/_blog.scss */
.evaluation + .evaluation {
  border-left-width: 1px;
  padding-left: 10px;
}
/* line 136, ../sass/_blog.scss */
.evaluation .rating-box {
  display: inline-block;
  margin: 0 0 0 7px;
}
/* line 140, ../sass/_blog.scss */
.evaluation .add-rating {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden;
}
/* line 145, ../sass/_blog.scss */
.evaluation .add-rating label {
  float: left;
  height: 30px;
  margin: 0 1px;
  padding: 0 0 0 14px;
  position: relative;
  width: 2px;
}
/* line 153, ../sass/_blog.scss */
.evaluation .add-rating label .new-radio {
  margin: 0px 0 0 -14px;
}
/* line 156, ../sass/_blog.scss */
.evaluation .add-rating label .number {
  bottom: 0;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 1;
  left: 3px;
  position: absolute;
}

/* line 168, ../sass/_blog.scss */
.comments-form .evaluation-box .evaluation {
  margin-bottom: 30px;
}
/* line 172, ../sass/_blog.scss */
.comments-form .row label {
  font-weight: bold;
  margin: 0 0 4px;
}
/* line 176, ../sass/_blog.scss */
.comments-form .row textarea {
  box-sizing: border-box;
  height: 128px;
  margin: 0 0 10px;
  width: 100%;
}
/* line 184, ../sass/_blog.scss */
.comments-form .row i {
  color: #999;
  font-size: 12px;
}
/* line 188, ../sass/_blog.scss */
.comments-form .row .btn {
  margin: 34px 0 0 0;
}
/* line 192, ../sass/_blog.scss */
.blog-post .comments-form {
  margin: 6px 0 0;
}
/* line 195, ../sass/_blog.scss */
.blog-post .comments-form .comment-box {
  margin: 0;
  text-align: right;
}
/* line 199, ../sass/_blog.scss */
.blog-post .comments-form .comment-box textarea {
  margin: 0 0 15px;
}
/* line 202, ../sass/_blog.scss */
.blog-post .comments-form .comment-box i {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}
/* line 209, ../sass/_blog.scss */
.blog-post .comments-form .button-set {
  margin: 19px 0 0;
}
/* line 212, ../sass/_blog.scss */
.blog-post .comments-form .button-set .required {
  font-size: 11px;
  line-height: 40px;
}
/* line 216, ../sass/_blog.scss */
.blog-post .comments-form .button-set .required b {
  font-size: 14px;
}

/* Posts Variants */
/* line 224, ../sass/_blog.scss */
.post.carousel {
  line-height: 22px;
}
/* line 227, ../sass/_blog.scss */
.post.carousel .col-xs-12 {
  max-width: inherit;
}
/* line 230, ../sass/_blog.scss */
.post.carousel .images-box {
  overflow: hidden;
}
@media (max-width: 600px) {
  /* line 233, ../sass/_blog.scss */
  .post.carousel .images-box, .post.carousel .images-box.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
  }
}
/* line 241, ../sass/_blog.scss */
.post.carousel .images-box img,
.post.carousel .images-box iframe {
  border-radius: 5px;
}
/* line 246, ../sass/_blog.scss */
.post.carousel .carousel-box {
  margin-bottom: 42px;
  position: relative;
}
/* line 250, ../sass/_blog.scss */
.post.carousel .carousel-box.load {
  max-height: 300px;
}
/* line 253, ../sass/_blog.scss */
.post.carousel .carousel-box.no-pagination {
  margin-bottom: 8px;
}
/* line 256, ../sass/_blog.scss */
.post.carousel .carousel-box .next,
.post.carousel .carousel-box .prev {
  left: 0;
  margin: -20px 5px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 266, ../sass/_blog.scss */
.post.carousel .carousel-box .next {
  left: auto;
  right: 0;
}
/* line 271, ../sass/_blog.scss */
.post.carousel .carousel-box:hover .next,
.post.carousel .carousel-box:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear, background-color .2s linear;
          transition: opacity .2s linear, background-color .2s linear;
}
/* line 279, ../sass/_blog.scss */
.post.carousel .carousel-box:hover .next:hover,
.post.carousel .carousel-box:hover .prev:hover {
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 284, ../sass/_blog.scss */
.post.carousel .carousel-box .pagination {
  left: 0;
  position: absolute;
  right: 0;
}

/******************************************************************************
  Footer
*******************************************************************************/
/* line 4, ../sass/_footer.scss */
#footer {
    color: #7f7f7f;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
}
/* line 9, ../sass/_footer.scss */
#footer.footer-two {
  bottom: 0;
  position: absolute;
  width: 100%;
}
/* line 14, ../sass/_footer.scss */
#footer.footer-two .footer-top {
  padding-bottom: 43px;
}
/* line 17, ../sass/_footer.scss */
#footer.footer-two .social {
  text-align: center;
}
/* line 20, ../sass/_footer.scss */
#footer.footer-two .social .icon {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
/* line 27, ../sass/_footer.scss */
#footer .footer-top {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
}
/* line 33, ../sass/_footer.scss */
#footer .footer-bottom {
  background: #f7f7f7;
  border-top-width: 1px;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
}
/* line 41, ../sass/_footer.scss */
#footer .sidebar .widget {
  margin-bottom: 30px;
}
/* line 44, ../sass/_footer.scss */
#footer .sidebar .widget:nth-child(4n+1) {
  clear: left;
}
/* line 47, ../sass/_footer.scss */
#footer .sidebar .widget p {
  margin: 0 0 16px;
}
/* line 50, ../sass/_footer.scss */
#footer .sidebar .widget header,
#footer .sidebar .widget .title-block {
  margin: 0 0 15px;
  padding: 0 0 12px;
}
/* line 55, ../sass/_footer.scss */
#footer .sidebar .widget header:before, #footer .sidebar .widget header:before,
#footer .sidebar .widget .title-block:before,
#footer .sidebar .widget .title-block:before {
  display: none;
}
/* line 59, ../sass/_footer.scss */
#footer .sidebar .widget header .title,
#footer .sidebar .widget .title-block .title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
/* line 67, ../sass/_footer.scss */
#footer .sidebar .widget .next,
#footer .sidebar .widget .prev {
  height: 26px;
  line-height: 26px;
  width: 26px;
}
/* line 73, ../sass/_footer.scss */
#footer .sidebar .widget .next svg,
#footer .sidebar .widget .prev svg {
  height: 14px;
}
/* line 78, ../sass/_footer.scss */
#footer .sidebar .compare-products li,
#footer .sidebar .compare-products li .title,
#footer .sidebar .compare-products li .close,
#footer .sidebar .wishlist .add-cart {
  background-color: #f2f2f2;
}
/* line 85, ../sass/_footer.scss */
#footer .phone,
#footer .address {
  padding-left: 34px;
  position: relative;
}
/* line 90, ../sass/_footer.scss */
#footer .footer-icon {
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}
/* line 96, ../sass/_footer.scss */
#footer .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}
/* line 102, ../sass/_footer.scss */
#footer .up {
  background: #c6c6c6;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 112, ../sass/_footer.scss */
#footer .up:hover {
  background: #000;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 116, ../sass/_footer.scss */
#footer .up .glyphicon {
  color: #fff;
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}

/******************************************************************************
  Fancybox
*******************************************************************************/
/* line 4, ../sass/_fancybox.scss */
.fancybox-margin .fixed-header .header,
.fancybox-margin .fixed-header #top-box {
  left: -7.5px;
}

/* line 8, ../sass/_fancybox.scss */
.fancybox-close {
  background: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: normal;
  height: 30px;
  line-height: 29px;
  right: -15px;
  text-align: center;
  text-decoration: none;
  top: -15px;
  width: 30px;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 24, ../sass/_fancybox.scss */
.fancybox-close:hover {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}

/* line 30, ../sass/_fancybox.scss */
.fancybox-nav span {
  background: #ccc;
  border: 0 none;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 45, ../sass/_fancybox.scss */
.fancybox-nav span:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 51, ../sass/_fancybox.scss */
.fancybox-nav span svg {
  vertical-align: middle;
}

/* line 55, ../sass/_fancybox.scss */
.fontawesome-icon-list {
  color: #7f7f7f;
}
/* line 58, ../sass/_fancybox.scss */
.fontawesome-icon-list .fa {
  color: #1e1e1e;
  width: 22px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

/******************************************************************************
  Boxed
*******************************************************************************/
/* line 4, ../sass/_boxed.scss */
.boxed {
  background: #fff;
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 20px;
}
@media (max-width: 1300px) {
  /* line 4, ../sass/_boxed.scss */
  .boxed {
    padding-top: 0;
  }
}
/* line 13, ../sass/_boxed.scss */
.boxed .page-box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 18px;
  overflow: hidden;
  position: relative;
}
/* line 21, ../sass/_boxed.scss */
.boxed.loaded .page-box {
  overflow: visible;
}
/* line 26, ../sass/_boxed.scss */
.boxed.fixed-header .header {
  margin-top: 0;
  position: absolute;
}
/* line 31, ../sass/_boxed.scss */
.boxed.fixed-header.fixed .header {
  position: fixed;
  top: 0;
}
/* line 36, ../sass/_boxed.scss */
.boxed.fixed-header.fixed.fixed-top #top-box {
  position: fixed;
  top: 0;
}
/* line 40, ../sass/_boxed.scss */
.boxed.fixed-header.fixed.fixed-top .header {
  top: 40px;
}
/* line 45, ../sass/_boxed.scss */
.boxed.fixed-header.hidden-top #top-box {
  margin-bottom: 104px;
}
/* line 50, ../sass/_boxed.scss */
.boxed.hidden-top .page-box {
  padding-top: 0;
  -webkit-transition: none;
          transition: none;
}
/* line 54, ../sass/_boxed.scss */
.boxed.hidden-top #top-box {
  left: 0;
  margin-top: 0;
  position: static;
  -webkit-transition: none;
          transition: none;
}
/* line 60, ../sass/_boxed.scss */
.boxed.hidden-top .header {
  top: 40px;
}
/* line 63, ../sass/_boxed.scss */
.boxed.hidden-top.fixed .header {
  top: 0;
}
/* line 67, ../sass/_boxed.scss */
.boxed .header-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 1300px;
}
/* line 74, ../sass/_boxed.scss */
.boxed .top-box-wrapper {
  margin: 0 auto;
  max-width: 1300px;
}
/* line 78, ../sass/_boxed.scss */
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
  display: inline-block !important;
}
/* line 81, ../sass/_boxed.scss */
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .prev,
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .next {
  margin: 15px 0 0 !important;
  position: static;
}
/* line 86, ../sass/_boxed.scss */
.boxed #footer {
  min-width: 100%;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1300px) {
  /* line 86, ../sass/_boxed.scss */
  .boxed #footer {
    padding-bottom: 0;
  }
}
/* line 94, ../sass/_boxed.scss */
.boxed #footer.footer-two {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  /* line 99, ../sass/_boxed.scss */
  .boxed.padding-top {
    padding-top: 420px;
  }
}

/******************************************************************************
  One Page
*******************************************************************************/
/* line 5, ../sass/_one-page.scss */
.one-page #main {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 9, ../sass/_one-page.scss */
.one-page .page-header {
  margin-bottom: 40px;
}
/* line 12, ../sass/_one-page.scss */
.one-page .full-width-box:last-child {
  padding-bottom: 0;
}
/* line 15, ../sass/_one-page.scss */
.one-page .header .primary .navbar .nav .active {
  color: #c10841;
}

/******************************************************************************
  Other
*******************************************************************************/
/* Promo Partners */
/* line 5, ../sass/_other.scss */
.promo-partners {
  font-size: 13px;
  line-height: 20px;
}
/* line 9, ../sass/_other.scss */
.promo-partners .col-md-2 {
  margin-bottom: 37px;
}

/* About Us */
/* line 14, ../sass/_other.scss */
.about-us {
  font-size: 13px;
}
/* line 17, ../sass/_other.scss */
.about-us strong {
  font-size: 14px;
}

/* line 21, ../sass/_other.scss */
.body-bg-img {
    background: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/coming-soon.jpg") 50% 0 no-repeat;
}
/* line 24, ../sass/_other.scss */
    .body-bg-img.under-construction {
        background: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/under-construction.jpg") 50% 0 no-repeat;
    }
/* line 27, ../sass/_other.scss */
.body-bg-img .page-box {
  display: table;
  height: 100% !important;
  table-layout: fixed;
  width: 100%;
}
/* line 33, ../sass/_other.scss */
.body-bg-img .header-three {
  min-height: 1px;
  position: absolute;
  width: 100%;
}
/* line 38, ../sass/_other.scss */
.body-bg-img #main {
  display: table-cell;
  padding: 119px 0 192px;
  vertical-align: middle;
  width: 100%;
}

/* line 45, ../sass/_other.scss */
.count-down-box {
  float: right;
}

/* line 48, ../sass/_other.scss */
#count-down {
  text-align: right;
  width: auto !important;
}
@media (max-width: 991px) {
  /* line 48, ../sass/_other.scss */
  #count-down {
    text-align: center;
  }
}
/* line 55, ../sass/_other.scss */
#count-down .county-days-wrapper,
#count-down .county-hours-wrapper,
#count-down .county-minutes-wrapper,
#count-down .county-seconds-wrapper {
  background: #c10841;
  background: rgba(193, 8, 65, 0.5);
  display: inline-block;
  height: 135px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 23% !important;
}
/* line 70, ../sass/_other.scss */
#count-down .county-hours-wrapper {
  background: #f89406;
  background: rgba(248, 148, 6, 0.5);
}
/* line 74, ../sass/_other.scss */
#count-down .county-minutes-wrapper {
  background: #0098ca;
  background: rgba(0, 152, 202, 0.5);
}
/* line 78, ../sass/_other.scss */
#count-down .county-seconds-wrapper {
  background: #738d00;
  background: rgba(115, 141, 0, 0.5);
}
/* line 82, ../sass/_other.scss */
#count-down .county-days,
#count-down .county-hours,
#count-down .county-minutes,
#count-down .county-seconds {
  font-size: 60px;
  color: #fff;
  line-height: 135px;
  display: inline-block !important;
  opacity: 1 !important;
  width: auto !important;
}
/* line 93, ../sass/_other.scss */
#count-down .county-label-days,
#count-down .county-label-hours,
#count-down .county-label-minutes,
#count-down .county-label-seconds {
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 10px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 23% !important;
}

/* line 106, ../sass/_other.scss */
.coming-text {
  margin-top: -4px;
}
/* line 109, ../sass/_other.scss */
.coming-text form {
  position: relative;
}
/* line 112, ../sass/_other.scss */
.coming-text .success {
  bottom: 100%;
  margin-bottom: 5px;
  position: absolute;
}
/* line 117, ../sass/_other.scss */
.coming-text .form-control {
  padding-right: 100px;
}
/* line 120, ../sass/_other.scss */
.coming-text .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}

/* line 128, ../sass/_other.scss */
.under-contact .phone,
.under-contact .address {
  padding: 0 0 0 34px;
  position: relative;
}
/* line 133, ../sass/_other.scss */
.under-contact .footer-icon {
  color: #000;
  left: 16px;
  position: absolute;
  top: 0;
}
/* line 139, ../sass/_other.scss */
.under-contact .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}

/* line 146, ../sass/_other.scss */
.list-images > .col-md-4 {
  margin-bottom: 30px;
}

/* line 149, ../sass/_other.scss */
[data-appear-animation] {
  opacity: 0;
  -webkit-transition: .5s opacity .1s linear;
          transition: .5s opacity .1s linear;
}
@media (max-width: 767px) {
  /* line 149, ../sass/_other.scss */
  [data-appear-animation] {
    opacity: 1;
  }
}
/* line 156, ../sass/_other.scss */
[data-appear-animation].animated {
  opacity: 1;
}

/******************************************************************************
  Banner Set
*******************************************************************************/
/* line 4, ../sass/elements/_banner-set.scss */
.banner-set {
  border-top-width: 1px;
  padding-bottom: 16px;
  overflow: hidden;
}
/* line 9, ../sass/elements/_banner-set.scss */
.banner-set:before {
  border-top: 1px solid #e1e1e1;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  position: absolute;
  right: 0;
}
/* line 19, ../sass/elements/_banner-set.scss */
.banner-set > .container:after {
  border-top: 1px solid #e1e1e1;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  position: absolute;
  right: 0;
}
/* line 30, ../sass/elements/_banner-set.scss */
.banner-set .container > * {
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 34, ../sass/elements/_banner-set.scss */
.banner-set .banner {
  border-right-width: 1px;
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  width: 292px;
  padding: 19px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: color .2s linear, box-shadow .2s linear;
          transition: color .2s linear, box-shadow .2s linear;
}
@media (max-width: 1199px) {
  /* line 34, ../sass/elements/_banner-set.scss */
  .banner-set .banner {
    padding: 19px 9px;
    width: 235px;
  }
}
@media (max-width: 991px) {
  /* line 34, ../sass/elements/_banner-set.scss */
  .banner-set .banner {
    width: 180px;
  }
}
@media (max-width: 767px) {
  /* line 34, ../sass/elements/_banner-set.scss */
  .banner-set .banner {
    width: 290px;
  }
}
/* line 58, ../sass/elements/_banner-set.scss */
.banner-set .banner:first-child {
  border-left-width: 1px;
}
/* line 61, ../sass/elements/_banner-set.scss */
.banner-set .banner img {
  margin: 0 0 28px 0;
  max-height: 158px;
  width: 100%;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 67, ../sass/elements/_banner-set.scss */
.banner-set .banner .title {
  color: #7f7f7f;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 12px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
@media (max-width: 991px) {
  /* line 67, ../sass/elements/_banner-set.scss */
  .banner-set .banner .title {
    font-size: 18px;
  }
}
/* line 80, ../sass/elements/_banner-set.scss */
.banner-set .banner .description {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 85, ../sass/elements/_banner-set.scss */
.banner-set .banner:hover {
  color: #1e1e1e;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear, box-shadow .2s linear;
          transition: color .2s linear, box-shadow .2s linear;
}
/* line 92, ../sass/elements/_banner-set.scss */
.banner-set .banner:hover img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 97, ../sass/elements/_banner-set.scss */
.banner-set .banner:hover .title {
  color: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 103, ../sass/elements/_banner-set.scss */
.banner-set .nav-box {
  padding: 0;
  text-align: center;
  vertical-align: top;
}
/* line 108, ../sass/elements/_banner-set.scss */
.banner-set .next,
.banner-set .prev,
.banner-set .pagination {
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}
/* line 115, ../sass/elements/_banner-set.scss */
.banner-set .next,
.banner-set .prev {
  color: #ccc;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  vertical-align: top;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 124, ../sass/elements/_banner-set.scss */
.banner-set .next:hover,
.banner-set .prev:hover {
  color: #1e1e1e;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 128, ../sass/elements/_banner-set.scss */
.banner-set .next.disabled,
.banner-set .prev.disabled {
  cursor: default;
  opacity: .12;
  filter: alpha(opacity=12);
}
/* line 133, ../sass/elements/_banner-set.scss */
.banner-set .next .glyphicon,
.banner-set .prev .glyphicon {
  margin: 0;
  top: 0;
  vertical-align: top;
}
/* line 139, ../sass/elements/_banner-set.scss */
.banner-set .pagination {
  height: 14px;
  margin: 15px 7px 0;
}
/* line 143, ../sass/elements/_banner-set.scss */
.banner-set .pagination a {
  background: #ececec;
}
/* line 146, ../sass/elements/_banner-set.scss */
.banner-set .pagination a:hover {
  background: #000;
}
/* line 149, ../sass/elements/_banner-set.scss */
.banner-set .pagination a.selected {
  background: #ccc;
}
/* line 154, ../sass/elements/_banner-set.scss */
.container .banner-set .container {
  padding: 0;
  width: auto;
}
/* line 158, ../sass/elements/_banner-set.scss */
.banner-set.bottom-padding {
  padding-bottom: 0;
}
/* line 162, ../sass/elements/_banner-set.scss */
.banner-set.load .container {
    background-image: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/svg/loader.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    height: 314px;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 162, ../sass/elements/_banner-set.scss */
  .banner-set.load .container {
    height: 258px;
  }
}
/* line 173, ../sass/elements/_banner-set.scss */
.banner-set.load .container > * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 179, ../sass/elements/_banner-set.scss */
.banner-set.load .nav-box .container, .banner-set.load.banner-set-mini .nav-box .container {
  background: none;
  height: auto;
}
/* line 185, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini {
  overflow: visible;
  padding-bottom: 0;
}
/* line 189, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini .banner {
  padding: 9px;
  width: 146px;
}
@media (max-width: 1199px) {
  /* line 189, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini .banner {
    width: 144px;
  }
}
/* line 196, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini .banner img {
  margin-bottom: 14px;
}
/* line 199, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini .banner .title {
  font-size: 14px;
  padding: 0;
}
@media (max-width: 1199px) {
  /* line 205, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini .prev {
    margin-left: 0;
  }
  /* line 208, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini .next {
    margin-right: 0;
  }
}
/* line 212, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini .pagination {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  /* line 216, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  /* line 216, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 227, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.banner-set-no-pagination .nav-box {
  position: relative;
}
/* line 230, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.banner-set-no-pagination .nav-box .container {
  position: relative;
}
/* line 234, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.banner-set-no-pagination .pagination {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1270px) {
  /* line 234, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important;
  }
}
@media (max-width: 800px) {
  /* line 234, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important;
  }
}
/* line 243, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.banner-set-no-pagination .prev {
  left: 0;
  margin: -70.5px 0 0 -15px;
  position: absolute;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1270px) {
  /* line 243, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    position: static;
  }
}
@media (max-width: 1199px) {
  /* line 243, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  /* line 243, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -15px;
  }
}
@media (max-width: 800px) {
  /* line 243, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    position: static;
  }
}
/* line 265, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.banner-set-no-pagination .next {
  margin: -70.5px -15px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1270px) {
  /* line 265, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    position: static;
  }
}
@media (max-width: 1199px) {
  /* line 265, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 265, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -15px;
  }
}
@media (max-width: 800px) {
  /* line 265, ../sass/elements/_banner-set.scss */
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    position: static;
  }
}
@media (max-width: 991px) {
  /* line 288, ../sass/elements/_banner-set.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 294, ../sass/elements/_banner-set.scss */
.container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
  margin-left: -30px;
}
@media (max-width: 1199px) {
  /* line 294, ../sass/elements/_banner-set.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  /* line 294, ../sass/elements/_banner-set.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -30px;
  }
}
/* line 303, ../sass/elements/_banner-set.scss */
.container .banner-set.banner-set-mini.banner-set-no-pagination .next {
  margin-right: -30px;
}
@media (max-width: 1199px) {
  /* line 303, ../sass/elements/_banner-set.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 303, ../sass/elements/_banner-set.scss */
  .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -30px;
  }
}
/* line 315, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.load .container {
  height: 127px;
  overflow: hidden;
}
/* line 319, ../sass/elements/_banner-set.scss */
.banner-set.banner-set-mini.load .container .banners {
  height: 127px;
  overflow: hidden;
}
/* line 327, ../sass/elements/_banner-set.scss */
.touch-device .banner-set .carousel-box .pagination a:hover,
.touch-device .banner-set .banner-set .pagination a:hover {
  background: #ececec;
}
/* line 331, ../sass/elements/_banner-set.scss */
.touch-device .banner-set .carousel-box .pagination a.selected,
.touch-device .banner-set .banner-set .pagination a.selected {
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
/* line 336, ../sass/elements/_banner-set.scss */
.touch-device .banner-set .banner-set .next:hover,
.touch-device .banner-set .banner-set .prev:hover {
  color: #ccc;
}

/******************************************************************************
  Blur Pages
*******************************************************************************/
/* line 4, ../sass/elements/_blur-pages.scss */
.blur-page {
    background-image: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/svg/loader.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
/* line 10, ../sass/elements/_blur-pages.scss */
.blur-page .page-box {
  opacity: 0;
}
/* line 13, ../sass/elements/_blur-pages.scss */
.blur-page .blur-box {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  bottom: 0;
  display: block !important;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: -1;
}
/* line 28, ../sass/elements/_blur-pages.scss */
.blur-page.blur-load {
  background-image: inherit;
  -webkit-transition: background-image .2s linear;
  transition: background-image .2s linear;
}
/* line 33, ../sass/elements/_blur-pages.scss */
.blur-page.blur-load .page-box {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 38, ../sass/elements/_blur-pages.scss */
.blur-page.blur-load .blur-box {
  opacity: 1;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}
/* line 43, ../sass/elements/_blur-pages.scss */
.blur-page.blur-load .blur-box img,
.blur-page.blur-load .blur-box canvas {
  background-size: cover;
  left: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  vertical-align: top;
  width: auto;
  z-index: 0;
}
/* line 57, ../sass/elements/_blur-pages.scss */
.blur-page.blur-load .blur-box img {
  visibility: hidden;
}

/******************************************************************************
  Charts
*******************************************************************************/
/* line 4, ../sass/elements/_charts.scss */
.chart {
  position: relative;
  text-align: center;
}

/* line 8, ../sass/elements/_charts.scss */
.jqstooltip {
  box-sizing: content-box;
}

/* line 13, ../sass/elements/_charts.scss */
.graph text {
  overflow: hidden !important;
}

/* line 16, ../sass/elements/_charts.scss */
.morris-hover {
  z-index: 700;
}

/******************************************************************************
  Clients
*******************************************************************************/
/* line 4, ../sass/elements/_clients.scss */
.client {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 200px;
}
/* line 18, ../sass/elements/_clients.scss */
.client:hover {
  border-color: #e1e1e1;
  -webkit-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in;
}
/* line 23, ../sass/elements/_clients.scss */
.client + .tooltip {
  font-size: 14px;
  z-index: 800;
}
/* line 27, ../sass/elements/_clients.scss */
.client + .tooltip .tooltip-inner {
  padding: 10px;
}
/* line 31, ../sass/elements/_clients.scss */
.carousel .client {
  margin-bottom: 0;
}

/******************************************************************************
  Contact Us
*******************************************************************************/
/* line 4, ../sass/elements/_contact-us-page.scss */
.contact-info {
  margin-top: 30px;
}
/* line 7, ../sass/elements/_contact-us-page.scss */
.contact-info .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 22px;
}
/* line 13, ../sass/elements/_contact-us-page.scss */
.contact-info address {
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 17, ../sass/elements/_contact-us-page.scss */
.contact-info hr {
  margin: 0 0 36px;
}
/* line 20, ../sass/elements/_contact-us-page.scss */
.contact-info .buttons-box {
  margin: 8px 0 0;
}

/* line 24, ../sass/elements/_contact-us-page.scss */
.map-box {
  position: relative;
}
/* line 27, ../sass/elements/_contact-us-page.scss */
.map-box .contact-info {
  background: #fff;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: 150px;
  z-index: 1;
}
/* line 35, ../sass/elements/_contact-us-page.scss */
.map-box .contact-info address {
  margin-bottom: 15px;
}

/******************************************************************************
  Content Block
*******************************************************************************/
/* line 4, ../sass/elements/_content-block.scss */
.content-block {
  box-sizing: border-box;
  padding: 20px;
}
/* line 11, ../sass/elements/_content-block.scss */
.content-block .btn + .btn {
  margin-left: 14px;
}
/* line 14, ../sass/elements/_content-block.scss */
.content-block .btn.pull-left {
  margin: 0 10px 0 0;
}
/* line 17, ../sass/elements/_content-block.scss */
.content-block .btn.pull-right {
  margin: 0 0 0 10px;
}

/******************************************************************************
  Features
*******************************************************************************/
/* line 5, ../sass/elements/_features.scss */
.features-block .header-box {
  display: block;
  min-height: 30px;
  margin: 0 0 13px;
  overflow: hidden;
}
/* line 11, ../sass/elements/_features.scss */
.features-block .header-box .icon-box {
  background: none;
  color: #1e1e1e;
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 22, ../sass/elements/_features.scss */
.features-block .header-box .icon-box i:before {
  font-size: 20px;
  line-height: 30px;
}
/* line 28, ../sass/elements/_features.scss */
.features-block .header-box a.icon-box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 35, ../sass/elements/_features.scss */
.features-block .header-box h6 {
  margin: 6px 0 0;
}

/******************************************************************************
  Frames
*******************************************************************************/
/* line 4, ../sass/elements/_frames.scss */
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 8, ../sass/elements/_frames.scss */
.frame > img {
  width: 100%;
}

/* line 12, ../sass/elements/_frames.scss */
.frame-padding {
  background: #fff;
  padding: 4px;
}

/* line 16, ../sass/elements/_frames.scss */
.frame-border {
  border-radius: 5px;
}

/* line 21, ../sass/elements/_frames.scss */
.frame-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 26, ../sass/elements/_frames.scss */
[class*="frame-shadow"] {
  background: #fff;
  position: relative;
}

/* line 31, ../sass/elements/_frames.scss */
.frame-shadow-lifted:before, .frame-shadow-lifted:after {
  bottom: 15px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
/* line 50, ../sass/elements/_frames.scss */
.frame-shadow-lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* line 60, ../sass/elements/_frames.scss */
.frame-shadow-perspective:before {
  bottom: 5px;
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  content: "";
  height: 35%;
  left: 80px;
  max-width: 200px;
  max-height: 50px;
  position: absolute;
  width: 50%;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1;
}

/* line 84, ../sass/elements/_frames.scss */
.frame-shadow-curved:before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 10px/100px;
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}

/* line 99, ../sass/elements/_frames.scss */
.frame-shadow-raised {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* line 113, ../sass/elements/_frames.scss */
.rotated-box {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* line 120, ../sass/elements/_frames.scss */
.rotated-right-box {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/******************************************************************************
  Full Width Box
*******************************************************************************/
/* line 4, ../sass/elements/_full-width-box.scss */
.full-width-box {
  overflow: hidden;
  padding: 76px 0;
  position: relative;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
@media (max-width: 767px) {
  /* line 4, ../sass/elements/_full-width-box.scss */
  .full-width-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 14, ../sass/elements/_full-width-box.scss */
.full-width-box .auto-width {
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0;
}
/* line 19, ../sass/elements/_full-width-box.scss */
.full-width-box .auto-width.loaded {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 26, ../sass/elements/_full-width-box.scss */
.container .full-width-box {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 30, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
}
/* line 43, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-bg .overlay {
  background: #000;
  height: 100%;
  opacity: .2;
  filter: alpha(opacity=20);
  width: 100%;
}
@media (max-width: 767px) {
  /* line 52, ../sass/elements/_full-width-box.scss */
  .full-width-box .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 59, ../sass/elements/_full-width-box.scss */
.full-width-box .container,
.full-width-box .page-header {
  position: relative;
}
/* line 63, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-fixed,
.full-width-box .fwb-paralax {
  background-attachment: fixed;
}
/* line 67, ../sass/elements/_full-width-box.scss */
.touch-device .full-width-box .fwb-paralax, .touch-device .full-width-box .fwb-fixed {
  background-attachment: scroll;
  background-position: 50% 50% !important;
}
/* line 72, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-blur {
  background-position: center top !important;
}
/* line 75, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-blur .blur-box {
  bottom: 0;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100;
}
/* line 84, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-blur .blur-box canvas {
  background-size: cover;
  background-attachment: fixed;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  vertical-align: top;
}
/* line 95, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 100, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-video video,
.full-width-box .fwb-video iframe,
.full-width-box .fwb-video img {
  background-attachment: fixed;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

/******************************************************************************
  Galleries
*******************************************************************************/
/* line 4, ../sass/elements/_galleries.scss */
.gallery .images-box {
  margin-bottom: 30px;
}

/* line 7, ../sass/elements/_galleries.scss */
.gallery-images {
  border-radius: 5px;
  display: block;
  line-height: 0;
  max-width: 100%;
  position: relative;
}
/* line 16, ../sass/elements/_galleries.scss */
.gallery-images img {
  border-radius: 5px;
}
/* line 19, ../sass/elements/_galleries.scss */
.gallery-images .bg-images {
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
/* line 29, ../sass/elements/_galleries.scss */
.gallery-images .bg-images i {
  margin: 5px 0 0 5px;
}
/* line 32, ../sass/elements/_galleries.scss */
.gallery-images .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
/* line 41, ../sass/elements/_galleries.scss */
.gallery-images:hover > .bg-images {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
/* line 47, ../sass/elements/_galleries.scss */
.gallery-images:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/******************************************************************************
  Latest Posts
*******************************************************************************/
/* line 4, ../sass/elements/_latest-posts.scss */
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 9, ../sass/elements/_latest-posts.scss */
.latest-posts li {
  overflow: hidden;
  padding: 22px 0;
}
/* line 13, ../sass/elements/_latest-posts.scss */
.latest-posts li + li {
  border-top-width: 1px;
}
/* line 16, ../sass/elements/_latest-posts.scss */
.latest-posts li:first-child {
  padding-top: 0;
}
/* line 19, ../sass/elements/_latest-posts.scss */
.latest-posts li:last-child {
  padding-bottom: 0;
}
/* line 22, ../sass/elements/_latest-posts.scss */
.latest-posts li .image {
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
/* line 28, ../sass/elements/_latest-posts.scss */
.latest-posts li .meta {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 10px;
}
/* line 34, ../sass/elements/_latest-posts.scss */
.latest-posts li .description {
  overflow: hidden;
}
/* line 37, ../sass/elements/_latest-posts.scss */
.latest-posts li a {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  -webkit-transition: opacity linear .2s;
          transition: opacity linear .2s;
}
/* line 44, ../sass/elements/_latest-posts.scss */
.latest-posts li a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

/* line 52, ../sass/elements/_latest-posts.scss */
.latest-posts-white li {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 55, ../sass/elements/_latest-posts.scss */
.latest-posts-white li .meta {
  color: rgba(255, 255, 255, 0.6);
}
/* line 58, ../sass/elements/_latest-posts.scss */
.latest-posts-white li a {
  color: rgba(255, 255, 255, 0.8);
}

/******************************************************************************
  Login Page
*******************************************************************************/
/* Login Page 1 */
/* line 5, ../sass/elements/_login-page.scss */
#main.login-register {
  overflow: hidden;
  padding-bottom: 40px;
}

/* line 9, ../sass/elements/_login-page.scss */
.form-box.forgot-form {
  margin-bottom: 0;
}

/* line 12, ../sass/elements/_login-page.scss */
.info-box {
  margin-bottom: 40px;
  padding: 27px 0 0;
}

/* line 16, ../sass/elements/_login-page.scss */
.info-box .title,
.form-box .title {
  font-weight: normal;
  margin: 0 0 17px;
}

/* line 21, ../sass/elements/_login-page.scss */
.info-box .descriptions,
.form-box .descriptions {
  margin: 0 0 26px;
}

/* line 25, ../sass/elements/_login-page.scss */
.form-box {
  background: #f2f2f2;
  border-radius: 5px;
  margin: 0 0 40px 0;
  padding: 27px 30px 25px;
}
/* line 33, ../sass/elements/_login-page.scss */
.form-box .checkbox {
  font-size: 12px;
  margin: 0px 0 28px;
}
/* line 37, ../sass/elements/_login-page.scss */
.form-box .checkbox .new-checkbox {
  margin-top: 0;
}
/* line 41, ../sass/elements/_login-page.scss */
.form-box .buttons-box {
  font-size: 11px;
  line-height: 1.5;
}
/* line 45, ../sass/elements/_login-page.scss */
.form-box .buttons-box .btn {
  margin: 3px 8px 5px 0;
}
/* line 48, ../sass/elements/_login-page.scss */
.form-box .buttons-box .required {
  font-size: 11px;
  margin: 3px 8px 5px 0;
}
/* line 52, ../sass/elements/_login-page.scss */
.form-box .buttons-box .forgot {
  display: inline-block;
  margin: 3px 8px 5px 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 58, ../sass/elements/_login-page.scss */
.form-box .buttons-box .forgot:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 67, ../sass/elements/_login-page.scss */
.form-box .form-group {
  position: relative;
}
/* line 70, ../sass/elements/_login-page.scss */
.form-box .help-block {
  bottom: -20px;
  margin: 0;
  position: absolute;
}

/* Login Page 2 */
/* line 78, ../sass/elements/_login-page.scss */
.page-login-promo .page-box {
  display: table;
  height: 100% !important;
  width: 100%;
}
/* line 83, ../sass/elements/_login-page.scss */
.page-login-promo .header {
  min-height: 1px;
  position: absolute;
  width: 100%;
}
/* line 88, ../sass/elements/_login-page.scss */
.page-login-promo .form-box {
  margin: 0;
}
/* line 92, ../sass/elements/_login-page.scss */
.page-login-promo .form-box .title small {
  color: #c1c1c2;
  font-size: 24px;
}
/* line 96, ../sass/elements/_login-page.scss */
.page-login-promo .form-box .title a {
  color: #c1c1c2;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 101, ../sass/elements/_login-page.scss */
.page-login-promo .form-box .title a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 111, ../sass/elements/_login-page.scss */
.page-login-promo #main {
  display: table-cell;
  padding: 134px 0 30px;
  vertical-align: middle;
}
/* line 116, ../sass/elements/_login-page.scss */
.page-login-promo .rotation {
  position: relative;
}
/* line 119, ../sass/elements/_login-page.scss */
.page-login-promo .form-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 125, ../sass/elements/_login-page.scss */
.page-login-promo .front-end,
.page-login-promo .back-end {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: table;
  table-layout: fixed;
  -webkit-transition: .3s opacity 0s ease-in-out, -webkit-transform .6s ease-in-out;
          transition: .3s opacity 0s ease-in-out, transform .6s ease-in-out;
  width: 100%;
}
/* line 135, ../sass/elements/_login-page.scss */
.page-login-promo .back-end {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
/* line 142, ../sass/elements/_login-page.scss */
.page-login-promo .hover .back-end {
  opacity: 1;
}
/* line 145, ../sass/elements/_login-page.scss */
.page-login-promo .hover .front-end,
.page-login-promo .hover .back-end {
  -webkit-transition: .3s opacity .3s ease-in-out, -webkit-transform .6s ease-in-out;
          transition: .3s opacity .3s ease-in-out, transform .6s ease-in-out;
}

/******************************************************************************
  Manufactures
*******************************************************************************/
/* line 5, ../sass/elements/_manufactures.scss */
.manufactures .make-wrapper {
  float: left;
  height: 164px;
  margin: 0 15px;
  width: 164px;
}
/* line 11, ../sass/elements/_manufactures.scss */
.manufactures .make {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  display: table-cell;
  height: 164px;
  line-height: 0;
  max-height: 100%;
  max-width: 164px;
  opacity: .6;
  filter: alpha(opacity=60);
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background .2s linear, border .2s linear, opacity .2s linear;
  transition: background .2s linear, border .2s linear, opacity .2s linear;
}
/* line 34, ../sass/elements/_manufactures.scss */
.manufactures a.make:hover {
  background: #f2f2f2;
  border: 1px solid #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: background .2s linear, border .2s linear, opacity .2s linear;
  transition: background .2s linear, border .2s linear, opacity .2s linear;
}

/* line 49, ../sass/elements/_manufactures.scss */
.manufactures-list {
  text-align: center;
}
/* line 52, ../sass/elements/_manufactures.scss */
.manufactures-list .make-wrapper {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
}

/******************************************************************************
  News
*******************************************************************************/
/* line 5, ../sass/elements/_news.scss */
.news .news-item {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 35px;
}
/* line 10, ../sass/elements/_news.scss */
.news .news-item .time {
  color: #7f7f7f;
  margin-bottom: 2px;
}
/* line 14, ../sass/elements/_news.scss */
.news .news-item .title {
  font-size: 14px;
  margin-bottom: 7px;
}
/* line 18, ../sass/elements/_news.scss */
.news .news-item .title a {
  color: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 22, ../sass/elements/_news.scss */
.news .news-item .title a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 29, ../sass/elements/_news.scss */
.news .news-item .more {
  color: #7f7f7f;
  margin: 5px 0 0;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 35, ../sass/elements/_news.scss */
.news .news-item .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 40, ../sass/elements/_news.scss */
.news .news-item .more span {
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}

/******************************************************************************
  Packages
*******************************************************************************/
/* line 4, ../sass/elements/_packages.scss */
.package {
  background: #f7f7f7;
  margin: 0 auto 40px;
  max-width: 370px;
}
/* line 9, ../sass/elements/_packages.scss */
.package .title {
  line-height: 32px;
  padding: 20px 20px 15px;
}
/* line 13, ../sass/elements/_packages.scss */
.package .title a {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
/* line 21, ../sass/elements/_packages.scss */
.package .price-box {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 20px 20px;
}
/* line 27, ../sass/elements/_packages.scss */
.package .price-box .icon {
  color: #505050;
  height: 96px;
  text-align: center;
  width: 96px;
}
/* line 33, ../sass/elements/_packages.scss */
.package .price-box .icon i {
  background: none;
  font-size: 50px;
  height: auto;
  line-height: 100px;
  margin: 0;
  width: auto;
}
/* line 42, ../sass/elements/_packages.scss */
.package .price-box .description {
  margin: 0 120px 17px 0;
}
/* line 45, ../sass/elements/_packages.scss */
.package .price-box .price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin: 7px 0 0;
}
/* line 51, ../sass/elements/_packages.scss */
.package .price-box .price span {
  font-size: 12px;
}
/* line 56, ../sass/elements/_packages.scss */
.package .bottom-box {
  border-top-width: 1px;
  overflow: hidden;
  padding: 19px 19px 20px;
}
/* line 61, ../sass/elements/_packages.scss */
.package .bottom-box .more {
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 71, ../sass/elements/_packages.scss */
.package .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 77, ../sass/elements/_packages.scss */
.package .bottom-box .more span {
  font-size: 17px;
  line-height: 12px;
  margin: 0 0 0 3px;
  vertical-align: top;
}
/* line 84, ../sass/elements/_packages.scss */
.package .bottom-box .rating-box {
  float: right;
}

/******************************************************************************
  404
*******************************************************************************/
/* line 4, ../sass/elements/_page-404.scss */
.box-404 {
  border-radius: 177px;
  font-weight: normal;
  height: 354px;
  margin: 0 auto;
  padding: 92px 0 0;
  text-align: center;
  width: 354px;
}
/* line 15, ../sass/elements/_page-404.scss */
.box-404 h1 {
  font-size: 150px;
  font-weight: normal;
  line-height: 0.9;
  margin: 0;
}
/* line 21, ../sass/elements/_page-404.scss */
.box-404 h2 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

/* line 30, ../sass/elements/_page-404.scss */
.page-404-promo .page-box {
  background: #2b8cd6;
  background: rgba(43, 140, 214, 0.9);
  display: table;
  height: 100% !important;
  width: 100%;
}
/* line 37, ../sass/elements/_page-404.scss */
.page-404-promo #main {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
/* line 42, ../sass/elements/_page-404.scss */
.page-404-promo #main .title {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
/* line 49, ../sass/elements/_page-404.scss */
.page-404-promo #main .title h1 {
  display: inline-block;
  font-size: 200px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  position: relative;
}
/* line 57, ../sass/elements/_page-404.scss */
.page-404-promo #main .title h1:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
/* line 69, ../sass/elements/_page-404.scss */
.page-404-promo #main .content {
  color: #fff;
  padding: 35px 10px 0;
  text-align: center;
}
/* line 74, ../sass/elements/_page-404.scss */
.page-404-promo #main .content h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 38px;
}
/* line 79, ../sass/elements/_page-404.scss */
.page-404-promo #main .content .back-home {
  color: #2b8cd6;
  font-size: 18px;
  padding-right: 30px;
  padding-left: 20px;
}
/* line 85, ../sass/elements/_page-404.scss */
.page-404-promo #main .content .back-home .fa {
  font-size: 22px;
  margin-right: 8px;
}

/******************************************************************************
  Pricings
*******************************************************************************/
/* line 4, ../sass/elements/_pricings.scss */
.pricing {
  background-color: #fff;
  margin: 0 auto 40px;
  max-width: 270px;
  position: relative;
  text-align: left;
}
/* line 11, ../sass/elements/_pricings.scss */
.pricing * {
  position: relative;
}
/* line 14, ../sass/elements/_pricings.scss */
.pricing:before {
  background: #f7f7f7;
  background: rgba(30, 30, 30, 0.06);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 24, ../sass/elements/_pricings.scss */
.pricing .title {
  line-height: 32px;
  padding: 17px 20px 21px;
}
/* line 28, ../sass/elements/_pricings.scss */
.pricing .title a {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
/* line 36, ../sass/elements/_pricings.scss */
.pricing .price-box {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  padding: 0 20px 20px;
}
/* line 42, ../sass/elements/_pricings.scss */
.pricing .price-box .icon {
  background: #fff;
  color: #505050;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 1;
}
/* line 50, ../sass/elements/_pricings.scss */
.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  height: auto;
  line-height: 52px;
  margin: 0;
  width: auto;
}
/* line 59, ../sass/elements/_pricings.scss */
.pricing .price-box .icon i svg,
.pricing .price-box .icon .livicon svg {
  top: 0 !important;
  vertical-align: middle;
}
/* line 65, ../sass/elements/_pricings.scss */
.pricing .price-box .price {
  font-size: 36px;
  font-weight: bold;
  margin: 13px 0 0;
}
/* line 70, ../sass/elements/_pricings.scss */
.pricing .price-box .price span {
  font-size: 12px;
}
/* line 75, ../sass/elements/_pricings.scss */
.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 80, ../sass/elements/_pricings.scss */
.pricing .options li {
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  color: #999;
  color: rgba(30, 30, 30, 0.4);
  line-height: 22px;
  padding: 13px 10px 13px 45px;
  position: relative;
}
/* line 88, ../sass/elements/_pricings.scss */
.pricing .options li span {
  color: #1e1e1e;
  display: none;
  left: 25px;
  line-height: 1;
  position: absolute;
  top: 16px;
}
/* line 96, ../sass/elements/_pricings.scss */
.pricing .options li.active {
  color: #1e1e1e;
}
/* line 99, ../sass/elements/_pricings.scss */
.pricing .options li.active span {
  display: block;
}
/* line 105, ../sass/elements/_pricings.scss */
.pricing .bottom-box {
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  background: rgba(30, 30, 30, 0.05);
  overflow: hidden;
  padding: 19px 19px 20px;
}
/* line 111, ../sass/elements/_pricings.scss */
.pricing .bottom-box .clearfix {
  clear: both;
}
/* line 114, ../sass/elements/_pricings.scss */
.pricing .bottom-box .more {
  color: #7f7f7f;
  color: rgba(30, 30, 30, 0.7);
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 125, ../sass/elements/_pricings.scss */
.pricing .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 131, ../sass/elements/_pricings.scss */
.pricing .bottom-box .more span {
  font-size: 17px;
  line-height: 12px;
  margin: 0 0 0 3px;
  vertical-align: top;
}
/* line 138, ../sass/elements/_pricings.scss */
.pricing .bottom-box .rating-box {
  float: right;
}
/* line 141, ../sass/elements/_pricings.scss */
.pricing .bottom-box .btn {
  font-weight: bold;
  margin: 19px 0 0;
  width: 100%;
}
/* line 159, ../sass/elements/_pricings.scss */
.pricing.pricing-error:before {
  background: rgba(193, 8, 65, 0.06);
}
/* line 162, ../sass/elements/_pricings.scss */
.pricing.pricing-error .title a {
  color: #c10841;
}
/* line 165, ../sass/elements/_pricings.scss */
.pricing.pricing-error .price-box .icon {
  color: #c10841;
  border-color: #c10841;
}
/* line 169, ../sass/elements/_pricings.scss */
.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
  border-color: rgba(193, 8, 65, 0.1);
  color: rgba(193, 8, 65, 0.4);
}
/* line 174, ../sass/elements/_pricings.scss */
.pricing.pricing-error .bottom-box {
  border-top: 1px solid rgba(193, 8, 65, 0.1);
  background: rgba(193, 8, 65, 0.05);
}
/* line 178, ../sass/elements/_pricings.scss */
.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
  color: #c10841;
}
/* line 159, ../sass/elements/_pricings.scss */
.pricing.pricing-warning:before {
  background: rgba(248, 148, 6, 0.06);
}
/* line 162, ../sass/elements/_pricings.scss */
.pricing.pricing-warning .title a {
  color: #f89406;
}
/* line 165, ../sass/elements/_pricings.scss */
.pricing.pricing-warning .price-box .icon {
  color: #f89406;
  border-color: #f89406;
}
/* line 169, ../sass/elements/_pricings.scss */
.pricing.pricing-warning .options li,
.pricing.pricing-warning .bottom-box {
  border-color: rgba(248, 148, 6, 0.1);
  color: rgba(248, 148, 6, 0.4);
}
/* line 174, ../sass/elements/_pricings.scss */
.pricing.pricing-warning .bottom-box {
  border-top: 1px solid rgba(248, 148, 6, 0.1);
  background: rgba(248, 148, 6, 0.05);
}
/* line 178, ../sass/elements/_pricings.scss */
.pricing.pricing-warning .options li span,
.pricing.pricing-warning .bottom-box .more,
.pricing.pricing-warning .options li.active {
  color: #f89406;
}
/* line 159, ../sass/elements/_pricings.scss */
.pricing.pricing-danger:before {
  background: rgba(193, 8, 65, 0.06);
}
/* line 162, ../sass/elements/_pricings.scss */
.pricing.pricing-danger .title a {
  color: #c10841;
}
/* line 165, ../sass/elements/_pricings.scss */
.pricing.pricing-danger .price-box .icon {
  color: #c10841;
  border-color: #c10841;
}
/* line 169, ../sass/elements/_pricings.scss */
.pricing.pricing-danger .options li,
.pricing.pricing-danger .bottom-box {
  border-color: rgba(193, 8, 65, 0.1);
  color: rgba(193, 8, 65, 0.4);
}
/* line 174, ../sass/elements/_pricings.scss */
.pricing.pricing-danger .bottom-box {
  border-top: 1px solid rgba(193, 8, 65, 0.1);
  background: rgba(193, 8, 65, 0.05);
}
/* line 178, ../sass/elements/_pricings.scss */
.pricing.pricing-danger .options li span,
.pricing.pricing-danger .bottom-box .more,
.pricing.pricing-danger .options li.active {
  color: #c10841;
}
/* line 159, ../sass/elements/_pricings.scss */
.pricing.pricing-info:before {
  background: rgba(0, 152, 202, 0.06);
}
/* line 162, ../sass/elements/_pricings.scss */
.pricing.pricing-info .title a {
  color: #0098ca;
}
/* line 165, ../sass/elements/_pricings.scss */
.pricing.pricing-info .price-box .icon {
  color: #0098ca;
  border-color: #0098ca;
}
/* line 169, ../sass/elements/_pricings.scss */
.pricing.pricing-info .options li,
.pricing.pricing-info .bottom-box {
  border-color: rgba(0, 152, 202, 0.1);
  color: rgba(0, 152, 202, 0.4);
}
/* line 174, ../sass/elements/_pricings.scss */
.pricing.pricing-info .bottom-box {
  border-top: 1px solid rgba(0, 152, 202, 0.1);
  background: rgba(0, 152, 202, 0.05);
}
/* line 178, ../sass/elements/_pricings.scss */
.pricing.pricing-info .options li span,
.pricing.pricing-info .bottom-box .more,
.pricing.pricing-info .options li.active {
  color: #0098ca;
}
/* line 159, ../sass/elements/_pricings.scss */
.pricing.pricing-success:before {
  background: rgba(115, 141, 0, 0.06);
}
/* line 162, ../sass/elements/_pricings.scss */
.pricing.pricing-success .title a {
  color: #738d00;
}
/* line 165, ../sass/elements/_pricings.scss */
.pricing.pricing-success .price-box .icon {
  color: #738d00;
  border-color: #738d00;
}
/* line 169, ../sass/elements/_pricings.scss */
.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
  border-color: rgba(115, 141, 0, 0.1);
  color: rgba(115, 141, 0, 0.4);
}
/* line 174, ../sass/elements/_pricings.scss */
.pricing.pricing-success .bottom-box {
  border-top: 1px solid rgba(115, 141, 0, 0.1);
  background: rgba(115, 141, 0, 0.05);
}
/* line 178, ../sass/elements/_pricings.scss */
.pricing.pricing-success .options li span,
.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li.active {
  color: #738d00;
}

/******************************************************************************
  Respond
*******************************************************************************/
/* line 4, ../sass/elements/_respond.scss */
.respond {
  background: none;
  border: 0 none;
}
/* line 8, ../sass/elements/_respond.scss */
.respond .description {
  background: #fff;
  border-radius: 5px;
  color: #1e1e1e;
  font-style: italic;
  font-size: 90%;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
/* line 19, ../sass/elements/_respond.scss */
.respond .name {
  color: #7f7f7f;
  min-height: 22px;
  padding: 5px 5px 5px 5px;
}
/* line 24, ../sass/elements/_respond.scss */
.respond .name .icon {
  color: #7f7f7f;
  font-size: 30px;
  margin: -5px 0 0;
}
/* line 31, ../sass/elements/_respond.scss */
.respond.bg .description {
  background-color: #a5e573;
}
/* line 34, ../sass/elements/_respond.scss */
.respond.bg .description:before {
  border: 10px solid transparent;
  border-top-color: #a5e573;
  bottom: -20px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
/* line 47, ../sass/elements/_respond.scss */
.respond.border .description {
  border-color: #a5e573;
  border-width: 1px;
}
/* line 51, ../sass/elements/_respond.scss */
.respond.border .description:before {
  border: 10px solid transparent;
  border-top-color: #a5e573;
  bottom: -20px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
/* line 61, ../sass/elements/_respond.scss */
.respond.border .description:after {
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -18px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
/* line 72, ../sass/elements/_respond.scss */
.respond.border.respond-blockquote blockquote:before, .respond.border.respond-blockquote blockquote:after {
  color: #a5e573;
}
/* line 78, ../sass/elements/_respond.scss */
.respond.white .name {
  color: #fff;
}
/* line 81, ../sass/elements/_respond.scss */
.respond.white .name .icon {
  color: #fff;
}
/* line 87, ../sass/elements/_respond.scss */
.respond.respond-blockquote blockquote {
  border: none;
  margin: 0;
  padding-left: 30px;
}
/* line 92, ../sass/elements/_respond.scss */
.respond.respond-blockquote blockquote:before {
  content: open-quote;
  font-size: 50px;
  font-weight: bold;
  left: 16px;
  line-height: 1;
  position: absolute;
  top: 14px;
}
/* line 101, ../sass/elements/_respond.scss */
.respond.respond-blockquote blockquote:after {
  content: close-quote;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 0;
  margin: 0 0 -5px 0;
  vertical-align: bottom;
}
/* line 112, ../sass/elements/_respond.scss */
.respond.respond-blockquote .name .icon {
  float: left;
  height: 50px;
  margin: 0 10px 0 0;
  width: 50px;
}
/* line 118, ../sass/elements/_respond.scss */
.respond.respond-blockquote .name strong {
  font-size: 120%;
}

/* line 124, ../sass/elements/_respond.scss */
.respond-carousel {
  overflow: hidden;
}
/* line 127, ../sass/elements/_respond.scss */
.respond-carousel .pagination {
  margin: 0;
}

/* line 143, ../sass/elements/_respond.scss */
.respond .description.bg-primary {
  color: #fff;
}
/* line 146, ../sass/elements/_respond.scss */
.respond .description.bg-primary:before,
.respond .description.border-primary:before {
  border-top-color: #037ac5;
}
/* line 151, ../sass/elements/_respond.scss */
.respond.respond-blockquote.border .border-primary blockquote:before, .respond.respond-blockquote.border .border-primary blockquote:after {
  color: #0098ca;
}

/* line 143, ../sass/elements/_respond.scss */
.respond .description.bg-warning {
  color: #fff;
}
/* line 146, ../sass/elements/_respond.scss */
.respond .description.bg-warning:before,
.respond .description.border-warning:before {
  border-top-color: #f89406;
}
/* line 151, ../sass/elements/_respond.scss */
.respond.respond-blockquote.border .border-warning blockquote:before, .respond.respond-blockquote.border .border-warning blockquote:after {
  color: #0098ca;
}

/* line 143, ../sass/elements/_respond.scss */
.respond .description.bg-danger {
  color: #fff;
}
/* line 146, ../sass/elements/_respond.scss */
.respond .description.bg-danger:before,
.respond .description.border-danger:before {
  border-top-color: #c10841;
}
/* line 151, ../sass/elements/_respond.scss */
.respond.respond-blockquote.border .border-danger blockquote:before, .respond.respond-blockquote.border .border-danger blockquote:after {
  color: #0098ca;
}

/* line 143, ../sass/elements/_respond.scss */
.respond .description.bg-info {
  color: #fff;
}
/* line 146, ../sass/elements/_respond.scss */
.respond .description.bg-info:before,
.respond .description.border-info:before {
  border-top-color: #0098ca;
}
/* line 151, ../sass/elements/_respond.scss */
.respond.respond-blockquote.border .border-info blockquote:before, .respond.respond-blockquote.border .border-info blockquote:after {
  color: #0098ca;
}

/* line 143, ../sass/elements/_respond.scss */
.respond .description.bg-success {
  color: #fff;
}
/* line 146, ../sass/elements/_respond.scss */
.respond .description.bg-success:before,
.respond .description.border-success:before {
  border-top-color: #738d00;
}
/* line 151, ../sass/elements/_respond.scss */
.respond.respond-blockquote.border .border-success blockquote:before, .respond.respond-blockquote.border .border-success blockquote:after {
  color: #0098ca;
}

/* line 158, ../sass/elements/_respond.scss */
.respond .description.bg-white:before,
.respond .description.border-white:before {
  border-top-color: #fff;
}

/* line 162, ../sass/elements/_respond.scss */
.respond.border .description.border-white {
  border-color: #fff;
}

/* line 165, ../sass/elements/_respond.scss */
.respond.respond-blockquote.border .border-white blockquote:before,
.respond.respond-blockquote.border .border-white blockquote:after {
  color: #1e1e1e;
}

/******************************************************************************
  Search Result
*******************************************************************************/
/* line 5, ../sass/elements/_search-result.scss */
.search-result .search-form {
  margin-bottom: 40px;
  position: relative;
}
/* line 9, ../sass/elements/_search-result.scss */
.search-result .search-form .search-string, .search-result .header .search-form .search-string:hover, .header .search-result .search-form .search-string:hover {
  box-sizing: border-box;
  box-shadow: none;
  color: #1e1e1e;
  font-size: 24px;
  height: 60px;
  line-height: 30px;
  margin: 0;
  padding: 14px 50px 14px 18px;
}
/* line 23, ../sass/elements/_search-result.scss */
.search-result .search-form .search-string:focus {
  border-color: #ccc;
}
/* line 27, ../sass/elements/_search-result.scss */
.search-result .search-form .search-submit {
  background: none;
  border-left: 1px solid #e1e1e1;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: center;
  width: 46px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 40, ../sass/elements/_search-result.scss */
.search-result .search-form .search-submit svg {
  margin-top: 2px;
}
/* line 43, ../sass/elements/_search-result.scss */
.search-result .search-form .search-submit:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 51, ../sass/elements/_search-result.scss */
.search-result .filter-buttons,
.search-result .text-results {
  margin-bottom: 30px;
}
/* line 55, ../sass/elements/_search-result.scss */
.search-result .text-results {
  color: #999;
  font-size: 12px;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: right;
}
/* line 62, ../sass/elements/_search-result.scss */
.search-result .item {
  background: none;
  border: 0 none;
  border-top: 1px solid #e1e1e1;
  margin-top: 0 -15px 40px;
  padding: 37px 0 0;
}
/* line 69, ../sass/elements/_search-result.scss */
.search-result .pagination {
  margin-top: 0;
}

/******************************************************************************
  Services
*******************************************************************************/
/* line 5, ../sass/elements/_services.scss */
.service .icon {
  border-radius: 35px;
  color: #1e1e1e;
  display: block;
  height: 70px;
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 18, ../sass/elements/_services.scss */
.service .icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 24, ../sass/elements/_services.scss */
.service .icon i:before {
  font-size: 30px;
  line-height: 70px;
}
/* line 29, ../sass/elements/_services.scss */
.service .title {
  margin: 2px 0 17px;
}
/* line 32, ../sass/elements/_services.scss */
.service .text-small {
  overflow: hidden;
}

/* line 36, ../sass/elements/_services.scss */
.services .service,
.services .features-block {
  margin-bottom: 40px;
}

/* line 40, ../sass/elements/_services.scss */
.services-box-three-left {
  margin-bottom: 40px;
  padding: 20px;
}

/* line 47, ../sass/elements/_services.scss */
.service a:not(.btn),
.big-services-box a:not(.btn),
.features-block a:not(.btn) {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 51, ../sass/elements/_services.scss */
.service a:not(.btn):hover,
.big-services-box a:not(.btn):hover,
.features-block a:not(.btn):hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 59, ../sass/elements/_services.scss */
.service > a,
.big-services-box > a,
.features-block > a {
  display: inline-block;
}

/* line 63, ../sass/elements/_services.scss */
.white .service a,
.white .big-services-box a {
  color: #fff;
}

/* line 67, ../sass/elements/_services.scss */
.big-services-box {
  margin-bottom: 40px;
  text-align: center;
}

/* line 71, ../sass/elements/_services.scss */
.big-icon {
  border-radius: 50px;
  color: #1e1e1e;
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 82, ../sass/elements/_services.scss */
.big-icon i:before {
  font-size: 50px;
  line-height: 100px;
}

/* line 86, ../sass/elements/_services.scss */
a.big-icon:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 92, ../sass/elements/_services.scss */
.big-icon.pull-left {
  margin: 0 20px 20px 0;
}

/******************************************************************************
  Sitemap
*******************************************************************************/
/* line 4, ../sass/elements/_sitemap.scss */
.sitemap, .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 9, ../sass/elements/_sitemap.scss */
.sitemap ul {
  margin: 0 0 0 15px;
}
/* line 13, ../sass/elements/_sitemap.scss */
.sitemap li,
.sitemap .li {
  overflow: hidden;
  position: relative;
}
/* line 18, ../sass/elements/_sitemap.scss */
.sitemap li:after,
.sitemap .li:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  display: inline-block;
  font-size: .5em;
  line-height: 40px;
  margin: -6px 0 0 0;
  pointer-events: none;
  position: absolute;
}
/* line 28, ../sass/elements/_sitemap.scss */
.sitemap a {
  background: #fff;
  color: #1e1e1e;
  font-size: 12px;
  line-height: 1;
  padding: 0 5px 0 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 39, ../sass/elements/_sitemap.scss */
.sitemap a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 45, ../sass/elements/_sitemap.scss */
.sitemap a:before {
  content: "\f105";
  display: block;
  line-height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
}

/******************************************************************************
  Social Feed
*******************************************************************************/
/* line 4, ../sass/elements/_social-feed.scss */
.social-feed {
    background-image: url("https://cdn.twochicago.com/ABCSupply/Sample1/img/svg/loader.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 100px;
    background-size: 40px;
}
/* line 10, ../sass/elements/_social-feed.scss */
.social-feed > * {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 15, ../sass/elements/_social-feed.scss */
.social-feed .isotope-item {
  margin-bottom: 20px;
}
/* line 18, ../sass/elements/_social-feed.scss */
.social-feed .post {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  padding: 19px;
}
/* line 25, ../sass/elements/_social-feed.scss */
.social-feed .post.bg {
  background: #ccc;
  color: #fff;
}
/* line 29, ../sass/elements/_social-feed.scss */
.social-feed .post.bg-danger {
  border-color: #c10841;
}
/* line 32, ../sass/elements/_social-feed.scss */
.social-feed .post.bg-warning {
  border-color: #f89406;
}
/* line 35, ../sass/elements/_social-feed.scss */
.social-feed .post.bg-info {
  border-color: #0098ca;
}
/* line 38, ../sass/elements/_social-feed.scss */
.social-feed .post.bg-success {
  border-color: #738d00;
}
/* line 41, ../sass/elements/_social-feed.scss */
.social-feed .post.bg-primary {
  border-color: #037ac5;
}
/* line 44, ../sass/elements/_social-feed.scss */
.social-feed .post.number {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}
/* line 50, ../sass/elements/_social-feed.scss */
.social-feed .post.number .post-icon {
  font-size: 24px;
  left: 10px;
  opacity: .8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 10px;
}
/* line 58, ../sass/elements/_social-feed.scss */
.social-feed .post.number .social-data {
  display: inline-block;
  font-style: italic;
  line-height: 1;
  vertical-align: middle;
}
/* line 64, ../sass/elements/_social-feed.scss */
.social-feed .post.number .social-data .count {
  font-size: 60px;
  font-style: normal;
}
/* line 71, ../sass/elements/_social-feed.scss */
.social-feed .add-post {
  background: none;
  border: 0 none;
  padding: 0;
}
/* line 76, ../sass/elements/_social-feed.scss */
.social-feed .add-post .nav-tabs {
  border: 0 none;
}
/* line 80, ../sass/elements/_social-feed.scss */
.social-feed .add-post .nav-tabs > li > a {
  border-radius: 3px 3px 0 0;
  padding: 6px 10px 7px;
}
/* line 84, ../sass/elements/_social-feed.scss */
.social-feed .add-post .nav-tabs > li > a .fa {
  color: #7f7f7f;
}
/* line 89, ../sass/elements/_social-feed.scss */
.social-feed .add-post .nav-tabs > li.active > a,
.social-feed .add-post .nav-tabs > li.active > a:hover,
.social-feed .add-post .nav-tabs > li.active > a:focus {
  color: #555;
  font-weight: normal;
}
/* line 98, ../sass/elements/_social-feed.scss */
.social-feed .add-post .tab-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
}
/* line 104, ../sass/elements/_social-feed.scss */
.social-feed .add-post .tab-content .tab-pane {
  padding: 0;
}
/* line 107, ../sass/elements/_social-feed.scss */
.social-feed .add-post .tab-content .tab-pane form {
  margin: 0;
}
/* line 112, ../sass/elements/_social-feed.scss */
.social-feed .add-post .tab-pane input {
  margin-bottom: 22px;
}
/* line 116, ../sass/elements/_social-feed.scss */
.social-feed .author-info {
  margin-bottom: 15px;
}
/* line 119, ../sass/elements/_social-feed.scss */
.social-feed .author-info .avatar {
  border-radius: 50%;
  float: left;
  height: 50px;
  margin: 0 20px 0 0;
  overflow: hidden;
  width: 50px;
}
/* line 127, ../sass/elements/_social-feed.scss */
.social-feed .author-info .user-name {
  font-size: 16px;
}
/* line 130, ../sass/elements/_social-feed.scss */
.social-feed .author-info .user-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 136, ../sass/elements/_social-feed.scss */
.social-feed .author-info .user-name a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 144, ../sass/elements/_social-feed.scss */
.social-feed .author-info time {
  color: #7f7f7f;
  font-style: italic;
}
/* line 149, ../sass/elements/_social-feed.scss */
.social-feed .preview {
  margin: 0 -20px 20px;
  text-align: center;
}
/* line 153, ../sass/elements/_social-feed.scss */
.social-feed .preview img {
  display: block;
  margin: 0 auto;
}
/* line 158, ../sass/elements/_social-feed.scss */
.social-feed .buttons {
  margin-bottom: 20px;
  text-align: right;
}
/* line 162, ../sass/elements/_social-feed.scss */
.social-feed .buttons .btn {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 169, ../sass/elements/_social-feed.scss */
.social-feed .buttons .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 177, ../sass/elements/_social-feed.scss */
.social-feed .comments {
  background: rgba(0, 0, 0, 0.1);
  margin: 0 -20px -20px;
  padding: 20px;
}
/* line 182, ../sass/elements/_social-feed.scss */
.social-feed .comments .comment {
  margin: 0 0 25px;
}
/* line 185, ../sass/elements/_social-feed.scss */
.social-feed .comments .comment .avatar {
  border-radius: 50%;
  float: left;
  height: 40px;
  margin: 0 10px 5px 0;
  overflow: hidden;
  width: 40px;
}
/* line 193, ../sass/elements/_social-feed.scss */
.social-feed .comments .comment .author-details {
  margin-bottom: 5px;
}
/* line 196, ../sass/elements/_social-feed.scss */
.social-feed .comments .comment .user-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 202, ../sass/elements/_social-feed.scss */
.social-feed .comments .comment .user-name a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 209, ../sass/elements/_social-feed.scss */
.social-feed .comments .comment time {
  color: #7f7f7f;
  font-size: 12px;
  font-style: italic;
}
/* line 215, ../sass/elements/_social-feed.scss */
.social-feed .comments .form {
  margin: 0;
}
/* line 218, ../sass/elements/_social-feed.scss */
.social-feed .comments .form .form-control {
  height: 62px;
  margin: 0;
}
/* line 222, ../sass/elements/_social-feed.scss */
.social-feed .comments .form textarea {
  resize: none;
}
/* line 227, ../sass/elements/_social-feed.scss */
.social-feed.loaded {
  background: none;
}
/* line 230, ../sass/elements/_social-feed.scss */
.social-feed.loaded > * {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 237, ../sass/elements/_social-feed.scss */
.social-feed .bg .author-info .user-name a,
.social-feed .bg .comments .comment .user-name a {
  color: #fff;
}
/* line 241, ../sass/elements/_social-feed.scss */
.social-feed .bg .author-info time,
.social-feed .bg .comments .comment time {
  color: rgba(255, 255, 255, 0.8);
}
/* line 245, ../sass/elements/_social-feed.scss */
.social-feed .bg .buttons .btn {
  background: #fff;
  border-color: #fff;
  color: #1e1e1e;
}

/* line 252, ../sass/elements/_social-feed.scss */
.social-feed .bg-danger .buttons .btn {
  color: #c10841;
}

/* line 255, ../sass/elements/_social-feed.scss */
.social-feed .bg-warning .buttons .btn {
  color: #f89406;
}

/* line 258, ../sass/elements/_social-feed.scss */
.social-feed .bg-info .buttons .btn {
  color: #0098ca;
}

/* line 261, ../sass/elements/_social-feed.scss */
.social-feed .bg-success .buttons .btn {
  color: #738d00;
}

/* line 264, ../sass/elements/_social-feed.scss */
.social-feed .bg-primary .buttons .btn {
  color: #037ac5;
}

/* line 267, ../sass/elements/_social-feed.scss */
.social-feed .post.number.twitter {
  background: #00aced;
  border-color: #00aced;
}

/* line 271, ../sass/elements/_social-feed.scss */
.social-feed .post.number.facebook {
  background: #3B5998;
  border-color: #3B5998;
}

/* line 275, ../sass/elements/_social-feed.scss */
.social-feed .post.number.google {
  background: #dd4b39;
  border-color: #dd4b39;
}

/* line 279, ../sass/elements/_social-feed.scss */
.social-feed .post.number.pinterest {
  background: #cb2027;
  border-color: #cb2027;
}

/* line 283, ../sass/elements/_social-feed.scss */
.social-feed .post.number.linkedin {
  background: #007bb6;
  border-color: #007bb6;
}

/* line 287, ../sass/elements/_social-feed.scss */
.social-feed .post.number.youtube {
  background: #bb0000;
  border-color: #bb0000;
}

/******************************************************************************
  Steps
*******************************************************************************/
/* line 4, ../sass/elements/_steps.scss */
.steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 9, ../sass/elements/_steps.scss */
.steps .step {
  background: #fff;
  border: 1px solid #e1e1e1;
  display: table-cell;
  padding: 15px;
  position: relative;
  vertical-align: middle;
}
/* line 17, ../sass/elements/_steps.scss */
.steps .step .step-wrapper {
  position: relative;
}
/* line 20, ../sass/elements/_steps.scss */
.steps .step .step-wrapper:after, .steps .step .step-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: -29px;
  border: 7px solid transparent;
  border-left-color: #e1e1e1;
  z-index: 1;
}
/* line 30, ../sass/elements/_steps.scss */
.steps .step .step-wrapper:before {
  border-left-color: #fff;
  right: -27px;
  z-index: 2;
}
/* line 36, ../sass/elements/_steps.scss */
.steps .step + .step {
  border-left: 0 none;
}
/* line 39, ../sass/elements/_steps.scss */
.steps .step:first-child {
  border-radius: 3px 0 0 3px;
}
/* line 42, ../sass/elements/_steps.scss */
.steps .step:last-child {
  border-radius: 0 3px 3px 0;
}
/* line 46, ../sass/elements/_steps.scss */
.steps .step:last-child .step-wrapper:after, .steps .step:last-child .step-wrapper:before {
  display: none;
}
/* line 52, ../sass/elements/_steps.scss */
.steps .step .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  left: 0;
  opacity: .1;
  filter: alpha(opacity=10);
  position: absolute;
  right: 0;
  top: 0;
}
/* line 64, ../sass/elements/_steps.scss */
.steps .step .bg-image ~ * {
  position: relative;
}
/* line 81, ../sass/elements/_steps.scss */
.steps .step.border-error .step-wrapper:after {
  border-left-color: #c10841;
}
/* line 84, ../sass/elements/_steps.scss */
.steps .step.bg-error .step-wrapper:before {
  border-left-color: #c10841;
}
/* line 81, ../sass/elements/_steps.scss */
.steps .step.border-danger .step-wrapper:after {
  border-left-color: #c10841;
}
/* line 84, ../sass/elements/_steps.scss */
.steps .step.bg-danger .step-wrapper:before {
  border-left-color: #c10841;
}
/* line 81, ../sass/elements/_steps.scss */
.steps .step.border-info .step-wrapper:after {
  border-left-color: #0098ca;
}
/* line 84, ../sass/elements/_steps.scss */
.steps .step.bg-info .step-wrapper:before {
  border-left-color: #0098ca;
}
/* line 81, ../sass/elements/_steps.scss */
.steps .step.border-warning .step-wrapper:after {
  border-left-color: #f89406;
}
/* line 84, ../sass/elements/_steps.scss */
.steps .step.bg-warning .step-wrapper:before {
  border-left-color: #f89406;
}
/* line 81, ../sass/elements/_steps.scss */
.steps .step.border-success .step-wrapper:after {
  border-left-color: #738d00;
}
/* line 84, ../sass/elements/_steps.scss */
.steps .step.bg-success .step-wrapper:before {
  border-left-color: #738d00;
}
/* line 81, ../sass/elements/_steps.scss */
.steps .step.border-grey .step-wrapper:after {
  border-left-color: #777;
}
/* line 84, ../sass/elements/_steps.scss */
.steps .step.bg-grey .step-wrapper:before {
  border-left-color: #777;
}
/* line 88, ../sass/elements/_steps.scss */
.steps .step.bg-grey {
  background: #777;
}
/* line 92, ../sass/elements/_steps.scss */
.steps.steps-apart {
  display: block;
  width: auto;
}
/* line 96, ../sass/elements/_steps.scss */
.steps.steps-apart .step {
  border-radius: 3px;
  display: block;
}
/* line 100, ../sass/elements/_steps.scss */
.steps.steps-apart .step:last-child .step-wrapper:after, .steps.steps-apart .step:last-child .step-wrapper:before {
  display: block;
}
/* line 105, ../sass/elements/_steps.scss */
.steps.steps-apart > [class*="col-md"]:last-child > .step .step-wrapper:after,
.steps.steps-apart > [class*="col-md"]:last-child > .step .step-wrapper:before {
  display: none;
}
/* line 110, ../sass/elements/_steps.scss */
.steps.progress-steps {
  display: block;
}
/* line 113, ../sass/elements/_steps.scss */
.steps.progress-steps .step {
  background: none !important;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  display: block;
  margin: 0 0 40px;
  min-height: 185px;
  padding: 0;
}
/* line 122, ../sass/elements/_steps.scss */
.steps.progress-steps .step .step-wrapper {
  padding: 20px 20px 20px 260px;
  position: static;
}
/* line 126, ../sass/elements/_steps.scss */
.steps.progress-steps .step .number {
  background: #e1e1e1;
  bottom: 0;
  color: #fff;
  font-size: 150px;
  left: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 240px;
}
/* line 138, ../sass/elements/_steps.scss */
.steps.progress-steps .step .number:after, .steps.progress-steps .step .number:before {
  border: 7px solid transparent;
  border-top-color: #e1e1e1;
  bottom: -15px;
  content: '';
  left: 50%;
  margin-left: -7px;
  position: absolute;
  z-index: 1;
}
/* line 149, ../sass/elements/_steps.scss */
.steps.progress-steps .step .number:before {
  bottom: -13px;
  z-index: 2;
}
/* line 155, ../sass/elements/_steps.scss */
.steps.progress-steps .step.step-right .step-wrapper {
  padding: 20px 260px 20px 20px;
}
/* line 158, ../sass/elements/_steps.scss */
.steps.progress-steps .step.step-right .number {
  left: auto;
  right: 0;
}
/* line 165, ../sass/elements/_steps.scss */
.steps.progress-steps .step .step-wrapper:after, .steps.progress-steps .step .step-wrapper:before, .steps.progress-steps .step:last-child .number:after, .steps.progress-steps .step:last-child .number:before {
  display: none;
}
/* line 182, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-error .number {
  color: #c10841;
}
/* line 185, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-error .number:after {
  border-top-color: #c10841;
}
/* line 189, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-error .number {
  background: #c10841;
  color: #fff;
}
/* line 193, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-error .number:before {
  border-top-color: #c10841;
}
/* line 182, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-danger .number {
  color: #c10841;
}
/* line 185, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-danger .number:after {
  border-top-color: #c10841;
}
/* line 189, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-danger .number {
  background: #c10841;
  color: #fff;
}
/* line 193, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-danger .number:before {
  border-top-color: #c10841;
}
/* line 182, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-info .number {
  color: #0098ca;
}
/* line 185, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-info .number:after {
  border-top-color: #0098ca;
}
/* line 189, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-info .number {
  background: #0098ca;
  color: #fff;
}
/* line 193, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-info .number:before {
  border-top-color: #0098ca;
}
/* line 182, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-warning .number {
  color: #f89406;
}
/* line 185, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-warning .number:after {
  border-top-color: #f89406;
}
/* line 189, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-warning .number {
  background: #f89406;
  color: #fff;
}
/* line 193, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-warning .number:before {
  border-top-color: #f89406;
}
/* line 182, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-success .number {
  color: #738d00;
}
/* line 185, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-success .number:after {
  border-top-color: #738d00;
}
/* line 189, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-success .number {
  background: #738d00;
  color: #fff;
}
/* line 193, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-success .number:before {
  border-top-color: #738d00;
}
/* line 182, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-grey .number {
  color: #777;
}
/* line 185, ../sass/elements/_steps.scss */
.steps.progress-steps .step.border-grey .number:after {
  border-top-color: #777;
}
/* line 189, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-grey .number {
  background: #777;
  color: #fff;
}
/* line 193, ../sass/elements/_steps.scss */
.steps.progress-steps .step.bg-grey .number:before {
  border-top-color: #777;
}

/******************************************************************************
  Team
*******************************************************************************/
/* line 4, ../sass/elements/_team.scss */
.employee {
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
/* line 17, ../sass/elements/_team.scss */
.carousel .employee {
  margin-top: 40px;
}
/* line 20, ../sass/elements/_team.scss */
.employee .image {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0;
}
/* line 26, ../sass/elements/_team.scss */
.employee .image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 32, ../sass/elements/_team.scss */
.employee .description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
/* line 43, ../sass/elements/_team.scss */
.employee .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
/* line 51, ../sass/elements/_team.scss */
.employee .name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
/* line 58, ../sass/elements/_team.scss */
.employee .role {
  font-size: 11px;
}
/* line 61, ../sass/elements/_team.scss */
.employee .employee-hover {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  border-radius: 3px;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 15px;
  padding: 16px 20px 90px;
  position: absolute;
  right: 15px;
  top: 0;
}
/* line 79, ../sass/elements/_team.scss */
.employee .employee-hover .name {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
/* line 86, ../sass/elements/_team.scss */
.employee .employee-hover .role {
  line-height: 1;
  margin: 0 0 24px;
}
/* line 90, ../sass/elements/_team.scss */
.employee .employee-hover .contact {
  color: #fff;
}
/* line 93, ../sass/elements/_team.scss */
.employee .employee-hover .image {
  background: #f7f7f7;
  border-radius: 3px;
  display: block;
  height: 60px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}
/* line 107, ../sass/elements/_team.scss */
.employee .employee-hover .social {
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: center;
}
/* line 113, ../sass/elements/_team.scss */
.employee .employee-hover .social .icon {
  background: #fff;
  float: left;
  margin: 0 10px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
}
/* line 121, ../sass/elements/_team.scss */
.employee .employee-hover .social .icon span {
  border-radius: 2px;
  display: block;
  height: 40px;
  opacity: .35;
  filter: alpha(opacity=35);
  webkit-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  width: 40px;
}
/* line 132, ../sass/elements/_team.scss */
.employee .employee-hover .social .icon:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 142, ../sass/elements/_team.scss */
.rotation .employee-hover {
  display: block;
  height: inherit;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
}
/* line 160, ../sass/elements/_team.scss */
.rotation.hover .employee-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}

@media (max-width: 600px) {
  /* line 176, ../sass/elements/_team.scss */
  .employee-single .images-box {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
  }
}
/* line 182, ../sass/elements/_team.scss */
.employee-single .images-box .carousel-box {
  overflow: hidden;
}
/* line 185, ../sass/elements/_team.scss */
.employee-single .images-box .carousel-box.load {
  max-height: 390px;
  overflow: hidden;
}
/* line 190, ../sass/elements/_team.scss */
.employee-single .images-box .image {
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  text-align: center;
}
/* line 198, ../sass/elements/_team.scss */
.employee-single .images-box img {
  border-radius: 5px;
}
/* line 201, ../sass/elements/_team.scss */
.employee-single .images-box .pagination {
  margin-top: 0;
}
/* line 205, ../sass/elements/_team.scss */
.employee-single.employee {
  margin: 0;
  max-width: inherit;
  width: auto;
}
/* line 211, ../sass/elements/_team.scss */
.employee-single .employee-description .name {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 5px;
}
/* line 216, ../sass/elements/_team.scss */
.employee-single .employee-description .role {
  font-size: 14px;
  margin: 0 0 22px;
}
/* line 220, ../sass/elements/_team.scss */
.employee-single .employee-description .social {
  margin: 22px 0 0;
}

/* line 226, ../sass/elements/_team.scss */
.employee-single-rotation .content-box {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 600px) {
  /* line 231, ../sass/elements/_team.scss */
  .employee-single-rotation .employee,
  .employee-single-rotation .employee.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
  }
}

/******************************************************************************
  Timeline
*******************************************************************************/
/* line 4, ../sass/elements/_timeline.scss */
.timeline {
  padding: 20px 0;
  position: relative;
}
/* line 8, ../sass/elements/_timeline.scss */
.timeline:before {
  background-color: #d2d2d2;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
}
/* line 23, ../sass/elements/_timeline.scss */
.timeline .post {
  border: 0 none;
  margin: 0;
  padding: 0 40px 5px 0;
  width: 50%;
}
/* line 29, ../sass/elements/_timeline.scss */
.timeline .post:last-child, .timeline .post:nth-child(even):last-child {
  padding-bottom: 0;
}
/* line 33, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 5px 40px;
}
/* line 37, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-time {
  left: auto;
  margin: 31px 40px 0 0;
  right: 50%;
  text-align: right;
}
/* line 43, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content:before {
  border: 15px solid transparent;
  border-right-color: #ccc;
  left: -30px;
  right: auto;
}
/* line 49, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content:after {
  border: 14px solid transparent;
  border-right-color: #fff;
  left: -28px;
  right: auto;
}
/* line 56, ../sass/elements/_timeline.scss */
.timeline .post .timeline-time {
  color: #999;
  left: 50%;
  margin: 31px 0 0 40px;
  position: absolute;
}
/* line 62, ../sass/elements/_timeline.scss */
.timeline .post .timeline-icon {
  background: #1e1e1e;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: 22px 0 0 -20px;
  position: absolute;
  text-align: center;
  width: 40px;
}
/* line 77, ../sass/elements/_timeline.scss */
.timeline .post .timeline-icon .livicon svg {
  left: 0 !important;
}
/* line 81, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 46px;
  position: relative;
}
/* line 88, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content:before, .timeline .post .timeline-content:after {
  border: 15px solid transparent;
  border-left-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 26px;
}
/* line 98, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content:after {
  border: 14px solid transparent;
  border-left-color: #fff;
  right: -28px;
  top: 27px;
}
/* line 104, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .video-box:last-child,
.timeline .post .timeline-content blockquote:last-child {
  margin-bottom: 0;
}
/* line 108, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .map-canvas {
  height: 250px;
}
/* line 111, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .img-rounded, .timeline .post .timeline-content .img-thumbnail.img-rounded img, .img-thumbnail.img-rounded .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-thumbnail.img-rounded .bg-images,
.img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images, .timeline .post .timeline-content .img-thumbnail.img-circle img, .img-thumbnail.img-circle .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-thumbnail.img-circle .bg-images,
.img-thumbnail.img-circle .timeline .post .timeline-content .bg-images {
  border-radius: 2px;
}
/* line 114, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .entry-title {
  font-size: 18px;
  margin: 0 0 10px;
}
/* line 118, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content .entry-content {
  margin: 0;
}
/* line 121, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg {
  background: #ccc;
  color: #fff;
}
/* line 125, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg .entry-title a,
.timeline .post .timeline-content.bg blockquote footer,
.timeline .post .timeline-content.bg blockquote small,
.timeline .post .timeline-content.bg blockquote .small {
  color: #fff;
}
/* line 134, ../sass/elements/_timeline.scss */
.timeline .post.no-padding .timeline-content {
  padding: 0;
}
/* line 138, ../sass/elements/_timeline.scss */
.timeline .post:not(.no-padding) .timeline-content.bg:after {
  display: none;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-danger,
.timeline .post .timeline-content.border-danger {
  border-color: #c10841;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-danger:before,
.timeline .post .timeline-content.border-danger:before {
  border-left-color: #c10841;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-danger:before, .timeline .post:nth-child(even) .timeline-content.border-danger:before {
  border: 15px solid transparent;
  border-right-color: #c10841;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-info,
.timeline .post .timeline-content.border-info {
  border-color: #0098ca;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-info:before,
.timeline .post .timeline-content.border-info:before {
  border-left-color: #0098ca;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-info:before, .timeline .post:nth-child(even) .timeline-content.border-info:before {
  border: 15px solid transparent;
  border-right-color: #0098ca;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-warning,
.timeline .post .timeline-content.border-warning {
  border-color: #f89406;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-warning:before,
.timeline .post .timeline-content.border-warning:before {
  border-left-color: #f89406;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-warning:before, .timeline .post:nth-child(even) .timeline-content.border-warning:before {
  border: 15px solid transparent;
  border-right-color: #f89406;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-success,
.timeline .post .timeline-content.border-success {
  border-color: #738d00;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-success:before,
.timeline .post .timeline-content.border-success:before {
  border-left-color: #738d00;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-success:before, .timeline .post:nth-child(even) .timeline-content.border-success:before {
  border: 15px solid transparent;
  border-right-color: #738d00;
}
/* line 152, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-primary,
.timeline .post .timeline-content.border-primary {
  border-color: #037ac5;
}
/* line 156, ../sass/elements/_timeline.scss */
.timeline .post .timeline-content.bg-primary:before,
.timeline .post .timeline-content.border-primary:before {
  border-left-color: #037ac5;
}
/* line 160, ../sass/elements/_timeline.scss */
.timeline .post:nth-child(even) .timeline-content.bg-primary:before, .timeline .post:nth-child(even) .timeline-content.border-primary:before {
  border: 15px solid transparent;
  border-right-color: #037ac5;
}

/******************************************************************************
  Why Choose
*******************************************************************************/
/* line 5, ../sass/elements/_why-choose.scss */
.why-choose ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 10, ../sass/elements/_why-choose.scss */
.why-choose li {
  font-size: 13px;
  line-height: 20px;
  padding: 11px 0 8px 23px;
  position: relative;
}
/* line 16, ../sass/elements/_why-choose.scss */
.why-choose li:before {
  content: "?";
  display: block;
  font-size: 16px;
  left: 2px;
  position: absolute;
  top: 11px;
}
/* line 24, ../sass/elements/_why-choose.scss */
.why-choose li + li {
  border-top-width: 1px;
}

/******************************************************************************
  Word Rotate
*******************************************************************************/
/* line 4, ../sass/elements/_word-rotate.scss */
.word-rotate {
  background: #1e1e1e;
  display: inline-block;
  overflow: hidden;
  padding: 0 8px;
  text-align: center;
  vertical-align: top;
}
/* line 12, ../sass/elements/_word-rotate.scss */
.word-rotate:not(.border) {
  color: #fff;
}
/* line 15, ../sass/elements/_word-rotate.scss */
.word-rotate .words-box {
  display: inline-block;
  position: relative;
}
/* line 19, ../sass/elements/_word-rotate.scss */
.word-rotate .words-box span {
  display: block;
  white-space: nowrap;
}
/* line 23, ../sass/elements/_word-rotate.scss */
.word-rotate .words-box span + span {
  display: none;
}
/* line 29, ../sass/elements/_word-rotate.scss */
.word-rotate.loaded .words-box span + span {
  display: block;
}
/* line 33, ../sass/elements/_word-rotate.scss */
.word-rotate.border {
  background: none;
  border: 1px solid #1e1e1e;
}

/******************************************************************************
  Works
*******************************************************************************/
/* line 5, ../sass/elements/_works.scss */
.portfolio .filter-elements {
  overflow: visible !important;
}
/* line 8, ../sass/elements/_works.scss */
.portfolio .work {
  margin-bottom: 40px;
}

/* line 12, ../sass/elements/_works.scss */
.work {
  border-radius: 5px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: 0 1px #000;
}
/* line 20, ../sass/elements/_works.scss */
.work:hover {
  display: block;
  text-decoration: none;
}
/* line 24, ../sass/elements/_works.scss */
.carousel .work {
  margin: 2px 1px;
}
/* line 27, ../sass/elements/_works.scss */
.work img {
  background-color: #555;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
/* line 36, ../sass/elements/_works.scss */
.work .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(29%, rgba(255, 255, 255, 0.01)), color-stop(30%, rgba(0, 0, 0, 0.01)), color-stop(33%, rgba(0, 0, 0, 0.01)), color-stop(62%, rgba(0, 0, 0, 0.17)), color-stop(68%, rgba(0, 0, 0, 0.24)), color-stop(90%, rgba(0, 0, 0, 0.62)), color-stop(100%, rgba(0, 0, 0, 0.73)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 52, ../sass/elements/_works.scss */
.work .work-title {
  bottom: 37px;
  left: 0;
  margin: 0 0 -17px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
}
/* line 63, ../sass/elements/_works.scss */
.work .title {
  bottom: 46px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 6px;
  text-align: center;
}
/* line 71, ../sass/elements/_works.scss */
.work .description {
  font-size: 11px;
  font-style: italic;
  font-family: Georgia;
  line-height: 16px;
  text-align: center;
}
/* line 78, ../sass/elements/_works.scss */
.work .bg-hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
/* line 93, ../sass/elements/_works.scss */
.work:hover {
  text-shadow: none;
}
/* line 96, ../sass/elements/_works.scss */
.work:hover .work-title {
  bottom: 46%;
  color: #1e1e1e;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
}
/* line 102, ../sass/elements/_works.scss */
.work:hover .bg-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* line 111, ../sass/elements/_works.scss */
.work-single .carousel-box {
  overflow: hidden;
}
/* line 114, ../sass/elements/_works.scss */
.work-single .carousel-box .carousel img {
  border-radius: 5px;
}
/* line 117, ../sass/elements/_works.scss */
.work-single .carousel-box.load {
  max-height: 270px;
}
/* line 121, ../sass/elements/_works.scss */
.work-single .title {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 5px;
}
/* line 126, ../sass/elements/_works.scss */
.work-single .type {
  color: #7f7f7f;
  font-size: 14px;
  margin: 0 0 22px;
}

/* Portfolio One */
/* line 133, ../sass/elements/_works.scss */
.work-one {
  color: #7f7f7f;
  max-width: 100%;
  overflow: hidden;
}
/* line 138, ../sass/elements/_works.scss */
.work-one + .work-one {
  margin-top: 40px;
}
/* line 141, ../sass/elements/_works.scss */
.work-one .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 7px;
}
/* line 147, ../sass/elements/_works.scss */
.work-one .title a {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 152, ../sass/elements/_works.scss */
.work-one .title a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* line 161, ../sass/elements/_works.scss */
.work-one .description {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 27px;
}
/* line 166, ../sass/elements/_works.scss */
.work-one .work-image {
  border-radius: 5px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
/* line 172, ../sass/elements/_works.scss */
.work-one .work-image img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 176, ../sass/elements/_works.scss */
.work-one .work-image img:hover {
  -webkit-filter: grayscale(100%);
}

/******************************************************************************
  Max Width "1199px"
*******************************************************************************/
@media (max-width: 1199px) {
  /* line 9, ../sass/_responsive.scss */
  .phone-active,
  .search-active {
    left: 0;
    width: auto;
  }

  /* line 14, ../sass/_responsive.scss */
  .toolbar .per-page {
    display: none;
  }

  /* line 17, ../sass/_responsive.scss */
  .content .slider .slid-content {
    bottom: 43px;
  }

  /* line 20, ../sass/_responsive.scss */
  .content .slider .pagination {
    padding: 0;
  }

  /* line 23, ../sass/_responsive.scss */
  .content .slider .slider-nav .nav-box {
    bottom: 10px;
  }

  /* line 26, ../sass/_responsive.scss */
  .content .slider .slider-nav .prev,
  .content .slider .slider-nav .next {
    display: none !important;
  }

  /* line 30, ../sass/_responsive.scss */
  #car-bottom .total .checkout {
    font-size: 12px;
  }

  /* line 34, ../sass/_responsive.scss */
  .pricing .title a {
    font-size: 21px;
  }

  /* line 38, ../sass/_responsive.scss */
  .employee .employee-hover .role {
    margin: 0 0 15px;
  }

  /* line 42, ../sass/_responsive.scss */
  .gallery-images:hover .bg-images i:before {
    font-size: 40px;
  }

  /* line 45, ../sass/_responsive.scss */
  .sidebar .whats-news .product {
    max-width: 270px;
    min-width: inherit;
  }

  /* line 49, ../sass/_responsive.scss */
  .sidebar .whats-news .rotation.hover .default {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
  }

  /* line 53, ../sass/_responsive.scss */
  .sidebar .whats-news .rotation .product-hover {
    display: none;
  }

  /* line 56, ../sass/_responsive.scss */
  .rs-slider.full-width .tp-bullets {
    left: 27px !important;
    margin-left: 0 !important;
  }

  /* line 60, ../sass/_responsive.scss */
  .rs-slider.full-width .right-box > * {
    left: auto !important;
    right: 15px;
  }
}
/******************************************************************************
  Max Width "991px"
*******************************************************************************/
@media (max-width: 991px) {
  /* line 70, ../sass/_responsive.scss */
  .fixed-top-box {
    padding-top: 0;
  }

  /* line 73, ../sass/_responsive.scss */
  .fixed-top-box #top-box {
    position: static;
    top: inherit;
    z-index: inherit;
  }

  /* line 78, ../sass/_responsive.scss */
  .fixed-header .header,
  .boxed.fixed-header .header,
  .boxed.fixed-header.fixed .header,
  .fixed-header.hidden-top.visible-top .header {
    box-shadow: none;
    position: static;
    top: inherit;
    z-index: inherit;
    -webkit-backface-visibility: inherit;
    -webkit-transform: inherit;
  }

  /* line 91, ../sass/_responsive.scss */
  .fixed-header .header-two + * {
    margin-top: 0;
  }

  /* line 94, ../sass/_responsive.scss */
  .hidden-top,
  .hidden-top .page-box,
  .hidden-top.visible-top .page-box {
    margin-top: 0;
    padding-top: 0;
  }

  /* line 100, ../sass/_responsive.scss */
  .hidden-top {
    -webkit-transition: all 0 linear;
    transition: all 0 linear;
  }

  /* line 104, ../sass/_responsive.scss */
  .hidden-top #top-box,
  .boxed.hidden-top #top-box,
  .boxed.fixed-header.hidden-top #top-box {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  /* line 111, ../sass/_responsive.scss */
  .hidden-top .header,
  .fixed-header.hidden-top .header {
    margin-top: 0;
    position: static;
  }

  /* line 116, ../sass/_responsive.scss */
  .fixed-header.hidden-top.visible-top .header,
  .fixed-header.hidden-top.fixed #top-box,
  .fixed-header.hidden-top.visible-top.fixed #top-box {
    margin-top: 0;
  }

  /* line 121, ../sass/_responsive.scss */
  .top-navbar {
    margin: 0;
    min-height: 30px;
  }

  /* line 125, ../sass/_responsive.scss */
  .top-navbar .btn-navbar {
    background: none !important;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 7px;
  }

  /* line 138, ../sass/_responsive.scss */
  .top-navbar .btn-navbar.collapsed {
    border-color: transparent;
  }

  /* line 141, ../sass/_responsive.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
  }

  /* line 147, ../sass/_responsive.scss */
  .top-navbar .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 150, ../sass/_responsive.scss */
  .top-navbar .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 153, ../sass/_responsive.scss */
  .top-navbar .collapse,
  .top-navbar .collapsing {
    background: #fff;
    border: 0 none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    left: 0;
    margin: 5px 0 0;
    padding: 0;
    position: absolute !important;
    top: 100%;
    z-index: 1002;
  }

  /* line 167, ../sass/_responsive.scss */
  .top-navbar .navbar-nav.navbar-right:last-child,
  .top-navbar .navbar-nav {
    margin: 0;
  }

  /* line 171, ../sass/_responsive.scss */
  .top-navbar .nav > li {
    float: none;
  }

  /* line 174, ../sass/_responsive.scss */
  #top-box .top-navbar .nav > li a {
    color: #7b7b7b;
  }

  /* line 177, ../sass/_responsive.scss */
  .top-navbar .nav > li:hover a,
  .top-navbar .nav > li a:hover {
    background: none;
  }

  /* line 181, ../sass/_responsive.scss */
  .top-navbar.top-navbar-right .navbar-right {
    float: none !important;
  }

  /* line 184, ../sass/_responsive.scss */
  .top-navbar.top-navbar-right .collapse,
  .top-navbar.top-navbar-right .collapsing {
    left: auto;
    right: 0;
  }

  /* line 189, ../sass/_responsive.scss */
  .top-navbar .nav > li a .count {
    background: rgba(0, 0, 0, 0.1);
  }

  /* line 192, ../sass/_responsive.scss */
  .header {
    width: auto;
  }

  /* line 195, ../sass/_responsive.scss */
  .header .right-box-wrapper {
    text-align: right;
  }

  /* line 198, ../sass/_responsive.scss */
  .header .header-wrapper .cart-header {
    margin-right: 0;
  }

  /* line 201, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar {
    margin: 0;
    min-height: inherit;
    position: static;
  }

  /* line 206, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    display: block;
    float: left;
    height: 46px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: none;
    z-index: 920;
  }

  /* line 226, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar:before {
    bottom: 8px;
    content: "";
    display: none;
    left: -1px;
    position: absolute;
    top: 7px;
  }

  /* line 236, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
    display: block;
  }

  /* line 239, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar.collapsed {
    background: none;
    border: 1px solid transparent;
    border-bottom: 0 none;
  }

  /* line 244, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar .text {
    color: #1e1e1e;
    float: right;
    line-height: 16px;
    padding: 0 0 0 30px;
  }

  /* line 250, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
    background: #1e1e1e;
    box-shadow: none;
    border-radius: 0;
    height: 3px;
    margin: 0;
    width: 22px;
  }

  /* line 258, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }

  /* line 261, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse {
    border: 0 none;
    box-shadow: none;
    left: auto;
    margin: 22px 0 0;
    max-height: inherit;
    overflow: hidden !important;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 200%;
    z-index: 919;
  }

  /* line 275, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
    float: none;
    padding: 6px 6px 3px;
  }

  /* line 284, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
    float: none;
    margin: 0 0 3px;
    padding: 0;
  }

  /* line 289, ../sass/_responsive.scss */
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        font-weight: normal;
        margin: 0;
        padding: 7px 9px 7px 20px;
        text-decoration: none;
    }

  /* line 300, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a:hover,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
  }

  /* line 311, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
    background: #f2f2f2;
    position: relative;
  }

  /* line 316, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
    display: none;
  }

  /* line 319, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
  }

  /* line 326, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
    background: #1e1e1e;
    display: block;
    height: 2px;
    margin: 17px 0 0 15px;
    position: absolute;
    width: 16px;
  }

  /* line 334, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
    height: 16px;
    margin: 10px 0 0 22px;
    width: 2px;
  }

  /* line 339, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span {
    background: #7f7f7f;
    height: 2px;
    margin: 14px 0 0 38px;
    position: absolute;
    width: 12px;
  }

  /* line 347, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span + span,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span {
    height: 12px;
    margin: 9px 0 0 43px;
    width: 2px;
  }

  /* line 353, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
    display: none;
  }

  /* line 356, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub,
  .header .header-wrapper .primary .navbar .navbar-collapse .parent .sub,
  .header .header-wrapper .primary .navbar .navbar-collapse .parent:hover > .sub {
    background: #f7f7f7;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    font-size: 13px;
    left: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 5px;
    position: relative;
  }

  /* line 376, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
    background-color: #e9e9e9;
    border-radius: 0;
  }

  /* line 382, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active:hover > a {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  /* line 390, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a .open-sub span {
    background: #fff;
  }

  /* line 393, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active > a .open-sub span + span,
  .header .header-wrapper .primary .megamenu .box.active .title .open-sub span + span {
    display: none;
  }

  /* line 397, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0;
    display: none;
  }

  /* line 402, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
    line-height: 22px;
  }

  /* line 405, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
    background: none;
    color: #7f7f7f;
    padding: 4px 9px 4px 60px;
    text-decoration: none;
    width: auto !important;
  }

  /* line 412, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav li a > i {
    color: #1e1e1e;
  }

  /* line 415, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav li:hover > .sub a {
    background: none;
  }

  /* line 418, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
    left: 0;
    margin-left: 10px;
  }

  /* line 422, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
    left: 0;
    padding: 6px 0 5px;
    width: 100%;
  }

  /* line 427, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
    display: block;
  }

  /* line 430, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
    display: none;
  }

  /* line 433, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
    display: block;
    padding: 0;
    width: 100% !important;
  }

  /* line 438, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
    float: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  /* line 444, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
    color: #7f7f7f;
    cursor: pointer;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 4px 9px 4px 60px;
    position: relative;
    text-transform: none;
  }

  /* line 454, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box.closed ul {
    display: none;
    margin-left: 10px;
  }

  /* line 458, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
    left: 0;
    float: right;
    position: static;
    top: 0;
  }

  /* line 466, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
    display: none;
  }

  /* line 470, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a .open-sub span,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a .open-sub span {
    background: #fff;
  }

  /* line 474, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
    color: #fff;
  }

  /* line 480, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary > a {
    border-color: #428bca;
  }

  /* line 483, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success > a {
    border-color: #738d00;
  }

  /* line 486, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info > a {
    border-color: #0098ca;
  }

  /* line 489, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning > a {
    border-color: #f89406;
  }

  /* line 492, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger > a {
    border-color: #c10841;
  }

  /* line 495, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse:hover > a {
    background-color: #428bca;
    border-color: #428bca;
  }

  /* line 502, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse:hover > a {
    background-color: #738d00;
    border-color: #738d00;
  }

  /* line 509, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse:hover > a {
    background-color: #0098ca;
    border-color: #0098ca;
  }

  /* line 516, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse:hover > a {
    background-color: #f89406;
    border-color: #f89406;
  }

  /* line 523, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse:hover > a {
    background-color: #c10841;
    border-color: #c10841;
  }

  /* line 530, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
    background: #f7f7f7 !important;
  }

  /* line 533, ../sass/_responsive.scss */
  .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
    color: #7f7f7f;
  }

  /* line 536, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .col-sm-6.col-md-9 {
    text-align: left;
  }

  /* line 539, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .primary {
    margin: 0 0 0 -1px;
  }

  /* line 542, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .primary .navbar .btn-navbar:before {
    border: 0 none;
  }

  /* line 545, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .primary .navbar .navbar-collapse {
    left: -1px;
    width: calc(200% + px);
  }

  /* line 550, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .primary .navbar .nav {
    border-radius: 0 3px 3px 3px;
  }

  /* line 555, ../sass/_responsive.scss */
  .header .cart-header .dropdown-menu {
    margin-top: -1px;
    margin-right: -98px;
  }

  /* line 559, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .cart-header .dropdown-menu {
    margin-right: 0;
  }

  /* line 562, ../sass/_responsive.scss */
  .header .cart-header.open .dropdown-toggle:after {
    left: 0;
  }

  /* line 565, ../sass/_responsive.scss */
  .header.header-two .phone-header {
    margin-right: 0;
  }

  /* line 568, ../sass/_responsive.scss */
  .header.header-two .phone-active,
  .header.header-two .search-active {
    z-index: 1003;
  }

  /* line 572, ../sass/_responsive.scss */
  .header.header-three .logo-box {
    width: 724px;
  }

  /* line 575, ../sass/_responsive.scss */
  .top-fixed-box {
    display: none;
  }

  /* line 578, ../sass/_responsive.scss */
  .fixed-header.fixed-top #top-box,
  .boxed.fixed-header.fixed-top #top-box,
  .boxed.fixed-header.fixed-top.fixed #top-box {
    position: static;
  }

  /* line 584, ../sass/_responsive.scss */
  .slider {
    padding: 10px 0;
  }

  /* line 587, ../sass/_responsive.scss */
  .slider .slid-content,
  .slider .slider-nav {
    width: 370px;
  }

  /* line 591, ../sass/_responsive.scss */
  .slider .slid-content .title {
    margin: 0 0 14px;
  }

  /* line 594, ../sass/_responsive.scss */
  .slider .slid-content .descriptions {
    margin: 0 0 17px 0;
  }

  /* line 597, ../sass/_responsive.scss */
  .slider .slider-nav {
    right: 15px;
  }

  /* line 600, ../sass/_responsive.scss */
  .slider .slider-nav .nav-box {
    bottom: 0;
  }

  /* line 603, ../sass/_responsive.scss */
  .slider .slider-nav .prev,
  .slider .slider-nav .next {
    display: none !important;
  }

  /* line 607, ../sass/_responsive.scss */
  .slider .slid-content {
    bottom: 60px;
  }

  /* line 610, ../sass/_responsive.scss */
  .progressive-slider-two .slider-wrapper {
    height: auto !important;
  }

  /* line 613, ../sass/_responsive.scss */
  .progressive-slider-two .sliders-container {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 618, ../sass/_responsive.scss */
  .progressive-slider-two .slider-banners {
    height: auto;
    width: 100%;
  }

  /* line 622, ../sass/_responsive.scss */
  .progressive-slider-two .slider-banners .banner {
    display: table-cell;
    height: auto;
    width: 33.33333333%;
  }

  /* line 627, ../sass/_responsive.scss */
  .page-slider {
    padding: 0;
  }

  /* line 630, ../sass/_responsive.scss */
  .metro-banners {
    padding: 30px 0 11px;
  }

  /* line 633, ../sass/_responsive.scss */
  .metro-banners .banner {
    margin-bottom: 19px;
  }

  /* line 637, ../sass/_responsive.scss */
  .sidebar.col-sm-12 {
    margin-top: 40px;
  }

  /* line 640, ../sass/_responsive.scss */
  .sidebar .whats-news .carousel-pagination {
    margin: 0 auto;
    max-width: 300px;
  }

  /* line 644, ../sass/_responsive.scss */
  .toolbar .grid-list .grid,
  .toolbar .grid-list .list {
    margin-right: 6px;
  }

  /* line 648, ../sass/_responsive.scss */
  .toolbar .sort-catalog {
    margin: 0 6px 20px 1px;
  }

  /* line 651, ../sass/_responsive.scss */
  .products.grid {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }

  /* line 656, ../sass/_responsive.scss */
  .table-box {
    overflow-x: auto;
    padding: 0 1px;
  }

  /* line 660, ../sass/_responsive.scss */
  .portfolio .filter-buttons {
    float: none;
    margin-bottom: 20px;
  }

  /* line 664, ../sass/_responsive.scss */
  .portfolio .year-regulator {
    float: none;
    margin-bottom: 60px;
  }

  /* line 668, ../sass/_responsive.scss */
  .product-page .product-options .buy-for,
  .product-page .product-options .col-sm-12 {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  /* line 674, ../sass/_responsive.scss */
  .product-options-samples .col-sm-12 {
    margin-bottom: 20px;
  }

  /* line 677, ../sass/_responsive.scss */
  .product-options-samples .required-box {
    margin-bottom: 0;
  }

  /* line 680, ../sass/_responsive.scss */
  .product-bottom .col-sm-12 + .col-sm-12 {
    margin-top: 40px;
  }

  /* line 683, ../sass/_responsive.scss */
  .shopping-cart-table tbody td,
  .shopping-cart-table .td-qty {
    padding: 20px;
  }

  /* line 687, ../sass/_responsive.scss */
  #car-bottom .car-bottom-box {
    padding: 17px 20px 20px;
  }

  /* line 690, ../sass/_responsive.scss */
  .employee-single {
    margin-left: 0;
  }

  /* line 693, ../sass/_responsive.scss */
  .employee-single .images-box {
    float: none;
    margin: 0 auto 20px;
  }

  /* line 697, ../sass/_responsive.scss */
  .employee-single .employee-description {
    margin-left: 0;
    width: 100%;
  }

  /* line 701, ../sass/_responsive.scss */
  .employee-single-rotation .content-box {
    float: none;
    width: auto;
  }

  /* line 705, ../sass/_responsive.scss */
  .employee-single-rotation .employee {
    margin: 0 20px 10px;
  }

  /* line 708, ../sass/_responsive.scss */
  .employee-single-rotation .employee.pull-right {
    margin-right: 0;
  }

  /* line 711, ../sass/_responsive.scss */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow,
  img.rsImg {
    min-height: 220px !important;
  }

  /* line 716, ../sass/_responsive.scss */
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }

  /* line 726, ../sass/_responsive.scss */
  .infoBlock h3,
  .infoBlock h4 {
    font-size: 14px;
    line-height: 17px;
  }

  /* line 731, ../sass/_responsive.scss */
  .layer-slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 735, ../sass/_responsive.scss */
  .count-down-box {
    float: none;
    margin-bottom: 30px;
  }

  /* line 739, ../sass/_responsive.scss */
  #footer .newsletter form {
    width: 270px;
  }

  /* line 742, ../sass/_responsive.scss */
  .post.carousel .images-box + [class*="span"] {
    float: none;
    margin-left: 0;
    width: auto;
  }

  /* line 747, ../sass/_responsive.scss */
  #footer .sidebar .widget:nth-child(2n+1) {
    clear: left;
  }

  /* line 750, ../sass/_responsive.scss */
  #footer .sidebar .carousel-box header .title {
    margin-bottom: 0;
  }

  /* line 753, ../sass/_responsive.scss */
  #footer .sidebar .carousel-box header .next,
  #footer .sidebar .carousel-box header .prev {
    bottom: inherit;
    left: 0;
    margin: 0 0 0 10px;
    position: static;
  }
}
/******************************************************************************
  Max Width "991px" - Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 766, ../sass/_responsive.scss */
  .top-navbar .nav > li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 770, ../sass/_responsive.scss */
  .primary .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 773, ../sass/_responsive.scss */
  .primary .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 776, ../sass/_responsive.scss */
  .toolbar .price-regulator {
    width: 245px;
  }

  /* line 779, ../sass/_responsive.scss */
  .toolbar .price-regulator .layout-slider {
    width: 200px;
  }

  /* line 782, ../sass/_responsive.scss */
  .product-page .add-cart-form .add-cart {
    min-width: 200px;
  }

  /* line 785, ../sass/_responsive.scss */
  .product-page .image-box .thumblist-box {
    padding: 0 45px;
  }

  /* line 788, ../sass/_responsive.scss */
  .product-page .image-box #thumblist a {
    height: 70px;
    width: 70px;
  }

  /* line 792, ../sass/_responsive.scss */
  #car-bottom .total .checkout {
    padding: 9px 10px;
  }

  /* line 795, ../sass/_responsive.scss */
  .contact-info address {
    float: none;
    width: 100%;
  }

  /* line 799, ../sass/_responsive.scss */
  .package .title a {
    font-size: 20px;
  }

  /* line 802, ../sass/_responsive.scss */
  .package .price-box .icon {
    display: none;
  }

  /* line 805, ../sass/_responsive.scss */
  .package .price-box .description {
    margin: 0 0 17px 0;
  }

  /* line 808, ../sass/_responsive.scss */
  .products-tab .tab-content {
    overflow: visible;
  }

  /* line 811, ../sass/_responsive.scss */
  .col-sm-5.respond-carousel .carousel .respond {
    max-width: 312px;
  }

  /* line 814, ../sass/_responsive.scss */
  #footer .footer-top .col-md-3 {
    margin-bottom: 40px;
  }
}
/******************************************************************************
  Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) {
  /* line 823, ../sass/_responsive.scss */
  .filter-list.filter-buttons .dropdown-toggle {
    display: none;
  }

  /* line 826, ../sass/_responsive.scss */
  .filter-list.filter-buttons .dropdown-menu {
    background: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    float: none;
    left: inherit;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: relative;
    top: inherit;
    z-index: inherit;
  }

  /* line 842, ../sass/_responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li {
    float: left;
    margin: 0 20px 10px 0;
  }

  /* line 846, ../sass/_responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li > a {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    clear: none;
    color: #1e1e1e;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 20px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  /* line 859, ../sass/_responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li > a:hover {
    background: transparent;
    text-decoration: none;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  /* line 867, ../sass/_responsive.scss */
  .filter-list.filter-buttons .dropdown-menu > li > a.active {
    border: 1px solid #e1e1e1;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
  }

  /* line 874, ../sass/_responsive.scss */
  .filter-list.filter-buttons.white .dropdown-menu > li > a {
    color: #fff;
  }
}
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) {
  /* line 883, ../sass/_responsive.scss */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 887, ../sass/_responsive.scss */
  body,
  body.loaded {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  /* line 894, ../sass/_responsive.scss */
  .page-box,
  .boxed.loaded .page-box {
    height: auto !important;
    min-height: inherit;
    overflow-x: hidden;
  }

  /* line 900, ../sass/_responsive.scss */
  .page-box-content {
    padding-bottom: 0;
  }

  /* line 903, ../sass/_responsive.scss */
  #top-box .btn-group.btn-select .visible-xs {
    display: inline-block !important;
  }

  /* line 906, ../sass/_responsive.scss */
  #top-box .btn-group.btn-select .dropdown-menu {
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    min-width: inherit;
    width: 100%;
  }

  /* line 916, ../sass/_responsive.scss */
  .header-three {
    overflow: hidden;
  }

  /* line 919, ../sass/_responsive.scss */
  .header .right-box {
    padding-left: 0;
  }

  /* line 922, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .right-box {
    padding-left: 15px;
  }

  /* line 925, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper {
    min-height: 40px;
  }

  /* line 928, ../sass/_responsive.scss */
  .header .header-wrapper + .header-wrapper .right-box-wrapper {
    height: 40px;
  }

  /* line 931, ../sass/_responsive.scss */
  .phone-active,
  .search-active {
    left: 10px;
    padding: 0;
    right: 10px;
  }

  /* line 937, ../sass/_responsive.scss */
  .phone-active {
    font-size: 22px;
    line-height: 58px;
  }

  /* line 941, ../sass/_responsive.scss */
  .phone-active .title {
    display: none;
  }

  /* line 944, ../sass/_responsive.scss */
  .search-active .search-string, .search-active .header .search-form .search-string:hover, .header .search-form .search-active .search-string:hover,
  .search-active .search-string:hover,
  .search-active .header .search-form .search-string:hover,
  .header .search-form .search-active .search-string:hover {
    padding-left: 8px;
  }

  /* line 948, ../sass/_responsive.scss */
  .header .cart-header .dropdown-toggle,
  .header .header-wrapper .primary .navbar .btn-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 953, ../sass/_responsive.scss */
  .header .cart-header .dropdown-menu {
    width: 325px;
  }

  /* line 956, ../sass/_responsive.scss */
  .header.header-three .logo-box {
    width: 100%;
  }

  /* line 959, ../sass/_responsive.scss */
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 963, ../sass/_responsive.scss */
  .progressive-slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 967, ../sass/_responsive.scss */
  .slider .slid {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 971, ../sass/_responsive.scss */
  .slider .slider-nav {
    right: 0;
    width: 50%;
  }

  /* line 975, ../sass/_responsive.scss */
  .slider .slid .col-sm-12.col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 979, ../sass/_responsive.scss */
  .slider .slid-content {
    bottom: 30px;
    padding: 13px 10px 0;
    right: 0;
    width: 50%;
  }

  /* line 985, ../sass/_responsive.scss */
  .slider .slid-content .title {
    font-size: 12px;
    line-height: 14px;
  }

  /* line 989, ../sass/_responsive.scss */
  .slider .slid-content .descriptions {
    display: none;
  }

  /* line 992, ../sass/_responsive.scss */
  .slider .slid-content .btn {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  /* line 997, ../sass/_responsive.scss */
  .slider .slider-nav .nav-box {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 1002, ../sass/_responsive.scss */
  .slider .slider-nav .pagination {
    margin: 0;
    padding: 0;
  }

  /* line 1006, ../sass/_responsive.scss */
  .page-slider {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1010, ../sass/_responsive.scss */
  .progressive-slider-two .slider-banners .banner {
    display: block;
    width: 100%;
  }

  /* line 1014, ../sass/_responsive.scss */
  .rs-slider.full-width .tp-bullets {
    left: 7px !important;
    margin-left: 0 !important;
    top: 10px !important;
  }

  /* line 1019, ../sass/_responsive.scss */
  .slider.rs-slider.full-width .btn-link {
    font-size: 12px !important;
  }

  /* line 1022, ../sass/_responsive.scss */
  .progressive-slider-four .prev,
  .progressive-slider-four .next {
    font-size: 30px;
    left: 10px;
    margin-top: -15px;
  }

  /* line 1028, ../sass/_responsive.scss */
  .progressive-slider-four .next {
    left: auto;
    right: 10px;
  }

  /* line 1033, ../sass/_responsive.scss */
  .page-header .container:before {
    left: 10px;
  }

  /* line 1036, ../sass/_responsive.scss */
  #main {
    padding: 40px 0;
  }

  /* line 1039, ../sass/_responsive.scss */
  #main.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 1043, ../sass/_responsive.scss */
  .work-element.col-md-3 .work {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }

  /* line 1048, ../sass/_responsive.scss */
  .work-element.col-md-4 .work {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }

  /* line 1053, ../sass/_responsive.scss */
  .work-one .work-title {
    margin-bottom: 20px;
  }

  /* line 1056, ../sass/_responsive.scss */
  .work-single .carousel-box .carousel .col-md-3 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 1061, ../sass/_responsive.scss */
  .work-single .carousel-box .carousel .col-md-4 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
  }

  /* line 1067, ../sass/_responsive.scss */
  .content.pull-right {
    float: none !important;
  }

  /* line 1070, ../sass/_responsive.scss */
  .sidebar {
    margin-top: 40px;
  }

  /* line 1073, ../sass/_responsive.scss */
  .sidebar .widget {
    margin: 0 0 40px;
  }

  /* line 1076, ../sass/_responsive.scss */
  .sidebar .carousel > .col-md-3 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 1081, ../sass/_responsive.scss */
  #catalog .category-img {
    margin-bottom: 40px;
  }

  /* line 1084, ../sass/_responsive.scss */
  #catalog .category-img .description {
    font-size: 18px;
    padding: 20px;
  }

  /* line 1088, ../sass/_responsive.scss */
  .toolbar .price-regulator {
    float: left !important;
    margin-top: 3px;
    width: 300px;
  }

  /* line 1093, ../sass/_responsive.scss */
  .toolbar .price-regulator .layout-slider {
    width: 240px;
  }

  /* line 1096, ../sass/_responsive.scss */
  .pagination-box {
    margin-top: 0;
    text-align: center;
  }

  /* line 1100, ../sass/_responsive.scss */
  .pagination-box .pagination {
    margin: 0 -5px 0 0;
  }

  /* line 1103, ../sass/_responsive.scss */
  .pagination-box .pagination-text {
    display: block;
    float: none;
  }

  /* line 1107, ../sass/_responsive.scss */
  .products {
    text-align: center;
  }

  /* line 1110, ../sass/_responsive.scss */
  .list .product .col-md-3,
  .list .product .col-md-4 {
    margin-bottom: 20px;
  }

  /* line 1114, ../sass/_responsive.scss */
  .list .product .product-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }

  /* line 1119, ../sass/_responsive.scss */
  .caroufredsel_wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 1123, ../sass/_responsive.scss */
  .recommended-product .products > .col-md-3 .product {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1128, ../sass/_responsive.scss */
  .products-tab .tab-content > .tab-pane {
    height: 263px;
    text-align: center;
  }

  /* line 1132, ../sass/_responsive.scss */
  .bottom-padding,
  .bottom-padding-mobile,
  .bottom-padding.row.carousel-box {
    margin-bottom: 40px;
  }

  /* line 1137, ../sass/_responsive.scss */
  .bottom-padding-mini {
    margin-bottom: 0;
  }

  /* line 1140, ../sass/_responsive.scss */
  .bottom-padding.bottom-padding-mini {
    margin-bottom: 40px;
  }

  /* line 1143, ../sass/_responsive.scss */
  .text-center-mobile {
    text-align: center;
  }

  /* line 1146, ../sass/_responsive.scss */
  .accordion-tab,
  .tabs-left .accordion-tab,
  .tabs-right .accordion-tab {
    border: 0 none;
    float: none;
    width: 100%;
  }

  /* line 1153, ../sass/_responsive.scss */
  .accordion-tab > li,
  .tabs-left > .accordion-tab > li,
  .tabs-right > .accordion-tab > li {
    float: none;
    margin: 0 0 3px;
  }

  /* line 1159, ../sass/_responsive.scss */
  .accordion-tab > li > a,
  .products-tab .accordion-tab > li > a,
  .tabs-left > .accordion-tab > li > a,
  .tabs-right > .accordion-tab > li > a {
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    border: 0 none;
    border-radius: 0;
    color: #1e1e1e;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  /* line 1179, ../sass/_responsive.scss */
  .accordion-tab > li > a:hover,
  .products-tab .accordion-tab > li > a:hover {
    background-color: #e9e9e9;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  /* line 1185, ../sass/_responsive.scss */
  .accordion-tab > li.active > a,
  .accordion-tab > li.active > a:hover,
  .accordion-tab > li.active > a:focus,
  .accordion-tab > li.active:hover > a,
  .products-tab .accordion-tab > li.active > a,
  .products-tab .accordion-tab > li.active:hover > a {
    background-color: #1e1e1e;
    border: 0 none;
    border-radius: 0;
    color: #fff !important;
  }

  /* line 1196, ../sass/_responsive.scss */
  .accordion-tab > li > a:before,
  .products-tab .accordion-tab > li > a:before {
    background: #e1e1e1;
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
  }

  /* line 1208, ../sass/_responsive.scss */
  .accordion-tab > li.active > a:before,
  .products-tab .accordion-tab > li.active > a:before {
    background: #444;
    background: rgba(255, 255, 255, 0.2);
  }

  /* line 1213, ../sass/_responsive.scss */
  .accordion-tab > li > a .open-sub,
  .products-tab .accordion-tab > li > a .open-sub {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
  }

  /* line 1222, ../sass/_responsive.scss */
  .accordion-tab > li > a .open-sub:before,
  .accordion-tab > li > a .open-sub:after,
  .products-tab .accordion-tab > li > a .open-sub:before,
  .products-tab .accordion-tab > li > a .open-sub:after {
    background: #1e1e1e;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 19px 0 0 15px;
    position: absolute;
    top: 0;
    width: 16px;
  }

  /* line 1236, ../sass/_responsive.scss */
  .accordion-tab > li > a .open-sub:after,
  .products-tab .accordion-tab > li > a .open-sub:after {
    height: 16px;
    margin: 12px 0 0 22px;
    width: 2px;
  }

  /* line 1242, ../sass/_responsive.scss */
  .accordion-tab > .active > a .open-sub:before,
  .accordion-tab > .active > a .open-sub:after,
  .products-tab .accordion-tab > .active > a .open-sub:before,
  .products-tab .accordion-tab > .active > a .open-sub:after {
    background: #fff;
  }

  /* line 1248, ../sass/_responsive.scss */
  .accordion-tab > .active > a .open-sub:after,
  .products-tab .accordion-tab > .active > a .open-sub:after {
    display: none;
  }

  /* line 1252, ../sass/_responsive.scss */
  .accordion-tab .tab-pane {
    border: 0 none;
    display: none;
    font-size: 13px;
    padding: 20px 0 30px;
  }

  /* line 1258, ../sass/_responsive.scss */
  .products-tab .accordion-tab .tab-pane {
    background: none;
  }

  /* line 1261, ../sass/_responsive.scss */
  .promo-partners .manufactures {
    text-align: center;
  }

  /* line 1264, ../sass/_responsive.scss */
  .page-header {
    margin-bottom: 40px;
  }

  /* line 1267, ../sass/_responsive.scss */
  .image-box {
    margin: 0 auto 40px;
    max-width: 470px;
  }

  /* line 1271, ../sass/_responsive.scss */
  .product,
  .double-product {
    width: 300px;
  }

  /* line 1275, ../sass/_responsive.scss */
  .double-product .product {
    max-width: 100%;
  }

  /* line 1278, ../sass/_responsive.scss */
  .product.product-mini {
    width: 250px;
  }

  /* line 1281, ../sass/_responsive.scss */
  .product-page .image-box .thumblist-box {
    max-height: 80px;
    padding: 0 45px;
  }

  /* line 1285, ../sass/_responsive.scss */
  .product-page .image-box #thumblist a {
    height: 70px;
    width: 70px;
  }

  /* line 1289, ../sass/_responsive.scss */
  .product-page .col-md-7 .price-box {
    font-size: 40px;
  }

  /* line 1292, ../sass/_responsive.scss */
  .product-page .add-cart-form {
    margin-bottom: 0;
  }

  /* line 1295, ../sass/_responsive.scss */
  .product-page .add-cart-form .add-cart,
  .product-page .add-cart-form .number {
    margin-bottom: 40px;
  }

  /* line 1299, ../sass/_responsive.scss */
  .product-page .product-tab {
    margin: 40px 0;
  }

  /* line 1302, ../sass/_responsive.scss */
  .product-page .product-tab .tab-pane {
    padding: 20px 0;
  }

  /* line 1305, ../sass/_responsive.scss */
  .product-page .product-options-table table th,
  .product-page .product-options-table table td,
  .product-page .product-options-table table td.qty {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 1311, ../sass/_responsive.scss */
  .product-options-detail .add-cart {
    display: block;
    float: none;
    margin: 20px 0 0;
    min-width: inherit;
  }

  /* line 1317, ../sass/_responsive.scss */
  #car-bottom {
    margin-bottom: 0;
  }

  /* line 1320, ../sass/_responsive.scss */
  #checkoutsteps {
    margin-bottom: 40px;
  }

  /* line 1323, ../sass/_responsive.scss */
  .login .new-costumers {
    padding: 0 0 40px;
  }

  /* line 1326, ../sass/_responsive.scss */
  .map-box .contact-info {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    top: 0;
  }

  /* line 1332, ../sass/_responsive.scss */
  .box-404 {
    border-radius: 150px;
    height: 300px;
    margin: 0 auto 40px;
    padding: 75px 0 0;
    width: 300px;
  }

  /* line 1341, ../sass/_responsive.scss */
  .box-404 h1 {
    font-size: 120px;
  }

  /* line 1344, ../sass/_responsive.scss */
  .team-box {
    text-align: center;
  }

  /* line 1347, ../sass/_responsive.scss */
  .list-images {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    text-align: center;
  }

  /* line 1353, ../sass/_responsive.scss */
  .list-images > .col-md-4 {
    display: inline-block;
    margin: 0 0 20px;
    text-align: left;
    width: 170px;
  }

  /* line 1359, ../sass/_responsive.scss */
  .gallery .images-box {
    text-align: center;
  }

  /* line 1362, ../sass/_responsive.scss */
  .gallery-images {
    display: inline-block;
  }

  /* line 1365, ../sass/_responsive.scss */
  .gallery-images .bg-images {
    text-align: left;
  }

  /* line 1368, ../sass/_responsive.scss */
  .year-regulator .layout-slider {
    width: 240px;
  }

  /* line 1371, ../sass/_responsive.scss */
  .work-one .description {
    margin-bottom: 15px;
  }

  /* line 1374, ../sass/_responsive.scss */
  .work-box + .work-box {
    margin-top: 40px;
  }

  /* line 1377, ../sass/_responsive.scss */
  .employee {
    max-width: 300px;
  }

  /* line 1380, ../sass/_responsive.scss */
  .employee-single {
    width: 100%;
  }

  /* line 1383, ../sass/_responsive.scss */
  .employee-single .images-box {
    display: block;
    max-width: 430px;
  }

  /* line 1387, ../sass/_responsive.scss */
  .employee-single .images-box.pull-right {
    float: right;
    margin: 0 0 10px 20px;
  }

  /* line 1391, ../sass/_responsive.scss */
  .respond-carousel .carousel [class*="span"] {
    margin-left: 2px;
    margin-right: 2px;
  }

  /* line 1395, ../sass/_responsive.scss */
  .steps {
    display: block;
  }

  /* line 1398, ../sass/_responsive.scss */
  .steps .step {
    border: 1px solid #e1e1e1;
    display: block;
  }

  /* line 1402, ../sass/_responsive.scss */
  .steps .step + .step {
    border: 1px solid #e1e1e1;
    border-top: 0 none;
  }

  /* line 1406, ../sass/_responsive.scss */
  .steps .step:first-child {
    border-radius: 3px 3px 0 0;
  }

  /* line 1411, ../sass/_responsive.scss */
  .steps .step:last-child {
    border-radius: 0 0 3px 3px;
  }

  /* line 1416, ../sass/_responsive.scss */
  .steps .step .step-wrapper:after,
  .steps .step .step-wrapper:before {
    border: 7px solid transparent;
    border-top-color: #e1e1e1;
    bottom: -30px;
    left: 50%;
    margin: 0 0 0 -7px;
    right: auto;
    top: auto;
  }

  /* line 1426, ../sass/_responsive.scss */
  .steps .step .step-wrapper:before {
    border-top-color: #fff;
    bottom: -28px;
  }

  /* line 1430, ../sass/_responsive.scss */
  .steps .step.border-grey .step-wrapper:after,
  .steps .step.bg-grey .step-wrapper:before {
    border-left-color: transparent;
    border-top-color: #777;
  }

  /* line 1435, ../sass/_responsive.scss */
  .steps .step.border-warning .step-wrapper:after {
    border-top-color: #f89406;
    border-left-color: transparent;
  }

  /* line 1439, ../sass/_responsive.scss */
  .steps .step.border-error .step-wrapper:after {
    border-top-color: #c10841;
    border-left-color: transparent;
  }

  /* line 1443, ../sass/_responsive.scss */
  .steps .step.border-info .step-wrapper:after {
    border-top-color: #0098ca;
    border-left-color: transparent;
  }

  /* line 1447, ../sass/_responsive.scss */
  .steps .step.border-success .step-wrapper:after {
    border-top-color: #738d00;
    border-left-color: transparent;
  }

  /* line 1451, ../sass/_responsive.scss */
  .steps .step.bg-warning .step-wrapper:before {
    border-top-color: #f89406;
    border-left-color: transparent;
  }

  /* line 1455, ../sass/_responsive.scss */
  .steps .step.bg-error .step-wrapper:before {
    border-top-color: #c10841;
    border-left-color: transparent;
  }

  /* line 1459, ../sass/_responsive.scss */
  .steps .step.bg-info .step-wrapper:before {
    border-top-color: #0098ca;
    border-left-color: transparent;
  }

  /* line 1463, ../sass/_responsive.scss */
  .steps .step.bg-success .step-wrapper:before {
    border-top-color: #738d00;
    border-left-color: transparent;
  }

  /* line 1467, ../sass/_responsive.scss */
  .steps.steps-apart .step {
    border-radius: 3px;
    margin-bottom: 22px;
  }

  /* line 1473, ../sass/_responsive.scss */
  .steps.progress-steps .step {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-bottom: 22px;
  }

  /* line 1480, ../sass/_responsive.scss */
  .steps.progress-steps .step .step-wrapper {
    padding-left: 100px;
  }

  /* line 1483, ../sass/_responsive.scss */
  .steps.progress-steps .step.step-right .step-wrapper {
    padding-right: 100px;
  }

  /* line 1486, ../sass/_responsive.scss */
  .steps.progress-steps .step .number {
    font-size: 40px;
    line-height: 2;
    width: 80px;
  }

  /* line 1491, ../sass/_responsive.scss */
  #count-down .county-days-wrapper,
  #count-down .county-hours-wrapper,
  #count-down .county-minutes-wrapper,
  #count-down .county-seconds-wrapper {
    height: 80px;
  }

  /* line 1497, ../sass/_responsive.scss */
  #count-down .county-days,
  #count-down .county-hours,
  #count-down .county-minutes,
  #count-down .county-seconds {
    line-height: 80px;
  }

  /* line 1503, ../sass/_responsive.scss */
  .page-404-promo #main .title h1 {
    font-size: 120px;
  }

  /* line 1506, ../sass/_responsive.scss */
  .page-404-promo #main .content .back-home {
    padding: 10px 20px 10px 10px;
  }

  /* line 1509, ../sass/_responsive.scss */
  .timeline:before {
    left: 20px;
  }

  /* line 1512, ../sass/_responsive.scss */
  .timeline .post,
  .timeline .post:nth-child(even) {
    margin: 0;
    padding: 0 0 30px 60px;
    width: 100%;
  }

  /* line 1518, ../sass/_responsive.scss */
  .timeline .post .timeline-time,
  .timeline .post:nth-child(even) .timeline-time {
    left: 0;
    margin: 0 0 5px;
    position: relative;
    right: 0;
    text-align: left;
  }

  /* line 1526, ../sass/_responsive.scss */
  .timeline .post .timeline-icon {
    left: 0;
    margin: 22px 0 0 0;
  }

  /* line 1530, ../sass/_responsive.scss */
  .timeline .post .timeline-content:before,
  .timeline .post:nth-child(even) .timeline-content:before {
    border: 15px solid transparent;
    border-right-color: #ccc;
    left: -30px;
    right: auto;
  }

  /* line 1537, ../sass/_responsive.scss */
  .timeline .post .timeline-content:after,
  .timeline .post:nth-child(even) .timeline-content:after {
    border: 14px solid transparent;
    border-right-color: #fff;
    left: -28px;
    right: auto;
  }

  /* line 1544, ../sass/_responsive.scss */
  .timeline .post .timeline-content.bg:before,
  .timeline .post .timeline-content.border:before {
    border: 15px solid transparent;
    border-right-color: #ccc;
  }

  /* line 1549, ../sass/_responsive.scss */
  .timeline .post .timeline-content.bg-danger:before,
  .timeline .post:nth-child(even) .timeline-content.bg-danger:before,
  .timeline .post .timeline-content.border-danger:before,
  .timeline .post:nth-child(even) .timeline-content.border-danger:before {
    border-right-color: #c10841;
  }

  /* line 1555, ../sass/_responsive.scss */
  .timeline .post .timeline-content.bg-warning:before,
  .timeline .post:nth-child(even) .timeline-content.bg-warning:before,
  .timeline .post .timeline-content.border-warning:before,
  .timeline .post:nth-child(even) .timeline-content.border-warning:before {
    border-right-color: #f89406;
  }

  /* line 1561, ../sass/_responsive.scss */
  .timeline .post .timeline-content.bg-info:before,
  .timeline .post:nth-child(even) .timeline-content.bg-info:before,
  .timeline .post .timeline-content.border-info:before,
  .timeline .post:nth-child(even) .timeline-content.border-info:before {
    border-right-color: #0098ca;
  }

  /* line 1567, ../sass/_responsive.scss */
  .timeline .post .timeline-content.bg-success:before,
  .timeline .post:nth-child(even) .timeline-content.bg-success:before,
  .timeline .post .timeline-content.border-success:before,
  .timeline .post:nth-child(even) .timeline-content.border-success:before {
    border-right-color: #738d00;
  }

  /* line 1573, ../sass/_responsive.scss */
  .timeline .post .timeline-content.bg-primary:before,
  .timeline .post:nth-child(even) .timeline-content.bg-primary:before,
  .timeline .post .timeline-content.border-primary:before,
  .timeline .post:nth-child(even) .timeline-content.border-primary:before {
    border-right-color: #428bca;
  }

  /* line 1579, ../sass/_responsive.scss */
  .timeline .post .timeline-content .entry-content img {
    width: 100%;
  }

  /* line 1582, ../sass/_responsive.scss */
  #footer {
    margin-top: 0;
  }

  /* line 1585, ../sass/_responsive.scss */
  #footer .sidebar {
    margin-top: 0;
  }

  /* line 1588, ../sass/_responsive.scss */
  #footer .footer-top {
    padding-bottom: 0;
  }

  /* line 1591, ../sass/_responsive.scss */
  #footer .footer-top .col-md-3 {
    margin-bottom: 36px;
    overflow: hidden;
  }

  /* line 1595, ../sass/_responsive.scss */
  #footer .footer-bottom .col-md-3 {
    overflow: hidden;
  }

  /* line 1598, ../sass/_responsive.scss */
  #footer .footer-bottom .copyright {
    padding: 17px 0;
    text-align: center;
  }

  /* line 1602, ../sass/_responsive.scss */
  #footer .phone,
  #footer .address {
    float: left;
    margin-bottom: 29px;
    width: 48%;
  }

  /* line 1608, ../sass/_responsive.scss */
  #footer .phone .title {
    display: block;
  }

  /* line 1611, ../sass/_responsive.scss */
  #footer .address {
    float: right;
  }

  /* line 1614, ../sass/_responsive.scss */
  #footer .up {
    float: none;
    margin: 0 auto;
  }

  /* line 1618, ../sass/_responsive.scss */
  #count-down {
    text-align: center;
  }

  /* line 1621, ../sass/_responsive.scss */
  #count-down .county-days,
  #count-down .county-hours,
  #count-down .county-minutes,
  #count-down .county-seconds {
    font-size: 30px;
  }
}
/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 480px) {
  /* line 1633, ../sass/_responsive.scss */
  div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 100px;
  }

  /* line 1636, ../sass/_responsive.scss */
  div.jp-audio ul.jp-controls {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1640, ../sass/_responsive.scss */
  div.jp-audio ul.jp-controls li:nth-child(6) {
    clear: left;
  }

  /* line 1643, ../sass/_responsive.scss */
  div.jp-audio div.jp-type-playlist div.jp-progress,
  div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 156px;
  }

  /* line 1647, ../sass/_responsive.scss */
  div.jp-audio div.jp-type-playlist a.jp-mute,
  div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 0;
  }

  /* line 1651, ../sass/_responsive.scss */
  div.jp-audio div.jp-volume-bar {
    top: 77px;
    left: 29px;
  }

  /* line 1655, ../sass/_responsive.scss */
  div.jp-audio .jp-type-playlist ul.jp-toggles {
    left: 114px;
    top: 71px;
  }
}
/******************************************************************************
  Touch device
*******************************************************************************/
/* line 1665, ../sass/_responsive.scss */
.touch-device .carousel-box .next:hover,
.touch-device .carousel-box .prev:hover {
  background-color: #ccc;
  color: #fbfbfb;
}
/* line 1670, ../sass/_responsive.scss */
.touch-device #footer .up:hover {
  background: #c6c6c6;
}
/* line 1673, ../sass/_responsive.scss */
.touch-device .work:hover {
  text-shadow: 0 1px #000;
}
/* line 1676, ../sass/_responsive.scss */
.touch-device .work:hover .work-title {
  bottom: 37px;
  color: #fff;
}
/* line 1680, ../sass/_responsive.scss */
.touch-device .work:hover .bg-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1684, ../sass/_responsive.scss */
.touch-device.fixed-header .page-box {
  margin-top: 0 !important;
  padding-top: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
/* line 1690, ../sass/_responsive.scss */
.touch-device.fixed-header .header, .touch-device.boxed.fixed-header .header, .touch-device.boxed.fixed-header.fixed .header, .touch-device.hidden-top.visible-top .header {
  box-shadow: none;
  position: static;
  top: inherit;
  -webkit-backface-visibility: inherit;
  -webkit-transform: inherit;
}
/* line 1702, ../sass/_responsive.scss */
.touch-device.hidden-top {
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
}
/* line 1706, ../sass/_responsive.scss */
.touch-device.hidden-top .page-box, .touch-device.hidden-top.visible-top .page-box {
  padding-top: 0;
}
/* line 1710, ../sass/_responsive.scss */
.touch-device.hidden-top #top-box, .touch-device.boxed.hidden-top #top-box, .touch-device.fixed-top #top-box, .touch-device.boxed.fixed-header.fixed-top #top-box, .touch-device.boxed.fixed-header.fixed-top.fixed #top-box {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}
/* line 1719, ../sass/_responsive.scss */
.touch-device.hidden-top .header, .touch-device.boxed.hidden-top .header {
  margin-top: 0;
  position: inherit;
  top: 0;
}

/* line 1726, ../sass/_responsive.scss */
.boxed.fixed-header.fixed-top #top-box,
.boxed.fixed-header.fixed-top.fixed #top-box {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

/******************************************************************************
  Not hover
*******************************************************************************/
/* line 1737, ../sass/_responsive.scss */
.touch-device .carousel-box .next:hover,
.touch-device .carousel-box .prev:hover {
  background-color: #ccc;
  color: #fbfbfb;
}
/* line 1742, ../sass/_responsive.scss */
.touch-device .carousel-box .next:hover polygon,
.touch-device .carousel-box .prev:hover polygon {
  fill: #fbfbfb;
}
/* line 1746, ../sass/_responsive.scss */
.touch-device .slider .slider-nav .prev,
.touch-device .slider .slider-nav .next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 1752, ../sass/_responsive.scss */
.touch-device .slider .slider-nav .prev:hover,
.touch-device .slider .slider-nav .next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 1760, ../sass/_responsive.scss */
.touch-device .slider .slider-nav .prev:hover polygon,
.touch-device .slider .slider-nav .next:hover polygon {
  fill: #838383;
}
/* line 1764, ../sass/_responsive.scss */
.touch-device .switches a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}
/* line 1768, ../sass/_responsive.scss */
.touch-device .switches a.selected {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
/* line 1772, ../sass/_responsive.scss */
.touch-device .panel-group .panel .panel-heading > .panel-title > a:hover,
.touch-device .panel-group .panel-default .panel-heading > .panel-title > a:hover {
  background-color: #f2f2f2;
}
/* line 1776, ../sass/_responsive.scss */
.touch-device .panel-group .panel-primary .panel-heading > .panel-title > a:hover {
  background-color: #037ac5;
}
/* line 1779, ../sass/_responsive.scss */
.touch-device .panel-group .panel-success .panel-heading > .panel-title > a:hover {
  background-color: #738d00;
}
/* line 1782, ../sass/_responsive.scss */
.touch-device .panel-group .panel-info .panel-heading > .panel-title > a:hover {
  background-color: #0098ca;
}
/* line 1785, ../sass/_responsive.scss */
.touch-device .panel-group .panel-warning .panel-heading > .panel-title > a:hover {
  background-color: #f89406;
}
/* line 1788, ../sass/_responsive.scss */
.touch-device .panel-group .panel-danger .panel-heading > .panel-title > a:hover {
  background-color: #c10841;
}
/* line 1791, ../sass/_responsive.scss */
.touch-device .filter-buttons a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1795, ../sass/_responsive.scss */
.touch-device .gallery-images:hover > .bg-images {
  background: none;
}
/* line 1798, ../sass/_responsive.scss */
.touch-device .post.carousel .carousel-box .next,
.touch-device .post.carousel .carousel-box .prev {
  display: none !important;
}
/* line 1802, ../sass/_responsive.scss */
.fancybox-margin .touch-device.fixed-header .header, .fancybox-margin .touch-device.fixed-header #top-box {
  left: 0;
}
/* line 1806, ../sass/_responsive.scss */
.touch-device .fancybox-wrap {
  position: fixed !important;
  -webkit-overflow-scrolling: touch !important;
  top: 20px !important;
}