/*! normalize.css v3.0.1 | 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 43, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 55, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 76, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../sass/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 96, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 116, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 160, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 230, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 254, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 276, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 291, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 301, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 310, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 333, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 345, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 369, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@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.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 25, ../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 38, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.42857;
  color: #111111;
  background-color: white;
}

/* line 39, ../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: #333333;
  text-decoration: none;
}
/* line 53, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #0d0d0d;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  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: 25px;
  margin-bottom: 25px;
  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 142, ../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 10, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 17, ../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 26, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
/* line 31, ../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 37, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
/* line 42, ../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: 3.1em;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2.7em;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 2.15em;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.8em;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.5em;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1.2em;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 12.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 27px;
  }
}

/* line 79, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 88%;
}

/* line 84, ../sass/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 89, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, ../sass/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #333333;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #1a1a1a;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #333333;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #1a1a1a;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

/* line 155, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
/* line 159, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  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: 25px;
}

/* line 190, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, ../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 231, ../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: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.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 259, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, ../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 295, ../sass/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../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: 4px;
}

/* line 24, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  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%;
  box-shadow: none;
}

/* line 40, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 54, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, ../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: 11px;
  padding-right: 11px;
}
/* line 15, ../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: 742px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1006px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1006px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
/* line 15, ../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 */
.row {
  margin-left: -11px;
  margin-right: -11px;
}
/* line 15, ../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: 11px;
  padding-right: 11px;
}

/* 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 */
th {
  text-align: left;
}

/* line 16, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
/* line 26, ../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: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 35, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 45, ../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 51, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 56, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 70, ../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: 5px;
}

/* line 82, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 89, ../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 #dddddd;
}
/* line 96, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 110, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 124, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

/* 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 12, ../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: whitesmoke;
}

/* line 24, ../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 12, ../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: #dff0d8;
}

/* line 24, ../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: #d0e9c6;
}

/* line 12, ../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: #d9edf7;
}

/* line 24, ../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: #c4e3f3;
}

/* line 12, ../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: #fcf8e3;
}

/* line 24, ../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: #faf2cc;
}

/* line 12, ../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: #f2dede;
}

/* line 24, ../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: #ebcccc;
}

@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../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 199, ../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: 25px;
  font-size: 27px;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../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 72, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 79, ../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: 18px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 53, ../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 143, ../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;
}

/* line 181, ../sass/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 39px;
  line-height: 1.42857 \0;
}
/* line 186, ../sass/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
  line-height: 36px;
}
/* line 189, ../sass/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
  line-height: 53px;
}

/* line 200, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 210, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 227, ../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 234, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 240, ../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 249, ../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 270, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 299, ../sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../sass/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../sass/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}

/* line 81, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 67, ../sass/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../sass/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}

/* line 81, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 320, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 48.75px;
}

/* line 330, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

/* line 341, ../sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

/* line 346, ../sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* line 13, ../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 {
  color: #3c763d;
}
/* line 17, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 13, ../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 {
  color: #8a6d3b;
}
/* line 17, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 13, ../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 {
  color: #a94442;
}
/* line 17, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #515151;
}

@media (min-width: 768px) {
  /* line 400, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 419, ../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 425, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 429, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 438, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 449, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 478, ../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 486, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
/* line 491, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px;
}
/* line 15, ../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 498, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 11px;
}
@media (min-width: 768px) {
  /* line 520, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../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;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../sass/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 31, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: white;
  text-decoration: none;
}
/* line 37, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 45, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: white;
  background-color: #333333;
  border-color: transparent;
}
/* line 15, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: white;
  background-color: #1a1a1a;
  border-color: #e0e0e0;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 32, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .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]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #333333;
  border-color: transparent;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #333333;
  background-color: white;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #333333;
  background-color: white;
  border-color: #f2f2f2;
}
/* line 15, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 32, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .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]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: white;
  border-color: #f2f2f2;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: white;
  background-color: #333333;
}

/* line 64, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #333333;
  border-color: #262626;
}
/* line 15, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #1a1a1a;
  border-color: #e0e0e0;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 32, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .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]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #333333;
  border-color: #262626;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #333333;
  background-color: white;
}

/* line 68, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #00c3ff;
  border-color: #00b0e6;
}
/* line 15, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #009ccc;
  border-color: #e0e0e0;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 32, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .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]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #00c3ff;
  border-color: #00b0e6;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #00c3ff;
  background-color: white;
}

/* line 72, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #ff9d00;
  border-color: #e68d00;
}
/* line 15, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #cc7e00;
  border-color: #e0e0e0;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 32, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .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]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ff9d00;
  border-color: #e68d00;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #ff9d00;
  background-color: white;
}

/* line 76, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #f22a77;
  border-color: #f11268;
}
/* line 15, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #dc0d5d;
  border-color: #e0e0e0;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 32, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .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]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #f22a77;
  border-color: #f11268;
}
/* line 38, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #f22a77;
  background-color: white;
}

/* line 85, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 94, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 105, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
/* line 113, ../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 124, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 7, ../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 18, ../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 21, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 33, ../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 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, ../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 44, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 49, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../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 67, ../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 72, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 80, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 90, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../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 119, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 123, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 150, ../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 15, ../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 160, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 168, ../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 175, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 192, ../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 196, ../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 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 220, ../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"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5, ../sass/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  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 34, ../sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 8, ../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: #333333;
}
/* line 8, ../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}

/* line 52, ../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #333333;
}
/* line 8, ../sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #1a1a1a;
}

/* line 56, ../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #00c3ff;
}
/* line 8, ../sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #009ccc;
}

/* line 60, ../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #ff9d00;
}
/* line 8, ../sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cc7e00;
}

/* line 64, ../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #f22a77;
}
/* line 8, ../sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #dc0d5d;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 41, ../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, ../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 1, ../sass/_core.scss */
html {
  min-height: 100%;
}
/* line 3, ../sass/_core.scss */
html body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
}

/* line 13, ../sass/_core.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0;
}
/* line 16, ../sass/_core.scss */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  padding-top: 8px;
}

/* line 20, ../sass/_core.scss */
h1 {
  margin-bottom: 26px;
}

/* line 23, ../sass/_core.scss */
h2 {
  margin-bottom: 25px;
  position: relative;
}

/* line 27, ../sass/_core.scss */
h3 {
  margin-bottom: 23px;
}

/* line 30, ../sass/_core.scss */
h4 {
  margin-bottom: 25px;
}

/* line 33, ../sass/_core.scss */
h5 {
  margin-bottom: 23px;
}

/* line 36, ../sass/_core.scss */
h6 {
  margin-bottom: 22px;
}

/* line 39, ../sass/_core.scss */
p {
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.75em;
  margin-bottom: 30px;
}
/* line 44, ../sass/_core.scss */
p + .frame-window {
  margin-top: 47px;
}

/* line 49, ../sass/_core.scss */
a {
  color: #333333;
  border-bottom: 1px solid;
  border-bottom-color: rgba(51, 51, 51, 0.3);
  transition: border-bottom-color 0.25s;
}
/* line 55, ../sass/_core.scss */
a:hover, a:focus {
  color: #333333;
  text-decoration: none;
  border-bottom-color: #333333;
  transition: border-bottom-color 0.25s;
}
/* line 61, ../sass/_core.scss */
a:active, a.active-focus {
  border-bottom: 2px solid;
}
/* line 64, ../sass/_core.scss */
a:visited, a.visited {
  color: rgba(51, 51, 51, 0.65);
}

/* line 68, ../sass/_core.scss */
.row {
  position: relative;
  padding-bottom: 61px;
  padding-top: 47px;
}
/* line 72, ../sass/_core.scss */
.row > hr {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #ccc;
}

/* line 79, ../sass/_core.scss */
img {
  margin-top: 18px;
  border-radius: 2px;
  margin-bottom: 28px;
}
/* line 83, ../sass/_core.scss */
img.img-responsive {
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(170, 170, 170, 0.15);
}

/* line 89, ../sass/_core.scss */
code {
  color: #fff;
  background-color: #333333;
  border-radius: 3px;
  font-size: 0.95em;
}

/* line 95, ../sass/_core.scss */
pre {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  border: none;
}

/* line 102, ../sass/_core.scss */
figure {
  position: relative;
}

/* line 105, ../sass/_core.scss */
.wrap-pie-block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 109, ../sass/_core.scss */
.wrap-pie-block .label-photo {
  display: inline-block;
  position: absolute;
  border: 3px solid #333333;
  border-radius: 5px;
  text-align: right;
  background-color: rgba(51, 51, 51, 0.13);
}
/* line 116, ../sass/_core.scss */
.wrap-pie-block .label-photo:hover {
  cursor: pointer;
}
/* line 119, ../sass/_core.scss */
.wrap-pie-block .label-photo span {
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
}
/* line 132, ../sass/_core.scss */
.wrap-pie-block .label-photo span:hover {
  cursor: pointer;
}
/* line 137, ../sass/_core.scss */
.wrap-pie-block img {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 141, ../sass/_core.scss */
.wrap-pie-block svg {
  right: -2px;
  width: 1100px;
  fill: #ffffff;
  height: 22px;
  position: absolute;
}
/* line 148, ../sass/_core.scss */
.wrap-pie-block .top {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 153, ../sass/_core.scss */
.wrap-pie-block .bottom {
  bottom: -1px;
}

/* line 157, ../sass/_core.scss */
figcaption {
  font-weight: 300;
  font-style: oblique;
  padding-bottom: 33px;
  color: #777;
  font-size: 0.7em;
  line-height: 1.6em;
}

/* line 165, ../sass/_core.scss */
ul, ol {
  padding-left: 15px;
  padding-top: 3px;
  margin-bottom: 30px;
  font-weight: 300;
}
/* line 171, ../sass/_core.scss */
ul li, ol li {
  line-height: 1.7em;
}

/* line 175, ../sass/_core.scss */
ul {
  padding-left: 28px;
}

/* line 178, ../sass/_core.scss */
table {
  margin-top: 45px;
  margin-bottom: 35px;
}
/* line 182, ../sass/_core.scss */
table tr th {
  padding: 11px 15px 13px 15px !important;
  text-align: center;
  font-weight: 400;
  background-color: #F7f7f7;
}
/* line 189, ../sass/_core.scss */
table td {
  padding: 11px 15px 13px 15px;
  text-align: center;
  font-weight: 300;
  font-size: 0.9em;
}
/* line 195, ../sass/_core.scss */
table tr {
  transition: background-color 0.25s;
}
/* line 197, ../sass/_core.scss */
table tr:hover {
  background-color: #F7f7f7;
  cursor: pointer;
  transition: background-color 0.25s;
}

/* line 204, ../sass/_core.scss */
blockquote {
  border-left: none;
  padding-top: 9px;
  position: relative;
  overflow: hidden;
  padding-left: 4px;
  padding-bottom: 0;
  margin-bottom: 34px;
}
/* line 212, ../sass/_core.scss */
blockquote:before {
  position: absolute;
  left: 0px;
  top: 16px;
  content: "\f10d";
  color: #aaa;
  font-size: 0.7em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 221, ../sass/_core.scss */
blockquote:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 32px;
}
/* line 230, ../sass/_core.scss */
blockquote p {
  margin-top: 0;
  padding-left: 20px;
  line-height: 1.6em;
  margin-bottom: 14px;
}
/* line 236, ../sass/_core.scss */
blockquote small {
  padding-left: 20px;
  font-weight: 300;
}

/* line 242, ../sass/_core.scss */
label {
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 12px;
}

/* line 248, ../sass/_core.scss */
.form-control:focus {
  border: 1px solid #aaa;
  box-shadow: none;
}

/* line 255, ../sass/_core.scss */
input, input.form-control,
select, select.form-control, option {
  height: 44px;
  font-weight: 300;
  font-size: 0.9em;
  border-radius: 2px;
  padding-top: 6px;
  margin-bottom: 25px;
  outline: none;
}

/* line 265, ../sass/_core.scss */
select.form-control option {
  background-color: #FFF;
  color: #111;
}

/* line 270, ../sass/_core.scss */
input.hide {
  display: none;
}

/* line 273, ../sass/_core.scss */
textarea, textarea.form-control {
  min-height: 165px;
  border-radius: 2px;
  margin-bottom: 41px;
  outline: none;
}

/* line 279, ../sass/_core.scss */
button, .btn-default {
  color: #fff;
  border: 0;
  background-color: #333333;
  height: 44px;
  border-radius: 3px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 0.9em;
  margin-right: 21px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 290, ../sass/_core.scss */
button:hover, button.hover, .btn-default:hover, .btn-default.hover {
  border: 0;
  color: #fff;
  background-color: #262626;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 297, ../sass/_core.scss */
button:focus, button.clicked, button:active:focus, .btn-default:focus, .btn-default.clicked, .btn-default:active:focus {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.22) inset;
  border: 0;
  color: #fff;
  background-color: #262626;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

@media (min-width: 1050px) {
  /* line 307, ../sass/_core.scss */
  .disable-hover * {
    pointer-events: none;
  }
}

/* line 312, ../sass/_core.scss */
.chBox, .radioBtn {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-indent: 6px;
  margin-top: 6px;
  margin-bottom: 23px;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9em;
  position: relative;
}
/* line 325, ../sass/_core.scss */
.chBox:before, .radioBtn:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  margin-top: 2px;
}
/* line 335, ../sass/_core.scss */
.chBox:after, .radioBtn:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
}

/* line 344, ../sass/_core.scss */
input[disabled="disabled"] + label {
  color: #aaa;
}
/* line 346, ../sass/_core.scss */
input[disabled="disabled"] + label:hover {
  cursor: not-allowed;
}

/* line 350, ../sass/_core.scss */
input[type="checkbox"]:checked + label::after {
  background-image: url(../img/check.png);
}

/* line 353, ../sass/_core.scss */
input[type="radio"]:checked + label::after {
  background-color: #111;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 5px;
}

/* line 362, ../sass/_core.scss */
.radioBtn:before {
  border-radius: 50%;
}

/* line 366, ../sass/_core.scss */
.disable-hover * {
  pointer-events: none !important;
}

/* line 369, ../sass/_core.scss */
.clearfix {
  clear: both;
  display: block;
}
/* line 372, ../sass/_core.scss */
.clearfix:after {
  content: ' ';
  clear: both;
  display: block;
}

/* line 378, ../sass/_core.scss */
.highlight-label {
  padding-left: 4px;
  padding-right: 4px;
  background-color: rgba(51, 51, 51, 0);
  transition: background-color 0.5s;
  border-radius: 5px;
}
/* line 384, ../sass/_core.scss */
.highlight-label.bgColorLab {
  background-color: rgba(51, 51, 51, 0.13);
  transition: background-color 0.5s;
}

/* line 391, ../sass/_core.scss */
.page {
  padding-bottom: 72px;
  width: 100%;
  transition: width 0.4s;
  transition: left 0.4s;
}

/* line 397, ../sass/_core.scss */
.typography-page {
  margin-top: 60px;
}

/* line 400, ../sass/_core.scss */
.article-block {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  background-color: #FFF;
}
/* line 405, ../sass/_core.scss */
.article-block .sm-line {
  width: 60px;
  margin-top: 27px;
  margin-bottom: 22px;
  height: 1px;
  background-color: #eee;
  display: block;
}
/* line 412, ../sass/_core.scss */
.article-block .full-width-line {
  width: 100%;
  height: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  background-color: #eee;
  display: block;
}
/* line 420, ../sass/_core.scss */
.article-block .row {
  padding-bottom: 0;
}
/* line 423, ../sass/_core.scss */
.article-block.invert-color {
  background-color: #333333;
}
/* line 425, ../sass/_core.scss */
.article-block.invert-color h1, .article-block.invert-color h2, .article-block.invert-color h3, .article-block.invert-color h4, .article-block.invert-color h5, .article-block.invert-color h6, .article-block.invert-color p, .article-block.invert-color figcaption {
  color: #fff;
}
/* line 428, ../sass/_core.scss */
.article-block.invert-color .scheme-wrap {
  background-color: #fff;
  border-color: #fff;
}
/* line 432, ../sass/_core.scss */
.article-block.invert-color .highlight-label {
  background-color: rgba(0, 0, 0, 0);
}
/* line 434, ../sass/_core.scss */
.article-block.invert-color .highlight-label.bgColorLab {
  background-color: rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 1200px) {
  /* line 442, ../sass/_core.scss */
  .offMenu {
    display: none;
  }
}
/* line 449, ../sass/_core.scss */
.close-cross:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 458, ../sass/_core.scss */
.close-cross:before:hover {
  cursor: pointer;
}
/* line 462, ../sass/_core.scss */
.close-cross:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 471, ../sass/_core.scss */
.close-cross:after:hover {
  cursor: pointer;
}
/* line 475, ../sass/_core.scss */
.close-cross:hover {
  cursor: pointer;
}

/* line 481, ../sass/_core.scss */
#interceptScroll {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 5;
}

/* line 489, ../sass/_core.scss */
.scheme-wrap {
  border: 4px solid #e5e5e5;
  border-radius: 3px;
  display: table;
  width: 100%;
  margin-top: 14px;
}
/* line 495, ../sass/_core.scss */
.scheme-wrap .scheme-block {
  height: 245px;
  background-color: #ccfaf0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 505, ../sass/_core.scss */
.text-left tr th, .text-left tr td {
  text-align: left;
  padding-left: 15px;
}

/* line 2, ../sass/_main-menu.scss */
.wrap-span {
  display: block;
  width: 25px;
  float: left;
  margin-bottom: 14px;
  position: relative;
  margin-right: 9px;
  top: 6px;
}
/* line 10, ../sass/_main-menu.scss */
.wrap-span span {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 30px;
  margin-bottom: 4px;
  background-color: #c5c5c5;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

/* line 21, ../sass/_main-menu.scss */
#mainNav {
  position: fixed;
  height: 100%;
  width: 270px;
  z-index: 12;
  background-color: #333333;
  left: 0;
  top: 0;
  transition: left 0.4s;
}
/* line 30, ../sass/_main-menu.scss */
#mainNav > .nav {
  margin-top: 63px;
  overflow: hidden;
}
/* line 34, ../sass/_main-menu.scss */
#mainNav * {
  pointer-events: auto !important;
}
/* line 37, ../sass/_main-menu.scss */
#mainNav.closeMenu {
  left: -100%;
  transition: left 0.4s;
}
/* line 41, ../sass/_main-menu.scss */
#mainNav .scroll-element {
  width: 6px;
}
/* line 47, ../sass/_main-menu.scss */
#mainNav .nav > li > a:hover {
  background-color: transparent;
}
/* line 54, ../sass/_main-menu.scss */
#mainNav #showMenuBtn {
  color: #fff;
  line-height: 59px;
  font-size: 1.25em;
  font-weight: 300;
  padding-left: 20px;
  display: block;
  position: absolute;
  width: 100%;
  opacity: 0.87;
  z-index: 2;
  background-color: #333333;
  border-bottom: 4px solid rgba(232, 232, 232, 0.3);
}
/* line 67, ../sass/_main-menu.scss */
#mainNav #showMenuBtn:hover, #mainNav #showMenuBtn:focus {
  cursor: pointer;
}
/* line 70, ../sass/_main-menu.scss */
#mainNav #showMenuBtn .wrap-span {
  margin-left: 2px;
  top: 23px;
}
/* line 73, ../sass/_main-menu.scss */
#mainNav #showMenuBtn .wrap-span span {
  background-color: #FFF;
  width: 27px;
  height: 2px;
}
/* line 79, ../sass/_main-menu.scss */
#mainNav #showMenuBtn .close-cross {
  position: absolute;
  top: 29px;
  right: 44px;
}
/* line 85, ../sass/_main-menu.scss */
#mainNav ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 88, ../sass/_main-menu.scss */
#mainNav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 91, ../sass/_main-menu.scss */
#mainNav ul li.active {
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  background-color: #2b2b2b;
}
/* line 95, ../sass/_main-menu.scss */
#mainNav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  /* line 101, ../sass/_main-menu.scss */
  #mainNav ul li:hover {
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
    cursor: pointer;
    background-color: #171717;
  }
  /* line 105, ../sass/_main-menu.scss */
  #mainNav ul li:hover + li {
    background-color: #282828;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
  }
  /* line 108, ../sass/_main-menu.scss */
  #mainNav ul li:hover + li + li:not(.drop-menu-btn) {
    background-color: #2f2f2f;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
  }
  /* line 115, ../sass/_main-menu.scss */
  #mainNav ul li.drop-menu-btn:hover + li {
    background-color: transparent;
  }
  /* line 117, ../sass/_main-menu.scss */
  #mainNav ul li.drop-menu-btn:hover + li + li {
    background-color: transparent;
  }
}
/* line 124, ../sass/_main-menu.scss */
#mainNav ul li.firstHover {
  background-color: #2f2f2f;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 128, ../sass/_main-menu.scss */
#mainNav ul li.thirdHover {
  background-color: #282828;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 134, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn.active {
  font-weight: 400;
}
/* line 137, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  background-color: #333333;
  transition: max-height 0.3s;
}
/* line 143, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li {
  padding: 0 0 0 21px;
  font-size: 0.66em;
  border: none;
  min-height: 1em;
}
/* line 149, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li:hover + li {
  background-color: transparent;
}
/* line 151, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li:hover + li + li {
  background-color: transparent;
}
/* line 156, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li.active {
  background-color: #2b2b2b;
}
/* line 159, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li:first-child {
  margin-top: 5px;
}
/* line 162, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li:last-child {
  margin-bottom: 19px;
}
/* line 165, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn .nav li a {
  font-size: 1.45em;
  line-height: 25px;
}
/* line 171, ../sass/_main-menu.scss */
#mainNav ul li.drop-menu-btn.active .nav {
  max-height: 1000px;
  transition: max-height 0.3s;
}
/* line 176, ../sass/_main-menu.scss */
#mainNav ul li a {
  font-size: 1.1em;
  line-height: 49px;
  display: block;
  padding: 0 0 0 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 185, ../sass/_main-menu.scss */
#mainNav ul li a:hover, #mainNav ul li a:focus {
  text-decoration: none;
  border-bottom: none;
}
/* line 189, ../sass/_main-menu.scss */
#mainNav ul li a:focus, #mainNav ul li a:visited, #mainNav ul li a:active {
  text-decoration: none;
  border-bottom: none;
}
/* line 197, ../sass/_main-menu.scss */
#mainNav #more-btn {
  line-height: 36px;
  padding-left: 20px;
  background-color: #0f0f0f;
  opacity: 0.87;
  text-decoration: none;
  border-bottom: none;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 270px;
  color: rgba(255, 255, 255, 0.5);
}
/* line 210, ../sass/_main-menu.scss */
#mainNav #more-btn:hover, #mainNav #more-btn:focus {
  text-decoration: none;
  border-bottom: none;
}
/* line 215, ../sass/_main-menu.scss */
#mainNav .slimScrollBar {
  opacity: 0.7 !important;
  margin-top: 65px;
}
/* line 219, ../sass/_main-menu.scss */
#mainNav .slimScrollRail {
  width: 2px !important;
  margin-right: 1px;
  margin-top: 65px;
}

/* line 226, ../sass/_main-menu.scss */
.scroll-element.scroll-x .scroll-element_outer {
  height: 0 !important;
}

/* line 1, ../sass/_header.scss */
.header {
  background-color: whitesmoke;
  transition: left 0.4s;
}
/* line 4, ../sass/_header.scss */
.header .main-top {
  background-color: #FFF;
  opacity: 0.96;
  border-bottom: 4px solid #e8e8e8;
  min-height: 64px;
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 15, ../sass/_header.scss */
.header .main-top + .container {
  padding-top: 63px;
}
/* line 17, ../sass/_header.scss */
.header .main-top + .container .row {
  padding-top: 28px;
  padding-bottom: 28px;
}
/* line 22, ../sass/_header.scss */
.header .main-top .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 25, ../sass/_header.scss */
.header .main-top .container a {
  color: #c5c5c5;
}
/* line 28, ../sass/_header.scss */
.header .main-top .container #menuClickBtn {
  font-size: 1em;
  display: inline-block;
  margin-top: 19px;
  font-weight: 300;
  padding: 0;
  height: 32px;
  background-color: transparent;
  border-bottom: none;
  color: #c5c5c5;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 40, ../sass/_header.scss */
.header .main-top .container #menuClickBtn:hover {
  text-decoration: none;
  color: #111;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 47, ../sass/_header.scss */
.header .main-top .container #menuClickBtn:hover .wrap-span span {
  background-color: #111;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 53, ../sass/_header.scss */
.header .main-top .container #menuClickBtn:focus {
  box-shadow: none;
}
/* line 57, ../sass/_header.scss */
.header .main-top .container .headerLinks {
  float: right;
  padding-top: 15px;
  color: #c5c5c5;
  margin-left: 40px;
  position: relative;
  transition: color 0.2s;
  font-weight: 300;
  border-bottom: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 68, ../sass/_header.scss */
.header .main-top .container .headerLinks:hover, .header .main-top .container .headerLinks:focus {
  text-decoration: none;
  color: #333333;
  transition: color 0.2s;
}
/* line 72, ../sass/_header.scss */
.header .main-top .container .headerLinks:hover.faqIcon:before, .header .main-top .container .headerLinks:focus.faqIcon:before {
  color: #333333;
  border: 2px solid #333333;
  transition: color 0.2s, border 0.2s;
}
/* line 77, ../sass/_header.scss */
.header .main-top .container .headerLinks:hover.supportIcon:before, .header .main-top .container .headerLinks:focus.supportIcon:before {
  color: #333333;
  transition: color 0.3s, border 0.2s;
}
/* line 82, ../sass/_header.scss */
.header .main-top .container .headerLinks.faqIcon:before {
  content: "i";
  display: inline-block;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
  behavior: url(/support/css/PIE.htc);
  text-align: center;
  width: 27px;
  height: 27px;
  font-weight: bold;
  position: static;
  line-height: 26px;
  margin-right: 6px;
  transition: color 0.3s, border 0.2s;
  position: relative;
  top: 2px;
}
/* line 99, ../sass/_header.scss */
.header .main-top .container .headerLinks.supportIcon:before {
  content: "\f1cd";
  color: #c5c5c5;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  behavior: url(/support/css/PIE.htc);
  text-decoration: none;
  transition: color 0.7s, border 0.2s;
  position: relative;
  top: 3px;
}

/* line 1, ../sass/_sm-header-menu.scss */
#menuBtn {
  height: 60px;
}
/* line 3, ../sass/_sm-header-menu.scss */
#menuBtn .bgColor {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
/* line 11, ../sass/_sm-header-menu.scss */
#menuBtn .logoBox {
  width: 70px;
  height: 24px;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 18px;
  transition: color 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
/* line 22, ../sass/_sm-header-menu.scss */
#menuBtn .logoBox:hover .logo:after {
  color: #111;
  transition: color 0.2s;
}
/* line 26, ../sass/_sm-header-menu.scss */
#menuBtn .logoBox + h2 {
  color: #c5c5c5;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin: 1px;
  position: relative;
  z-index: 3;
  padding-left: 20%;
  padding-right: 20%;
  letter-spacing: 1px;
}
/* line 38, ../sass/_sm-header-menu.scss */
#menuBtn .logoBox + h2:hover {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 43, ../sass/_sm-header-menu.scss */
#menuBtn .logoBox .logo {
  width: 50px;
  height: 52px;
  border: 10px solid #000;
  border-radius: 50%;
  behavior: url(/support/css/PIE.htc);
  margin: auto;
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 57, ../sass/_sm-header-menu.scss */
#menuBtn #smallMenu {
  z-index: 1;
  position: relative;
  width: 215px;
  border-radius: 0 0 5px 5px;
  behavior: url(/support/css/PIE.htc);
  margin: auto;
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 10px;
  box-shadow: 1px 3px 1px #eee, -1px 3px 1px #eee;
  overflow: hidden;
  top: 18px;
  opacity: 1;
  transition: top 0.25s, opacity 0.4s;
}
/* line 72, ../sass/_sm-header-menu.scss */
#menuBtn #smallMenu.animHide {
  z-index: -1;
  top: -200px;
  opacity: 0;
  transition: top 0.4s, opacity 0.15s;
}
/* line 78, ../sass/_sm-header-menu.scss */
#menuBtn #smallMenu a {
  display: block;
  text-align: center;
  color: #d5d5d5;
  transition: color 0.2s;
  line-height: 2.4em;
  font-size: 0.95em;
  border-bottom: none;
}
/* line 86, ../sass/_sm-header-menu.scss */
#menuBtn #smallMenu a:hover {
  text-decoration: none;
  color: #111;
  transition: color 0.2s;
}

/*************** SCROLLBAR BASE CSS ***************/
/* line 3, ../sass/_scrollbar.scss */
.scroll-wrapper {
  padding: 0 !important;
  position: relative;
}
/* line 6, ../sass/_scrollbar.scss */
.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: hidden !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
/* line 19, ../sass/_scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 26, ../sass/_scrollbar.scss */
.scroll-element {
  display: none;
  box-sizing: content-box;
}
/* line 29, ../sass/_scrollbar.scss */
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
/* line 33, ../sass/_scrollbar.scss */
.scroll-element.scroll-bar, .scroll-element.scroll-arrow {
  cursor: default;
}
/* line 36, ../sass/_scrollbar.scss */
.scroll-element div {
  box-sizing: content-box;
}

/*************** SCROLLBAR RAIL ***************/
/* line 41, ../sass/_scrollbar.scss */
.scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
/* line 48, ../sass/_scrollbar.scss */
.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 7px;
}
/* line 56, ../sass/_scrollbar.scss */
.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 69, ../sass/_scrollbar.scss */
.scroll-element .scroll-element_track {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  left: 1px;
}
/* line 76, ../sass/_scrollbar.scss */
.scroll-element .scroll-bar {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.2s;
  border-radius: 2px;
  width: 4px;
}
/* line 81, ../sass/_scrollbar.scss */
.scroll-element .scroll-bar:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.2s;
}

/*************** SCROLLBAR BASE CSS ***************/
/* line 92, ../sass/_scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 98, ../sass/_scrollbar.scss */
.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;
}

/* line 113, ../sass/_scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 118, ../sass/_scrollbar.scss */
.scroll-element {
  display: none;
}

/* line 121, ../sass/_scrollbar.scss */
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

/* line 126, ../sass/_scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 131, ../sass/_scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 135, ../sass/_scrollbar.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 139, ../sass/_scrollbar.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 142, ../sass/_scrollbar.scss */
.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;
}

/* line 156, ../sass/_scrollbar.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 163, ../sass/_scrollbar.scss */
.scroll-element.scroll-x {
  bottom: 0;
  height: 4px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
/* line 169, ../sass/_scrollbar.scss */
.scroll-element.scroll-x .scroll-bar {
  height: 4px;
  min-width: 10px;
  top: 0px;
}
/* line 174, ../sass/_scrollbar.scss */
.scroll-element.scroll-x .scroll-element_outer {
  height: 4px;
}

/* line 180, ../sass/_scrollbar.scss */
.scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 1, ../sass/_home-slider.scss */
.home-promo {
  max-height: 378px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
/* line 7, ../sass/_home-slider.scss */
.home-promo img {
  width: 100%;
  margin-top: 0;
}
/* line 11, ../sass/_home-slider.scss */
.home-promo .info-theme {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
/* line 16, ../sass/_home-slider.scss */
.home-promo .info-theme p {
  color: #888;
  text-align: right;
  padding-right: 11px;
  font-size: 0.7em;
  font-weight: 400;
  margin-top: 6px;
}
/* line 25, ../sass/_home-slider.scss */
.home-promo .info-theme svg {
  max-width: 200px;
  margin-top: 22px;
}
/* line 29, ../sass/_home-slider.scss */
.home-promo .info-theme h6 {
  color: #888;
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 8px;
}
/* line 35, ../sass/_home-slider.scss */
.home-promo .info-theme h5 {
  color: #333333;
  font-weight: 400;
  font-size: 1.3em;
  padding-top: 12px;
}
/* line 42, ../sass/_home-slider.scss */
.home-promo .home-wrap-links {
  height: 80px;
  width: 100%;
  background-color: #333333;
  position: absolute;
  bottom: 0;
}
/* line 48, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .support-icon {
  display: block;
  position: absolute;
  float: left;
  color: #fff;
  line-height: 80px;
  font-size: 1.65em;
  padding-left: 27px;
  padding-right: 24px;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 59, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .support-icon:before {
  content: '\f1cd';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding-right: 9px;
}
/* line 65, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .support-icon + a {
  color: #fff;
  line-height: 80px;
  font-weight: 300;
  padding-left: 218px;
  border-bottom: 0;
  position: absolute;
}
/* line 72, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .support-icon + a:hover {
  border-bottom: 1px;
}
/* line 78, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block {
  width: 80px;
  height: 80px;
  float: right;
  display: inline-block;
  position: relative;
  line-height: 80px;
  color: #fff;
  text-indent: 24px;
  font-size: 1em;
  font-weight: 300;
  transition: width 0.23s;
}
/* line 90, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block:hover, .home-promo .home-wrap-links .link-block:focus {
  border-bottom: none;
  transition: width 0.23s;
}
/* line 95, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
  float: left;
  font-size: 1.7em;
  text-indent: 0;
}
/* line 107, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.behance {
  background-color: #2c2c29;
}
/* line 109, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.behance:before {
  content: '\f1b4';
  background-color: #393935;
  font-size: 1.03em !important;
}
/* line 115, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.envato {
  background-color: #93c84f;
}
/* line 117, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.envato:before {
  content: '';
  background-color: #9fce62;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjdweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMjcgMjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJCTwhW0NEQVRBWwoJCQkuc3Q3e2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9CgkJXV0+Cgk8L3N0eWxlPgoJPHN3aXRjaD4KCQk8cGF0aCBjbGFzcz0ic3Q3IiBkPSJNMTkuOSwzYzAsMC03LjUtMC4zLTkuOCw2LjhjLTEuNyw1LjUtMS4yLDcuNC0xLjIsNy40cy0xLjYsMC40LTEuOC0zLjFjLTAuMy0zLjQsMC42LTUuNiwwLjYtNS42ICBzLTMuOCwyLTMuNyw2LjJDNC4yLDE5LDcsMjQsMTMuOCwyNGM2LjgsMC4xLDkuNy03LjQsOS4yLTExLjdDMjIuNCw3LjksMjAuMiwzLjIsMTkuOSwzeiIvPgoJCTxmb3JlaWduT2JqZWN0IHdpZHRoPSIyNyIgaGVpZ2h0PSIyNyI+CgkJCTxzcGFuIGNsYXNzPSJmYSI+CgkJCQkmI3hmMGMxOwoJCQk8L3NwYW4+CgkJPC9mb3JlaWduT2JqZWN0PgoJPC9zd2l0Y2g+Cjwvc3ZnPg==);
  background-position: 50% 50%;
}
/* line 126, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.twitter {
  background-color: #28a4ec;
}
/* line 128, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.twitter:before {
  content: '\f099';
  background-color: #3faeee;
  font-size: 1.4em !important;
}
/* line 134, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.facebook {
  background-color: #3e67c3;
}
/* line 136, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.facebook:before {
  content: '\f09a';
  background-color: #5176c9;
  font-size: 1.3em;
}
/* line 143, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.google-pl {
  background-color: #d73925;
}
/* line 145, ../sass/_home-slider.scss */
.home-promo .home-wrap-links .link-block.google-pl:before {
  content: '\f0d5';
  background-color: #dd4b39;
  font-size: 1.3em;
}

/* line 159, ../sass/_home-slider.scss */
.header .link-block:hover {
  cursor: pointer;
  width: 468px;
}
@media screen and (max-width: 1100px) {
  /* line 159, ../sass/_home-slider.scss */
  .header .link-block:hover {
    width: 80px;
  }
}
@media (min-width: 1210px) and (max-width: 1300px) {
  /* line 170, ../sass/_home-slider.scss */
  .header.marginLeft .link-block:hover {
    width: 385px;
  }
}

/* line 1, ../sass/_block-decor-image.scss */
.frame-window {
  margin-top: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 9, ../sass/_block-decor-image.scss */
.frame-window .wave-block {
  margin-bottom: 30px;
}
/* line 11, ../sass/_block-decor-image.scss */
.frame-window .wave-block img {
  margin-bottom: 0;
}
/* line 15, ../sass/_block-decor-image.scss */
.frame-window img {
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(-40deg, #e5e5e5 0%, #e5e5e5 53%, #ececec 54%, #ececec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e5e5e5), color-stop(53%, #e5e5e5), color-stop(54%, #ececec), color-stop(100%, #ececec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-40deg, #e5e5e5 0%, #e5e5e5 53%, #ececec 54%, #ececec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-40deg, #e5e5e5 0%, #e5e5e5 53%, #ececec 54%, #ececec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-40deg, #e5e5e5 0%, #e5e5e5 53%, #ececec 54%, #ececec 100%);
  /* IE10+ */
  background: linear-gradient(110deg, #e5e5e5 0%, #e5e5e5 54%, #ececec 54%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ececec',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  margin: auto;
  margin-bottom: 27px;
  position: relative;
  border-radius: 4px;
  padding: 22px 3px 4px 3px;
}
/* line 32, ../sass/_block-decor-image.scss */
.frame-window:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/dots.svg");
  background-repeat: no-repeat;
  height: 8px;
  width: 30px;
  z-index: 1;
  top: 6px;
  left: 5px;
}
/* line 44, ../sass/_block-decor-image.scss */
.frame-window + figcaption {
  text-align: center;
}
/* line 48, ../sass/_block-decor-image.scss */
.frame-window .wrap-pie-block .top {
  top: -4px;
}

/* line 55, ../sass/_block-decor-image.scss */
.block-code-screen {
  margin-top: 45px;
  margin-bottom: 45px;
}
/* line 58, ../sass/_block-decor-image.scss */
.block-code-screen .frame-window {
  border-bottom: 0px;
}
/* line 60, ../sass/_block-decor-image.scss */
.block-code-screen .frame-window img {
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 4px 4px 0 0;
}
/* line 67, ../sass/_block-decor-image.scss */
.block-code-screen > div:first-child {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 4px 4px 0 0;
  border-width: 3px;
  border-bottom-width: 0px;
}
/* line 77, ../sass/_block-decor-image.scss */
.block-code-screen > div:last-child {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  border-width: 3px;
}
/* line 85, ../sass/_block-decor-image.scss */
.block-code-screen > div.wrap-pie-block:last-child {
  border-top: 3px solid whitesmoke;
}

/* line 91, ../sass/_block-decor-image.scss */
.block-code-scr-col {
  margin-top: 45px;
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
/* line 97, ../sass/_block-decor-image.scss */
.block-code-scr-col pre {
  overflow: hidden;
  display: table;
}
/* line 101, ../sass/_block-decor-image.scss */
.block-code-scr-col .scroll-element {
  width: 5px;
  padding: 0;
}
/* line 104, ../sass/_block-decor-image.scss */
.block-code-scr-col .scroll-element.scroll-y {
  width: 12px;
}
/* line 107, ../sass/_block-decor-image.scss */
.block-code-scr-col .scroll-element.scroll-x {
  margin-left: 20px;
}
/* line 112, ../sass/_block-decor-image.scss */
.block-code-scr-col > div {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 116, ../sass/_block-decor-image.scss */
.block-code-scr-col > div > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 120, ../sass/_block-decor-image.scss */
.block-code-scr-col > div .code-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  border-top: 3px solid whitesmoke;
  border-bottom: 3px solid whitesmoke;
  padding-left: 0;
  padding-right: 0;
}
/* line 129, ../sass/_block-decor-image.scss */
.block-code-scr-col > div .code-wrapper:before {
  display: none;
}
/* line 135, ../sass/_block-decor-image.scss */
.block-code-scr-col > div:first-child {
  padding-right: 0;
}
/* line 137, ../sass/_block-decor-image.scss */
.block-code-scr-col > div:first-child > .code-wrapper {
  border: 3px solid whitesmoke;
  border-radius: 4px;
}
/* line 141, ../sass/_block-decor-image.scss */
.block-code-scr-col > div:first-child > .wave-block {
  border-radius: 4px 0 0 0;
}
/* line 145, ../sass/_block-decor-image.scss */
.block-code-scr-col > div:last-child {
  padding-left: 0;
}
/* line 147, ../sass/_block-decor-image.scss */
.block-code-scr-col > div:last-child > .code-wrapper {
  border: 3px solid whitesmoke;
  border-radius: 4px;
}
/* line 151, ../sass/_block-decor-image.scss */
.block-code-scr-col > div:last-child > .wave-block {
  border-radius: 0 0 4px 0;
}
/* line 155, ../sass/_block-decor-image.scss */
.block-code-scr-col .wave-block {
  margin-bottom: 0;
}
/* line 157, ../sass/_block-decor-image.scss */
.block-code-scr-col .wave-block .top {
  top: -10px;
}
/* line 160, ../sass/_block-decor-image.scss */
.block-code-scr-col .wave-block .bottom {
  bottom: -10px;
}
/* line 164, ../sass/_block-decor-image.scss */
.block-code-scr-col .wave-bottom {
  border-top: 3px solid whitesmoke;
}
/* line 167, ../sass/_block-decor-image.scss */
.block-code-scr-col .wave-top {
  border-bottom: 3px solid whitesmoke;
}
/* line 172, ../sass/_block-decor-image.scss */
.block-code-scr-col > div > .code-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 179, ../sass/_block-decor-image.scss */
.block-code-scr-col .linenums {
  margin-left: 0;
  padding-left: 0;
}
/* line 182, ../sass/_block-decor-image.scss */
.block-code-scr-col .linenums > li {
  list-style-type: none;
}
/* line 184, ../sass/_block-decor-image.scss */
.block-code-scr-col .linenums > li:before {
  display: none;
}

/* line 1, ../sass/_block-code.scss */
.code-wrapper {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
}
/* line 11, ../sass/_block-code.scss */
.code-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  height: 100%;
  width: 39px;
}
/* line 21, ../sass/_block-code.scss */
.code-wrapper .copy-btn, .code-wrapper #copyNonFormated {
  width: 53px;
  padding: 0;
  text-align: center;
  font-size: 0.7em;
  height: 22px;
  right: 0;
  bottom: 17px;
  display: block;
  z-index: 3;
  position: absolute;
  background-color: #E5E5E5;
  transition: background-color 0.4s;
}
/* line 34, ../sass/_block-code.scss */
.code-wrapper .copy-btn.zeroclipboard-is-hover, .code-wrapper #copyNonFormated.zeroclipboard-is-hover {
  background-color: #333333;
  transition: background-color 0.4s;
}

/* line 41, ../sass/_block-code.scss */
#alert-msg {
  width: 100%;
  top: 20%;
  position: fixed;
  text-align: center;
  z-index: 10;
  display: none;
}
/* line 48, ../sass/_block-code.scss */
#alert-msg p {
  background-color: rgba(0, 197, 156, 0.85);
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 1px 15px;
  border-radius: 4px;
  box-shadow: 0 2px 2px #777;
}

/* line 60, ../sass/_block-code.scss */
.footer.marginLeft + #alert-msg {
  margin-left: 135px;
}

/* line 67, ../sass/_block-code.scss */
#inputCode {
  width: 100%;
  min-height: 240px;
}

/* line 71, ../sass/_block-code.scss */
#btnGenerate {
  float: left;
}

/* line 74, ../sass/_block-code.scss */
#select-lang {
  width: 130px;
}
/* line 76, ../sass/_block-code.scss */
#select-lang + .selectBox {
  float: right;
}

/* line 80, ../sass/_block-code.scss */
.num-line {
  float: right;
  margin-top: 12px;
  margin-right: 30px;
}

/* line 85, ../sass/_block-code.scss */
.not-numered {
  padding-left: 20px;
}
/* line 87, ../sass/_block-code.scss */
.not-numered:before {
  display: none;
}

/* line 93, ../sass/_block-code.scss */
.code-block {
  max-height: 205px;
  border-radius: 4px;
}
/* line 96, ../sass/_block-code.scss */
.code-block li {
  line-height: 1.5em;
  background-color: transparent;
  transition: background-color 0.2s;
}
/* line 100, ../sass/_block-code.scss */
.code-block li:hover {
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: #f2f2f2;
}
/* line 106, ../sass/_block-code.scss */
.code-block .scroll-element_track {
  display: none;
}
/* line 109, ../sass/_block-code.scss */
.code-block .scroll-bar {
  background-color: #E5E5E5;
  transition: background-color 0.2s;
}
/* line 112, ../sass/_block-code.scss */
.code-block .scroll-bar:hover {
  background-color: #333333;
  transition: background-color 0.2s;
}

/* SPAN elements with the classes below are added by prettyprint. */
/* line 119, ../sass/_block-code.scss */
.pln {
  color: black;
}

/* line 121, ../sass/_block-code.scss */
.str {
  color: #008800;
}

/* line 124, ../sass/_block-code.scss */
.kwd {
  color: #000088;
}

/* line 127, ../sass/_block-code.scss */
.com {
  color: #aaaaaa;
}

/* line 130, ../sass/_block-code.scss */
.typ {
  color: #660066;
}

/* line 133, ../sass/_block-code.scss */
.lit {
  color: #006666;
}

/* line 136, ../sass/_block-code.scss */
.tag {
  color: #2f3e6f;
}

/* line 139, ../sass/_block-code.scss */
.atn {
  color: #31923d;
}

/* line 142, ../sass/_block-code.scss */
.atv {
  color: #d40746;
}

/* line 145, ../sass/_block-code.scss */
.dec, .var {
  color: #660066;
}

/* line 148, ../sass/_block-code.scss */
.fun {
  color: red;
}

/* line 151, ../sass/_block-code.scss */
.pun, .opn, .clo {
  color: #660;
}

/* Specify class=linenums on a pre to get line numbering */
/* line 154, ../sass/_block-code.scss */
.code-block ol {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  padding-left: 37px;
  color: #aaa;
  padding-top: 0;
}
/* line 162, ../sass/_block-code.scss */
.code-block ol li {
  position: relative;
}
/* line 165, ../sass/_block-code.scss */
.code-block ol li:before {
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 1.4em;
  background-color: inherit;
  left: 0px;
  float: left;
}
/* line 174, ../sass/_block-code.scss */
.code-block ol li:before span {
  float: left;
}
/* line 179, ../sass/_block-code.scss */
.code-block ol li span:first-child {
  padding-left: 20px;
}

/* line 187, ../sass/_block-code.scss */
#genSyntCode {
  clear: both;
  display: none;
  opacity: 0;
  max-height: 400px;
  width: 100%;
  transition: opacity 1.1s;
}
/* line 194, ../sass/_block-code.scss */
#genSyntCode.visible {
  opacity: 1;
  display: block;
  transition: opacity 1.1s;
}

/* line 1, ../sass/_icons.scss */
.galery-icon-wrap {
  max-height: 10000px;
  transition: max-height 0.25s;
  overflow: hidden;
}
/* line 5, ../sass/_icons.scss */
.galery-icon-wrap.hideIcons {
  max-height: 312px;
  transition: max-height 0.45s;
}
/* line 9, ../sass/_icons.scss */
.galery-icon-wrap h5 {
  clear: both;
  width: 100%;
  padding-top: 30px;
}
/* line 14, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon {
  width: 33%;
}
/* line 17, ../sass/_icons.scss */
.galery-icon-wrap .fa {
  width: 25%;
}
/* line 20, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon, .galery-icon-wrap .fa {
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  font-size: 0.9em;
  display: block;
  padding: 7px 0;
  font-weight: 300;
  color: #111;
  font-family: "Open Sans", sans-serif;
}
/* line 31, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon:before, .galery-icon-wrap .fa:before {
  width: 35px;
  text-align: center;
  display: inline-block;
  transition: transform 0.2s;
  transition: color 0.2s;
  transform: scale(1);
}
@media (max-width: 1050px) {
  /* line 20, ../sass/_icons.scss */
  .galery-icon-wrap .glyphicon, .galery-icon-wrap .fa {
    width: 33%;
  }
}
/* line 42, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon i, .galery-icon-wrap .fa i {
  transition: color 0.2s;
  width: 30px;
  text-align: center;
}
/* line 47, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon:hover, .galery-icon-wrap .fa:hover {
  cursor: pointer;
}
/* line 49, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon:hover:before, .galery-icon-wrap .fa:hover:before {
  color: #333333;
  transform: scale(1.4);
  transition: transform 0.2s;
  transition: color 0.2s;
}
/* line 57, ../sass/_icons.scss */
.galery-icon-wrap .glyphicon:before {
  font-family: 'Glyphicons Halflings';
}
/* line 60, ../sass/_icons.scss */
.galery-icon-wrap .fa:before {
  font-family: FontAwesome;
}

/* line 65, ../sass/_icons.scss */
.small-icon-wrap {
  width: 20%;
  float: left;
  min-height: 120px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
/* line 72, ../sass/_icons.scss */
.small-icon-wrap img {
  display: block;
  margin: auto;
  margin-bottom: 17px;
  min-height: 34px;
  transform: scale(1);
  transition: transform 0.2s;
}
/* line 80, ../sass/_icons.scss */
.small-icon-wrap:hover {
  cursor: pointer;
}
/* line 82, ../sass/_icons.scss */
.small-icon-wrap:hover img {
  transform: scale(1.25);
  transition: transform 0.2s;
}

/* line 89, ../sass/_icons.scss */
.load-more-btn {
  width: 98%;
  margin-left: 12px;
  color: #999;
  height: 40px;
  background-color: #F5f5f5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 20px;
  text-transform: none;
}
/* line 99, ../sass/_icons.scss */
.load-more-btn:hover, .load-more-btn:focus:hover {
  color: #fff;
  box-shadow: none;
  background-color: #333333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 106, ../sass/_icons.scss */
.load-more-btn:focus {
  color: #999;
  background-color: #F5f5f5;
  box-shadow: none;
}

/* line 124, ../sass/_icons.scss */
.sm-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
}
/* line 129, ../sass/_icons.scss */
.sm-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 136, ../sass/_icons.scss */
.sm-icon.round {
  border: 1px solid #ccc;
  border-radius: 50%;
}
/* line 140, ../sass/_icons.scss */
.sm-icon.cube {
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 1, ../sass/_select-box.scss */
.selectBox-dropdown {
  height: 44px;
  font-weight: 300;
  font-size: 0.9em;
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 25px;
  outline: none;
  color: #111111;
  background-image: url("../img/down.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  transition: border 0.2s;
}
/* line 15, ../sass/_select-box.scss */
.selectBox-dropdown:hover {
  color: #111111;
  cursor: pointer;
  border: 1px solid #ccc;
}
/* line 20, ../sass/_select-box.scss */
.selectBox-dropdown .selectBox-disabled {
  color: #888 !important;
}
/* line 23, ../sass/_select-box.scss */
.selectBox-dropdown.selectBox-menuShowing {
  border-bottom: none;
  background-image: none;
  border-radius: 3px 3px 0 0;
  border: 1px solid rgba(170, 170, 170, 0.3);
  box-shadow: 1px 3px 1px #eee, -1px 3px 1px #eee;
  border-bottom: 0;
  transition: border 0.2s;
}

/* line 33, ../sass/_select-box.scss */
.selectBox-label {
  color: #111111;
}

/* Dropdown menu */
/* line 37, ../sass/_select-box.scss */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 10;
  max-height: 200px;
  min-height: 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  background-color: #FFF;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 3px 1px #eee,  -1px 3px 1px #eee;
  border: 1px solid rgba(170, 170, 170, 0.3);
  transition: border 0.2s;
}
/* line 51, ../sass/_select-box.scss */
.selectBox-dropdown-menu li {
  list-style-type: none;
  padding-left: 15px;
}
/* line 55, ../sass/_select-box.scss */
.selectBox-dropdown-menu li.selectBox-selected {
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
/* line 60, ../sass/_select-box.scss */
.selectBox-dropdown-menu li a {
  border: 0;
  font-size: 0.95em;
  color: #111111;
  display: block;
  transition: color 0.2s;
}
/* line 66, ../sass/_select-box.scss */
.selectBox-dropdown-menu li a:hover {
  color: #d5d5d5;
  transition: color 0.2s;
  cursor: pointer;
}

/* line 1, ../sass/_block-alerts.scss */
.bs-callout {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
/* line 6, ../sass/_block-alerts.scss */
.bs-callout:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 15, ../sass/_block-alerts.scss */
.bs-callout p {
  line-height: 1.5em;
  padding: 18px 23px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 21, ../sass/_block-alerts.scss */
.bs-callout h6 {
  padding: 18px 23px;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 27, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-success {
  background-color: rgba(51, 51, 51, 0.05);
}
/* line 28, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-success h6 {
  color: #333333;
}
/* line 32, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-success:before {
  background-color: #333333;
}
/* line 36, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-info {
  background-color: rgba(0, 195, 255, 0.05);
}
/* line 37, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-info h6 {
  color: #00c3ff;
}
/* line 41, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-info:before {
  background-color: #00c3ff;
}
/* line 45, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-warning {
  background-color: rgba(255, 157, 0, 0.05);
}
/* line 46, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-warning h6 {
  color: #ff9d00;
}
/* line 50, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-warning:before {
  background-color: #ff9d00;
}
/* line 54, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-danger {
  background-color: rgba(242, 42, 119, 0.05);
}
/* line 55, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-danger h6 {
  color: #f22a77;
}
/* line 59, ../sass/_block-alerts.scss */
.bs-callout.bs-callout-danger:before {
  background-color: #f22a77;
}

/* line 66, ../sass/_block-alerts.scss */
.alert {
  border: 0;
  color: #fff;
}
/* line 69, ../sass/_block-alerts.scss */
.alert.alert-success {
  background-color: #333333;
}
/* line 72, ../sass/_block-alerts.scss */
.alert.alert-info {
  background-color: #00c3ff;
}
/* line 75, ../sass/_block-alerts.scss */
.alert.alert-warning {
  background-color: #ff9d00;
}
/* line 78, ../sass/_block-alerts.scss */
.alert.alert-danger {
  background-color: #f22a77;
}

/* line 2, ../sass/_block-instructions.scss */
.instructions p + .instruction-block {
  margin-top: 43px;
}

/* line 6, ../sass/_block-instructions.scss */
.instruction-block {
  border: 1px solid whitesmoke;
  border-radius: 5px;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 19px 50px 16px;
  margin-bottom: 28px;
}
/* line 15, ../sass/_block-instructions.scss */
.instruction-block:last-child {
  margin-bottom: 36px;
}
/* line 18, ../sass/_block-instructions.scss */
.instruction-block.instruction-done {
  border-color: #333333;
}
/* line 20, ../sass/_block-instructions.scss */
.instruction-block.instruction-done:after {
  background-color: #d9fbf4;
}
/* line 23, ../sass/_block-instructions.scss */
.instruction-block.instruction-done .step-number {
  color: #333333;
}
/* line 27, ../sass/_block-instructions.scss */
.instruction-block .step-number {
  z-index: 1;
  position: absolute;
  color: #bababa;
  font-size: 1.35em;
  padding-left: 17px;
  padding-top: 10px;
  top: 0;
  left: 0;
}
/* line 36, ../sass/_block-instructions.scss */
.instruction-block .step-number:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120px;
  height: 120px;
  background-color: #f7f7f7;
  top: -59px;
  left: -63px;
  z-index: -1;
}
/* line 52, ../sass/_block-instructions.scss */
.instruction-block p + .frame-window {
  margin-top: 47px;
}

/* line 1, ../sass/_loader.scss */
.loader {
  width: 400px;
  height: 20px;
  background-color: #ddd;
  top: 0;
  opacity: 0;
  left: 50%;
  margin-top: 620px;
  margin-left: -200px;
  position: absolute;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}

/* line 17, ../sass/_loader.scss */
.loader:after {
  border-radius: 100px;
  content: '';
  position: absolute;
  background-color: #fff;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 360px;
  animation-name: slide;
  animation-duration: 2s;
  animation-easing-function: linear;
  animation-iteration-count: infinite;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@keyframes slide {
  /* line 35, ../sass/_loader.scss */
  0% {
    right: 360px;
    left: 2px;
  }

  /* line 41, ../sass/_loader.scss */
  5% {
    left: 2px;
  }

  /* line 45, ../sass/_loader.scss */
  50% {
    right: 2px;
    left: 360px;
  }

  /* line 51, ../sass/_loader.scss */
  55% {
    right: 2px;
  }

  /* line 55, ../sass/_loader.scss */
  100% {
    right: 360px;
    left: 2px;
  }
}

/* line 1, ../sass/_footer.scss */
.footer {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 0;
  background-color: whitesmoke;
  transition: width 0.4s;
  transition: left 0.4s;
}
/* line 9, ../sass/_footer.scss */
.footer .row {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
/* line 14, ../sass/_footer.scss */
.footer .fa {
  line-height: 1.6em;
  border-bottom: 0;
  margin-top: 28px;
  float: right;
  color: #aaa;
  font-size: 0.7em;
  margin-left: 24px;
  padding-left: 7px;
  padding-right: 7px;
  transition: color 0.2s;
}
/* line 25, ../sass/_footer.scss */
.footer .fa:hover {
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}
/* line 30, ../sass/_footer.scss */
.footer .fa:first-child {
  padding-right: 0;
}
/* line 34, ../sass/_footer.scss */
.footer p {
  color: #c0c0c0;
  width: 200px;
  font-size: 0.7em;
  margin-top: 16px;
  margin-bottom: 0;
}
/* line 40, ../sass/_footer.scss */
.footer p span {
  color: #777;
}

@media screen and (max-width: 1200px) {
  /* line 2, ../sass/_media.scss */
  #mainNav {
    height: 100%;
  }
  /* line 4, ../sass/_media.scss */
  #mainNav + #interceptScroll {
    height: 100%;
  }
  /* line 8, ../sass/_media.scss */
  #mainNav.closeMenu + #interceptScroll {
    height: 1px;
  }
}
@media screen and (max-width: 992px) {
  /* line 16, ../sass/_media.scss */
  .chBox, .radioBtn {
    display: table;
  }

  /* line 22, ../sass/_media.scss */
  .header .main-top .container .headerLinks {
    margin-left: 20px;
  }

  /* line 30, ../sass/_media.scss */
  .home-promo .home-wrap-links .support-icon {
    border-right: 0;
  }
  /* line 32, ../sass/_media.scss */
  .home-promo .home-wrap-links .support-icon + a {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  /* line 42, ../sass/_media.scss */
  .container > div {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 47, ../sass/_media.scss */
  .footer {
    height: 100px;
  }
  /* line 49, ../sass/_media.scss */
  .footer p {
    width: 100%;
    text-align: center;
  }
  /* line 53, ../sass/_media.scss */
  .footer .fa {
    float: left;
  }

  /* line 57, ../sass/_media.scss */
  #menuClickBtn {
    position: absolute;
    padding-left: 12px;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  /* line 66, ../sass/_media.scss */
  .marginLeft {
    position: relative;
    width: calc(100% - 270px) !important;
    left: 270px;
    transition: left 0.4s;
  }
}
@media (min-width: 1210px) and (max-width: 1300px) {
  /* line 76, ../sass/_media.scss */
  .header.marginLeft .container {
    width: 924px;
  }

  /* line 83, ../sass/_media.scss */
  .page.marginLeft .container {
    width: 924px;
  }
  /* line 87, ../sass/_media.scss */
  .page .container {
    width: 924px;
  }
}
