/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------------------------------------------------------------*/
/* Plug-ins */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* Bootstrap */
/*------------------------------------------------------------------*/
/* bootstrap shiz */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 13, sass/modules/_plugins.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 13, sass/modules/_plugins.scss */
body {
  margin: 0;
}

/* line 13, sass/modules/_plugins.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 13, sass/modules/_plugins.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 13, sass/modules/_plugins.scss */
[hidden], template {
  display: none;
}

/* line 13, sass/modules/_plugins.scss */
a {
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
a:active, a:hover {
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 13, sass/modules/_plugins.scss */
b, strong {
  font-weight: 700;
}

/* line 13, sass/modules/_plugins.scss */
dfn {
  font-style: italic;
}

/* line 13, sass/modules/_plugins.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 13, sass/modules/_plugins.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 13, sass/modules/_plugins.scss */
small {
  font-size: 80%;
}

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

/* line 13, sass/modules/_plugins.scss */
sup {
  top: -.5em;
}

/* line 13, sass/modules/_plugins.scss */
sub {
  bottom: -.25em;
}

/* line 13, sass/modules/_plugins.scss */
img {
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 13, sass/modules/_plugins.scss */
figure {
  margin: 1em 40px;
}

/* line 13, sass/modules/_plugins.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 13, sass/modules/_plugins.scss */
pre {
  overflow: auto;
}

/* line 13, sass/modules/_plugins.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 13, sass/modules/_plugins.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
button {
  overflow: visible;
}

/* line 13, sass/modules/_plugins.scss */
button, select {
  text-transform: none;
}

/* line 13, sass/modules/_plugins.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 13, sass/modules/_plugins.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 13, sass/modules/_plugins.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
input {
  line-height: normal;
}

/* line 13, sass/modules/_plugins.scss */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 13, sass/modules/_plugins.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 13, sass/modules/_plugins.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 13, sass/modules/_plugins.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 13, sass/modules/_plugins.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
textarea {
  overflow: auto;
}

/* line 13, sass/modules/_plugins.scss */
optgroup {
  font-weight: 700;
}

/* line 13, sass/modules/_plugins.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 13, sass/modules/_plugins.scss */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 13, sass/modules/_plugins.scss */
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 13, sass/modules/_plugins.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 13, sass/modules/_plugins.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 13, sass/modules/_plugins.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 13, sass/modules/_plugins.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 13, sass/modules/_plugins.scss */
  thead {
    display: table-header-group;
  }

  /* line 13, sass/modules/_plugins.scss */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 13, sass/modules/_plugins.scss */
  img {
    max-width: 100% !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  /* line 13, sass/modules/_plugins.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar {
    display: none;
  }

  /* line 13, sass/modules/_plugins.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
/* line 13, sass/modules/_plugins.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 13, sass/modules/_plugins.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 13, sass/modules/_plugins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, sass/modules/_plugins.scss */
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, sass/modules/_plugins.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 13, sass/modules/_plugins.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 13, sass/modules/_plugins.scss */
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* line 13, sass/modules/_plugins.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 13, sass/modules/_plugins.scss */
figure {
  margin: 0;
}

/* line 13, sass/modules/_plugins.scss */
img {
  vertical-align: middle;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 13, sass/modules/_plugins.scss */
.img-circle {
  border-radius: 50%;
}

/* line 13, sass/modules/_plugins.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 13, sass/modules/_plugins.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 13, sass/modules/_plugins.scss */
[role=button] {
  cursor: pointer;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.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: 400;
  line-height: 1;
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

/* line 13, sass/modules/_plugins.scss */
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

/* line 13, sass/modules/_plugins.scss */
.h1, h1 {
  font-size: 36px;
}

/* line 13, sass/modules/_plugins.scss */
.h2, h2 {
  font-size: 30px;
}

/* line 13, sass/modules/_plugins.scss */
.h3, h3 {
  font-size: 24px;
}

/* line 13, sass/modules/_plugins.scss */
.h4, h4 {
  font-size: 18px;
}

/* line 13, sass/modules/_plugins.scss */
.h5, h5 {
  font-size: 14px;
}

/* line 13, sass/modules/_plugins.scss */
.h6, h6 {
  font-size: 12px;
}

/* line 13, sass/modules/_plugins.scss */
p {
  margin: 0 0 10px;
}

/* line 13, sass/modules/_plugins.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.small, small {
  font-size: 85%;
}

/* line 13, sass/modules/_plugins.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 13, sass/modules/_plugins.scss */
.text-left {
  text-align: left;
}

/* line 13, sass/modules/_plugins.scss */
.text-right {
  text-align: right;
}

/* line 13, sass/modules/_plugins.scss */
.text-center {
  text-align: center;
}

/* line 13, sass/modules/_plugins.scss */
.text-justify {
  text-align: justify;
}

/* line 13, sass/modules/_plugins.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 13, sass/modules/_plugins.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 13, sass/modules/_plugins.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 13, sass/modules/_plugins.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 13, sass/modules/_plugins.scss */
.text-muted {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.text-primary {
  color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

/* line 13, sass/modules/_plugins.scss */
.text-success {
  color: #3c763d;
}

/* line 13, sass/modules/_plugins.scss */
a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

/* line 13, sass/modules/_plugins.scss */
.text-info {
  color: #31708f;
}

/* line 13, sass/modules/_plugins.scss */
a.text-info:focus, a.text-info:hover {
  color: #245269;
}

/* line 13, sass/modules/_plugins.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

/* line 13, sass/modules/_plugins.scss */
.text-danger {
  color: #a94442;
}

/* line 13, sass/modules/_plugins.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

/* line 13, sass/modules/_plugins.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

/* line 13, sass/modules/_plugins.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 13, sass/modules/_plugins.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 13, sass/modules/_plugins.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 13, sass/modules/_plugins.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 13, sass/modules/_plugins.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 13, sass/modules/_plugins.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 13, sass/modules/_plugins.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 13, sass/modules/_plugins.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 13, sass/modules/_plugins.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 13, sass/modules/_plugins.scss */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 13, sass/modules/_plugins.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 13, sass/modules/_plugins.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 13, sass/modules/_plugins.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 13, sass/modules/_plugins.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 13, sass/modules/_plugins.scss */
dd, dt {
  line-height: 1.42857143;
}

/* line 13, sass/modules/_plugins.scss */
dt {
  font-weight: 700;
}

/* line 13, sass/modules/_plugins.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 13, sass/modules/_plugins.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 13, sass/modules/_plugins.scss */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 13, sass/modules/_plugins.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 13, sass/modules/_plugins.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 13, sass/modules/_plugins.scss */
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

/* line 13, sass/modules/_plugins.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

/* line 13, sass/modules/_plugins.scss */
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 13, sass/modules/_plugins.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 13, sass/modules/_plugins.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 13, sass/modules/_plugins.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 13, sass/modules/_plugins.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13, sass/modules/_plugins.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 13, sass/modules/_plugins.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 13, sass/modules/_plugins.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .container {
    width: 1170px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 13, sass/modules/_plugins.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 13, sass/modules/_plugins.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 13, sass/modules/_plugins.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 13, sass/modules/_plugins.scss */
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
table {
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 13, sass/modules/_plugins.scss */
th {
  text-align: left;
}

/* line 13, sass/modules/_plugins.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.table .table {
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

/* line 13, sass/modules/_plugins.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 13, sass/modules/_plugins.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 13, sass/modules/_plugins.scss */
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

/* line 13, sass/modules/_plugins.scss */
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

/* line 13, sass/modules/_plugins.scss */
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

/* line 13, sass/modules/_plugins.scss */
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

/* line 13, sass/modules/_plugins.scss */
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

/* line 13, sass/modules/_plugins.scss */
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

/* line 13, sass/modules/_plugins.scss */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

/* line 13, sass/modules/_plugins.scss */
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

/* line 13, sass/modules/_plugins.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 13, sass/modules/_plugins.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 13, sass/modules/_plugins.scss */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, sass/modules/_plugins.scss */
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

/* line 13, sass/modules/_plugins.scss */
input[type=file] {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
input[type=range] {
  display: block;
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 13, sass/modules/_plugins.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 13, sass/modules/_plugins.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 13, sass/modules/_plugins.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 13, sass/modules/_plugins.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 13, sass/modules/_plugins.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 13, sass/modules/_plugins.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 13, sass/modules/_plugins.scss */
textarea.form-control {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 13, sass/modules/_plugins.scss */
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 13, sass/modules/_plugins.scss */
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

/* line 13, sass/modules/_plugins.scss */
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

/* line 13, sass/modules/_plugins.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 13, sass/modules/_plugins.scss */
select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 13, sass/modules/_plugins.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 13, sass/modules/_plugins.scss */
select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 13, sass/modules/_plugins.scss */
.has-feedback {
  position: relative;
}

/* line 13, sass/modules/_plugins.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 13, sass/modules/_plugins.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 13, sass/modules/_plugins.scss */
.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 13, sass/modules/_plugins.scss */
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 13, sass/modules/_plugins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 13, sass/modules/_plugins.scss */
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.scss */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 13, sass/modules/_plugins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 13, sass/modules/_plugins.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 13, sass/modules/_plugins.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 13, sass/modules/_plugins.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

/* line 13, sass/modules/_plugins.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 13, sass/modules/_plugins.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 13, sass/modules/_plugins.scss */
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 13, sass/modules/_plugins.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 13, sass/modules/_plugins.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 13, sass/modules/_plugins.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 13, sass/modules/_plugins.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 13, sass/modules/_plugins.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 13, sass/modules/_plugins.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 13, sass/modules/_plugins.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 13, sass/modules/_plugins.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 13, sass/modules/_plugins.scss */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 13, sass/modules/_plugins.scss */
.fade.in {
  opacity: 1;
}

/* line 13, sass/modules/_plugins.scss */
.collapse {
  display: none;
}

/* line 13, sass/modules/_plugins.scss */
.collapse.in {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
tr.collapse.in {
  display: table-row;
}

/* line 13, sass/modules/_plugins.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 13, sass/modules/_plugins.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}

/* line 13, sass/modules/_plugins.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown, .dropup {
  position: relative;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 13, sass/modules/_plugins.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
.open > a {
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 13, sass/modules/_plugins.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 13, sass/modules/_plugins.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 13, sass/modules/_plugins.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

/* line 13, sass/modules/_plugins.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 13, sass/modules/_plugins.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn .caret {
  margin-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.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 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 13, sass/modules/_plugins.scss */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 13, sass/modules/_plugins.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, sass/modules/_plugins.scss */
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 13, sass/modules/_plugins.scss */
select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 13, sass/modules/_plugins.scss */
select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 13, sass/modules/_plugins.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 13, sass/modules/_plugins.scss */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13, sass/modules/_plugins.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 13, sass/modules/_plugins.scss */
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 13, sass/modules/_plugins.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 13, sass/modules/_plugins.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
/* line 13, sass/modules/_plugins.scss */
.nav-pills > li {
  float: left;
}

/* line 13, sass/modules/_plugins.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 13, sass/modules/_plugins.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.nav-stacked > li {
  float: none;
}

/* line 13, sass/modules/_plugins.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.nav-justified {
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.nav-justified > li {
  float: none;
}

/* line 13, sass/modules/_plugins.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 13, sass/modules/_plugins.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
/* line 13, sass/modules/_plugins.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 13, sass/modules/_plugins.scss */
.tab-content > .active {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-header {
    float: left;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 13, sass/modules/_plugins.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  /* line 13, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

/* line 13, sass/modules/_plugins.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 13, sass/modules/_plugins.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 13, sass/modules/_plugins.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > li {
  display: inline;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 13, sass/modules/_plugins.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 13, sass/modules/_plugins.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 13, sass/modules/_plugins.scss */
.pager li {
  display: inline;
}

/* line 13, sass/modules/_plugins.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 13, sass/modules/_plugins.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 13, sass/modules/_plugins.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 13, sass/modules/_plugins.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 13, sass/modules/_plugins.scss */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 13, sass/modules/_plugins.scss */
.label:empty {
  display: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.label-default {
  background-color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

/* line 13, sass/modules/_plugins.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

/* line 13, sass/modules/_plugins.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 13, sass/modules/_plugins.scss */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

/* line 13, sass/modules/_plugins.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 13, sass/modules/_plugins.scss */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 13, sass/modules/_plugins.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 13, sass/modules/_plugins.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 13, sass/modules/_plugins.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 13, sass/modules/_plugins.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 13, sass/modules/_plugins.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.badge:empty {
  display: none;
}

/* line 13, sass/modules/_plugins.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 13, sass/modules/_plugins.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item > .badge {
  float: right;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 13, sass/modules/_plugins.scss */
.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 13, sass/modules/_plugins.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 13, sass/modules/_plugins.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 13, sass/modules/_plugins.scss */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 13, sass/modules/_plugins.scss */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.alert .alert-link {
  font-weight: 700;
}

/* line 13, sass/modules/_plugins.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 13, sass/modules/_plugins.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 13, sass/modules/_plugins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 13, sass/modules/_plugins.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 13, sass/modules/_plugins.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 13, sass/modules/_plugins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 13, sass/modules/_plugins.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 13, sass/modules/_plugins.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 13, sass/modules/_plugins.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 13, sass/modules/_plugins.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 13, sass/modules/_plugins.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 13, sass/modules/_plugins.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 13, sass/modules/_plugins.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 13, sass/modules/_plugins.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 13, sass/modules/_plugins.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 13, sass/modules/_plugins.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 13, sass/modules/_plugins.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, sass/modules/_plugins.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 13, sass/modules/_plugins.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, sass/modules/_plugins.scss */
.media {
  margin-top: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.media:first-child {
  margin-top: 0;
}

/* line 13, sass/modules/_plugins.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 13, sass/modules/_plugins.scss */
.media-body {
  width: 10000px;
}

/* line 13, sass/modules/_plugins.scss */
.media-object {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 13, sass/modules/_plugins.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 13, sass/modules/_plugins.scss */
.media-middle {
  vertical-align: middle;
}

/* line 13, sass/modules/_plugins.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 13, sass/modules/_plugins.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 13, sass/modules/_plugins.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 13, sass/modules/_plugins.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 13, sass/modules/_plugins.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 13, sass/modules/_plugins.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 13, sass/modules/_plugins.scss */
.panel-body {
  padding: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

/* line 13, sass/modules/_plugins.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 13, sass/modules/_plugins.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel-default {
  border-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 13, sass/modules/_plugins.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 13, sass/modules/_plugins.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 13, sass/modules/_plugins.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 13, sass/modules/_plugins.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 13, sass/modules/_plugins.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 13, sass/modules/_plugins.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 13, sass/modules/_plugins.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 13, sass/modules/_plugins.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 13, sass/modules/_plugins.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 13, sass/modules/_plugins.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 13, sass/modules/_plugins.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 13, sass/modules/_plugins.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 13, sass/modules/_plugins.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 13, sass/modules/_plugins.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 13, sass/modules/_plugins.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 13, sass/modules/_plugins.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 13, sass/modules/_plugins.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 13, sass/modules/_plugins.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 13, sass/modules/_plugins.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 13, sass/modules/_plugins.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 13, sass/modules/_plugins.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 13, sass/modules/_plugins.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 13, sass/modules/_plugins.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 13, sass/modules/_plugins.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 13, sass/modules/_plugins.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, sass/modules/_plugins.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 13, sass/modules/_plugins.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 13, sass/modules/_plugins.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 13, sass/modules/_plugins.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 13, sass/modules/_plugins.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 13, sass/modules/_plugins.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 13, sass/modules/_plugins.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 13, sass/modules/_plugins.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 13, sass/modules/_plugins.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 13, sass/modules/_plugins.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 13, sass/modules/_plugins.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 13, sass/modules/_plugins.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 13, sass/modules/_plugins.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 13, sass/modules/_plugins.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 13, sass/modules/_plugins.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 13, sass/modules/_plugins.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 13, sass/modules/_plugins.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 13, sass/modules/_plugins.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 13, sass/modules/_plugins.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 13, sass/modules/_plugins.scss */
.popover.top {
  margin-top: -10px;
}

/* line 13, sass/modules/_plugins.scss */
.popover.right {
  margin-left: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.popover.left {
  margin-left: -10px;
}

/* line 13, sass/modules/_plugins.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 13, sass/modules/_plugins.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 13, sass/modules/_plugins.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 13, sass/modules/_plugins.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 13, sass/modules/_plugins.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 13, sass/modules/_plugins.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 13, sass/modules/_plugins.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 13, sass/modules/_plugins.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.carousel {
  position: relative;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 13, sass/modules/_plugins.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 13, sass/modules/_plugins.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 13, sass/modules/_plugins.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 13, sass/modules/_plugins.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 13, sass/modules/_plugins.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 13, sass/modules/_plugins.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 13, sass/modules/_plugins.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

/* line 13, sass/modules/_plugins.scss */
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

/* line 13, sass/modules/_plugins.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 13, sass/modules/_plugins.scss */
.pull-right {
  float: right !important;
}

/* line 13, sass/modules/_plugins.scss */
.pull-left {
  float: left !important;
}

/* line 13, sass/modules/_plugins.scss */
.hide {
  display: none !important;
}

/* line 13, sass/modules/_plugins.scss */
.show {
  display: block !important;
}

/* line 13, sass/modules/_plugins.scss */
.invisible {
  visibility: hidden;
}

/* line 13, sass/modules/_plugins.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 13, sass/modules/_plugins.scss */
.hidden {
  display: none !important;
}

/* line 13, sass/modules/_plugins.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 13, sass/modules/_plugins.scss */
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

/* line 13, sass/modules/_plugins.scss */
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-md {
    display: block !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 13, sass/modules/_plugins.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, sass/modules/_plugins.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, sass/modules/_plugins.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 13, sass/modules/_plugins.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 13, sass/modules/_plugins.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 13, sass/modules/_plugins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, sass/modules/_plugins.scss */
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
/* line 13, sass/modules/_plugins.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 13, sass/modules/_plugins.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 13, sass/modules/_plugins.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 13, sass/modules/_plugins.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 13, sass/modules/_plugins.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 13, sass/modules/_plugins.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 13, sass/modules/_plugins.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 16, sass/modules/_plugins.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 16, sass/modules/_plugins.scss */
body {
  margin: 0;
}

/* line 16, sass/modules/_plugins.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 16, sass/modules/_plugins.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 16, sass/modules/_plugins.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 16, sass/modules/_plugins.scss */
[hidden], template {
  display: none;
}

/* line 16, sass/modules/_plugins.scss */
a {
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
a:active, a:hover {
  outline: 0;
}

/* line 16, sass/modules/_plugins.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 16, sass/modules/_plugins.scss */
b, strong {
  font-weight: bold;
}

/* line 16, sass/modules/_plugins.scss */
dfn {
  font-style: italic;
}

/* line 16, sass/modules/_plugins.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 16, sass/modules/_plugins.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 16, sass/modules/_plugins.scss */
small {
  font-size: 80%;
}

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

/* line 16, sass/modules/_plugins.scss */
sup {
  top: -0.5em;
}

/* line 16, sass/modules/_plugins.scss */
sub {
  bottom: -0.25em;
}

/* line 16, sass/modules/_plugins.scss */
img {
  border: 0;
}

/* line 16, sass/modules/_plugins.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 16, sass/modules/_plugins.scss */
figure {
  margin: 1em 40px;
}

/* line 16, sass/modules/_plugins.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 16, sass/modules/_plugins.scss */
pre {
  overflow: auto;
}

/* line 16, sass/modules/_plugins.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 16, sass/modules/_plugins.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 16, sass/modules/_plugins.scss */
button {
  overflow: visible;
}

/* line 16, sass/modules/_plugins.scss */
button, select {
  text-transform: none;
}

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

/* line 16, sass/modules/_plugins.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 16, sass/modules/_plugins.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 16, sass/modules/_plugins.scss */
input {
  line-height: normal;
}

/* line 16, sass/modules/_plugins.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

/* line 16, sass/modules/_plugins.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 16, sass/modules/_plugins.scss */
textarea {
  overflow: auto;
}

/* line 16, sass/modules/_plugins.scss */
optgroup {
  font-weight: bold;
}

/* line 16, sass/modules/_plugins.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 16, sass/modules/_plugins.scss */
td, th {
  padding: 0;
}

/* line 16, sass/modules/_plugins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, sass/modules/_plugins.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, sass/modules/_plugins.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 16, sass/modules/_plugins.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 16, sass/modules/_plugins.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 16, sass/modules/_plugins.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 16, sass/modules/_plugins.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 16, sass/modules/_plugins.scss */
figure {
  margin: 0;
}

/* line 16, sass/modules/_plugins.scss */
img {
  vertical-align: middle;
}

/* line 16, sass/modules/_plugins.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 16, sass/modules/_plugins.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
.img-circle {
  border-radius: 50%;
}

/* line 16, sass/modules/_plugins.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 16, sass/modules/_plugins.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 16, sass/modules/_plugins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 16, sass/modules/_plugins.scss */
[role="button"] {
  cursor: pointer;
}

/* line 16, sass/modules/_plugins.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 16, sass/modules/_plugins.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 16, sass/modules/_plugins.scss */
  .container {
    width: 1170px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 16, sass/modules/_plugins.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 16, sass/modules/_plugins.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 16, sass/modules/_plugins.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 16, sass/modules/_plugins.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 16, sass/modules/_plugins.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, sass/modules/_plugins.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 16, sass/modules/_plugins.scss */
input[type="file"] {
  display: block;
}

/* line 16, sass/modules/_plugins.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 16, sass/modules/_plugins.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 16, sass/modules/_plugins.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 16, sass/modules/_plugins.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 16, sass/modules/_plugins.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 16, sass/modules/_plugins.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 16, sass/modules/_plugins.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 16, sass/modules/_plugins.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 16, sass/modules/_plugins.scss */
textarea.form-control {
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 16, sass/modules/_plugins.scss */
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 16, sass/modules/_plugins.scss */
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 16, sass/modules/_plugins.scss */
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 16, sass/modules/_plugins.scss */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 16, sass/modules/_plugins.scss */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 16, sass/modules/_plugins.scss */
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 16, sass/modules/_plugins.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 16, sass/modules/_plugins.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 16, sass/modules/_plugins.scss */
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 16, sass/modules/_plugins.scss */
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 16, sass/modules/_plugins.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 16, sass/modules/_plugins.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 16, sass/modules/_plugins.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 16, sass/modules/_plugins.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 16, sass/modules/_plugins.scss */
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 16, sass/modules/_plugins.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 16, sass/modules/_plugins.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 16, sass/modules/_plugins.scss */
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 16, sass/modules/_plugins.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 16, sass/modules/_plugins.scss */
.has-feedback {
  position: relative;
}

/* line 16, sass/modules/_plugins.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 16, sass/modules/_plugins.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 16, sass/modules/_plugins.scss */
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 16, sass/modules/_plugins.scss */
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 16, sass/modules/_plugins.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 16, sass/modules/_plugins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 16, sass/modules/_plugins.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 16, sass/modules/_plugins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 16, sass/modules/_plugins.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 16, sass/modules/_plugins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 16, sass/modules/_plugins.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 16, sass/modules/_plugins.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 16, sass/modules/_plugins.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 16, sass/modules/_plugins.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 16, sass/modules/_plugins.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 16, sass/modules/_plugins.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 16, sass/modules/_plugins.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 16, sass/modules/_plugins.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 16, sass/modules/_plugins.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 16, sass/modules/_plugins.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 16, sass/modules/_plugins.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 16, sass/modules/_plugins.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 16, sass/modules/_plugins.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 16, sass/modules/_plugins.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 16, sass/modules/_plugins.scss */
.nav-pills > li {
  float: left;
}

/* line 16, sass/modules/_plugins.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 16, sass/modules/_plugins.scss */
.nav-stacked > li {
  float: none;
}

/* line 16, sass/modules/_plugins.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 16, sass/modules/_plugins.scss */
.nav-justified {
  width: 100%;
}

/* line 16, sass/modules/_plugins.scss */
.nav-justified > li {
  float: none;
}

/* line 16, sass/modules/_plugins.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 16, sass/modules/_plugins.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 16, sass/modules/_plugins.scss */
.tab-content > .active {
  display: block;
}

/* line 16, sass/modules/_plugins.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 16, sass/modules/_plugins.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-header {
    float: left;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 16, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 16, sass/modules/_plugins.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 16, sass/modules/_plugins.scss */
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 16, sass/modules/_plugins.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 16, sass/modules/_plugins.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
  clear: both;
}

/* line 16, sass/modules/_plugins.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 16, sass/modules/_plugins.scss */
.pull-right {
  float: right !important;
}

/* line 16, sass/modules/_plugins.scss */
.pull-left {
  float: left !important;
}

/* line 16, sass/modules/_plugins.scss */
.hide {
  display: none !important;
}

/* line 16, sass/modules/_plugins.scss */
.show {
  display: block !important;
}

/* line 16, sass/modules/_plugins.scss */
.invisible {
  visibility: hidden;
}

/* line 16, sass/modules/_plugins.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 16, sass/modules/_plugins.scss */
.hidden {
  display: none !important;
}

/* line 16, sass/modules/_plugins.scss */
.affix {
  position: fixed;
}

/*------------------------------------------------------------------*/
/* Carousel Plug-in  */
/*------------------------------------------------------------------*/
/* line 24, sass/modules/_plugins.scss */
.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 24, sass/modules/_plugins.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 24, sass/modules/_plugins.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 24, sass/modules/_plugins.scss */
.img-circle {
  border-radius: 50%;
}

/* line 24, sass/modules/_plugins.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 24, sass/modules/_plugins.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 24, sass/modules/_plugins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 24, sass/modules/_plugins.scss */
[role="button"] {
  cursor: pointer;
}

/* line 24, sass/modules/_plugins.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 24, sass/modules/_plugins.scss */
.fade.in {
  opacity: 1;
}

/* line 24, sass/modules/_plugins.scss */
.collapse {
  display: none;
}

/* line 24, sass/modules/_plugins.scss */
.collapse.in {
  display: block;
}

/* line 24, sass/modules/_plugins.scss */
tr.collapse.in {
  display: table-row;
}

/* line 24, sass/modules/_plugins.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 24, sass/modules/_plugins.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 24, sass/modules/_plugins.scss */
.carousel {
  position: relative;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 24, sass/modules/_plugins.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 24, sass/modules/_plugins.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 24, sass/modules/_plugins.scss */
.carousel-indicators {
  position: relative;
  bottom: -10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 24, sass/modules/_plugins.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 24, sass/modules/_plugins.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 24, sass/modules/_plugins.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 24, sass/modules/_plugins.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 24, sass/modules/_plugins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 24, sass/modules/_plugins.scss */
.clearfix:after {
  clear: both;
}

/* line 24, sass/modules/_plugins.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 24, sass/modules/_plugins.scss */
.pull-right {
  float: right !important;
}

/* line 24, sass/modules/_plugins.scss */
.pull-left {
  float: left !important;
}

/* line 24, sass/modules/_plugins.scss */
.hide {
  display: none !important;
}

/* line 24, sass/modules/_plugins.scss */
.show {
  display: block !important;
}

/* line 24, sass/modules/_plugins.scss */
.invisible {
  visibility: hidden;
}

/* line 24, sass/modules/_plugins.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 24, sass/modules/_plugins.scss */
.hidden {
  display: none !important;
}

/* line 24, sass/modules/_plugins.scss */
.affix {
  position: fixed;
}

/* line 27, sass/modules/_plugins.scss */
ol.carousel-indicators {
  position: absolute !important;
}

/*------------------------------------------------------------------*/
/* Colours */
/*------------------------------------------------------------------*/
/* XXXS */
/* XXS */
/* XS */
/* SM */
/* MD */
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* Typography */
/*------------------------------------------------------------------*/
/* Header sizes, colors, font weights, font sizes */
/* line 5, sass/modules/_typography.scss */
* {
  text-rendering: optimizeLegibility !important;
}

/* --- links --- */
/* line 10, sass/modules/_typography.scss */
.section a {
  color: #3abaf1;
}

/* line 14, sass/modules/_typography.scss */
.white-link {
  color: white !important;
  border-bottom: 1px solid white;
}
/* line 17, sass/modules/_typography.scss */
.white-link:hover {
  text-decoration: none;
}

/* line 22, sass/modules/_typography.scss */
.place-index-link {
  white-space: nowrap;
  font-size: 12px;
}

/* line 27, sass/modules/_typography.scss */
a.btn {
  display: inline-block;
  font-size: 1.2em;
  line-height: 42px;
  text-transform: uppercase;
  color: #3abaf1;
  padding: 0 18px;
  margin: 0 4px 6px 0;
  border: 1px solid #3abaf1;
  border-radius: 2px;
  text-decoration: none;
}

/* line 40, sass/modules/_typography.scss */
a.btn:hover, a.btn:focus {
  color: #FFF;
  border-color: #3abaf1;
  background-color: #3abaf1;
}

/* --- headers --- */
/* line 47, sass/modules/_typography.scss */
h1, h2, h3, h4, h5, h6, p, input {
  font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  text-align: center;
  /*  margin-top: 10px;
    margin-bottom: 10px; */
}

/* line 54, sass/modules/_typography.scss */
h1, h2 {
  color: #6b6b6b;
  margin-bottom: 20px;
  text-align: center;
}

/* --- global font sizes --- */
/* line 61, sass/modules/_typography.scss */
.font-size-1 {
  font-size: 36px !important;
  line-height: 44px;
  margin-bottom: 20px;
}

/* line 81, sass/modules/_typography.scss */
.font-size-1_5 {
  font-size: 30px !important;
  line-height: 26px;
  margin-bottom: 20px;
}

/* line 89, sass/modules/_typography.scss */
.font-size-2 {
  font-size: 20px !important;
  line-height: 28px;
}

/* line 98, sass/modules/_typography.scss */
.font-size-2_5 {
  font-size: 23px !important;
  line-height: 26px;
}

/* line 108, sass/modules/_typography.scss */
.font-size-3 {
  font-size: 17px !important;
}

/* line 116, sass/modules/_typography.scss */
.font-size-3_5 {
  font-size: 16px !important;
}

/* line 120, sass/modules/_typography.scss */
.font-size-4 {
  font-size: 15px !important;
}

/* line 124, sass/modules/_typography.scss */
.font-size-5 {
  font-size: 14px !important;
}

/* line 128, sass/modules/_typography.scss */
.text-bold, .text-heavy {
  font-weight: 400 !important;
}

/* line 136, sass/modules/_typography.scss */
.text-light {
  font-weight: 300 !important;
}

/* line 144, sass/modules/_typography.scss */
.font-light-grey {
  color: #8a8a8a !important;
}

/* line 148, sass/modules/_typography.scss */
.font-dark-grey {
  color: #6b6b6b !important;
}

/* line 160, sass/modules/_typography.scss */
h3.entry-title {
  font-size: 1em;
}

/* line 164, sass/modules/_typography.scss */
.blue-uppercase {
  color: #3abaf1;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
}

/* line 180, sass/modules/_typography.scss */
.blue-offer-text, .postcodeheaderblock h4 {
  color: #3abaf1;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
}

/* line 192, sass/modules/_typography.scss */
.section p {
  margin: 0 0 20px 0;
}

/* line 196, sass/modules/_typography.scss */
h3 .title {
  margin-bottom: 40px;
  background-image: none !important;
  font-weight: 400 !important;
}

/* XXXS */
@media only screen {
  /* line 204, sass/modules/_typography.scss */
  body {
    text-rendering: optimizeLegibility;
    font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  }
}
/* XXS */
/* XS */
/* SM */
@media only screen and (min-width: 767px) {
  /* line 222, sass/modules/_typography.scss */
  h1, h2, h3, h4, h5, h6, p, input {
    text-align: left;
  }
}
/* MD */
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 234, sass/modules/_typography.scss */
  .font-size-1 {
    font-size: 44px !important;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* line 241, sass/modules/_typography.scss */
  .font-size-2 {
    font-size: 23px !important;
    line-height: 30px;
  }

  /* line 246, sass/modules/_typography.scss */
  .font-size-2_5 {
    font-size: 23px !important;
    line-height: 26px;
  }

  /* line 251, sass/modules/_typography.scss */
  .font-size-3 {
    font-size: 20px !important;
  }

  /* line 255, sass/modules/_typography.scss */
  .font-size-4 {
    font-size: 15px !important;
  }

  /* line 259, sass/modules/_typography.scss */
  .font-size-5 {
    font-size: 14px !important;
  }
}
/* XLG */
@media only screen and (min-width: 1440px) {
  /* line 266, sass/modules/_typography.scss */
  .font-size-3 {
    font-size: 20px !important;
  }
}
/* XXLG */
/* -- FONT IMPORTS -- */
@font-face {
  font-family: 'Quincho';
  src: url("fonts/QuinchoScriptPERSONALUSE.eot");
  src: url("fonts/QuinchoScriptPERSONALUSE.eot?#iefix") format("embedded-opentype"), url("fonts/QuinchoScriptPERSONALUSE.woff") format("woff"), url("fonts/QuinchoScriptPERSONALUSE.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 288, sass/modules/_typography.scss */
.quincho {
  font-family: 'Quincho', 'Lato', verdana !important;
}

/*------------------------------------------------------------------*/
/* Forms */
/*------------------------------------------------------------------*/
/* -- general --- */
/* line 6, sass/modules/_forms.scss */
.wpcf7-form-control.wpcf7-submit {
  text-align: center;
  border-radius: 0;
}

/* --- postcode coverage check --- */
/* line 13, sass/modules/_forms.scss */
form.wpcf7-form .ordernowform {
  /* -- input -- */
  /* -- submit button -- */
}
/* line 16, sass/modules/_forms.scss */
form.wpcf7-form .ordernowform input#postcode {
  border-radius: 3px;
  color: #6b6b6b;
  border-width: .5px;
}
/* line 23, sass/modules/_forms.scss */
form.wpcf7-form .ordernowform .wpcf7-submit {
  text-align: center;
  background-color: #70CF4A !important;
  border-color: #70CF4A !important;
  border-radius: 0;
}
/* line 30, sass/modules/_forms.scss */
form.wpcf7-form .ordernowform .check_postcode {
  border-radius: 3px;
}

/* line 35, sass/modules/_forms.scss */
#check_postcode {
  border-radius: 3px;
}

/* line 38, sass/modules/_forms.scss */
input.check_postcode {
  border: .5px solid #a8a8a8;
}

/* --- order online strip --- */
/* line 42, sass/modules/_forms.scss */
.section.orderonlinestrip {
  text-align: center;
  color: #29333D;
  border: none;
  padding-bottom: 20px;
}
/* line 48, sass/modules/_forms.scss */
.section.orderonlinestrip p {
  text-align: center;
}

/* line 54, sass/modules/_forms.scss */
.orderonlinestrip .ordernowform .grey-background input#postcode {
  background-color: white;
}
/* line 58, sass/modules/_forms.scss */
.orderonlinestrip .ordernowform .grey-background .startorderform .inputblock {
  padding: 0 30px 0 30px;
}

/* line 63, sass/modules/_forms.scss */
.orderonlinestrip h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 69, sass/modules/_forms.scss */
.smsform input .wpcf7-submit {
  float: right;
  position: absolute;
}

/* --- order online strip --- */
/* line 76, sass/modules/_forms.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b6b6b;
}

/* line 79, sass/modules/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6b6b;
}

/* line 82, sass/modules/_forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #6b6b6b;
}

/* line 85, sass/modules/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #6b6b6b;
}

/* --- mobile phone d/l link --- */
/* line 92, sass/modules/_forms.scss */
.download-app-mobile-form .smsform {
  margin-left: 0;
  margin-right: 0;
  /* -- input -- */
  /* -- submit button -- */
}
/* line 97, sass/modules/_forms.scss */
.download-app-mobile-form .smsform input.wpcf7-tel {
  border-radius: 3px;
}
/* line 102, sass/modules/_forms.scss */
.download-app-mobile-form .smsform .wpcf7-submit {
  border-radius: 3px;
}

/* --- download app / mobile link --- */
/* line 109, sass/modules/_forms.scss */
.download-app-mobile-link {
  padding-right: 0px;
}
/* line 112, sass/modules/_forms.scss */
.download-app-mobile-link .inputblock {
  margin-bottom: 0;
}

/* line 116, sass/modules/_forms.scss */
.download-app-mobile-link .title h3 {
  text-align: left;
  text-transform: uppercase;
  color: #3abaf1 !important;
  font-weight: 400;
}

/* line 124, sass/modules/_forms.scss */
.download-app-mobile-form .row {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 130, sass/modules/_forms.scss */
.download-app-mobile-form .smsform {
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 480px;
}

/* line 137, sass/modules/_forms.scss */
.download-app-mobile-form .wpcf7-submit {
  font-weight: 400;
  min-width: initial;
  margin-bottom: 0;
}

/* line 143, sass/modules/_forms.scss */
.download-app-mobile-form .wpcf7-tel {
  border-radius: 0;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}

/* line 149, sass/modules/_forms.scss */
.download-app-mobile-link .inputblock {
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 155, sass/modules/_forms.scss */
ul.appbadges li {
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* line 161, sass/modules/_forms.scss */
input.submit, input.wpcf7-submit, .startorderform input.wpcf7-submit {
  background-color: #70CF4A !important;
  border-color: #70CF4A !important;
  border-radius: 0;
}

/* line 167, sass/modules/_forms.scss */
.the-mobile-number input.wpcf7-form-control.wpcf7-submit {
  position: absolute;
}

/* line 171, sass/modules/_forms.scss */
.section.orderonlinestrip input {
  background-color: white;
}

/*
.startorderform input.submit, .startorderform input.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: 210px;
  text-align: center;
  background-color: #4FBD5E !important;
  border-color: #4FBD5E !important;
  border-radius: 0;
}

.section.mobilephotointro .dbsmsform .ordernowform input.wpcf7-submit {
  background-color: #4FBD5E !important;
  border-color: #4FBD5E !important;
}

.startorderform input {

}

.postcodeheaderblock h4 {
  color: #3abaf1;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}

.smsform input.submit, .smsform input.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: 210px;
  text-align: center;
  background-color: #3abaf1;
  border-color: #3abaf1;
}

.smsform {
  max-width: initial;
}

.postcode .wpcf7-validates-as-required {
  border: 1px solid rgb(168,168,168);
  color: rgb(168,168,168);
}

.inputblock {
  margin-bottom: 10px;
}
label {
  display: none;
}
textarea {
  height: 130px;
}

#wpcf7-f48572-o2 {
  display: inline-block;
}
label {
  background: transparent;
}

.smsform input.wpcf7-submit .get-download-link-input {
  position: relative;
  min-width: initial;
  width: auto;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
*/
/* line 252, sass/modules/_forms.scss */
ul.appbadges li {
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* line 258, sass/modules/_forms.scss */
.download-app-mobile-form.row.negative-margins {
  padding-left: 15px;
}

/* line 261, sass/modules/_forms.scss */
.appbadgeswrap.row {
  padding-left: 0;
  padding-top: 0;
}

/* line 266, sass/modules/_forms.scss */
ul.appbadges li {
  float: left;
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 272, sass/modules/_forms.scss */
ul.appbadges.hidewidescreen.appbadges-center li {
  float: none;
  margin-top: 20px;
}

/* --- download or online --- */
/* XXXS */
/* XXS */
@media only screen and (min-width: 480px) {
  /*
  .smsform input.submit, .smsform input.wpcf7-submit {
    position: absolute !important;
  }
  #check_postcode {
    position: absolute;
    width: auto;
  }
  .postcode .wpcf7-validates-as-required {
    text-align: left;
  }
  .download-app-mobile-form .wpcf7-tel {
    text-align: left;
  }
*/
  /* line 303, sass/modules/_forms.scss */
  form.wpcf7-form {
    /* --- postcode coverage check --- */
  }
  /* line 305, sass/modules/_forms.scss */
  form.wpcf7-form .ordernowform {
    /* -- input -- */
    /* -- submit button -- */
  }
  /* line 308, sass/modules/_forms.scss */
  form.wpcf7-form .ordernowform input#postcode {
    border-radius: 0;
    color: #6b6b6b;
    text-align: left;
    border-width: .5px;
    width: 420px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
  }
  /* line 320, sass/modules/_forms.scss */
  form.wpcf7-form .ordernowform #check_postcode {
    border-width: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
  }
  /* line 329, sass/modules/_forms.scss */
  form.wpcf7-form .ordernowform .wpcf7-submit {
    text-align: center;
    background-color: #70CF4A !important;
    border-color: #70CF4A !important;
    border-radius: 0;
    position: absolute !important;
    margin-right: 0px;
    padding: 0px 30px 0 30px;
  }

  /* --- mobile phone d/l link --- */
  /* line 344, sass/modules/_forms.scss */
  .download-app-mobile-form .smsform {
    margin-left: 0;
    margin-right: 0;
    /* -- input -- */
    /* -- submit button -- */
  }
  /* line 348, sass/modules/_forms.scss */
  .download-app-mobile-form .smsform input.wpcf7-text, .download-app-mobile-form .smsform .wpcf7-tel {
    text-align: left;
    border-width: .5px;
    background-color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
    max-width: 320px;
    margin-bottom: 10px;
  }
  /* line 361, sass/modules/_forms.scss */
  .download-app-mobile-form .smsform .wpcf7-submit {
    border-radius: 0;
    position: absolute !important;
    background-color: #3abaf1 !important;
    border-color: #3abaf1 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
  }

  /* line 375, sass/modules/_forms.scss */
  .the-mobile-number input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    text-align: left;
  }

  /* line 379, sass/modules/_forms.scss */
  #home-mobile-input {
    text-align: left !important;
  }

  /* line 384, sass/modules/_forms.scss */
  input.submit, input.wpcf7-submit, .startorderform input.wpcf7-submit {
    background-color: #70CF4A !important;
    border-color: #70CF4A !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
  }

  /* line 394, sass/modules/_forms.scss */
  .smsform input.submit, .smsform input.wpcf7-submit {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 3px !important;
  }

  /* line 401, sass/modules/_forms.scss */
  #check_postcode {
    border-width: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
  }
}
/* line 411, sass/modules/_forms.scss */
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  background: none;
  text-transform: capitalize;
  color: #6b6b6b;
}

/* XS */
@media only screen and (min-width: 640px) {
  /*  .smsform input.submit, .smsform input.wpcf7-submit, .smsform input.submit, .smsform input.wpcf7-submit,  .wpcf7-form-control.wpcf7-submit  {
      position: absolute !important;
      width: 200px;
      right: 0;
      margin-top:0px;
    }
  
    input#postcode {
      text-align: left;
    }
  
    .smsform {
      width: 580px;
      float: left;
    }
  
    .postcode .wpcf7-validates-as-required {
      border: 1px solid #a8a8a8;
      text-align: left;
    } */
  /* line 442, sass/modules/_forms.scss */
  .download-app-mobile-form .smsform {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: 0px;
    max-width: 480px;
  }

  /* line 448, sass/modules/_forms.scss */
  ul.appbadges li {
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  /* line 453, sass/modules/_forms.scss */
  .download-app-mobile-form.row.negative-margins {
    padding-left: 30px;
    padding-bottom: 0;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* line 461, sass/modules/_forms.scss */
  .startorderform .smsform {
    width: 580px;
    margin-bottom: 0;
    width: 100%;
  }

  /* line 466, sass/modules/_forms.scss */
  .startorderform .smsform .inputblock {
    margin-bottom: 0;
  }

  /* line 469, sass/modules/_forms.scss */
  .orderonlinestrip h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
  }

  /* line 474, sass/modules/_forms.scss */
  ul.appbadges {
    padding-left: 0;
  }
  /* line 476, sass/modules/_forms.scss */
  ul.appbadges li {
    float: left;
    margin-right: 4px;
    margin-top: 0;
  }

  /* line 484, sass/modules/_forms.scss */
  .orderonlinestrip h3 {
    margin-bottom: 20px;
  }
  /* line 487, sass/modules/_forms.scss */
  .orderonlinestrip p {
    text-align: center !important;
  }

  /* line 492, sass/modules/_forms.scss */
  .download-app-mobile-form .smsform {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0px;
    max-width: 480px;
  }

  /* line 499, sass/modules/_forms.scss */
  ul.appbadges {
    margin-left: -15px;
  }

  /* line 503, sass/modules/_forms.scss */
  ul.appbadges li {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* line 509, sass/modules/_forms.scss */
  .download-app-mobile-form.row.negative-margins {
    padding-left: 0;
    padding-bottom: 0;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 519, sass/modules/_forms.scss */
  ul.appbadges {
    padding-left: 0;
  }
}
/* LG */
/* XLG */
@media only screen and (min-width: 1440px) {
  /* line 532, sass/modules/_forms.scss */
  .orderonlinestrip .grey-background h3 {
    font-size: 28px !important;
  }
}
/* XXLG */
/* line 545, sass/modules/_forms.scss */
#mobile-phone-submit {
  background-color: #3ABAF1 !important;
  border-color: #3ABAF1 !important;
}

/* line 551, sass/modules/_forms.scss */
div .mfp-content h3 {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 10px;
}
/* line 557, sass/modules/_forms.scss */
div .mfp-content .titletab {
  display: none;
}
/* line 561, sass/modules/_forms.scss */
div .mfp-content input#postcode {
  width: 100% !important;
  border-radius: 3px !important;
}
/* line 566, sass/modules/_forms.scss */
div .mfp-content input#check_postcode {
  position: relative !important;
  border-radius: 3px !important;
}

/* line 572, sass/modules/_forms.scss */
#ordernow input.submit, #ordernow input.wpcf7-submit {
  background-color: #4FBD5E !important;
  border-color: #4FBD5E !important;
}

/*------------------------------------------------------------------*/
/* Buttons */
/*------------------------------------------------------------------*/
/* XXXS */
/* XXS */
/* XS */
/* SM */
/* MD */
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* Mixins */
/*------------------------------------------------------------------*/
/* All kinds of helper classes */
/* line 6, sass/modules/_mixins.scss */
.hide {
  display: none !important;
}

/* line 10, sass/modules/_mixins.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 14, sass/modules/_mixins.scss */
.no-top-padding {
  padding-top: 0 !important;
}

/* line 18, sass/modules/_mixins.scss */
.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 23, sass/modules/_mixins.scss */
.no-padding {
  padding: 0 !important;
}

/* line 27, sass/modules/_mixins.scss */
.center-text {
  text-align: center !important;
}

/* line 31, sass/modules/_mixins.scss */
.margin-center {
  margin: 0 auto;
}

/* line 35, sass/modules/_mixins.scss */
.small-hr {
  width: 20vw;
  border: #a5a5a5 1px solid;
}

/* line 39, sass/modules/_mixins.scss */
.half-grey-background {
  background: #f0f0f1;
}

/* line 43, sass/modules/_mixins.scss */
.grey-background {
  background: #f0f0f1;
}

/* line 47, sass/modules/_mixins.scss */
.dark-grey-background {
  background: #e2e2e2;
}

/* line 51, sass/modules/_mixins.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 55, sass/modules/_mixins.scss */
.full-width {
  max-width: 100%;
  width: 100% !important;
}

/* line 60, sass/modules/_mixins.scss */
.animated-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* XXXS */
@media only screen {
  /* line 69, sass/modules/_mixins.scss */
  body {
    text-rendering: optimizeLegibility;
    font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  }

  /* line 74, sass/modules/_mixins.scss */
  .hidemobile, .hidetablet, .hidemobileinline, .hidetabletinline {
    display: none !important;
  }

  /* line 78, sass/modules/_mixins.scss */
  .hidewidescreen {
    display: block;
  }
}
/* XXS */
@media only screen and (min-width: 480px) {
  /* line 85, sass/modules/_mixins.scss */
  .hide-xxs {
    display: none;
  }
}
/* XS */
@media only screen and (min-width: 640px) {
  /* line 92, sass/modules/_mixins.scss */
  .small-hr {
    width: 10vw;
  }

  /* line 96, sass/modules/_mixins.scss */
  .half-grey-background {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 30%, #f0f0f1 0%);
    background-image: -moz-linear-gradient(top, #fff 30%, #f0f0f1 0%);
    background-image: linear-gradient(top, #fff 30%, #f0f0f1 0%);
  }

  /* line 103, sass/modules/_mixins.scss */
  .hide-xs {
    display: none;
  }
}
/* SM */
@media only screen and (min-width: 768px) {
  /* line 110, sass/modules/_mixins.scss */
  .hidewidescreen {
    display: none;
  }

  /* line 113, sass/modules/_mixins.scss */
  .hidemobile {
    display: block !important;
  }

  /* line 116, sass/modules/_mixins.scss */
  .hidemobileinline {
    display: inline-block !important;
  }

  /* line 119, sass/modules/_mixins.scss */
  .hide-sm {
    display: none;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 126, sass/modules/_mixins.scss */
  .hide-md {
    display: none;
  }
}
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 133, sass/modules/_mixins.scss */
  .hidemobile, .hidetablet {
    display: block !important;
  }

  /* line 136, sass/modules/_mixins.scss */
  .hidemobileinline {
    display: inline-block !important;
  }

  /* line 140, sass/modules/_mixins.scss */
  .hidewidescreen {
    display: none;
  }

  /* line 144, sass/modules/_mixins.scss */
  .hide-lg {
    display: none;
  }
}
/* XLG */
@media only screen and (min-width: 1440px) {
  /* line 151, sass/modules/_mixins.scss */
  .hidewidescreen {
    display: none;
  }
}
/* XXLG */
@media only screen and (min-width: 1920px) {
  /* line 158, sass/modules/_mixins.scss */
  .hidewidescreen {
    display: none;
  }
}
/*------------------------------------------------------------------*/
/* Base */
/*------------------------------------------------------------------*/
/* line 5, sass/components/_base.scss */
body {
  background-color: #dddddd;
}

/* line 9, sass/components/_base.scss */
.sitewrapper {
  margin: 0 auto;
  background: white;
  padding-top: 0 !important;
  overflow-x: hidden;
}

/* line 16, sass/components/_base.scss */
.section {
  position: relative;
  text-align: center;
  padding: 20px 0 20px 0;
}

/* line 22, sass/components/_base.scss */
.top-header-text-center {
  text-align: center;
}

/* line 26, sass/components/_base.scss */
.section.pagetop {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: white;
}

/* line 32, sass/components/_base.scss */
section.pagetop-header h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 37, sass/components/_base.scss */
.container.moveit, .moveit {
  max-width: 1560px;
}

/* line 41, sass/components/_base.scss */
.row .negative-margins {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 46, sass/components/_base.scss */
.row {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/* line 52, sass/components/_base.scss */
.col-half-wrap {
  display: block;
  max-width: 480px;
}

/* line 57, sass/components/_base.scss */
.col-640-wrap {
  display: block;
  max-width: 640px;
}

/* line 63, sass/components/_base.scss */
.col-760-wrap {
  padding: 10px 0;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* line 70, sass/components/_base.scss */
#social-media-google-profiles {
  height: 0.01px;
  width: 0.01px;
  display: block;
  position: absolute;
  opacity: 0;
}
/* line 76, sass/components/_base.scss */
#social-media-google-profiles a {
  height: 0.01px;
  width: 0.01px;
}

/* line 83, sass/components/_base.scss */
.text-center-important {
  text-align: center !important;
}

/* line 87, sass/components/_base.scss */
.centre-me {
  margin: auto !important;
  text-align: center !important;
}

/* line 92, sass/components/_base.scss */
.center-text-vertically {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

/* line 98, sass/components/_base.scss */
.small-hr {
  display: none;
}

/* line 102, sass/components/_base.scss */
.image-caption {
  font-size: 12px;
}

/* line 106, sass/components/_base.scss */
.copy {
  color: #505050;
}
/* line 108, sass/components/_base.scss */
.copy strong {
  margin-right: 10px;
}

/* line 114, sass/components/_base.scss */
#days-closed-ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 119, sass/components/_base.scss */
#home-header-11 a {
  color: #8a8a8a;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 125, sass/components/_base.scss */
  #check-opening-times-wrap {
    padding-top: 20vh;
  }

  /* line 129, sass/components/_base.scss */
  #opening-times-check-postcode {
    text-align: left;
  }

  /* line 133, sass/components/_base.scss */
  #mce-EMAIL {
    text-align: left;
  }
}
/* XXXS */
/* XXS */
/* XS */
@media only screen and (min-width: 640px) {
  /* line 150, sass/components/_base.scss */
  .row {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 157, sass/components/_base.scss */
  .section {
    position: relative;
    text-align: center;
    padding: 40px 0 40px 0;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* line 166, sass/components/_base.scss */
  .row {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 171, sass/components/_base.scss */
  .col-640-wrap {
    color: #6b6b6b;
  }

  /* line 175, sass/components/_base.scss */
  .col-760-wrap {
    padding: 50px 0;
    display: block;
    max-width: 760px;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 184, sass/components/_base.scss */
  .sitewrapper, .container {
    max-width: 1170px;
    width: 100vw;
  }
  /* line 188, sass/components/_base.scss */
  .sitewrapper .row, .container .row {
    padding-left: 10%;
    padding-right: 10%;
  }

  /* line 195, sass/components/_base.scss */
  .section.pagetop-header h1 {
    margin-top: 10px;
    /* margin-bottom: 40px; */
  }
}
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 205, sass/components/_base.scss */
  .sitewrapper, .container {
    /*max-width: 1170px;*/
    width: 100vw;
  }
  /* line 209, sass/components/_base.scss */
  .sitewrapper .row, .container .row {
    padding-left: 13%;
    padding-right: 13%;
  }
}
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------*/
/* line 4, sass/components/_footer.scss */
#footer2016 {
  z-index: 10;
  position: relative;
}
/* line 8, sass/components/_footer.scss */
#footer2016 .emailsignup {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 13, sass/components/_footer.scss */
.section#footer2016 .footersupplimentary {
  padding: 0 0 10px 0;
  overflow: hidden;
}

/* line 18, sass/components/_footer.scss */
.actionnav {
  text-align: center;
}

/* line 22, sass/components/_footer.scss */
#footer2016 .container {
  z-index: 10;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

/* line 29, sass/components/_footer.scss */
div.footersitelinks {
  display: none;
}

/* line 33, sass/components/_footer.scss */
.section#footer2016 .footercopyright p {
  font-size: inherit;
  margin: 0;
  text-align: center;
}

/* line 39, sass/components/_footer.scss */
.actionnav, .footercontacts, .footerlegal {
  display: none;
}

/* line 43, sass/components/_footer.scss */
.section#footer2016 .footerawards .award .logo img {
  width: auto;
  height: auto;
}

/* line 48, sass/components/_footer.scss */
.footertextblock {
  border-top: 1px solid #979B9E;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
  text-decoration: none;
}

/* XXXS */
@media only screen {
  /* line 58, sass/components/_footer.scss */
  #footer2016 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* XXS */
@media only screen and (min-width: 480px) {
  /* line 66, sass/components/_footer.scss */
  #footer2016 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* XS */
@media only screen and (min-width: 640px) {
  /* line 74, sass/components/_footer.scss */
  #footer2016 .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 78, sass/components/_footer.scss */
  .footertextblock {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* line 88, sass/components/_footer.scss */
  div.footersitelinks {
    display: block;
  }

  /* line 92, sass/components/_footer.scss */
  .actionnav, .footercontacts, .footerlegal {
    display: block;
  }

  /* line 96, sass/components/_footer.scss */
  #footer2016 .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 105, sass/components/_footer.scss */
  .section#footer2016 ul.actionnav {
    float: none;
  }
}
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* Miscellaneous */
/*------------------------------------------------------------------*/
/* --- share buttons --- */
/* line 6, sass/components/_misc.scss */
#at4-share {
  opacity: 0;
}

/* line 10, sass/components/_misc.scss */
#at4m-mobile-container {
  z-index: 9999999;
  position: fixed;
  display: none;
}

/* line 16, sass/components/_misc.scss */
.footersitelinks {
  display: none;
}

/* line 20, sass/components/_misc.scss */
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
  opacity: 0;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

/* --- trending --- */
/* line 30, sass/components/_misc.scss */
section.trending-posts {
  padding: 50px 0 60px 0;
}

/* line 36, sass/components/_misc.scss */
.wpp-list .row {
  height: 120px;
}

/* --- image helpers --- */
/* line 41, sass/components/_misc.scss */
img .img-center {
  margin: 0 auto;
  text-align: center;
}

/* XXXS */
@media only screen {
  /* line 47, sass/components/_misc.scss */
  .show-991-up, .show-991-up-inline {
    display: none !important;
  }
}
/* XXS */
/* XS */
/* SM */
@media only screen and (min-width: 767px) {
  /* line 64, sass/components/_misc.scss */
  .footersitelinks {
    display: block;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 71, sass/components/_misc.scss */
  .show-991-up {
    display: block !important;
  }

  /* line 75, sass/components/_misc.scss */
  .show-991-up-inline {
    display: inline-block !important;
  }
}
/* LG */
/* XLG */
/* XXLG */
/** complaints page **/
/* line 99, sass/components/_misc.scss */
.page-id-510 table {
  margin: 0 auto;
}

/* - ABOVE THE FOLD - */
/*------------------------------------------------------------------*/
/* Navigation */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* Slide Out Menu */
/*------------------------------------------------------------------*/
/* line 8, sass/components/_navigation.scss */
#menu-screen-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -500;
  height: 100%;
  width: 100%;
  background: #3ABAF1;
  -webkit-transition: background 1s;
  transition: background 1s;
}

/* line 20, sass/components/_navigation.scss */
.menu-screen-layer-display {
  display: block !important;
  z-index: 1500 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

/* line 25, sass/components/_navigation.scss */
#slide-out-menu-wrap {
  display: none;
  padding-top: 10px;
}

/* line 30, sass/components/_navigation.scss */
#slide-out-menu-wrap .animated {
  -webkit-animation-duration: .5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 36, sass/components/_navigation.scss */
ul#slide-out-menu {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 70px;
}

/* line 41, sass/components/_navigation.scss */
ul #slide-out-menu .logo-wrap {
  margin-bottom: 30px;
}

/* line 44, sass/components/_navigation.scss */
#slide-out-menu li a {
  font-size: 16px;
  color: white;
  padding: 10px;
  padding-left: 4px;
  font-weight: 400;
  text-decoration: none;
}

/* line 52, sass/components/_navigation.scss */
#slide-out-menu li a:hover {
  color: #ababab;
}

/* line 55, sass/components/_navigation.scss */
#slide-out-menu li {
  padding: 10px;
  padding-left: 18px;
}

/* line 59, sass/components/_navigation.scss */
#slide-out-menu li hr {
  padding: 0;
  margin: 10px;
  width: 220px;
}

/* line 64, sass/components/_navigation.scss */
.fa:hover, .cursor-pointer {
  cursor: pointer;
}

/* --- logo --- */
/* line 69, sass/components/_navigation.scss */
.logo-wrap-li {
  height: 60px;
  padding: 0;
  padding-top: 2px;
  padding-left: 18px;
}

/* line 75, sass/components/_navigation.scss */
.logo-wrap-li a {
  width: 200px;
  /*background: url(https://www.laundrapp.com/wp-content/themes/laundrapp/_images/Laundrapp-horizontal-logo-white.svg) -38px -20px;*/
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 70%;
  height: 60px;
  padding: 0 !important;
}

/* line 86, sass/components/_navigation.scss */
.slide-out-menu-wrap-display {
  z-index: 180000000 !important;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  background: #3abaf1;
  display: block !important;
  min-height: 100%;
  min-width: 100%;
  padding-bottom: 700px;
}

/* line 98, sass/components/_navigation.scss */
ul#slide-out-menu {
  padding-left: 30px;
  padding-bottom: 40px;
  padding-top: 0px;
}
/* line 104, sass/components/_navigation.scss */
ul#slide-out-menu li a, ul#slide-out-menu li a:active, ul#slide-out-menu li a:visited {
  color: white;
}
/* line 107, sass/components/_navigation.scss */
ul#slide-out-menu li a:hover {
  color: white;
  text-decoration: none;
  font-weight: 100;
}

/* line 114, sass/components/_navigation.scss */
.close-slide-out-menu-button {
  position: absolute;
  top: 25px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* --- ghost button --- */
/* line 123, sass/components/_navigation.scss */
.ghost-li {
  padding-left: 20px !important;
  padding-top: 10px !important;
}

/* line 127, sass/components/_navigation.scss */
.ghost-btn {
  padding: 10px;
  text-transform: uppercase;
  width: 200px;
  display: block;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
}

/* line 136, sass/components/_navigation.scss */
.ghost-btn-black:hover {
  background: white;
  color: #3abaf1 !important;
  -webkit-transition: background 1s, color 1s;
  transition: background 1s, color 1s;
  font-weight: normal !important;
  border-radius: 3px;
}

/* line 144, sass/components/_navigation.scss */
.ghost-btn-white {
  color: #3abaf1 !important;
  background: white;
  border-radius: 3px;
}

/* line 149, sass/components/_navigation.scss */
.ghost-btn-white:hover {
  background: #3abaf1;
  font-weight: normal !important;
  color: white !important;
  -webkit-transition: background 1s, color 1s;
  transition: background 1s, color 1s;
  border-radius: 3px;
}

/* --- orange button --- */
/* line 159, sass/components/_navigation.scss */
.orderonline a {
  border-radius: 3px !important;
  background-color: #FF683A !important;
  border: #FF683A 1px solid;
  color: white !important;
}

/* line 166, sass/components/_navigation.scss */
.orderonline a:hover {
  border-radius: 3px !important;
  background-color: #FFffff !important;
  border: #FF683A 1px solid;
  color: #FF683A !important;
  -webkit-transition: background 1s, color 1s, border 1s;
  transition: background 1s, color 1s;
}

/*------------------------------------------------------------------*/
/* Top Navbar */
/*------------------------------------------------------------------*/
/* line 178, sass/components/_navigation.scss */
.sticky-navbar {
  position: fixed;
  width: 100%;
  top: -10px;
  left: 0;
  height: 100px;
  z-index: 80000;
}

/* line 187, sass/components/_navigation.scss */
#header-navbar {
  display: block;
  background: white;
  /*width: 1560px;*/
  margin: 0 auto;
  /*background: rgba(255,255,255,1);*/
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.89)));*/
  /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

/* line 203, sass/components/_navigation.scss */
#header-navbar .licensing-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: visible !important;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

/* line 211, sass/components/_navigation.scss */
#header-navbar .main-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: visible !important;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0px;
}

/* line 219, sass/components/_navigation.scss */
#header-navbar .container {
  padding-left: 0;
  padding-right: 0;
}

/* line 223, sass/components/_navigation.scss */
#header-navbar .navbar-2017 ul li a {
  font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #787878;
}

/* line 228, sass/components/_navigation.scss */
#header-navbar .navbar-2017 ul li a:hover {
  text-decoration: none;
}

/* --- left nav --- */
/* line 233, sass/components/_navigation.scss */
.navbar-left {
  padding-left: 10px;
  font-size: 16px;
}

/* line 238, sass/components/_navigation.scss */
#trigger-menu {
  cursor: pointer;
}

/* line 242, sass/components/_navigation.scss */
#trigger-menu img {
  margin-top: 5px;
}

/* line 246, sass/components/_navigation.scss */
#trigger-menu:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 251, sass/components/_navigation.scss */
.burger-menu-icon {
  height: 28px;
  width: auto;
  position: relative;
  top: 10px;
  left: -5px;
}

/* line 259, sass/components/_navigation.scss */
.licensing-burger-menu-icon {
  height: 28px;
  width: auto;
  position: relative;
  top: 9px;
  left: -5px;
}

/* line 267, sass/components/_navigation.scss */
#main-nav-logo {
  position: absolute;
  left: calc( ((100vw - 190px) / 2) - 2px );
  top: 10px;
  margin: 0;
}

/* line 274, sass/components/_navigation.scss */
.main-navbar #main-nav-logo {
  position: absolute;
  left: calc( ((100vw - 190px) / 2) - 2px );
  top: 10px;
  margin: 0;
}

/* --- right nav --- */
/* line 282, sass/components/_navigation.scss */
.navbar-right {
  margin-right: 0;
  padding-right: 10px;
}

/* line 286, sass/components/_navigation.scss */
.navbar-right-menu li {
  display: inline-block;
  margin-left: 30px;
}

/* line 290, sass/components/_navigation.scss */
.navbar-right-menu li a {
  font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #787878;
  font-size: 16px;
}

/* --- download app --- */
/* line 298, sass/components/_navigation.scss */
.download-app {
  background: #3abaf1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #3abaf1;
  border-radius: 3px;
}

/* line 310, sass/components/_navigation.scss */
li .download-app {
  margin-right: 0;
}

/* line 313, sass/components/_navigation.scss */
.download-app a {
  color: white !important;
}

/* line 316, sass/components/_navigation.scss */
.download-app:hover {
  background: white;
  color: #3abaf1;
  border: 1px solid #3abaf1;
  -webkit-transition: background 1s, color 1s, border 1s;
  transition: background 1s, color 1s;
  font-weight: normal !important;
}
/* line 324, sass/components/_navigation.scss */
.download-app:hover a {
  color: #3abaf1 !important;
  -webkit-transition: background 1s, color 1s, border 1s;
  text-decoration: none;
  transition: background 1s, color 1s;
}

/* line 332, sass/components/_navigation.scss */
.slide-out-menu-wrap-display {
  z-index: 1800000 !important;
  position: absolute;
  top: 0;
  left: 0;
  background: #3ABAF1;
  display: block !important;
  height: 100%;
  width: 400px;
  min-width: initial;
  overflow: scroll;
  padding-bottom: 150px;
}

/* line 346, sass/components/_navigation.scss */
.orderonline .show-991-up-inline {
  margin-left: 15px !important;
}

/* line 350, sass/components/_navigation.scss */
.section.textintro.pagetop-header {
  margin-top: 0;
  padding-top: 0;
}

/* XXXS */
/* XXS */
@media only screen and (min-width: 480px) {
  /* line 361, sass/components/_navigation.scss */
  #lang-header-4 {
    text-align: center;
  }

  /* line 365, sass/components/_navigation.scss */
  #slide-out-menu-wrap {
    display: none;
    padding-top: 10px;
  }
}
/* XS */
@media only screen and (min-width: 640px) {
  /* line 374, sass/components/_navigation.scss */
  #lang-header-11 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 381, sass/components/_navigation.scss */
  .pagetop-header h1 {
    margin-top: 0;
    padding-top: 0;
  }

  /* line 387, sass/components/_navigation.scss */
  #left-navbar-menu {
    left: -3px;
    position: relative;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* line 395, sass/components/_navigation.scss */
  .slide-out-menu-wrap-display {
    z-index: 1800000 !important;
    position: fixed;
    top: 0;
    left: 0;
    background: #3abaf1;
    display: block !important;
    height: 100%;
    width: 400px;
    min-width: initial;
    overflow: scroll;
    padding-bottom: 150px;
  }

  /* line 409, sass/components/_navigation.scss */
  .close-slide-out-menu-button {
    top: 25px;
  }

  /* line 413, sass/components/_navigation.scss */
  .licensing-navbar {
    padding-top: 10px;
  }
  /* line 416, sass/components/_navigation.scss */
  .licensing-navbar #main-nav-logo {
    top: 20px;
    display: none;
  }
  /* line 421, sass/components/_navigation.scss */
  .licensing-navbar .licensing-burger-menu-icon {
    top: 0;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 432, sass/components/_navigation.scss */
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 437, sass/components/_navigation.scss */
  .main-navbar #main-nav-logo {
    position: relative;
    left: 10px;
    top: 3px !important;
  }

  /* line 442, sass/components/_navigation.scss */
  #header-navbar {
    height: 100px;
  }
  /* line 444, sass/components/_navigation.scss */
  #header-navbar .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  /* line 451, sass/components/_navigation.scss */
  .navbar-left {
    padding-left: 40px;
  }

  /* line 454, sass/components/_navigation.scss */
  .navbar-right {
    padding-right: 40px;
  }

  /* line 457, sass/components/_navigation.scss */
  .burger-menu-item {
    top: 0px !important;
  }

  /* line 460, sass/components/_navigation.scss */
  .logo {
    top: -5px;
    position: relative;
  }

  /* line 464, sass/components/_navigation.scss */
  #trigger-menu img {
    margin-top: 0;
  }
}
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 471, sass/components/_navigation.scss */
  #lang-header-11, #lang-header-12, #lang-header-13 {
    text-align: left;
  }

  /* line 474, sass/components/_navigation.scss */
  .row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* XLG */
@media only screen and (min-width: 1440px) {
  /* line 482, sass/components/_navigation.scss */
  .sitewrapper, .container {
    max-width: 1560px;
  }

  /* line 485, sass/components/_navigation.scss */
  .row {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1560px) {
  /* line 492, sass/components/_navigation.scss */
  #header-navbar {
    width: 100%;
    height: 60px;
    background: white;
  }
}
@media (min-width: 1560px) {
  /* line 500, sass/components/_navigation.scss */
  #header-navbar {
    width: 1560px;
  }
}
/* XXLG */
@media (max-width: 1440px) {
  /* line 517, sass/components/_navigation.scss */
  .show-if-space-1 {
    display: none !important;
  }
}
@media (max-width: 1120px) {
  /* line 522, sass/components/_navigation.scss */
  .show-if-space-1, .show-if-space-2 {
    display: none !important;
  }
}
/* line 527, sass/components/_navigation.scss */
#nav-container {
  margin: 0 !important;
}

@media (min-width: 1000px) {
  /* line 532, sass/components/_navigation.scss */
  div#nav-container {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 1260px) {
  /* line 539, sass/components/_navigation.scss */
  .show-if-space-3 {
    display: none !important;
  }
}
/*------------------------------------------------------------------*/
/* Pagebuilder Components */
/*------------------------------------------------------------------*/
/* --- opencontent --- */
/* line 6, sass/components/_pagebuilder.scss */
.section .opencontent, #opencontent, #slimopencontent {
  padding-top: 80px;
}
/* line 9, sass/components/_pagebuilder.scss */
.section .opencontent p, #opencontent p, #slimopencontent p {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 300 !important;
  color: #6b6b6b;
}
/* line 15, sass/components/_pagebuilder.scss */
.section .opencontent h3, #opencontent h3, #slimopencontent h3 {
  font-size: 36px !important;
  line-height: 44px;
  margin-bottom: 20px;
  margin-bottom: 0;
  margin: 0 auto;
}
/* line 22, sass/components/_pagebuilder.scss */
.section .opencontent td h4, #opencontent td h4, #slimopencontent td h4 {
  text-align: center;
}

/* line 28, sass/components/_pagebuilder.scss */
#slimopencontent {
  padding-top: 40px;
}

/* --- features --- */
/* line 35, sass/components/_pagebuilder.scss */
.section .features p, #features-section p {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 300 !important;
  color: #6b6b6b;
}
/* line 41, sass/components/_pagebuilder.scss */
.section .features h3, #features-section h3 {
  font-size: 36px !important;
  line-height: 44px;
  margin-bottom: 20px;
  margin-bottom: 0;
  text-align: center;
}
/* line 47, sass/components/_pagebuilder.scss */
.section .features .title, #features-section .title {
  text-align: center;
  margin-bottom: 30px;
}
/* line 52, sass/components/_pagebuilder.scss */
.section .features .feature-text, #features-section .feature-text {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px !important;
  line-height: 20px !important;
}

/* --- formblock --- */
/* line 65, sass/components/_pagebuilder.scss */
.section.formblock h3.title.subtitle {
  text-align: center;
}
/* line 69, sass/components/_pagebuilder.scss */
.section.formblock p {
  color: #6b6b6b !important;
  text-align: center;
  font-weight: 300;
}

/* --- textintro --- */
/* line 77, sass/components/_pagebuilder.scss */
.section.textintro .container {
  max-width: inherit;
}

/* --- textintroblock --- */
/* line 82, sass/components/_pagebuilder.scss */
.textintroblock {
  max-width: inherit;
}
/* line 84, sass/components/_pagebuilder.scss */
.textintroblock p {
  text-align: center;
}

/* --- home pricing --- */
/* line 91, sass/components/_pagebuilder.scss */
.homepricing h3.title {
  text-align: center;
  color: #6b6b6b;
  background: none;
}
/* line 96, sass/components/_pagebuilder.scss */
.homepricing p {
  text-align: center;
  color: #6b6b6b;
}

/* line 102, sass/components/_pagebuilder.scss */
h3.title {
  text-align: center;
}

/* line 106, sass/components/_pagebuilder.scss */
.openpricingsummary span.detail {
  color: #8a8a8a;
}
/* line 113, sass/components/_pagebuilder.scss */
.openpricingsummary .item {
  float: none;
  margin: 0 auto;
}

/* --- question group --- */
/* line 121, sass/components/_pagebuilder.scss */
.questiongroup h4 {
  text-transform: none;
}

/* --- page top --- */
/* line 127, sass/components/_pagebuilder.scss */
.section.pagetop {
  padding-top: 20px !important;
  background: white;
}

/* --- static photo block --- */
/* line 133, sass/components/_pagebuilder.scss */
.staticphotoblock .container .spbwrap {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
  padding-top: 35%;
  /*  padding-top: 95%; */
}

/* line 140, sass/components/_pagebuilder.scss */
.staticphotoblock .container {
  position: relative;
  display: table;
  height: 100%;
  z-index: 9;
}

/* line 146, sass/components/_pagebuilder.scss */
.staticphotoblock {
  background-position: center center;
  min-height: 400px;
}

/* line 150, sass/components/_pagebuilder.scss */
.staticphotoblock .filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#454545', GradientType=0 );
}

/* line 167, sass/components/_pagebuilder.scss */
.staticphotoblock .filter-dark {
  background: rgba(81, 81, 81, 0.4);
}

/* line 171, sass/components/_pagebuilder.scss */
.staticphotoblock .haveaccount span.laundrapp-auth:hover span {
  border-color: white !important;
}

/* line 174, sass/components/_pagebuilder.scss */
.staticphotoblock .haveaccount span.laundrapp-auth span {
  border-bottom: 1px solid white !important;
}

/* line 178, sass/components/_pagebuilder.scss */
.no-filter {
  background: none !important;
  filter: none !important;
}

/* line 182, sass/components/_pagebuilder.scss */
div.haveaccount {
  display: none;
  text-align: center;
  color: white !important;
}

/* --- order online strip --- */
/* line 189, sass/components/_pagebuilder.scss */
.section.orderonlinestrip {
  padding: 0;
  text-align: center;
  color: #29333D;
  border: none;
}
/* line 195, sass/components/_pagebuilder.scss */
.section.orderonlinestrip h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* --- home intro block --- */
/* line 202, sass/components/_pagebuilder.scss */
.homeintroblock .container {
  max-height: 600px;
}

/* --- how it works --- */
/* line 208, sass/components/_pagebuilder.scss */
.hiwstep p {
  text-align: center;
  color: #6b6b6b;
}
/* line 213, sass/components/_pagebuilder.scss */
.hiwstep .small-title-text {
  text-transform: capitalize !important;
  max-width: 180px;
  font-size: 18px !important;
  min-height: 83px;
  text-align: center !important;
  padding: 0 0 20px 0;
  margin: 0 auto 20px auto;
  color: #6b6b6b !important;
  border-bottom: 1px solid #DBDBDB;
}

/* --- photo header eg location pages --- */
/* line 228, sass/components/_pagebuilder.scss */
.section.photoheader {
  padding: 0;
  margin: 0;
  background-color: #3ABAF1;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 239, sass/components/_pagebuilder.scss */
.section.photoheader .container h1 {
  font-size: 3.4em;
  font-weight: 500;
  color: #FFF;
  padding: 0;
  margin: 0;
  text-align: center !important;
}

/* --- page top --- */
/* line 249, sass/components/_pagebuilder.scss */
.section.afterheaderimage {
  padding-top: 10px !important;
  padding-bottom: 30px !important;
}

/* --- emailsignup --- */
/* line 257, sass/components/_pagebuilder.scss */
.section .emailsignup p, .section .emailsignup .signupnow {
  text-align: center !important;
}
/* line 260, sass/components/_pagebuilder.scss */
.section .emailsignup #mce-EMAIL {
  color: #6b6b6b;
  background-color: white;
}

/* line 265, sass/components/_pagebuilder.scss */
.section.emailsignup p {
  text-align: center;
}

/* line 269, sass/components/_pagebuilder.scss */
.section.emailsignup .container {
  background-image: none;
}

/* line 274, sass/components/_pagebuilder.scss */
.emailfootersignup #mce-EMAIL {
  width: 100%;
  display: inline;
}
/* line 278, sass/components/_pagebuilder.scss */
.emailfootersignup #mce-NAME {
  width: 34%;
  display: inline;
}
/* line 282, sass/components/_pagebuilder.scss */
.emailfootersignup #mce-NAME, .emailfootersignup #mce-EMAIL {
  background-image: none;
  padding-left: 10px;
  border-radius: 3px;
  color: #6b6b6b;
}
/* line 289, sass/components/_pagebuilder.scss */
.emailfootersignup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b6b6b;
}
/* line 292, sass/components/_pagebuilder.scss */
.emailfootersignup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6b6b;
}
/* line 295, sass/components/_pagebuilder.scss */
.emailfootersignup :-ms-input-placeholder {
  /* IE 10+ */
  color: #6b6b6b;
}
/* line 298, sass/components/_pagebuilder.scss */
.emailfootersignup :-moz-placeholder {
  /* Firefox 18- */
  color: #6b6b6b;
}

/* line 303, sass/components/_pagebuilder.scss */
.section.stdcontent.service-terms {
  max-width: 840px;
  margin: 0 auto;
  font-weight: 300;
  color: #6b6b6b;
}
/* line 309, sass/components/_pagebuilder.scss */
.section.stdcontent.service-terms p {
  max-width: 840px;
  margin: 0 auto;
  font-weight: 300;
  margin-bottom: 20px;
  color: #6b6b6b;
}
/* line 317, sass/components/_pagebuilder.scss */
.section.stdcontent.service-terms ul {
  list-style: disc inside !important;
  margin: 0 0 18px 0;
}
/* line 322, sass/components/_pagebuilder.scss */
.section.stdcontent.service-terms li {
  list-style: disc inside !important;
}

/*--- video header block --- */
/* line 330, sass/components/_pagebuilder.scss */
.section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* line 339, sass/components/_pagebuilder.scss */
.section .embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}

/* line 347, sass/components/_pagebuilder.scss */
.section.video-header {
  height: 100%;
  min-height: 200px;
  margin-top: -5%;
  margin-bottom: -10%;
}

/* -- How it works -- */
/* line 356, sass/components/_pagebuilder.scss */
.section .howitworks .howitworks2016 h1, .section .howitworks .howitworks2016 h2, .section .howitworks .howitworks2016 h3, .section .howitworks .howitworks2016 h4, .section .howitworks .howitworks2016 h5, .section .howitworks .howitworks2016 p {
  text-align: center !important;
}

/* line 361, sass/components/_pagebuilder.scss */
.hiwstep.col-sm-3 {
  margin-bottom: 0;
}

/* line 365, sass/components/_pagebuilder.scss */
.vimeovideoWrapper p {
  margin-top: 0;
}

/* line 369, sass/components/_pagebuilder.scss */
.service-photos {
  width: 80%;
  display: inline-block;
}
/* line 373, sass/components/_pagebuilder.scss */
.service-photos .col-lg-2 {
  padding: 5px !important;
}
/* line 376, sass/components/_pagebuilder.scss */
.service-photos .col-lg-2 .img-responsive {
  margin: 0 auto;
}

/* line 383, sass/components/_pagebuilder.scss */
.section .how-header-big {
  text-align: center;
  color: #6b6b6b;
  font-size: 44px !important;
  line-height: 50px;
}
/* line 389, sass/components/_pagebuilder.scss */
.section .how-header-medium {
  text-align: center;
  color: #6b6b6b;
  font-size: 34px !important;
  line-height: 50px;
  margin: 20px auto 0px;
}
/* line 396, sass/components/_pagebuilder.scss */
.section .how-header-regular {
  text-align: center;
  color: #6b6b6b;
  font-size: 24px !important;
  line-height: 50px;
}
/* line 402, sass/components/_pagebuilder.scss */
.section .subtitle {
  color: darkgrey;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

/* line 412, sass/components/_pagebuilder.scss */
.staticphotoblock .img-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(_images/common/bkgd-grey40.png) repeat 0 0;
  background: rgba(81, 81, 81, 0.4);
}

/* line 423, sass/components/_pagebuilder.scss */
.how-trust-pilot {
  position: relative;
  top: 85%;
}

/* line 428, sass/components/_pagebuilder.scss */
.item-pricing {
  height: 550px;
}
/* line 430, sass/components/_pagebuilder.scss */
.item-pricing h1, .item-pricing h2, .item-pricing h3, .item-pricing h4, .item-pricing h5, .item-pricing p {
  text-align: center !important;
}
/* line 434, sass/components/_pagebuilder.scss */
.item-pricing .item-header h1, .item-pricing .item-header h2, .item-pricing .item-header p {
  text-align: center !important;
}
/* line 438, sass/components/_pagebuilder.scss */
.item-pricing h4 {
  text-transform: none !important;
}
/* line 441, sass/components/_pagebuilder.scss */
.item-pricing img {
  height: 270px;
  margin-bottom: -30px;
}
/* line 445, sass/components/_pagebuilder.scss */
.item-pricing .price-description {
  margin-bottom: -10px;
}
/* line 448, sass/components/_pagebuilder.scss */
.item-pricing .item-service {
  font-size: 14px;
  color: darkgrey;
}

/* line 454, sass/components/_pagebuilder.scss */
.bordered-middle {
  border-left: 0.5px solid rgba(165, 165, 165, 0.47);
  border-right: 0.5px solid rgba(165, 165, 165, 0.47);
}

/* line 459, sass/components/_pagebuilder.scss */
.faqs-carousel {
  margin-bottom: 40px;
}
/* line 462, sass/components/_pagebuilder.scss */
.faqs-carousel h1, .faqs-carousel h2, .faqs-carousel h3, .faqs-carousel h4, .faqs-carousel h5, .faqs-carousel p {
  text-align: center !important;
}
/* line 465, sass/components/_pagebuilder.scss */
.faqs-carousel row.padding {
  padding: 20px 10px 20px 10px !important;
}
/* line 468, sass/components/_pagebuilder.scss */
.faqs-carousel h4 {
  color: #6b6b6b;
  text-transform: none;
  text-align: center;
  font-size: 20px;
}
/* line 475, sass/components/_pagebuilder.scss */
.faqs-carousel p {
  color: #8a8a8a;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}
/* line 484, sass/components/_pagebuilder.scss */
.faqs-carousel h6 {
  color: #6b6b6b;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
/* line 490, sass/components/_pagebuilder.scss */
.faqs-carousel .bordered-middle {
  border-left: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  border-left: 0.5px solid rgba(165, 165, 165, 0.47);
  border-right: 0.5px solid rgba(165, 165, 165, 0.47);
}
/* line 496, sass/components/_pagebuilder.scss */
.faqs-carousel .faq-photo {
  border-radius: 100%;
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 503, sass/components/_pagebuilder.scss */
.faqs-carousel .row {
  padding: 0 10px 0 10px;
}

/* line 509, sass/components/_pagebuilder.scss */
.ppc-content h1, .ppc-content h2, .ppc-content h3, .ppc-content h4, .ppc-content h5, .ppc-content p {
  text-align: center !important;
}
/* line 512, sass/components/_pagebuilder.scss */
.ppc-content h3 {
  color: #6b6b6b;
}
/* line 515, sass/components/_pagebuilder.scss */
.ppc-content p {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}
/* line 523, sass/components/_pagebuilder.scss */
.ppc-content .ppc-items h3 {
  font-size: 18px !important;
  min-height: 20px;
}
/* line 527, sass/components/_pagebuilder.scss */
.ppc-content .ppc-items h4 {
  font-size: 14px !important;
}

/* line 533, sass/components/_pagebuilder.scss */
.partners-banner {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
  text-align: center !important;
}

/* -- Two Columns Content -- */
/* line 544, sass/components/_pagebuilder.scss */
.twocolscontent img {
  margin: 0 auto;
}
/* line 548, sass/components/_pagebuilder.scss */
.twocolscontent .col-text {
  text-align: left;
}
/* line 551, sass/components/_pagebuilder.scss */
.twocolscontent .quotes {
  font-family: 'Libre Baskerville', serif;
  font-size: 65px;
  position: relative;
  top: 20px;
  color: #3abaf1;
}

/* line 560, sass/components/_pagebuilder.scss */
#two-col-left-col-text {
  display: table-cell;
}

/* -- Home Pricing / Rewards -- */
/* line 565, sass/components/_pagebuilder.scss */
.homepricing .container {
  max-width: initial;
}

/* XXXS */
/* XXS */
@media only screen and (min-width: 600px) {
  /* line 581, sass/components/_pagebuilder.scss */
  .openpricingsummary .item {
    float: left;
    margin: 0 auto;
    width: 32.7%;
  }
}
/* XS */
@media only screen and (min-width: 640px) {
  /* line 591, sass/components/_pagebuilder.scss */
  .homeintroblock {
    min-height: 400px !important;
  }

  /* line 595, sass/components/_pagebuilder.scss */
  div.haveaccount {
    display: block;
    margin: 0 auto;
  }

  /* --- static photo block --- */
  /* line 601, sass/components/_pagebuilder.scss */
  .staticphotoblock .container .spbwrap {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 60px;
    padding-top: 95%;
  }

  /* line 609, sass/components/_pagebuilder.scss */
  .twocolscontent .col-text {
    text-align: left;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* --- static photo block --- */
  /* line 620, sass/components/_pagebuilder.scss */
  .staticphotoblock .container .spbwrap {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5%;
    padding-top: 10%;
    min-width: 480px;
  }

  /* line 628, sass/components/_pagebuilder.scss */
  .staticphotoblock {
    min-height: initial !important;
    height: calc(100vh - 480px);
  }
  /* line 632, sass/components/_pagebuilder.scss */
  .staticphotoblock h1 {
    text-align: center;
  }
  /* line 636, sass/components/_pagebuilder.scss */
  .staticphotoblock .container {
    height: 100%;
  }

  /* --- photo header block --- */
  /* line 642, sass/components/_pagebuilder.scss */
  .section.photoheader {
    padding: 0;
    margin: 0 0 0 0;
    background-color: #3ABAF1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
  }

  /* --- order online strip --- */
  /* line 656, sass/components/_pagebuilder.scss */
  .section.orderonlinestrip h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* line 661, sass/components/_pagebuilder.scss */
  #photo-trustpilot-badge .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* --- order online strip --- */
  /* line 667, sass/components/_pagebuilder.scss */
  .section.orderonlinestrip {
    padding-top: 20px;
    text-align: center;
    color: #29333D;
    border: none;
  }

  /* --- page top --- */
  /* line 675, sass/components/_pagebuilder.scss */
  .section.afterheaderimage {
    padding-top: 30px !important;
  }
}
/* --- have an account? --- */
/* line 682, sass/components/_pagebuilder.scss */
.staticphotoblock .haveaccount {
  width: auto;
  font-size: 18px;
  line-height: 20px;
  color: #ECEDEE;
  text-shadow: none;
  margin: 0 auto;
}

/* --- login modal --- */
/* line 692, sass/components/_pagebuilder.scss */
.modal .row {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
}

/* line 697, sass/components/_pagebuilder.scss */
.modal .forgot-password {
  float: left;
  color: #3abaf1;
  width: 100%;
  text-align: center;
  padding-right: 22px;
  margin: 0 auto;
}

/* MD */
@media only screen and (min-width: 991px) {
  /* line 712, sass/components/_pagebuilder.scss */
  .pagetop-header {
    padding-top: 0px;
  }

  /* --- page top --- */
  /* line 717, sass/components/_pagebuilder.scss */
  .section.afterheaderimage {
    padding-top: 50px !important;
  }
}
/* LG */
/* XLG */
/* XXLG */
@media screen and (max-height: 710px) {
  /* --- static photo block --- */
  /* line 747, sass/components/_pagebuilder.scss */
  #home-header-1 {
    margin-top: 0px !important;
  }

  /* line 751, sass/components/_pagebuilder.scss */
  #home-section-0 {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
}
/*------------------------------------------------------------------*/
/* Homepage Specific Styles */
/*------------------------------------------------------------------*/
/* --- sections --- */
/* line 7, sass/pages/_homepage.scss */
#home-section-0 {
  padding-top: 10px;
}

/* line 11, sass/pages/_homepage.scss */
#home-section-1 .haveaccount {
  display: none;
}
/* line 16, sass/pages/_homepage.scss */
#home-section-1 #trustpilot-header-image img {
  width: 150px;
}
/* line 20, sass/pages/_homepage.scss */
#home-section-1 .filter {
  display: none;
}

/* line 25, sass/pages/_homepage.scss */
#home-section-2 {
  padding-top: 80px;
}

/* line 28, sass/pages/_homepage.scss */
#home-section-3 {
  padding-top: 0;
}

/* line 34, sass/pages/_homepage.scss */
#home-section-5 {
  background-image: url(https://www.laundrapp.com/wp-content/uploads/customer-1-2155x1186.jpg);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* --- text sections --- */
/* line 45, sass/pages/_homepage.scss */
#home-header-1 {
  margin-bottom: 0;
  text-align: center !important;
}

/* line 49, sass/pages/_homepage.scss */
#home-header-2 {
  display: none;
}

/* line 52, sass/pages/_homepage.scss */
#home-header-3 {
  text-align: left;
  margin-bottom: 0px;
}

/* line 56, sass/pages/_homepage.scss */
#home-header-4 {
  text-align: left;
}

/* line 59, sass/pages/_homepage.scss */
#home-header-5 {
  text-align: left;
  margin-bottom: 10px;
}

/* line 63, sass/pages/_homepage.scss */
#home-header-13 {
  margin-bottom: 0px;
}

/* line 66, sass/pages/_homepage.scss */
#home-header-14 {
  margin-bottom: 0px;
  text-align: left;
}

/* line 70, sass/pages/_homepage.scss */
#home-header-15 {
  margin-bottom: 20px;
  text-align: left;
}

/* line 74, sass/pages/_homepage.scss */
#home-header-16 {
  text-align: left;
  margin-bottom: 30px;
}

/* --- Four image cols --- */
/* line 81, sass/pages/_homepage.scss */
.four-img-cols h5 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 23px !important;
  line-height: 26px;
  color: #6b6b6b;
}
/* line 88, sass/pages/_homepage.scss */
.four-img-cols p {
  text-align: left;
  font-weight: 300;
  color: #8a8a8a;
}

/* --- magic laundry row --- */
/* line 97, sass/pages/_homepage.scss */
.row.magic-laundry-row {
  padding: 0;
}

/* line 100, sass/pages/_homepage.scss */
.col-lg-12.col-xs-12.home-magic-laundry-app {
  padding: 0;
}

/* line 104, sass/pages/_homepage.scss */
.page-template-template-home-2017 {
  /*.smsform input.submit, .smsform input.wpcf7-submit {
    position: relative;
    min-width: initial;
    width: 200px;
  } */
}

/* --- Carousel --- */
/* line 113, sass/pages/_homepage.scss */
.features-carousel, #carouselFeatures {
  display: none !important;
}

/* --- Insert images --- */
/* line 119, sass/pages/_homepage.scss */
#hands-type {
  left: -80px;
  position: absolute;
}

/* line 123, sass/pages/_homepage.scss */
#clothes-fold {
  right: -20px;
  position: absolute;
}

/* --- Trustpilot / photo block --- */
/* line 129, sass/pages/_homepage.scss */
.tp-widget-businessinfo {
  font-size: 14px;
  color: white;
  font-weight: 100;
}

/* line 146, sass/pages/_homepage.scss */
#photo-trustpilot-badge .trust-score-img {
  width: 250px;
  margin: 0 auto;
}

/* line 152, sass/pages/_homepage.scss */
#social-media-strip {
  background: white;
  margin: 40px 0 0 0;
}
/* line 156, sass/pages/_homepage.scss */
#social-media-strip ul.sociallinks {
  margin-bottom: 0;
  text-align: center;
}
/* line 159, sass/pages/_homepage.scss */
#social-media-strip ul.sociallinks li {
  margin: 0 12px 0 12px;
}

/* line 167, sass/pages/_homepage.scss */
.page-template-template-home-2017 h2 {
  margin-top: 0;
}

/* XXXS */
/* header = 212px */
/* XXS */
@media only screen and (min-width: 480px) {
  /* line 180, sass/pages/_homepage.scss */
  .smsform input.submit, .smsform input.wpcf7-submit {
    /*position: relative;*/
    min-width: initial;
    width: auto;
  }

  /* line 186, sass/pages/_homepage.scss */
  .row.home-featured-in {
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* XS */
@media only screen and (min-width: 640px) {
  /* line 196, sass/pages/_homepage.scss */
  #home-section-1 .haveaccount {
    display: block;
  }

  /* line 201, sass/pages/_homepage.scss */
  #home-header-1 {
    margin-bottom: 5px;
    margin-top: 0;
  }

  /* line 205, sass/pages/_homepage.scss */
  #home-header-2 {
    margin-bottom: 0 !important;
  }

  /* line 209, sass/pages/_homepage.scss */
  #trustpilot-header-image {
    display: none;
  }
}
/* SM */
@media only screen and (min-width: 768px) {
  /* line 218, sass/pages/_homepage.scss */
  .container {
    width: auto;
  }

  /* line 221, sass/pages/_homepage.scss */
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 227, sass/pages/_homepage.scss */
  #home-section-2 .smsform {
    margin-left: 0;
  }
  /* line 232, sass/pages/_homepage.scss */
  #home-section-2 .postcodeheaderblock h4 {
    margin-bottom: 10px;
    MARGIN-TOP: 20PX;
  }

  /* line 238, sass/pages/_homepage.scss */
  #home-header-2 {
    display: block;
    text-align: center;
  }

  /* line 242, sass/pages/_homepage.scss */
  .four-img-cols {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  /* line 246, sass/pages/_homepage.scss */
  .four-img-cols h5 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px !important;
    line-height: 26px;
    color: #6b6b6b;
    margin-top: 20px;
  }
  /* line 254, sass/pages/_homepage.scss */
  .four-img-cols p {
    text-align: center;
    font-weight: 300;
    color: #8a8a8a;
    font-size: 17px;
    padding: 0 15px 0 15px;
    margin-bottom: 0;
  }
  /* line 263, sass/pages/_homepage.scss */
  .four-img-cols .home-green-arrow {
    width: 30px;
    position: absolute;
    height: auto;
    top: 220px;
    left: 95%;
  }

  /* line 271, sass/pages/_homepage.scss */
  div.download-app-mobile-form {
    padding: 0;
  }

  /* line 275, sass/pages/_homepage.scss */
  #home-section-5 {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 281, sass/pages/_homepage.scss */
  .row .tap-clean-deliver {
    padding-top: 0;
  }
  /* line 283, sass/pages/_homepage.scss */
  .row .tap-clean-deliver .smsform {
    max-width: 480px;
  }

  /* line 288, sass/pages/_homepage.scss */
  div.appbadgeswrap {
    padding: 0;
  }

  /* line 292, sass/pages/_homepage.scss */
  ul.appbadges {
    padding-left: 15px;
  }

  /* line 296, sass/pages/_homepage.scss */
  ul.appbadges li {
    float: left;
    margin-right: 10px;
    margin-top: 0;
  }

  /* line 302, sass/pages/_homepage.scss */
  .features-carousel {
    padding-top: 0px;
  }

  /* line 305, sass/pages/_homepage.scss */
  .row .features-carousel {
    padding-bottom: 0;
  }

  /* line 308, sass/pages/_homepage.scss */
  #carouselFeatures h5 {
    text-align: left;
    color: #6b6b6b;
    margin-bottom: 2px;
    font-size: 23px !important;
  }

  /* line 315, sass/pages/_homepage.scss */
  #carouselFeatures p {
    text-align: left;
    color: #a5a5a5;
    font-size: 17px !important;
    font-weight: 300;
  }

  /* line 322, sass/pages/_homepage.scss */
  #carouselFeatures {
    margin-top: 20px;
    height: 200px;
  }

  /* line 327, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-text {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 332, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-icon img {
    position: relative;
    top: -25px;
  }

  /* line 337, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-inner {
    padding-top: 0 !important;
  }

  /* line 341, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-inner .row {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  /* line 347, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-inner .row .row {
    padding: 0;
  }

  /* line 352, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #acacac;
    border-radius: 10px;
    cursor: pointer;
    background-color: #acacac;
    margin-right: 5px;
  }

  /* line 365, sass/pages/_homepage.scss */
  #carouselFeatures .carousel-indicators .active {
    background-color: #3abaf1;
    border-color: #3abaf1;
  }

  /* line 370, sass/pages/_homepage.scss */
  #carouselFeatures .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 376, sass/pages/_homepage.scss */
  #home-section-5 {
    margin: 0;
  }

  /* line 380, sass/pages/_homepage.scss */
  #home-header-5 {
    text-align: left;
    margin-bottom: 30px;
  }

  /* line 385, sass/pages/_homepage.scss */
  #home-section-6 {
    padding-top: 70px;
  }

  /* line 389, sass/pages/_homepage.scss */
  .row.home-featured-in {
    padding-left: 8%;
    padding-right: 8%;
  }
}
/*
@media only screen and (max-width : 800px) {
  .home-green-arrow {
    left: 187px;
  }
}

@media only screen and (max-width : 820px) {
  .home-green-arrow {
    left: 200px;
  }
}

@media only screen and (max-width : 850px) {
  .home-green-arrow {
    left: 210px;
  }
}
*/
@media only screen and (min-width: 991px) and (max-width: 1070px) {
  /* line 416, sass/pages/_homepage.scss */
  #carouselFeatures h5 {
    font-size: 21px !important;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 424, sass/pages/_homepage.scss */
  .container {
    width: auto;
  }

  /* line 427, sass/pages/_homepage.scss */
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 433, sass/pages/_homepage.scss */
  #home-section-1 .inputblock {
    width: 600px;
  }
  /* line 436, sass/pages/_homepage.scss */
  #home-section-1 #postcode {
    border: white .5px solid;
  }

  /* line 442, sass/pages/_homepage.scss */
  #home-section-2 iframe {
    margin-top: 20px;
  }

  /* line 446, sass/pages/_homepage.scss */
  #home-header-3 {
    margin-top: 0px;
  }

  /* line 450, sass/pages/_homepage.scss */
  .features-carousel, #carouselFeatures {
    display: block !important;
  }

  /* line 454, sass/pages/_homepage.scss */
  #home-section-4 {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  /* line 459, sass/pages/_homepage.scss */
  .home-green-arrow {
    width: 20px;
    position: absolute;
    height: auto;
    top: 80px;
    left: 95% !important;
    opacity: 1;
  }

  /* line 467, sass/pages/_homepage.scss */
  #home-header-17 {
    margin-top: 30px;
  }

  /* line 471, sass/pages/_homepage.scss */
  iframe .how-it-works {
    margin-top: 10px;
  }

  /* line 475, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row:hover {
    cursor: pointer;
  }

  /* line 479, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row {
    margin-top: 70px;
    cursor: pointer;
  }
  /* line 483, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row h4 {
    color: #6b6b6b;
    text-transform: none;
    text-align: center;
    font-size: 20px;
  }
  /* line 490, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row p {
    color: #8a8a8a;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
  }
  /* line 499, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row h6 {
    color: #6b6b6b;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
  }
  /* line 505, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row .bordered-middle {
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    border-left: 0.5px solid rgba(165, 165, 165, 0.47);
    border-right: 0.5px solid rgba(165, 165, 165, 0.47);
  }
  /* line 511, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row img.stars {
    margin-bottom: 10px;
    width: 100px;
  }
  /* line 515, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row img.reviewer-photo {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 524, sass/pages/_homepage.scss */
  #home-trustpilot-grid-row .row {
    padding: 0 10px 0 10px;
  }

  /* line 529, sass/pages/_homepage.scss */
  .container.magic-laundry-container {
    padding: 0;
  }

  /* line 533, sass/pages/_homepage.scss */
  .download-app-mobile-form.row {
    padding: 0 !important;
  }

  /* line 536, sass/pages/_homepage.scss */
  .appbadgeswrap.row {
    padding: 0;
  }

  /* line 540, sass/pages/_homepage.scss */
  #hands-type {
    left: -100px;
    top: 330px;
    position: absolute;
    opacity: 0;
  }

  /* line 547, sass/pages/_homepage.scss */
  #home-section-7 {
    margin-top: 10px;
  }

  /* line 550, sass/pages/_homepage.scss */
  #home-header-14 {
    margin-bottom: 0px;
  }

  /* line 553, sass/pages/_homepage.scss */
  #home-header-15 {
    margin-bottom: 10px;
  }

  /* line 557, sass/pages/_homepage.scss */
  .row.home-featured-in {
    padding-left: 6%;
    padding-right: 6%;
  }
}
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 567, sass/pages/_homepage.scss */
  .row {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* line 573, sass/pages/_homepage.scss */
  #home-section-2 .startorderform {
    margin-left: 0;
  }

  /* line 579, sass/pages/_homepage.scss */
  .four-img-cols img {
    margin: 0 auto;
  }

  /* line 583, sass/pages/_homepage.scss */
  #home-header-14 {
    margin-bottom: 0px;
  }

  /* line 586, sass/pages/_homepage.scss */
  #home-header-15 {
    margin-bottom: 10px;
  }

  /* line 589, sass/pages/_homepage.scss */
  #hands-type {
    left: -100px;
    top: 630px;
    position: absolute;
    opacity: 0.8;
  }
}
/* XLG */
/* XXLG */
@media only screen and (max-height: 600px) and (max-width: 480px) {
  /* line 609, sass/pages/_homepage.scss */
  .page-template-template-home-2017 {
    /* --- static photo block --- */
  }
  /* line 612, sass/pages/_homepage.scss */
  .page-template-template-home-2017 .staticphotoblock .container .spbwrap {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 60px;
    padding-top: 100px !important;
    min-height: initial !important;
    height: min-content !important;
  }
  /* line 621, sass/pages/_homepage.scss */
  .page-template-template-home-2017 .staticphotoblock {
    background-position: center center;
    min-height: fit-content !important;
  }
}
@media only screen {
  /* line 629, sass/pages/_homepage.scss */
  .staticphotoblock .container .spbwrap {
    padding-top: 21% !important;
    min-height: 200px;
  }
}
@media screen and (min-width: 640px) and (max-height: 600px) {
  /* line 636, sass/pages/_homepage.scss */
  .staticphotoblock {
    height: 300px !important;
  }

  /* line 640, sass/pages/_homepage.scss */
  .staticphotoblock .container .spbwrap {
    display: table-cell;
    vertical-align: bottom;
    min-height: initial !important;
    height: min-content !important;
  }
}
/* navbar is 212px high */
@media screen and (min-width: 991px) and (min-height: 600px) {
  /* line 652, sass/pages/_homepage.scss */
  .staticphotoblock {
    min-height: calc(100vh - 282px ) !important;
    height: 748px !important;
  }

  /* line 657, sass/pages/_homepage.scss */
  .staticphotoblock .container .spbwrap {
    display: table-cell;
    vertical-align: bottom;
    min-height: initial !important;
    height: min-content !important;
  }
}
@media screen and (max-width: 991px) and (min-height: 600px) {
  /* line 668, sass/pages/_homepage.scss */
  .staticphotoblock .container {
    height: 100%;
  }

  /* line 671, sass/pages/_homepage.scss */
  .staticphotoblock .container .spbwrap {
    display: table-cell;
    vertical-align: bottom;
  }
}
/** -- YOU DO THE LIVING -- **/
/* line 679, sass/pages/_homepage.scss */
.haveaccount {
  text-shadow: 1px 1px 1px rgba(81, 81, 81, 0.8) !important;
}

/* line 683, sass/pages/_homepage.scss */
.page-template-template-home-2017-php #home-section-1 #you-do-the-living {
  top: -200px;
}

/* line 687, sass/pages/_homepage.scss */
#home-section-0 {
  display: none;
}

/* line 691, sass/pages/_homepage.scss */
.page-template-template-home-2017-php h1.quincho {
  margin-bottom: 0;
  color: white !important;
}

/* line 696, sass/pages/_homepage.scss */
.page-template-template-home-2017-php h2.upper-h2 {
  text-transform: uppercase;
  color: white !important;
}

/* line 701, sass/pages/_homepage.scss */
#trustpilot-header-image {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  /* line 706, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 {
    max-height: 748px !important;
  }

  /* line 710, sass/pages/_homepage.scss */
  #home-section-0 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 717, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 {
    height: auto !important;
  }

  /* line 721, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 #you-do-the-living {
    top: 0 !important;
  }

  /* line 725, sass/pages/_homepage.scss */
  #home-section-0 {
    display: none;
  }

  /* line 729, sass/pages/_homepage.scss */
  #home-section-1 {
    background-position: left;
  }
  /* line 732, sass/pages/_homepage.scss */
  #home-section-1 .haveaccount {
    display: block;
  }

  /* line 737, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 #you-do-the-living H1 {
    font-size: 80px;
  }

  /* line 742, sass/pages/_homepage.scss */
  .white-font {
    color: white !important;
  }
}
@media screen and (min-width: 640px) {
  /* line 750, sass/pages/_homepage.scss */
  h1.quincho {
    font-size: 100px;
  }

  /* line 755, sass/pages/_homepage.scss */
  #home-section-1 {
    background-position: left;
  }
  /* line 758, sass/pages/_homepage.scss */
  #home-section-1 .haveaccount {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  /* line 767, sass/pages/_homepage.scss */
  #home-section-1 .spbwrap {
    padding-top: 0 !important;
    vertical-align: middle;
  }
  /* line 772, sass/pages/_homepage.scss */
  #home-section-1 #trustpilot-header-image {
    padding-top: 0 !important;
    display: none;
  }
}
/* line 780, sass/pages/_homepage.scss */
.page-template-template-home-2017-php #home-section-1 {
  max-height: 748px !important;
}

@media screen and (max-height: 800px) {
  /* line 788, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 .spbwrap {
    vertical-align: middle;
    padding-top: 40px !important;
  }

  /* line 792, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 {
    vertical-align: top;
    max-height: 748px !important;
    min-height: 396px !important;
  }
}
@media screen and (max-width: 991px) and (min-height: 600px) {
  /* line 801, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 .spbwrap {
    vertical-align: middle !important;
    padding-top: 15%;
  }
}
@media screen and (max-height: 500px) {
  /* line 808, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 .spbwrap {
    vertical-align: top;
  }

  /* line 811, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 {
    vertical-align: top;
    max-height: 748px !important;
    min-height: 396px !important;
  }
}
@media screen and (max-height: 600px) {
  /* line 822, sass/pages/_homepage.scss */
  .page-template-template-home-2017-php #home-section-1 .spbwrap {
    vertical-align: top;
    padding-top: 15vh !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  /* line 829, sass/pages/_homepage.scss */
  #home-section-1 .spbwrap {
    padding-top: 14% !important;
    vertical-align: middle;
  }
}
@media screen and (min-width: 991px) {
  /* line 838, sass/pages/_homepage.scss */
  #you-do-the-living h1.quincho {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 140px !important;
  }
  /* line 843, sass/pages/_homepage.scss */
  #you-do-the-living h2.upper-h2 {
    font-size: 40px;
  }
}
/*------------------------------------------------------------------*/
/* Licensing Specific Styles */
/*------------------------------------------------------------------*/
/* ---- Navbar ---- */
/* Language dropdown */
/* line 8, sass/pages/_licensing.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* line 13, sass/pages/_licensing.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 110;
  right: -10px;
  top: 35px;
  padding-bottom: 5px;
}
/* line 23, sass/pages/_licensing.scss */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  padding: 10px;
}

/* line 32, sass/pages/_licensing.scss */
.dropdown:hover .dropdown-content {
  /* display: block; */
}

/* line 35, sass/pages/_licensing.scss */
.hide-dropdown {
  display: none !important;
}

/* line 39, sass/pages/_licensing.scss */
.show-dropdown {
  display: block !important;
}

/* line 43, sass/pages/_licensing.scss */
#language-dropdown {
  opacity: 0;
  cursor: pointer;
  position: relative;
  top: 12px;
}

/* line 51, sass/pages/_licensing.scss */
#language-dropdown-list a {
  display: block;
  color: #a2a2a2 !important;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  margin: 5px;
  width: 130px;
  padding-left: 10px;
  font-weight: 200;
}
/* line 63, sass/pages/_licensing.scss */
#language-dropdown-list a:hover {
  background: #efeff0;
}

/* line 68, sass/pages/_licensing.scss */
#language-flag {
  width: auto;
  height: 16px;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 4px;
  border: 1px solid #efeff0;
  top: 2px;
}

/* line 78, sass/pages/_licensing.scss */
.language-flag {
  width: 21px;
  height: 16px;
  border: 1px solid #efeff0;
  margin-right: 10px;
}

/* line 85, sass/pages/_licensing.scss */
#languages-dropdown-arrow {
  color: #787878;
  padding-top: 6px;
}

/* ---- Content ---- */
/* line 93, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page h1 {
  text-align: left;
  font-weight: 400 !important;
  color: #505050 !important;
  padding-top: 10px !important;
}
/* line 100, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page p {
  color: #5a5a5a;
}
/* line 104, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page .row {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 109, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page .full-width-bg-header {
  background: url("https://www.laundrapp.com/wp-content/uploads/angie-2.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
/* line 115, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page .icon {
  margin-bottom: 20px;
}
/* line 119, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page #at4m-mobile-container {
  z-index: 9999999;
  position: fixed;
  display: none !important;
}

/* --- language strings --- */
/* line 127, sass/pages/_licensing.scss */
#lang-header-2 {
  text-align: left;
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 135, sass/pages/_licensing.scss */
#lang-header-3 {
  margin-top: 50px;
  font-size: 2.8em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

/* line 143, sass/pages/_licensing.scss */
#lang-header-4 {
  font-size: 1.4em;
  margin: 0 auto !important;
  width: 80%;
  margin-bottom: 50px !important;
}

/* ---  powered by laundrapp --- */
/* line 155, sass/pages/_licensing.scss */
.powered-by-laundrapp {
  width: 400px;
}

/* --- video --- */
/* line 160, sass/pages/_licensing.scss */
section .vimeovideo {
  max-width: 820px !important;
  padding: 50px 0 60px 0;
  background: #ececec;
}

/* --- blue uppercase --- */
/* line 168, sass/pages/_licensing.scss */
h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  color: #41A8DE;
  margin: 0 0 6px 0;
}

/* --- apps --- */
/* line 178, sass/pages/_licensing.scss */
.laundrapp-apps {
  background: #3a4b57;
  width: 1170px;
  margin: 0 auto;
}

/* line 184, sass/pages/_licensing.scss */
.laundrapp-apps h4 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  color: #41A8DE;
  margin: 0 0 6px 0;
  text-align: center;
  color: white;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* line 197, sass/pages/_licensing.scss */
.laundrapp-apps p {
  font-size: 1.1em;
  color: #505050;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 209, sass/pages/_licensing.scss */
.laundrapp-apps .col-lg-4 {
  margin-bottom: 50px;
}

/* line 213, sass/pages/_licensing.scss */
.laundrapp-apps {
  width: auto;
}

/* --- brackets --- */
/* line 219, sass/pages/_licensing.scss */
.top-bracket {
  top: -51px;
  margin-bottom: -20px;
}

/* line 224, sass/pages/_licensing.scss */
.under-bracket {
  top: 43px;
  opacity: 0.1;
}

/* --- world map --- */
/* line 230, sass/pages/_licensing.scss */
.world-map-licensing {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f0f0f1;
  text-align: left;
  width: 1170px;
  margin: 0 auto;
}
/* line 231, sass/pages/_licensing.scss */
.world-map-licensing .row {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 243, sass/pages/_licensing.scss */
.world-map-licensing h2 {
  margin-top: 10px;
}

/* line 248, sass/pages/_licensing.scss */
.world-map-licensing {
  padding-top: 0;
}

/* line 251, sass/pages/_licensing.scss */
img .world-map {
  margin: 0 auto;
}

/* line 255, sass/pages/_licensing.scss */
.world-map-licensing {
  width: auto;
}

/* --- magic laundry --- */
/* line 260, sass/pages/_licensing.scss */
.magic-laundry-app {
  position: relative;
  top: -130px;
}

/* line 264, sass/pages/_licensing.scss */
.container-fluid {
  padding: 0;
}

/* line 268, sass/pages/_licensing.scss */
.page-id-48554.section.opencontent {
  padding-top: 0;
  position: relative;
  top: -100px;
}

/* line 274, sass/pages/_licensing.scss */
.licensing-form-text {
  margin-top: 50px;
}

/* --- contact form --- */
/* line 279, sass/pages/_licensing.scss */
.licensing-contact-container {
  top: -50px;
  position: relative;
}

/* line 285, sass/pages/_licensing.scss */
.licensing-contact {
  margin-top: -50px;
}

/* line 289, sass/pages/_licensing.scss */
.licensing-contact h4 {
  text-align: center;
}

/* line 293, sass/pages/_licensing.scss */
.licensing-contact p {
  text-align: center;
}

/* line 298, sass/pages/_licensing.scss */
.licensingenquiryform label {
  display: none;
}
/* line 302, sass/pages/_licensing.scss */
.licensingenquiryform input {
  border-radius: 0;
  margin-bottom: 10px;
}

/* --- press links --- */
/* line 308, sass/pages/_licensing.scss */
.licensing-featured-section {
  display: inline;
  top: -40px;
}

/* line 311, sass/pages/_licensing.scss */
.licensing-featured-in {
  top: 15px;
}

/* line 314, sass/pages/_licensing.scss */
.licensing-featured-in a {
  margin: 0 auto;
}

/* line 317, sass/pages/_licensing.scss */
#c-sunday-times:hover {
  background: url("https://www.laundrapp.com/wp-content/uploads/1-sunday-times-over.png") !important;
}

/* line 321, sass/pages/_licensing.scss */
#c-wired:hover {
  background: url("https://www.laundrapp.com/wp-content/uploads/2-wired-over.png") !important;
}

/* line 325, sass/pages/_licensing.scss */
#c-techcrunch:hover {
  background: url("https://www.laundrapp.com/wp-content/uploads/3-techcrunch-over.png") !important;
}

/* line 329, sass/pages/_licensing.scss */
#c-telegraph:hover {
  background: url("https://www.laundrapp.com/wp-content/uploads/4-the-telegraph-over.png") !important;
}

/* line 333, sass/pages/_licensing.scss */
#c-les:hover {
  background: url("https://www.laundrapp.com/wp-content/uploads/5-l-e-s-over.png") !important;
}

/* line 337, sass/pages/_licensing.scss */
#c-metro:hover {
  background: url("https://www.laundrapp.com/wp-content/uploads/7-metro-over.png") !important;
}

/* line 345, sass/pages/_licensing.scss */
.sm-no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 350, sass/pages/_licensing.scss */
.page-template-template-licensing-multi-page .section.opencontent {
  padding-bottom: 0px;
}

/* line 355, sass/pages/_licensing.scss */
body {
  overflow-x: hidden;
}

/* line 359, sass/pages/_licensing.scss */
.sm-center {
  text-align: center;
}

/* XXXS */
/* XXS */
@media only screen and (max-width: 480px) {
  /* line 376, sass/pages/_licensing.scss */
  .col-xxs-12 {
    width: 100%;
  }
}
/* XXS */
/* XS */
@media only screen and (min-width: 640px) {
  /* line 388, sass/pages/_licensing.scss */
  .download-app {
    display: none !important;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* line 395, sass/pages/_licensing.scss */
  .licensing-contact h4 {
    text-align: left;
  }

  /* line 399, sass/pages/_licensing.scss */
  .licensing-contact p {
    text-align: left;
  }

  /* line 402, sass/pages/_licensing.scss */
  #languages-dropdown-arrow {
    padding-top: 6px;
    margin-left: 10px;
  }

  /* line 407, sass/pages/_licensing.scss */
  .licensing-navbar .download-app {
    display: none !important;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 417, sass/pages/_licensing.scss */
  .laundrapp-apps .col-md-4 {
    margin-left: 0 !important;
  }

  /* line 422, sass/pages/_licensing.scss */
  .download-app {
    display: inline-block !important;
  }

  /* line 426, sass/pages/_licensing.scss */
  #language-dropdown {
    top: -3px !important;
  }

  /* line 429, sass/pages/_licensing.scss */
  .world-map-licensing {
    padding-top: 50px;
  }

  /* line 433, sass/pages/_licensing.scss */
  .page-template-template-licensing-multi-page .row {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 441, sass/pages/_licensing.scss */
  #licensing-powered-by-laundrapp {
    display: block !important;
    margin-bottom: 20px;
  }

  /* line 446, sass/pages/_licensing.scss */
  img .world-map {
    margin-top: 20px;
  }

  /* line 450, sass/pages/_licensing.scss */
  .page-template-template-licensing-multi-page .row {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 455, sass/pages/_licensing.scss */
  .licensingenquiryform label {
    display: none;
  }
  /* line 459, sass/pages/_licensing.scss */
  .licensingenquiryform input {
    border-radius: 0;
    margin-bottom: 10px;
  }
}
/* XLG */
@media only screen and (min-width: 1440px) {
  /* line 468, sass/pages/_licensing.scss */
  .licensing-full-width-bg-header .row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* line 473, sass/pages/_licensing.scss */
  .page-template-template-licensing-multi-page .row {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* XXLG */
/*------------------------------------------------------------------*/
/* PPC Page Specific Styles */
/*------------------------------------------------------------------*/
/* line 9, sass/pages/_ppc.scss */
#ppc-header-1 {
  font-weight: 400;
  text-align: center;
}

/* line 18, sass/pages/_ppc.scss */
#ppc-section-3 img {
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
}

/* line 24, sass/pages/_ppc.scss */
#ppc-header-2 {
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
}

/* line 31, sass/pages/_ppc.scss */
#ppc-header-4 {
  text-align: left;
  margin-top: 0;
}

/* line 36, sass/pages/_ppc.scss */
#ppc-text-1 p {
  text-align: left;
}

/* line 40, sass/pages/_ppc.scss */
#ppc-text-2 {
  text-align: left;
}

/* line 45, sass/pages/_ppc.scss */
#ppc-text-3 p {
  text-align: left;
}

/* line 50, sass/pages/_ppc.scss */
#ppc-offer-1 {
  text-align: left;
  margin-bottom: 20px;
  text-transform: none;
  color: #3abaf1;
}

/* line 56, sass/pages/_ppc.scss */
#ppc-section-3 img {
  margin-right: 20px;
}

/* line 59, sass/pages/_ppc.scss */
.ppc-header-2-img-wrap {
  text-align: center;
}

/* line 66, sass/pages/_ppc.scss */
.ppc-items {
  margin-top: 30px;
}
/* line 69, sass/pages/_ppc.scss */
.ppc-items h3, .ppc-items h4 {
  text-align: left;
  font-size: 20px !important;
}
/* line 74, sass/pages/_ppc.scss */
.ppc-items h3 {
  color: #6b6b6b;
  font-size: 18px !important;
}

/* line 81, sass/pages/_ppc.scss */
.ppc-item-image {
  display: none;
}

/* line 85, sass/pages/_ppc.scss */
.ppc-item-price {
  font-size: 16px;
  text-align: center;
}

/* line 91, sass/pages/_ppc.scss */
#ppc-section-7 .download-app-mobile-form .smsform {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 98, sass/pages/_ppc.scss */
.page-template-template-ppc-2017 .section p {
  margin: 0 0 20px 0;
}
/* line 102, sass/pages/_ppc.scss */
.page-template-template-ppc-2017 input[type=text] {
  background: white !important;
  border: 1px solid #a8a8a8;
}
/* line 108, sass/pages/_ppc.scss */
.page-template-template-ppc-2017 .orderonlinestrip .ordernowform .grey-background #postcode {
  background-color: white;
}
/* line 111, sass/pages/_ppc.scss */
.page-template-template-ppc-2017 .orderonlinestrip .ordernowform .grey-background .smsform input.submit, .page-template-template-ppc-2017 .orderonlinestrip .ordernowform .grey-background .smsform input.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: 210px;
  text-align: center;
  background-color: #3ABAF1 !important;
  border-color: #3ABAF1 !important;
}
/* line 123, sass/pages/_ppc.scss */
.page-template-template-ppc-2017 .orderonlinestrip .ordernowform .grey-background #ppc-section-8 .startorderform, .page-template-template-ppc-2017 .orderonlinestrip .ordernowform .grey-background #ppc-section-8 .inputblock {
  padding: 0 30px 0 30px;
}

/* line 130, sass/pages/_ppc.scss */
#ppc-section-3 img {
  margin-top: -55px;
}

/* XXXS */
/* XXS */
/* XS */
@media only screen and (min-width: 640px) {
  /* line 146, sass/pages/_ppc.scss */
  #ppc-header-2 {
    margin-top: 0px;
  }
}
/* SM */
@media only screen and (min-width: 767px) {
  /* line 155, sass/pages/_ppc.scss */
  #ppc-section-1 h1 {
    text-align: center;
  }

  /* line 161, sass/pages/_ppc.scss */
  #ppc-section-2 .startorderform div.wpcf7 {
    width: 500px;
  }

  /* line 166, sass/pages/_ppc.scss */
  #ppc-section-3 img {
    margin-top: -55px;
  }

  /* line 170, sass/pages/_ppc.scss */
  .startorderform .smsform {
    max-width: 480px;
    margin-bottom: 0;
  }

  /* line 176, sass/pages/_ppc.scss */
  #ppc-section-5 h3 {
    text-align: center;
    padding-top: 10px;
  }
  /* line 181, sass/pages/_ppc.scss */
  #ppc-section-5 h3.ppc-item-name {
    text-align: center;
  }

  /* line 186, sass/pages/_ppc.scss */
  .ppc-items hr {
    display: none;
  }
  /* line 190, sass/pages/_ppc.scss */
  .ppc-items h3 {
    font-size: 18px !important;
  }
  /* line 193, sass/pages/_ppc.scss */
  .ppc-items h3, .ppc-items h4 {
    text-align: center;
  }
  /* line 196, sass/pages/_ppc.scss */
  .ppc-items .ppc-item-image {
    display: block;
  }

  /* line 201, sass/pages/_ppc.scss */
  h3.ppc-item-name {
    color: #6b6b71;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
  }

  /* line 208, sass/pages/_ppc.scss */
  h4#ppc-offer-1 {
    text-transform: initial;
  }

  /* line 212, sass/pages/_ppc.scss */
  .col-sm-2 {
    padding: 0;
  }

  /* line 217, sass/pages/_ppc.scss */
  #ppc-section-7 ul.appbadges {
    padding-left: 15px;
  }

  /* line 222, sass/pages/_ppc.scss */
  #ppc-section-8 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
/* MD */
/* LG */
@media only screen and (min-width: 1200px) {
  /* line 236, sass/pages/_ppc.scss */
  .ppc-items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* Location Pages */
/*------------------------------------------------------------------*/
/* line 5, sass/pages/_location.scss */
#home-header-15 {
  margin-top: 5px;
}

/* line 10, sass/pages/_location.scss */
div.location-intro {
  min-height: initial;
  border: none !important;
  background: white;
}
/* line 15, sass/pages/_location.scss */
div.location-intro .container {
  display: block;
  height: auto !important;
}
/* line 20, sass/pages/_location.scss */
div.location-intro .location-intro-wrap {
  max-width: initial !important;
  margin: 0 auto;
  text-align: left;
}
/* line 25, sass/pages/_location.scss */
div.location-intro .location-intro-wrap .download-app-mobile-form .smsform {
  margin: 0;
}
/* line 29, sass/pages/_location.scss */
div.location-intro .location-intro-wrap ul.appbadges {
  padding-left: 0;
}
/* line 34, sass/pages/_location.scss */
div.location-intro .intro-copy {
  margin-top: 10px;
}
/* line 36, sass/pages/_location.scss */
div.location-intro .intro-copy h1 {
  color: #6b6b6b;
  letter-spacing: initial;
  margin: 10px 0 20px 0;
  text-align: left !important;
}
/* line 43, sass/pages/_location.scss */
div.location-intro .intro-copy h2 {
  letter-spacing: initial;
  margin: 0 0 40px 0;
  text-align: left !important;
  margin-bottom: 30px;
}
/* line 51, sass/pages/_location.scss */
div.location-intro .deviceimage {
  position: initial;
  top: initial;
  right: initial;
  z-index: 2;
}
/* line 57, sass/pages/_location.scss */
div.location-intro .deviceimage img {
  width: auto;
  height: initial;
  vertical-align: middle;
}

/* line 67, sass/pages/_location.scss */
.location-content h1 {
  color: #6b6b6b;
  text-align: left;
}
/* line 72, sass/pages/_location.scss */
.location-content img.img-center {
  margin: 0 auto !important;
}
/* line 76, sass/pages/_location.scss */
.location-content p {
  text-align: left;
}

/* line 82, sass/pages/_location.scss */
.page-template-template-location-2017 #location-image-wrap-1 {
  height: 100%;
  width: auto;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 92, sass/pages/_location.scss */
.page-template-template-location-2017 .location-photo-text #location-image-wrap-2 {
  background: url(https://www.laundrapp.com/wp-content/uploads/customer-1.jpg);
  height: 100%;
  width: auto;
  min-height: 500px;
  display: block;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

/* line 105, sass/pages/_location.scss */
div.location-intro .location-intro-wrap ul.appbadges {
  padding-left: 15px;
}

/* line 110, sass/pages/_location.scss */
#location-section-6 h2, #location-section-6 p {
  text-align: left;
}

/* line 115, sass/pages/_location.scss */
.offer-code {
  text-align: center;
  width: 100%;
}

/* line 120, sass/pages/_location.scss */
h4.vacancy {
  text-transform: none !important;
}

/* XXXS */
/* XXS */
/* XS */
/* SM */
@media only screen and (min-width: 767px) {
  /* line 141, sass/pages/_location.scss */
  #location-section-6 {
    padding-top: 40px;
  }
}
/* MD */
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* VACANCIES */
/*------------------------------------------------------------------*/
/* line 5, sass/pages/_vacancies.scss */
.single-vacancies a, .single-vacancies a:hover, .single-vacancies a:visited, .single-vacancies a:active {
  color: #3ABAF1;
}
/* line 9, sass/pages/_vacancies.scss */
.single-vacancies .section p {
  font-weight: 300;
  text-align: left;
}
/* line 14, sass/pages/_vacancies.scss */
.single-vacancies .stdcontent ul li {
  font-size: 1.06em;
  line-height: 1.4em;
  margin: 0 0 8px 0;
  padding: 0 0 0 30px;
  text-align: left;
  font-weight: 300;
}
/* line 23, sass/pages/_vacancies.scss */
.single-vacancies i {
  font-style: italic;
}
/* line 28, sass/pages/_vacancies.scss */
.single-vacancies .vacanciesintro p {
  text-align: center;
}
/* line 33, sass/pages/_vacancies.scss */
.single-vacancies .vacancy {
  padding: 22px 0 0 0;
  border-bottom: 1px solid #E3E3E3;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/* line 40, sass/pages/_vacancies.scss */
.single-vacancies .vacancy h4 {
  text-transform: none !important;
}
/* line 45, sass/pages/_vacancies.scss */
.single-vacancies .section.pagetop {
  padding: 20px;
  background: transparent;
}
/* line 49, sass/pages/_vacancies.scss */
.single-vacancies .section.pagetop h1 {
  color: #6b6b6b;
  padding-top: 20px;
  text-align: center;
}

/* XXXS */
/* XXS */
/* XS */
@media only screen and (min-width: 640px) {
  /* line 71, sass/pages/_vacancies.scss */
  .vacancy {
    padding: 22px 0 0 0;
    border-bottom: 1px solid #E3E3E3;
    background-image: url(_images/common/bkgd-rightcirclearrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
  }
}
/* SM */
/* MD */
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* COVERAGE */
/*------------------------------------------------------------------*/
/* line 5, sass/pages/_coverage.scss */
.voteintro {
  position: relative;
  top: 30px;
  display: table;
  width: 100%;
  min-height: 600px;
  text-align: center;
  color: #FFF;
  padding: 0;
  background-color: #3abaf1;
  background-image: url(../_images/content/bkgd-area-voting.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
/* line 26, sass/pages/_coverage.scss */
.voteintro .container {
  padding-top: 30px;
}
/* line 30, sass/pages/_coverage.scss */
.voteintro .wrap {
  padding: 0 0 8% 0;
  margin: 0 auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-color: white;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: white;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: white;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: white;
  border-top-style: none;
  border-top-width: 0px;
  color: white;
  display: block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 183px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 155.109px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.24706) 0px 1px 1px;
  text-size-adjust: 100%;
  vertical-align: baseline;
}
/* line 83, sass/pages/_coverage.scss */
.voteintro div.wpcf7 {
  margin: 0;
  padding: 0;
}
/* line 88, sass/pages/_coverage.scss */
.voteintro #bringlaundrapp.voteintro .smsform {
  max-width: 380px;
}
/* line 91, sass/pages/_coverage.scss */
.voteintro .smsform {
  position: relative;
  max-width: 580px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
/* line 98, sass/pages/_coverage.scss */
.voteintro h1, .voteintro p {
  text-align: center;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* line 103, sass/pages/_coverage.scss */
.voteintro h1 {
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
}
/* line 108, sass/pages/_coverage.scss */
.voteintro p {
  line-height: 26px;
}

/* line 113, sass/pages/_coverage.scss */
.section.voteintro h1, .section.voteintro h2 {
  margin: 0 0 10px 0;
}

/* line 117, sass/pages/_coverage.scss */
.section.voteintro p {
  margin: 0 0 20px 0;
}

/* line 123, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 input[type=text] {
  color: #666 !important;
}
/* line 127, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 .inputblock {
  overflow: visible !important;
}
/* line 133, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 #bringlaundrapp #postcode {
  max-width: 380px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 139, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 #bringlaundrapp #check_postcode {
  background-color: #70CF4A !important;
  border-color: #70CF4A !important;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 149, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 #bringlaundrapp input.wpcf7-submit {
  border-radius: 3px;
}
/* line 153, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 #bringlaundrapp .wpcf7-submit, .page-template-template-coverage-2017 #bringlaundrapp input.wpcf7-form-control.wpcf7-submit {
  border-radius: 3px !important;
}
/* line 159, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 .checkavailability .submitting .wrap {
  height: 34px;
}
/* line 163, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 input[type=text] {
  color: #6b6b6b;
}
/* line 167, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 h3 {
  margin-bottom: 10px;
  text-align: center;
}
/* line 173, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 #lookup.voteintro .wrap {
  max-width: 450px;
  padding: 0;
  margin: 0 auto;
}
/* line 179, sass/pages/_coverage.scss */
.page-template-template-coverage-2017 #mc-embedded-subscribe {
  border-radius: 3px !important;
  color: white;
}

/* line 185, sass/pages/_coverage.scss */
#voted.voteintro .wrap {
  max-width: 600px;
  padding: 0 0 10% 0;
  margin: 0 auto;
}

/* line 191, sass/pages/_coverage.scss */
.page-template-template-coverage .checkavailability .submitting .wrap {
  height: 34px;
}

/* XXXS */
/* XXS */
@media only screen and (min-width: 480px) {
  /* line 207, sass/pages/_coverage.scss */
  .page-template-template-coverage-2017 #bringlaundrapp #postcode {
    max-width: 380px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #6b6b6b;
    text-align: left;
  }
  /* line 215, sass/pages/_coverage.scss */
  .page-template-template-coverage-2017 #bringlaundrapp #check_postcode {
    background-color: #70CF4A !important;
    border-color: #70CF4A !important;
    position: absolute;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: initial;
  }

  /* line 230, sass/pages/_coverage.scss */
  #alreadythere .voteintro .wrap, #lookup .voteintro .wrap {
    max-width: 480px;
    margin: 0 auto !important;
  }
  /* line 234, sass/pages/_coverage.scss */
  #alreadythere .voteintro .wrap .container, #lookup .voteintro .wrap .container {
    padding-top: 0;
    top: -100px;
  }
  /* line 239, sass/pages/_coverage.scss */
  #alreadythere .smsform input[type=text], #lookup .smsform input[type=text] {
    text-align: left;
    color: #4C5352;
  }
  /* line 243, sass/pages/_coverage.scss */
  #alreadythere ul.appbadges li, #lookup ul.appbadges li {
    float: none;
    margin: 0 auto;
  }

  /* line 249, sass/pages/_coverage.scss */
  input .wpcf7-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* XS */
/* SM */
@media only screen and (min-width: 767px) {
  /* line 266, sass/pages/_coverage.scss */
  .voteintro .container {
    top: -160px;
  }
}
/* MD */
@media only screen and (min-width: 991px) {
  /* line 274, sass/pages/_coverage.scss */
  .voteintro {
    position: relative;
    top: 20px;
  }
  /* line 275, sass/pages/_coverage.scss */
  .voteintro .container {
    top: -160px;
  }
}
/* LG */
/* XLG */
/* XXLG */
/* line 298, sass/pages/_coverage.scss */
#alreadythere.voteintro .wrap {
  margin: 0 auto !important;
}

/*------------------------------------------------------------------*/
/* Press Page Specific Styles */
/*------------------------------------------------------------------*/
/* line 6, sass/pages/_press.scss */
#press-section-1 p {
  margin: 20px 0 30px 0;
}
/* line 9, sass/pages/_press.scss */
#press-section-1 hr {
  max-width: 80%;
  margin-bottom: 0;
}

/* line 15, sass/pages/_press.scss */
#press-header-1 {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 0 !important;
}
/* line 20, sass/pages/_press.scss */
#press-header-1 p {
  text-align: center;
  margin-top: 20px;
}

/* line 26, sass/pages/_press.scss */
#press-release-content {
  padding-top: 20px;
}
/* line 28, sass/pages/_press.scss */
#press-release-content h2 {
  font-size: 30px !important;
  line-height: 26px;
  margin-bottom: 20px;
  margin-bottom: 40px;
}
/* line 32, sass/pages/_press.scss */
#press-release-content p {
  color: #6b6b6b;
  font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 40, sass/pages/_press.scss */
#press-kit-downloads-table h4, .press-kit-badge h4 {
  text-transform: capitalize;
  color: #6b6b6b;
  text-align: center !important;
}
/* line 46, sass/pages/_press.scss */
#press-kit-downloads-table a, .press-kit-badge a {
  display: block;
  font-size: 18px;
}
/* line 51, sass/pages/_press.scss */
#press-kit-downloads-table img, .press-kit-badge img {
  cursor: pointer;
}

/* line 57, sass/pages/_press.scss */
.page-id-45511 .staticphotoblock .container .spbwrap, .page-id-50231 .staticphotoblock .container .spbwrap {
  vertical-align: super;
  padding-top: 25%;
}
/* line 61, sass/pages/_press.scss */
.page-id-45511 .staticphotoblock .container .spbwrap h3, .page-id-50231 .staticphotoblock .container .spbwrap h3 {
  text-align: center;
}
/* line 65, sass/pages/_press.scss */
.page-id-45511 .filter, .page-id-50231 .filter {
  background: rgba(81, 81, 81, 0.6) !important;
}

/* line 71, sass/pages/_press.scss */
.press-kit-panel .panel-body.row {
  padding: 0;
  padding-bottom: 20px;
}
/* line 77, sass/pages/_press.scss */
.press-kit-panel .panel-heading {
  text-align: center;
  font-size: 18px;
  color: #6b6b6b;
}
/* line 82, sass/pages/_press.scss */
.press-kit-panel .panel-body {
  text-align: left;
}
/* line 85, sass/pages/_press.scss */
.press-kit-panel .caption {
  text-align: center;
  font-size: 17px;
  display: none;
}

/* line 91, sass/pages/_press.scss */
h5.press-kit-title {
  text-align: left;
  padding-bottom: 10px;
  font-size: 19px;
  margin-top: 30px;
  color: #6b6b6b;
  border-bottom: 1px solid #ddd;
}

/* line 99, sass/pages/_press.scss */
.press-kit-tile {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  border: 0px solid #aaa;
  margin: 5px;
}

/* line 110, sass/pages/_press.scss */
.press-kit-gallery {
  text-align: left;
}
/* line 113, sass/pages/_press.scss */
.press-kit-gallery a:hover {
  text-decoration: none;
}

/* line 118, sass/pages/_press.scss */
a.press-kit-tile, a.press-kit-tile:hover {
  text-decoration: none;
}

/* XXS */
/* XS */
/* SM */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* BLANK */
/*------------------------------------------------------------------*/
/* line 4, sass/pages/_openinghours.scss */
.page-template-template-openinghours {
  /* XXXS */
  /* XXS */
  /* XS */
  /* SM */
  /* MD */
  /* LG */
  /* XLG */
  /* XXLG */
}
/* line 5, sass/pages/_openinghours.scss */
.page-template-template-openinghours html {
  font-family: "Avenir W01","Open Sans",Helvetica,Arial,sans-serif !important;
  font-size: 16.8px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
}
/* line 8, sass/pages/_openinghours.scss */
.page-template-template-openinghours .outer-button-wrapper {
  background-color: #f4f4f4;
  border-bottom-color: #f4f4f4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #f4f4f4;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #f4f4f4;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #f4f4f4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #4c5352;
  cursor: auto;
  display: inline-block;
  font-family: "Avenir W01","Open Sans",Helvetica,Arial,sans-serif;
  font-size: 16.8px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  height: 48px;
  letter-spacing: normal;
  line-height: 48px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  outline-color: #4c5352;
  outline-style: none;
  outline-width: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  text-align: start;
  text-indent: 0;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  text-transform: none;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  user-select: text;
  visibility: visible;
  width: 380px;
  word-spacing: 0;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
}
/* line 11, sass/pages/_openinghours.scss */
.page-template-template-openinghours #opening-times-check-postcode-submit {
  align-items: flex-start;
  background-color: #ff683a;
  border-bottom-color: #ff683a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #ff683a;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ff683a;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #ff683a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: white;
  cursor: default;
  display: block;
  font-family: "Avenir W01","Open Sans",Helvetica,Arial,sans-serif;
  font-size: 16.8px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  height: 48px;
  letter-spacing: normal;
  line-height: 48px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  min-width: 80px;
  outline-color: white;
  outline-style: none;
  outline-width: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  text-transform: uppercase;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  user-select: none;
  visibility: visible;
  white-space: pre;
  width: 188.766px;
  word-spacing: 0;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border-top-left-radius: 0;
  background: #41A8DE;
  border: #5baed9;
  border-bottom-left-radius: 0;
}
/* line 14, sass/pages/_openinghours.scss */
.page-template-template-openinghours #days-closed-ul {
  font-size: 20px;
  text-align: left;
  padding-left: calc(50% - 100px);
}
/* line 22, sass/pages/_openinghours.scss */
.page-template-template-openinghours #trans-black-bg {
  -webkit-transition: background 300ms ease-in 2s;
  /* property duration timing-function delay */
  -moz-transition: background 300ms ease-in 2s;
  -o-transition: background 300ms ease-in 2s;
  transition: background 300ms ease-in 2s;
  -webkit-transition-property: background;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: background;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-property: background;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: ease-in;
  transition-property: background;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
  position: relative;
  top: 0;
}
/* line 48, sass/pages/_openinghours.scss */
.page-template-template-openinghours #trans-black-bg {
  vertical-align: top;
}
/* line 52, sass/pages/_openinghours.scss */
.page-template-template-openinghours .voteintro .filter {
  min-height: 100%;
}
/* line 56, sass/pages/_openinghours.scss */
.page-template-template-openinghours .voteintro .container {
  display: block;
  min-height: 100% !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 63, sass/pages/_openinghours.scss */
  .page-template-template-openinghours #check-opening-times-wrap {
    padding-top: 25vh;
  }
}
@media (min-width: 768px) {
  /* line 69, sass/pages/_openinghours.scss */
  .page-template-template-openinghours #check-opening-times-wrap {
    padding-top: 25vh;
  }
  /* line 73, sass/pages/_openinghours.scss */
  .page-template-template-openinghours #response-wrap {
    margin-top: 50px;
  }
}
@media only screen {
  /* line 80, sass/pages/_openinghours.scss */
  .page-template-template-openinghours #days-closed-ul {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
  }
}

/*------------------------------------------------------------------*/
/* How it Works */
/*------------------------------------------------------------------*/
/* line 5, sass/pages/_howitworks.scss */
.hiwstep.col-sm-3 {
  margin-bottom: 0;
}
/* line 7, sass/pages/_howitworks.scss */
.hiwstep.col-sm-3 h4 {
  text-align: center;
}

/* XXXS */
/* XXS */
/* XS */
/* SM */
/* MD */
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* BLOG */
/*------------------------------------------------------------------*/
/* line 6, sass/pages/_blog.scss */
.pagination .current {
  color: #FFF;
  background-color: #3abaf1;
}
/* line 10, sass/pages/_blog.scss */
.pagination span, .pagination .pagination a {
  display: inline-block;
  min-width: 26px;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  text-align: center;
  color: #3abaf1;
  border-radius: 4px;
  background: white;
  border: 1px solid #3abaf1;
  margin: 5px;
  margin-bottom: 10px;
}
/* line 23, sass/pages/_blog.scss */
.pagination span:hover, .pagination .pagination a:hover {
  background: #3abaf1;
  color: white;
}

/* line 30, sass/pages/_blog.scss */
.paginationwrapper {
  position: relative;
  font-size: 1.2em;
  text-align: center;
  margin: 60px 0;
  border-top: none;
}
/* line 36, sass/pages/_blog.scss */
.paginationwrapper .returnlink {
  display: none;
}

/* line 41, sass/pages/_blog.scss */
.blog-pagination {
  margin: 0 !important;
}
/* line 43, sass/pages/_blog.scss */
.blog-pagination .pagination {
  position: relative;
  top: initial;
}

/* line 49, sass/pages/_blog.scss */
.blog-header {
  padding: 10px 0px 20px 0px;
}
/* line 51, sass/pages/_blog.scss */
.blog-header h1, .blog-header h2, .blog-header p {
  text-align: center;
}
/* line 54, sass/pages/_blog.scss */
.blog-header .title {
  font-size: 44px !important;
  line-height: 50px;
  color: #6b6b6b !important;
  font-weight: 400 !important;
}
/* line 60, sass/pages/_blog.scss */
.blog-header .descriptions {
  color: #8a8a8a !important;
  font-weight: 300 !important;
  font-size: 44px !important;
  line-height: 50px;
}

/* line 68, sass/pages/_blog.scss */
h6.blog-article-date {
  text-align: left;
}
/* line 70, sass/pages/_blog.scss */
h6.blog-article-date a:hover {
  text-decoration: none;
}

/* line 75, sass/pages/_blog.scss */
.postdate {
  color: #8a8a8a !important;
  text-align: center !important;
}

/* line 80, sass/pages/_blog.scss */
.post-type-archive .socialstrip {
  display: none;
}

/* line 85, sass/pages/_blog.scss */
.blogcontent > .stdcontent p {
  font-size: 20px !important;
  line-height: 28px;
  color: #6b6b6b !important;
  font-weight: 300 !important;
  padding: 0px 20px 0px 20px;
  text-align: left;
}
/* line 93, sass/pages/_blog.scss */
.blogcontent > .stdcontent p img.size-full {
  width: 80%;
}

/* line 98, sass/pages/_blog.scss */
.stdcontent .container {
  max-width: 100%;
}

/* line 103, sass/pages/_blog.scss */
.blogfollowon > .container .postcat a, .blogfollowon > .container .posttag a {
  color: #3abaf1 !important;
  border: 1px solid #3abaf1;
  background: white;
}
/* line 108, sass/pages/_blog.scss */
.blogfollowon > .container .postcat a:hover, .blogfollowon > .container .posttag a:hover {
  background: #3abaf1;
  border: 1px solid white;
  color: white !important;
  text-decoration: none;
}

/* line 118, sass/pages/_blog.scss */
.blogfollowon .returnlink {
  display: none;
}
/* line 121, sass/pages/_blog.scss */
.blogfollowon .relatedtitle {
  background: #3abaf1;
}

/* line 126, sass/pages/_blog.scss */
.related-blog-articles h6.blog-article-date {
  text-align: left !important;
}

/* line 130, sass/pages/_blog.scss */
#blog-header-1 {
  text-align: center;
  margin-top: 0;
}
/* line 134, sass/pages/_blog.scss */
#blog-header-1 hr {
  display: none;
}

/* line 138, sass/pages/_blog.scss */
#blog-header-2 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 144, sass/pages/_blog.scss */
.single-blog .downloadsbar {
  display: none;
}
/* line 147, sass/pages/_blog.scss */
.single-blog img.alignleft, .single-blog .single-blog img.aligncenter, .single-blog .single-blog img.alignright, .single-blog .blog-img-wrap img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
/* line 152, sass/pages/_blog.scss */
.single-blog .row {
  padding-left: 20%;
  padding-right: 20%;
}

/* line 158, sass/pages/_blog.scss */
.blockdate {
  display: none !important;
}

/* line 162, sass/pages/_blog.scss */
.articleblock {
  position: relative;
  display: inline-flex;
  float: none;
  width: 31%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  padding-top: 0;
}
/* line 171, sass/pages/_blog.scss */
.articleblock h3 {
  position: relative;
  left: 0;
  right: initial;
  bottom: initial;
  font-size: 1.3em;
  font-weight: 100;
  text-align: left;
  color: #3abaf1;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 186, sass/pages/_blog.scss */
.articleblock .articlefilter {
  display: none;
}

/* line 191, sass/pages/_blog.scss */
.article-blog {
  margin-top: 0;
}
/* line 193, sass/pages/_blog.scss */
.article-blog .col-lg-4 {
  width: 32%;
}
/* line 196, sass/pages/_blog.scss */
.article-blog h3 {
  height: 80px;
}

/* line 201, sass/pages/_blog.scss */
.article-link:hover {
  text-decoration: none;
}

/* line 205, sass/pages/_blog.scss */
.featuredarticledata {
  padding: 80px;
  max-width: 480px;
}

/* line 210, sass/pages/_blog.scss */
.wp-caption-text, .wp-caption-text span {
  background: none !important;
  text-transform: uppercase !important;
  color: #6b6b6b !important;
  font-size: 12px !important;
}

/* line 217, sass/pages/_blog.scss */
.blog-share-col {
  border-left: 1px dotted #9c9c9c;
}

/* line 221, sass/pages/_blog.scss */
.blog-share .date {
  display: none;
}

/* XS */
@media only screen and (min-width: 640px) {
  /* line 227, sass/pages/_blog.scss */
  .archive-article-blog img {
    margin: 0 !important;
  }

  /* line 231, sass/pages/_blog.scss */
  #facebook-comments {
    padding: 0;
    padding-bottom: 40px;
  }
  /* line 234, sass/pages/_blog.scss */
  #facebook-comments .row {
    padding-top: 0;
  }

  /* line 239, sass/pages/_blog.scss */
  body.single-blog .stdcontent p {
    text-align: left !important;
  }
}
/* XXXS */
@media only screen and (min-width: 20px) {
  /* line 246, sass/pages/_blog.scss */
  .articlemeta a {
    text-align: left;
  }

  /* line 251, sass/pages/_blog.scss */
  .featuredarticledata h3, .featuredarticledata p {
    text-align: left;
  }

  /* line 256, sass/pages/_blog.scss */
  .blockdate {
    top: 125px;
  }

  /* line 260, sass/pages/_blog.scss */
  .article-blog h3 {
    height: 80px;
    font-size: 18px;
    text-align: left;
  }

  /* line 265, sass/pages/_blog.scss */
  div#homeslider {
    top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  /* line 272, sass/pages/_blog.scss */
  h6.blog-article-date {
    text-align: left !important;
  }
}
@media only screen and (min-width: 500px) {
  /* line 278, sass/pages/_blog.scss */
  .article-blog h3 {
    text-align: center;
  }

  /* line 282, sass/pages/_blog.scss */
  .blockdate {
    top: 204px;
  }
}
@media only screen and (min-width: 570px) {
  /* line 288, sass/pages/_blog.scss */
  .article-blog h3 {
    text-align: center;
  }

  /* line 292, sass/pages/_blog.scss */
  .blockdate {
    top: 234px;
    right: 29px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 299, sass/pages/_blog.scss */
  .article-blog h3 {
    text-align: center;
  }

  /* line 303, sass/pages/_blog.scss */
  .blockdate {
    top: 234px;
    right: 71px;
  }
}
/* XS */
@media (max-width: 640px) {
  /* line 315, sass/pages/_blog.scss */
  .single-blog .row {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* SM */
/* MD */
@media only screen and (min-width: 991px) {
  /* line 328, sass/pages/_blog.scss */
  div#homeslider {
    top: 0;
  }

  /* line 332, sass/pages/_blog.scss */
  .article-blog h3 {
    text-align: left;
  }
  /* line 335, sass/pages/_blog.scss */
  .article-blog h6.blog-article-date {
    text-align: left;
  }
  /* line 338, sass/pages/_blog.scss */
  .article-blog img {
    margin: 0 auto !important;
  }
}
/* LG */
/* XLG */
/* XXLG */
/* line 359, sass/pages/_blog.scss */
#alreadythere.voteintro .wrap {
  margin: 0 auto !important;
}

/* line 363, sass/pages/_blog.scss */
.blog-share {
  width: 240px;
  text-align: left;
  margin: 20px 0px;
  color: #6B6B6B;
}

/* line 370, sass/pages/_blog.scss */
.blog-share span {
  font-size: 22px !important;
  font-weight: 400 !important;
  margin: 0;
}

/* line 376, sass/pages/_blog.scss */
.blog-share a:hover, .blog-share a:focus {
  text-decoration: none;
}

/* line 380, sass/pages/_blog.scss */
.blog-share .topbar-row {
  height: 36px;
  margin-bottom: 10px;
}

/* line 385, sass/pages/_blog.scss */
.blog-share .sidebar-row {
  border-top: 1px dotted #B3B3B2;
  height: 66px;
}

/* line 390, sass/pages/_blog.scss */
.blog-share .social-icon a:hover {
  filter: brightness(80%);
}

/* line 394, sass/pages/_blog.scss */
.blog-share .social-icon ul {
  list-style: none !important;
}

/* line 398, sass/pages/_blog.scss */
.blog-share .social-icon ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
  text-align: left;
  position: relative;
  top: 8px;
}

/* line 407, sass/pages/_blog.scss */
.blog-share .social-icon ul li img {
  width: 43px;
  text-align: left;
  transition: all 1s ease;
}

/* line 413, sass/pages/_blog.scss */
.blog-share .share-stats .share-content {
  position: relative;
  top: 4px;
}

/* line 418, sass/pages/_blog.scss */
.blog-share .share-stats img {
  width: 25px;
}

/* line 422, sass/pages/_blog.scss */
.blog-share .tweet-us img {
  height: 35px;
  position: relative;
  top: 10px;
  left: -5px;
  transition: all 1s ease;
}

/* line 430, sass/pages/_blog.scss */
.blog-share .tweet-us img:hover {
  filter: brightness(110%);
}

/* line 434, sass/pages/_blog.scss */
.blog-share .tweet-button {
  border-radius: 25px;
  padding: 0px 17px;
  position: relative;
  top: 8px;
  color: white;
  font-weight: 300;
}

/* line 443, sass/pages/_blog.scss */
.blog-share .tweet-button .tweet-button-content {
  position: relative;
  top: 0px;
  text-transform: lowercase;
}

/* line 449, sass/pages/_blog.scss */
.blog-share .tweet-button .tweet-button-content .fa {
  position: relative;
  top: 4px;
}

/* line 454, sass/pages/_blog.scss */
.blog-share .date {
  padding-top: 10px;
}

/* line 458, sass/pages/_blog.scss */
.blog-share .date span {
  font-size: 14px !important;
}

/*------------------------------------------------------------------*/
/* FAQs */
/*------------------------------------------------------------------*/
/* line 4, sass/pages/_faqs.scss */
.qanda p {
  color: #6b6b6b;
}

/* XXXS */
/* XXS */
/* XS */
/* SM */
/* MD */
/* LG */
/* XLG */
/* XXLG */
/*------------------------------------------------------------------*/
/* INSTANT ORDER */
/*------------------------------------------------------------------*/
/* line 5, sass/pages/_instantorder.scss */
.single-instant-order {
  /* XXXS */
  /* XXS */
  /* XS */
  /* SM */
  /* MD */
  /* LG */
  /* XLG */
  /* XXLG */
}
/* line 7, sass/pages/_instantorder.scss */
.single-instant-order form.wpcf7-form .ordernowform .wpcf7-submit {
  background-color: #88bb4a !important;
  border-color: #88bb4a !important;
}
/* line 12, sass/pages/_instantorder.scss */
.single-instant-order ul.appbadges li {
  float: none;
  margin-bottom: 10px;
}
/* line 17, sass/pages/_instantorder.scss */
.single-instant-order .section#footer2016 {
  display: none;
}
/* line 21, sass/pages/_instantorder.scss */
.single-instant-order .row {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 25, sass/pages/_instantorder.scss */
.single-instant-order .row .row {
  padding: 0;
}
/* line 30, sass/pages/_instantorder.scss */
.single-instant-order #affix-navbar {
  height: 0 !important;
  width: 0 !important;
}
/* line 39, sass/pages/_instantorder.scss */
.single-instant-order #io-header-1, .single-instant-order #io-header-2 {
  color: white;
  text-shadow: 0 1.5px 1px rgba(81, 81, 81, 0.26);
}
/* line 44, sass/pages/_instantorder.scss */
.single-instant-order #io-header-1 {
  padding-top: 40px;
  padding-bottom: 20px;
}
/* line 49, sass/pages/_instantorder.scss */
.single-instant-order #io-header-2 {
  display: none;
}
/* line 53, sass/pages/_instantorder.scss */
.single-instant-order form.wpcf7-form .ordernowform input#postcode, .single-instant-order #check_postcode {
  border-radius: 0;
}
/* line 57, sass/pages/_instantorder.scss */
.single-instant-order #io-section-1 {
  min-height: initial;
}
/* line 61, sass/pages/_instantorder.scss */
.single-instant-order #io-section-1 .filter {
  background: rgba(81, 81, 81, 0.26) !important;
}
/* line 69, sass/pages/_instantorder.scss */
.single-instant-order #io-section-1 #io-check-prices-1 {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 74, sass/pages/_instantorder.scss */
.single-instant-order #io-section-1 .tp-widget-businessinfo {
  font-size: 11px;
  color: white;
  font-weight: 100;
  padding-bottom: 40px;
}
/* line 82, sass/pages/_instantorder.scss */
.single-instant-order #icon-5-star {
  position: relative;
}
/* line 86, sass/pages/_instantorder.scss */
.single-instant-order #icon-quality {
  max-width: 75% !important;
}
/* line 89, sass/pages/_instantorder.scss */
.single-instant-order #icon-convenient {
  position: relative;
  float: none !important;
}
/* line 95, sass/pages/_instantorder.scss */
.single-instant-order #io-section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f2f2f2;
}
/* line 100, sass/pages/_instantorder.scss */
.single-instant-order #io-section-2 .benefits-row {
  height: 100px;
}
/* line 104, sass/pages/_instantorder.scss */
.single-instant-order #io-section-2 .carousel-icon, .single-instant-order #io-section-2 .carousel-text {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 108, sass/pages/_instantorder.scss */
.single-instant-order #io-section-2 .carousel-icon .img-responsive, .single-instant-order #io-section-2 .carousel-text .img-responsive {
  max-width: 88% !important;
}
/* line 114, sass/pages/_instantorder.scss */
.single-instant-order #io-section-2 .carousel-text h5 {
  text-align: left;
  color: #6b6b6b !important;
  margin-bottom: 1px;
  margin-top: 0;
  font-size: 22px !important;
}
/* line 121, sass/pages/_instantorder.scss */
.single-instant-order #io-section-2 .carousel-text p {
  text-align: left;
  color: #a5a5a5;
  margin-top: 5px;
  font-size: 16px;
}
/* line 130, sass/pages/_instantorder.scss */
.single-instant-order .agent-walking {
  top: -30px;
  position: absolute;
  opacity: 0;
  transition: .5s opacity;
}
/* line 137, sass/pages/_instantorder.scss */
.single-instant-order .move-up-80 {
  top: -80px;
}
/* line 141, sass/pages/_instantorder.scss */
.single-instant-order #io-header-3 {
  color: #3abaf1;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
  color: #37c2ff !important;
  font-size: 36px !important;
  margin-top: 0;
  padding-bottom: 20px;
  line-height: 45px;
}
/* line 150, sass/pages/_instantorder.scss */
.single-instant-order .benefit-number span {
  color: #3abaf1;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 72px;
  font-weight: 600;
  color: #37c2ff !important;
  margin-top: -10px;
  position: absolute;
  line-height: 100px;
  text-align: center;
}
/* line 160, sass/pages/_instantorder.scss */
.single-instant-order .benefit-number {
  text-align: center;
}
/* line 164, sass/pages/_instantorder.scss */
.single-instant-order .benefit-text h5 {
  text-align: left;
  margin-bottom: 1px;
  font-size: 26px !important;
}
/* line 169, sass/pages/_instantorder.scss */
.single-instant-order .benefit-text p {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
}
/* line 178, sass/pages/_instantorder.scss */
.single-instant-order .benefits-row div.carousel-icon {
  padding-left: 0 !important;
}
/* line 184, sass/pages/_instantorder.scss */
.single-instant-order #io-section-3 #check-prices .col-xs-12 {
  padding-top: 30px;
}
/* line 189, sass/pages/_instantorder.scss */
.single-instant-order #io-section-3 .how-it-works {
  display: block;
  height: 100px;
}
/* line 196, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 h2, .single-instant-order #io-section-4 h3 {
  text-align: center;
  margin-top: 0;
}
/* line 201, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 h2 {
  color: #37c2ff !important;
}
/* line 206, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 #io-section-4-header h3 {
  margin-top: 10px;
}
/* line 211, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 .io-product-price {
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 0;
}
/* line 216, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 .io-product-price strong {
  margin-left: 4px;
  font-size: 36px !important;
  line-height: 44px;
  margin-bottom: 20px;
}
/* line 223, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 .io-product-title {
  color: #37c2ff !important;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 229, sass/pages/_instantorder.scss */
.single-instant-order #io-section-4 .io-product-text {
  margin-bottom: 20px;
  color: #a5a5a5;
}
/* line 237, sass/pages/_instantorder.scss */
.single-instant-order #io-check-prices-2 .smsform, .single-instant-order #io-check-prices-3 .smsform {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 243, sass/pages/_instantorder.scss */
.single-instant-order #io-check-prices-3 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 250, sass/pages/_instantorder.scss */
.single-instant-order .tap-clean-deliver {
  padding-bottom: 40px;
}
/* line 254, sass/pages/_instantorder.scss */
.single-instant-order div#agent-wrap {
  padding: 0;
}
@media only screen and (min-width: 480px) {
  /* line 264, sass/pages/_instantorder.scss */
  .single-instant-order .single-instant-order #io-section-2 .carousel-icon .img-responsive, .single-instant-order .single-instant-order #io-section-2 .carousel-text .img-responsive {
    max-width: 70% !important;
    margin: 0 auto !important;
  }
  /* line 269, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-icon img {
    margin: 0 auto;
  }
  /* line 273, sass/pages/_instantorder.scss */
  .single-instant-order #icon-5-star {
    top: -20px;
    float: none !important;
  }
  /* line 277, sass/pages/_instantorder.scss */
  .single-instant-order img#icon-quality {
    top: -10px;
    position: relative;
    max-width: 60% !important;
    float: none !important;
  }
  /* line 283, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-icon {
    margin: 0 auto;
    text-align: center;
  }
  /* line 288, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-text h5 {
    font-size: 26px !important;
  }
  /* line 291, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-text p {
    font-size: 18px !important;
  }
  /* line 295, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-3 {
    font-size: 42px;
  }
  /* line 298, sass/pages/_instantorder.scss */
  .single-instant-order .col-xs-3.benefit-number {
    text-align: center;
  }
  /* line 301, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-3 {
    margin-top: 20px;
  }
  /* line 304, sass/pages/_instantorder.scss */
  .single-instant-order .benefit-text p {
    font-size: 18px;
  }
  /* line 307, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-4 .io-product-text {
    font-size: 18px !important;
  }
  /* line 310, sass/pages/_instantorder.scss */
  .single-instant-order .col-xs-8.carousel-text {
    margin-top: 10px;
  }
  /* line 314, sass/pages/_instantorder.scss */
  .single-instant-order #icon-5-star, .single-instant-order #icon-quality, .single-instant-order #icon-convenient {
    max-width: 65% !important;
  }
  /* line 317, sass/pages/_instantorder.scss */
  .single-instant-order #icon-5-star, .single-instant-order #icon-quality, .single-instant-order #icon-convenient {
    top: initial !important;
  }
}
@media only screen and (min-width: 640px) {
  /* line 326, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-2 {
    display: none;
  }
  /* line 329, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-2 .carousel-icon .img-responsive, .single-instant-order .single-instant-order #io-section-2 .carousel-text .img-responsive {
    max-width: 70% !important;
  }
  /* line 332, sass/pages/_instantorder.scss */
  .single-instant-order .agent-walking {
    top: -80px;
  }
  /* line 335, sass/pages/_instantorder.scss */
  .single-instant-order .io-product-price {
    text-align: center;
  }
  /* line 338, sass/pages/_instantorder.scss */
  .single-instant-order .io-product-text {
    text-align: center;
  }
}
@media only screen and (min-width: 767px) {
  /* line 345, sass/pages/_instantorder.scss */
  .single-instant-order .staticphotoblock .filter {
    z-index: -1;
  }
  /* line 348, sass/pages/_instantorder.scss */
  .single-instant-order #io-laundrapp-logo {
    top: -30px;
    position: relative;
  }
  /* line 352, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-1 {
    font-size: 48px !important;
    line-height: 52px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  /* line 358, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-2 {
    display: block !important;
    text-align: center;
  }
  /* line 362, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-2 .carousel-icon .img-responsive, .single-instant-order .single-instant-order #io-section-2 .carousel-text .img-responsive {
    max-width: 90% !important;
    top: 0 !important;
  }
  /* line 366, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-text p {
    font-size: 14px !important;
  }
  /* line 369, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-2 .col-sm-6 {
    padding: 0;
  }
  /* line 372, sass/pages/_instantorder.scss */
  .single-instant-order .staticphotoblock .container {
    display: inline;
  }
  /* line 375, sass/pages/_instantorder.scss */
  .single-instant-order .agent-walking {
    top: -30px;
    left: -20px;
  }
  /* line 379, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-3 .how-it-works {
    height: 140px;
  }
  /* line 382, sass/pages/_instantorder.scss */
  .single-instant-order .col-xs-3.benefit-number {
    text-align: left;
    padding-left: 0;
  }
  /* line 386, sass/pages/_instantorder.scss */
  .single-instant-order .benefit-number {
    text-align: left;
  }
  /* line 390, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-4 h3 {
    margin-bottom: 0;
  }
  /* line 394, sass/pages/_instantorder.scss */
  .single-instant-order #photo-trustpilot-badge {
    top: 20px;
  }
  /* line 398, sass/pages/_instantorder.scss */
  .single-instant-order .io-section-4-header h2 {
    margin-bottom: 10px;
  }
  /* line 401, sass/pages/_instantorder.scss */
  .single-instant-order .io-section-4-header h3 {
    padding: 0 40px 0 40px;
    font-size: 36px !important;
  }
  /* line 406, sass/pages/_instantorder.scss */
  .single-instant-order .io-product-text {
    padding-left: 100px;
    padding-right: 100px;
  }
  /* line 412, sass/pages/_instantorder.scss */
  .single-instant-order .tap-clean-deliver h3.font-size-3.blue-uppercase {
    margin: 10px 0 10px 0;
  }
  /* line 415, sass/pages/_instantorder.scss */
  .single-instant-order .tap-clean-deliver p {
    text-align: center;
  }
  /* line 419, sass/pages/_instantorder.scss */
  .single-instant-order .staticphotoblock {
    height: initial !important;
  }
  /* line 422, sass/pages/_instantorder.scss */
  .single-instant-order .staticphotoblock .container {
    display: block;
  }
}
/* line 426, sass/pages/_instantorder.scss */
.single-instant-order #io-carousel-row {
  position: relative;
  left: 5px;
}
/* line 431, sass/pages/_instantorder.scss */
.single-instant-order input, .single-instant-order #check_postcode {
  border-radius: 0 !important;
}
@media only screen and (min-width: 991px) {
  /* line 438, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-text p {
    font-size: 16px !important;
  }
  /* line 442, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-1 {
    padding-top: 100px;
  }
  /* line 445, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-2 {
    margin-top: 10px;
  }
  /* line 448, sass/pages/_instantorder.scss */
  .single-instant-order .benefit-number {
    padding-left: 0;
  }
  /* line 452, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-4 h2 {
    margin-top: 40px;
  }
  /* line 456, sass/pages/_instantorder.scss */
  .single-instant-order .agent-walking {
    top: -50px;
  }
  /* line 459, sass/pages/_instantorder.scss */
  .single-instant-order #io-section-2 .carousel-text .img-responsive {
    max-width: 64% !important;
    top: 0 !important;
    float: right !important;
  }
  /* line 464, sass/pages/_instantorder.scss */
  .single-instant-order #io-laundrapp-logo {
    top: 0;
    position: absolute;
    right: 5px;
  }
  /* line 469, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  /* line 474, sass/pages/_instantorder.scss */
  .single-instant-order .prices-row .col-md-6 {
    padding: 0 40px 0 40px;
  }
  /* line 478, sass/pages/_instantorder.scss */
  .single-instant-order .tap-clean-deliver {
    padding-bottom: 20px;
  }
  /* line 480, sass/pages/_instantorder.scss */
  .single-instant-order .tap-clean-deliver .blue-uppercase {
    font-size: 26px !important;
  }
  /* line 483, sass/pages/_instantorder.scss */
  .single-instant-order .tap-clean-deliver p {
    margin-top: 10px;
  }
  /* line 487, sass/pages/_instantorder.scss */
  .single-instant-order .io-product-text {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 495, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 503, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-text h5 {
    font-size: 36px !important;
  }
  /* line 506, sass/pages/_instantorder.scss */
  .single-instant-order .carousel-text p {
    font-size: 20px !important;
  }
  /* line 513, sass/pages/_instantorder.scss */
  .single-instant-order #io-header-3 {
    font-size: 48px !important;
  }
  /* line 517, sass/pages/_instantorder.scss */
  .single-instant-order .benefit-text p {
    font-size: 22px !important;
  }
  /* line 522, sass/pages/_instantorder.scss */
  .single-instant-order .prices-row .col-md-6 {
    padding: 0 80px 0 80px;
  }
  /* line 525, sass/pages/_instantorder.scss */
  .single-instant-order .prices-row .col-md-6:first-of-type {
    padding-right: 0;
  }
  /* line 528, sass/pages/_instantorder.scss */
  .single-instant-order .prices-row .col-md-6:last-of-type {
    padding-left: 0;
  }
  /* line 532, sass/pages/_instantorder.scss */
  .single-instant-order #io-carousel-row {
    position: relative;
    left: 15px;
  }
}

/* line 1, sass/pages/_vote.scss */
.voteintro {
  top: 0 !important;
}

/* line 5, sass/pages/_vote.scss */
.voteintro .submitting .wrap {
  padding: 10px 20px;
  color: #FFF;
  background-color: #41A8DE;
  background-image: url(../_images/common/bkgd-loading-snake.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 4px;
  height: 36px;
}

/* line 16, sass/pages/_vote.scss */
.voteintro {
  position: relative;
  display: table;
  width: 100%;
  min-height: 600px;
  text-align: center;
  color: #FFF;
  padding: 0;
  background-color: #41A8DE;
  background-image: url(../_images/content/bkgd-area-voting.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* line 17, sass/pages/_vote.scss */
#bringlaundrapp.hideme {
  display: none;
}

/* line 18, sass/pages/_vote.scss */
#alreadythere.hideme {
  display: none;
}

/* line 19, sass/pages/_vote.scss */
.voteintro .logo {
  opacity: 0;
  position: absolute;
  top: 3%;
  right: 18px;
  left: 18px;
  background-image: url(../_images/common/bkgd-intrologo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}

/* line 20, sass/pages/_vote.scss */
.ie8 .voteintro .logo {
  top: 20px;
}

/* line 21, sass/pages/_vote.scss */
.no-svg .voteintro .logo {
  background-image: url(../_images/common/bkgd-intrologo.png);
}

/* line 22, sass/pages/_vote.scss */
.voteintro .logo.slideDown {
  opacity: 1;
}

/* line 23, sass/pages/_vote.scss */
.voteintro .logo img {
  max-height: 98px;
}

/* line 24, sass/pages/_vote.scss */
.ie8 .voteintro .logo img {
  width: 113px;
}

/* line 25, sass/pages/_vote.scss */
.voteintro .container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  max-width: inherit;
  min-height: 600px;
  z-index: 3;
}

/* line 26, sass/pages/_vote.scss */
.voteintro .wrap {
  padding: 0 0 8% 0;
  margin: 0 auto;
}

/* line 27, sass/pages/_vote.scss */
.voteintro .filter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 600px;
  background-repeat: repeat;
  background-position: 0 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* line 28, sass/pages/_vote.scss */
.voteintro .lightfilter {
  background: rgba(0, 0, 0, 0.25);
}

/* line 29, sass/pages/_vote.scss */
.section.voteintro h1,
.section.voteintro h2 {
  margin: 0 0 10px 0;
}

/* line 31, sass/pages/_vote.scss */
.section.voteintro p {
  margin: 0 0 20px 0;
}

/* line 32, sass/pages/_vote.scss */
.voteintro .smsform input.submit,
.voteintro .smsform input.wpcf7-submit {
  min-width: 80px;
  background-color: #FF683A;
  border-color: #FF683A;
}

/* line 34, sass/pages/_vote.scss */
.voteintro .smsform input.submit:hover,
.voteintro .smsform input.wpcf7-submit:hover {
  background-color: #29333D;
  border-color: #29333D;
}

/* line 36, sass/pages/_vote.scss */
#bringlaundrapp.voteintro .smsform {
  max-width: 380px;
}

/* line 37, sass/pages/_vote.scss */
.voteintro .submitting {
  position: relative;
  z-index: 1;
}

/* line 38, sass/pages/_vote.scss */
.voteintro .submitting.hideme {
  display: none;
}

/* line 39, sass/pages/_vote.scss */
.voteintro .submitting .wrap {
  padding: 10px 20px;
  color: #FFF;
  background-color: #41A8DE;
  background-image: url(../_images/common/bkgd-loading-snake.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 4px;
}

/* line 40, sass/pages/_vote.scss */
.voteintro div.wpcf7-validation-errors,
.voteintro div.wpcf7-mail-sent-ok {
  position: relative;
  margin: -34px 0 0 0 !important;
  z-index: 2;
}

/* line 42, sass/pages/_vote.scss */
.voteintro img.ajax-loader {
  visibility: hidden !important;
}

/* line 43, sass/pages/_vote.scss */
#alreadythere.voteintro {
  min-height: 840px;
}

/* line 44, sass/pages/_vote.scss */
#alreadythere.voteintro .container {
  min-height: 840px;
}

/* line 45, sass/pages/_vote.scss */
#alreadythere.voteintro .filter {
  display: block;
  min-height: 840px;
}

/* line 46, sass/pages/_vote.scss */
#alreadythere.voteintro .logo {
  opacity: 1;
}

/* line 47, sass/pages/_vote.scss */
#alreadythere.voteintro .wrap {
  max-width: 480px;
}

/* line 48, sass/pages/_vote.scss */
#lookup.voteintro {
  min-height: 640px;
}

/* line 49, sass/pages/_vote.scss */
#lookup.voteintro .container {
  min-height: 640px;
}

/* line 50, sass/pages/_vote.scss */
#lookup.voteintro .filter {
  min-height: 640px;
}

/* line 51, sass/pages/_vote.scss */
#lookup.voteintro .logo {
  opacity: 1;
}

/* line 52, sass/pages/_vote.scss */
#lookup.voteintro .wrap {
  max-width: 450px;
  padding: 0;
}

/* line 53, sass/pages/_vote.scss */
#postcodenotrecognised.voteintro .smsform {
  max-width: 380px;
}

/* line 54, sass/pages/_vote.scss */
#voted.voteintro {
  min-height: 660px;
}

/* line 55, sass/pages/_vote.scss */
#voted.voteintro .container {
  min-height: 660px;
}

/* line 56, sass/pages/_vote.scss */
#voted.voteintro .logo {
  opacity: 1;
}

/* line 57, sass/pages/_vote.scss */
#voted.voteintro .wrap {
  max-width: 600px;
  padding: 0 0 10% 0;
}

/* line 58, sass/pages/_vote.scss */
#voted.voteintro h1 {
  font-size: 2.5em;
}

/* line 59, sass/pages/_vote.scss */
.sharevote {
  padding: 12px;
  margin: 30px 0 0 0;
  background: #29333D;
  background: rgba(41, 51, 61, 0.9);
  border-radius: 10px;
}

/* line 60, sass/pages/_vote.scss */
.sharevote h3 {
  margin: 0 0 8px 0;
}

/* line 61, sass/pages/_vote.scss */
.voteintro a.btn {
  font-size: 1em;
  line-height: 32px;
  color: #FFF;
  padding: 0 10px;
  margin: 0;
  border-color: #69737F;
}

/* line 62, sass/pages/_vote.scss */
.voteintro a.btn:hover,
.voteintro a.btn:focus {
  color: #FFF;
  border-color: #2091C4;
  background-color: #2091C4;
}

/* line 64, sass/pages/_vote.scss */
.voteintro a.btnsolid {
  background-color: #41A8DE;
  border: none;
}

/* line 65, sass/pages/_vote.scss */
.voteintro a.btnsolid:hover,
.voteintro a.btnsolid:focus {
  background-color: #2091C4;
}

/* line 67, sass/pages/_vote.scss */
.voteintro a.btnlarge {
  font-size: 1.1em;
  line-height: 48px;
  padding: 0 16px;
}

/* line 68, sass/pages/_vote.scss */
.voteintro a.btntwitter {
  line-height: 48px;
  padding: 0 16px 0 34px;
  margin: 6px 2px;
  background-image: url(../_images/common/bkgd-btntwitter.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
}

/* line 69, sass/pages/_vote.scss */
.no-svg .voteintro a.btntwitter {
  background-image: url(../_images/common/bkgd-btntwitter.png);
}

/* line 70, sass/pages/_vote.scss */
.voteintro a.btnfacebook {
  line-height: 48px;
  padding: 0 16px 0 28px;
  background-image: url(../_images/common/bkgd-btnfacebook.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
}

/* line 71, sass/pages/_vote.scss */
.no-svg .voteintro a.btnfacebook {
  background-image: url(../_images/common/bkgd-btnfacebook.png);
}

/* line 72, sass/pages/_vote.scss */
.votesignup {
  font-size: 1.1em;
  padding: 12px;
  margin: 30px auto 0 auto;
  background: #29333D;
  background: rgba(41, 51, 61, 0.9);
  border-radius: 10px;
}

/* line 73, sass/pages/_vote.scss */
.votesignup h2 {
  font-size: 1.8em;
  margin: 0 0 5px 0;
}

/* line 74, sass/pages/_vote.scss */
.votesignup p {
  margin: 0 0 14px 0;
}

/* line 75, sass/pages/_vote.scss */
.votesignup form#mc-embedded-subscribe-form .mc-field-group {
  margin: 0 0 8px 0;
}

/* line 76, sass/pages/_vote.scss */
.votesignup form#mc-embedded-subscribe-form input.submit {
  position: relative;
  width: 100%;
  text-align: center;
}

/* line 77, sass/pages/_vote.scss */
.votesignup #mc_embed_signup input.mce_inline_error {
  background-color: #FFBBBD;
  border-color: #CB4C58;
}

/* line 78, sass/pages/_vote.scss */
.votesignup #mc_embed_signup div.mce_inline_error {
  font-size: 0.8em;
  font-weight: 400;
  padding: 10px;
  margin: -4px 0 8px 0;
  border-radius: 0 0 4px 4px;
  background-color: #CB2027;
}

/* line 79, sass/pages/_vote.scss */
.votesignup #mc_embed_signup #mce-success-response {
  color: #29333D;
  margin: 8px 0 0 0;
  border-radius: 4px;
  background-color: #93D997;
}

/* line 80, sass/pages/_vote.scss */
.votesignup #submit-response {
  font-size: 0.8em;
}

/* line 81, sass/pages/_vote.scss */
.votesignup #submit-response .error-response {
  color: #FFF;
  padding: 8px;
  margin: 8px 0 0 0;
  background-color: #CB4C58;
  border-radius: 4px;
}

/* line 82, sass/pages/_vote.scss */
.votesignup #submit-response.error-response .error-response {
  padding: 0;
}

/* line 83, sass/pages/_vote.scss */
.votesignup #submit-response .success-response {
  color: #FFF;
  padding: 8px;
  margin: 8px 0 0 0;
  background-color: #93D997;
  border-radius: 4px;
}

/* line 84, sass/pages/_vote.scss */
.voteresults {
  text-align: left;
}

/* line 85, sass/pages/_vote.scss */
.voteresults .keyrow,
.voteresults .locationrow {
  color: #FFF;
  background-color: #41A8DE;
  overflow: hidden;
}

/* line 87, sass/pages/_vote.scss */
.voteresults .keyrow .col,
.voteresults .locationrow .col {
  float: left;
  width: 23%;
  padding: 1%;
}

/* line 89, sass/pages/_vote.scss */
.voteresults .locationrow {
  color: #505050;
  background-color: #FFF;
  border-bottom: 1px solid #AFB6BF;
}

/* line 90, sass/pages/_vote.scss */
.voteresults .locationrow.novotes {
  background-color: #F7F7F7;
}

/* line 91, sass/pages/_vote.scss */
.voteresults .locationrow.nearquota {
  background-color: #F1C45F;
}

/* line 92, sass/pages/_vote.scss */
.voteresults .locationrow.quotareached {
  background-color: #93D997;
}

/* line 93, sass/pages/_vote.scss */
#searchvoteresults {
  position: relative;
  max-width: 480px;
  margin: 0 auto 30px auto;
}

/* line 94, sass/pages/_vote.scss */
#searchvoteresults input {
  padding: 0 0 0 40px;
  background-image: url(../_images/common/bkgd-searchinput.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
}

/* line 95, sass/pages/_vote.scss */
.no-svg #searchvoteresults input {
  background-image: url(../_images/common/bkgd-searchinput.png);
}

/* line 96, sass/pages/_vote.scss */
#searchvoteresults .ui-input-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  text-indent: -999px;
  background-color: #CCC;
  background-image: url(../_images/common/bkgd-searchclear.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  overflow: hidden;
}

/* line 97, sass/pages/_vote.scss */
.no-svg #searchvoteresults .ui-input-clear {
  background-image: url(../_images/common/bkgd-searchclear.png);
}

/* line 98, sass/pages/_vote.scss */
#searchvoteresults .ui-input-clear:hover {
  background-color: #CB4C58;
}

/* line 99, sass/pages/_vote.scss */
.voteintro .promooffer {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  background-color: #29333D;
  z-index: 1000;
}

/* line 100, sass/pages/_vote.scss */
.voteintro .promooffer .container {
  display: block;
  height: auto;
  min-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 101, sass/pages/_vote.scss */
.voteintro .promooffer.slideUp {
  opacity: 1;
}

/* line 105, sass/pages/_vote.scss */
#lookup h1, #lookup h2, #lookup h4 {
  color: white !important;
  text-align: center;
}
/* line 109, sass/pages/_vote.scss */
#lookup h2 {
  padding-top: 60px;
}

/*------------------------------------------------------------------*/
/*                        CASH AFFILIATE PAGE                       */
/*------------------------------------------------------------------*/
/* line 5, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator {
  text-align: center;
  /* --- photo header eg location pages --- */
  /* XXXS */
  /* XXS */
  /* XS */
  /* SM */
  /* MD */
  /* LG */
  /* XLG */
  /* XXLG */
}
/* line 9, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator h3.refer_enter_your_details {
  margin-top: 0;
  text-transform: uppercase;
  color: #00C2FF;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
/* line 18, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1, #refer-a-friend-email-generator #refer-a-friend-email-generator {
  color: #6b6b6b !important;
  text-align: center;
}
/* line 22, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 input, #refer-a-friend-email-generator #refer-a-friend-email-generator input {
  border-radius: 0;
}
/* line 26, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 textarea.form-control, #refer-a-friend-email-generator #refer-a-friend-email-generator textarea.form-control {
  height: 180px;
}
/* line 32, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 h1, #refer-a-friend-email-generator #ca-section-1 h2, #refer-a-friend-email-generator #ca-section-1 h3, #refer-a-friend-email-generator #refer-a-friend-email-generator h1, #refer-a-friend-email-generator #refer-a-friend-email-generator h2, #refer-a-friend-email-generator #refer-a-friend-email-generator h3 {
  text-align: center !important;
}
/* line 38, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h1, #refer-a-friend-email-generator #ca-section-1 #ca-row-1 h2, #refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-row-1 h1, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-row-1 h2, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-row-1 h3 {
  text-align: center !important;
  color: #6b6b6b;
}
/* line 43, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h1, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-row-1 h1 {
  font-size: 32px;
}
/* line 47, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-row-1 h3 {
  max-width: 640px;
  margin: 0 auto;
  font-size: 20px;
}
/* line 53, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h2, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-row-1 h2 {
  font-size: 28px;
}
/* line 58, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-three-cols, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-three-cols {
  text-align: center;
}
/* line 62, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-three-cols img, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-three-cols img {
  max-width: 100px;
  margin: 0 auto;
}
/* line 67, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-three-cols h3, #refer-a-friend-email-generator #refer-a-friend-email-generator #ca-three-cols h3 {
  text-transform: uppercase;
  font-size: 18px;
  max-width: 120px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 600;
}
/* line 79, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator input:focus, #refer-a-friend-email-generator textarea:focus {
  background-color: #fff;
  border: 1px solid #00C2FF;
}
/* line 84, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator .panel-default {
  background: #fafafb;
  border-radius: 0;
}
/* line 90, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise {
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 95, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise label {
  display: none;
}
/* line 99, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise input {
  max-width: 200px;
  display: inline;
}
/* line 104, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise input:first-of-type {
  margin-right: 20px;
}
/* line 108, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b6b6b;
}
/* line 111, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise ::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6b6b;
}
/* line 114, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise :-ms-input-placeholder {
  /* IE 10+ */
  color: #6b6b6b;
}
/* line 117, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-customise :-moz-placeholder {
  /* Firefox 18- */
  color: #6b6b6b;
}
/* line 123, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca_send_email_to_friends {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 260px;
  border-radius: 0;
  background: #63CE37;
  border: 1px solid #63CE37;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  font-size: 16.8px;
}
/* line 136, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca_email_text {
  border-radius: 0;
}
/* line 141, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator .section.photoheader {
  padding: 0;
  margin: 0;
  background-color: #3ABAF1;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 152, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator .section.photoheader .container h1 {
  font-size: 3.4em;
  font-weight: 500;
  color: #FFF;
  padding: 0;
  margin: 0;
  text-align: center !important;
}
/* line 203, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h1, #refer-a-friend-email-generator #ca-section-1 #ca-row-1 h2, #refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3, #refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3 {
  margin-bottom: 30px;
}
/* line 211, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3 {
  max-width: 600px;
  font-weight: 300;
  margin-bottom: 40px;
}
/* line 217, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3 {
  max-width: 600px;
  font-weight: 300;
  margin-bottom: 40px;
}
/* line 222, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3 p {
  font-weight: 400;
  text-align: center;
}
/* line 229, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca_email_div pre {
  font-family: "Lato", "Avenir W01", Helvetica, Arial, sans-serif;
  text-align: left;
  border: 1px solid #ccc;
  background: white;
  border-radius: 0;
  padding: 10px;
  color: #6b6b6b !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
}
/* line 246, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-refcode, #refer-a-friend-email-generator #ca-firstname {
  font-weight: 500;
}
/* line 250, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
  margin: 0 !important;
  width: 30px;
  position: relative;
  float: left;
  top: -100px;
  right: -20px;
}
/* line 259, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 #ca-row-1 h3 {
  max-width: 600px;
}
@media screen and (min-width: 1440px) {
  /* line 264, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
    margin: 0 !important;
    width: 40px;
    position: relative;
    float: left;
    top: -100px;
    right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 275, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
    margin: 0 !important;
    width: 40px;
    position: relative;
    float: left;
    top: -100px;
    right: -20px;
  }
  /* line 284, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca-section-1 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  /* line 291, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
    margin: 0 !important;
    width: 30px;
    position: relative;
    float: left;
    top: -100px;
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 302, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca-customise input:first-of-type {
    margin-right: 0px;
  }
  /* line 306, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
    width: 20px;
    right: -30px;
    float: right;
    top: -80px;
  }
  /* line 313, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca-section-1 #ca-three-cols h3 {
    font-size: 13px;
  }
}
@media screen and (min-width: 480px) {
  /* line 320, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca-customise input:first-of-type {
    margin-right: 0px;
  }
  /* line 324, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
    float: right;
  }
}
@media screen and (min-width: 991px) {
  /* line 330, sass/pages/_affiliate.scss */
  #refer-a-friend-email-generator #ca_arrow_1, #refer-a-friend-email-generator #ca_arrow_2 {
    float: left !important;
  }
}
/* line 336, sass/pages/_affiliate.scss */
#refer-a-friend-email-generator #ca-section-1 input:focus, #refer-a-friend-email-generator #ca-section-1 textarea:focus {
  background-color: #fff;
  border: 1px solid #00C2FF;
}

/* line 345, sass/pages/_affiliate.scss */
.page-template-template-cash-affiliate .section.photoheader .container {
  position: relative;
  padding-top: 130px !important;
  padding-bottom: 140px !important;
  z-index: 2;
}
/* line 351, sass/pages/_affiliate.scss */
.page-template-template-cash-affiliate .section.photoheader .container h1 {
  font-size: 4em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
}

/* XXXS */
/* XXS */
/* XS */
/* SM */
/* MD */
/* LG */
/* XLG */
/* XXLG */
/* line 79, sass/style.scss */
#home-header-15 {
  margin-top: 5px;
}

/* line 83, sass/style.scss */
.sticky-navbar {
  position: fixed;
  width: 100%;
  top: -10px;
  left: 0;
  height: 100px;
  z-index: 80000;
}

/* line 92, sass/style.scss */
#header-navbar {
  display: block;
  background: white;
  /*width: 1560px;*/
  margin: 0 auto;
  /*background: rgba(255,255,255,1);*/
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.89)));*/
  /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.89) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

@media (max-width: 1560px) {
  /* line 108, sass/style.scss */
  #header-navbar {
    width: 100%;
    height: 60px;
    background: white;
  }
}
@media (min-width: 1560px) {
  /* line 115, sass/style.scss */
  #header-navbar {
    width: 1560px;
  }
}
@media (min-width: 991px) {
  /* line 120, sass/style.scss */
  #header-navbar {
    height: 100px;
  }
}
/* line 125, sass/style.scss */
.blogfollowon > .container .postcat a, .blogfollowon > .container .posttag a {
  color: #3abaf1 !important;
  border: 1px solid #3abaf1;
  background: white;
}

/* line 130, sass/style.scss */
.blogfollowon > .container .postcat a:hover, .blogfollowon > .container .posttag a:hover {
  background: #3abaf1;
  border: 1px solid white;
  color: white !important;
  text-decoration: none;
}

/* line 136, sass/style.scss */
.centre-me {
  margin: auto !important;
  text-align: center !important;
}

/* line 141, sass/style.scss */
.pagination .current {
  color: #FFF;
  background-color: #3abaf1;
}

/* line 146, sass/style.scss */
.pagination span, .pagination a {
  display: inline-block;
  min-width: 26px;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  margin: 2px 0 2px 4px;
  text-align: center;
  color: #3abaf1;
  border-radius: 4px;
  background: white;
  border: 1px solid #3abaf1;
  margin: 5px;
  margin-bottom: 10px;
}

/* line 161, sass/style.scss */
.pagination a:hover {
  background: #3abaf1;
  color: white;
}

/* line 166, sass/style.scss */
.paginationwrapper {
  position: relative;
  font-size: 1.2em;
  text-align: center;
  margin: 60px 0;
  border-top: none;
}

/* line 174, sass/style.scss */
.paginationwrapper .returnlink {
  display: none;
}

/* line 178, sass/style.scss */
.article-blog img {
  margin: 0 auto;
}

/* XS */
@media only screen and (min-width: 20px) {
  /* line 184, sass/style.scss */
  .articlemeta a {
    text-align: left;
  }

  /* line 188, sass/style.scss */
  .featuredarticledata p {
    text-align: left;
  }

  /* line 192, sass/style.scss */
  .featuredarticledata h3 {
    text-align: left;
  }

  /* line 196, sass/style.scss */
  .blockdate {
    top: 125px;
  }

  /* line 200, sass/style.scss */
  .article-blog h3 {
    height: 80px;
    font-size: 18px;
    text-align: left;
  }

  /* line 205, sass/style.scss */
  div#homeslider {
    top: 40px;
    margin-bottom: 40px;
  }
}
/* SM */
@media only screen and (min-width: 500px) {
  /* line 213, sass/style.scss */
  .article-blog h3 {
    text-align: center;
  }

  /* line 217, sass/style.scss */
  .blockdate {
    top: 204px;
  }
}
@media only screen and (min-width: 570px) {
  /* line 223, sass/style.scss */
  .article-blog h3 {
    text-align: center;
  }

  /* line 227, sass/style.scss */
  .blockdate {
    top: 234px;
    right: 29px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 234, sass/style.scss */
  .article-blog h3 {
    text-align: center;
  }

  /* line 238, sass/style.scss */
  .blockdate {
    top: 234px;
    right: 71px;
  }
}
/* SM */
/* MD */
@media only screen and (min-width: 991px) {
  /* line 251, sass/style.scss */
  div#homeslider {
    top: 0;
  }

  /* line 254, sass/style.scss */
  .article-blog h3 {
    text-align: left;
  }
}
/* LG */
/* XLG */
/* XXLG */
/* line 274, sass/style.scss */
.blockdate {
  display: none !important;
}

/* line 278, sass/style.scss */
h6.blog-article-date {
  text-align: left;
}

/* line 282, sass/style.scss */
a:hover h6.blog-article-date {
  text-decoration: none;
}

/* line 286, sass/style.scss */
.article-blog {
  margin-top: 0;
}

/* line 290, sass/style.scss */
.article-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  /* line 295, sass/style.scss */
  h6.blog-article-date {
    text-align: center;
  }
}
/* line 300, sass/style.scss */
.blogfollowon .returnlink {
  display: none;
}

/* line 304, sass/style.scss */
.blogfollowon .relatedtitle {
  background: #3abaf1;
}

/* line 309, sass/style.scss */
.single-blog .row {
  padding-left: 20%;
  padding-right: 20%;
}

/* line 314, sass/style.scss */
.single-blog img.alignleft, .single-blog img.aligncenter, .single-blog img.alignright, .blog-img-wrap img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}

/* line 320, sass/style.scss */
.blogcontent > .stdcontent p img.size-full {
  width: 100% !important;
}

/* line 324, sass/style.scss */
.blog-header {
  padding: 10px 0px 20px 0px;
}

/* line 328, sass/style.scss */
.articleblock {
  position: relative;
  display: inline-flex;
  float: none;
  width: 31%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  padding-top: 0;
}

/* line 339, sass/style.scss */
.related-blog-articles h6.blog-article-date {
  text-align: left !important;
}

/* line 342, sass/style.scss */
.archive-article-blog img {
  margin: 0 !important;
}

@media (max-width: 991px) {
  /* line 346, sass/style.scss */
  .archive-article-blog img {
    margin: 0 auto !important;
  }
}
@media (max-width: 500px) {
  /* line 352, sass/style.scss */
  h6.blog-article-date {
    text-align: left !important;
  }
}
/* line 357, sass/style.scss */
.blogcontent > .stdcontent p {
  padding: 0;
}

@media (max-width: 640px) {
  /* line 362, sass/style.scss */
  .single-blog .row {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* line 368, sass/style.scss */
.articleblock h3 {
  position: relative;
  left: 0;
  right: initial;
  bottom: initial;
  font-size: 1.3em;
  font-weight: 100;
  text-align: left;
  color: #3abaf1;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 384, sass/style.scss */
.blog-pagination .pagination {
  position: relative;
  top: initial;
}

/* line 389, sass/style.scss */
.blog-pagination {
  margin: 0 !important;
}

/* line 393, sass/style.scss */
.col-640-wrap {
  color: #6b6b6b;
}

/* line 397, sass/style.scss */
.blog-pagination {
  margin: 0 !important;
}

/* line 401, sass/style.scss */
.text-center-important {
  text-align: center !important;
}

/* line 405, sass/style.scss */
.center-text-vertically {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

/* line 411, sass/style.scss */
.quotes {
  font-family: 'Libre Baskerville', serif;
  font-size: 65px;
  position: relative;
  top: 20px;
  color: #3abaf1;
}

/* line 419, sass/style.scss */
.offer-code {
  text-align: center;
  width: 100%;
}

/* line 424, sass/style.scss */
.image-caption {
  font-size: 12px;
}

/* line 428, sass/style.scss */
h4.vacancy {
  text-transform: none !important;
}

/* line 432, sass/style.scss */
h3.title {
  background-image: none !important;
  font-weight: 400 !important;
}

/* line 437, sass/style.scss */
.copy strong {
  margin-right: 10px;
}

/* line 441, sass/style.scss */
.copy {
  color: #505050;
}

/* line 445, sass/style.scss */
.footertextblock a {
  text-decoration: underline;
}

/* line 449, sass/style.scss */
.white-link {
  color: white !important;
  border-bottom: 1px solid white;
}

/* line 454, sass/style.scss */
.white-link:hover {
  text-decoration: none;
}

/* line 458, sass/style.scss */
#days-closed-ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 463, sass/style.scss */
.voteintro {
  top: 0 !important;
}

@media (max-width: 768px) {
  /* line 468, sass/style.scss */
  #check-opening-times-wrap {
    padding-top: 20vh;
  }

  /* line 472, sass/style.scss */
  #opening-times-check-postcode {
    text-align: left;
  }

  /* line 476, sass/style.scss */
  #mce-EMAIL {
    text-align: left;
  }
}
/* line 481, sass/style.scss */
#facebook-comments {
  padding: 0;
  padding-bottom: 40px;
}

/* line 486, sass/style.scss */
#facebook-comments .row {
  padding-top: 0;
}

@media only screen and (min-width: 1200px) {
  /* line 492, sass/style.scss */
  #hands-type {
    left: -100px;
    top: 630px;
    position: absolute;
    opacity: 0.8;
  }
}
/* line 500, sass/style.scss */
.articleblock .articlefilter {
  display: none;
}

/* line 504, sass/style.scss */
body.single-blog .stdcontent p {
  text-align: left !important;
}

/* line 507, sass/style.scss */
.small-hr {
  display: none;
}

/* line 511, sass/style.scss */
h3.ppc-item-name {
  font-size: 20px;
  color: #6b6b71;
  text-align: center;
}

/* line 517, sass/style.scss */
.ppc-item-price {
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  /* line 523, sass/style.scss */
  .staticphotoblock {
    min-height: initial !important;
  }
}
/* line 529, sass/style.scss */
#home-header-11 a {
  color: #8a8a8a;
  text-decoration: underline;
}

/* line 533, sass/style.scss */
.place-index-link {
  white-space: nowrap;
  font-size: 12px;
}

@media only screen and (width: 768px) {
  /* line 539, sass/style.scss */
  ul.appbadges li {
    float: left;
    margin-right: 4px;
    margin-top: 0;
  }
}
/* line 546, sass/style.scss */
h3.ppc-item-name {
  font-size: 16px;
  white-space: nowrap;
}

/* line 551, sass/style.scss */
h4#ppc-offer-1 {
  text-transform: initial;
}

/* line 555, sass/style.scss */
.small-hr {
  display: none;
}

/* line 558, sass/style.scss */
.small-from {
  color: #41A8DE;
  text-transform: uppercase;
}

/* line 562, sass/style.scss */
.post-type-archive .socialstrip {
  display: none;
}

/* -------------- */
/* line 568, sass/style.scss */
.page-template-template-location-2017 .location-photo-text #location-image-wrap-2 {
  background: url(https://www.laundrapp.com/wp-content/uploads/delivery-1.jpg);
  background-size: cover;
}

/* line 573, sass/style.scss */
.openpricingsummary span.price {
  min-height: 40px;
}

/* line 577, sass/style.scss */
#blog-header-1 {
  padding-left: 10%;
  padding-right: 10%;
}

@supports (-ms-accelerator: true) {
  @media (min-width: 991px) {
    /* line 584, sass/style.scss */
    .main-navbar #main-nav-logo {
      position: relative;
      left: 33px;
      top: -25px;
    }
  }
}
/* line 592, sass/style.scss */
div.section.formblock {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 597, sass/style.scss */
#opencontent {
  padding-top: 10px;
}
