@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr, .m-hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr, .m-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .m-group__title, .m-page-subheader__title, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small, .m-group__title small, .m-page-subheader__title small,
  .h2 .small,
  .m-group__title .small,
  .m-page-subheader__title .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2, .m-group__title, .m-page-subheader__title,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small, .m-group__title small, .m-page-subheader__title small,
  .h2 .small,
  .m-group__title .small,
  .m-page-subheader__title .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2, .m-group__title, .m-page-subheader__title {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline, .u-list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li, .u-list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 15px; }

.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; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .m-select__select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .m-select__select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .m-select__select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .m-select__select:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .m-select__select::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .m-select__select::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .m-select__select[disabled], .form-control[readonly], .m-select__select[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .m-select__select {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .m-select__select[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .m-select__select {
    cursor: not-allowed; }

textarea.form-control, textarea.m-select__select {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input.m-select__select[type="date"],
  input[type="time"].form-control,
  input.m-select__select[type="time"],
  input[type="datetime-local"].form-control,
  input.m-select__select[type="datetime-local"],
  input[type="month"].form-control,
  input.m-select__select[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.m-select__select[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.m-select__select[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.m-select__select[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.m-select__select[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.m-select__select[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.m-select__select[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.m-select__select[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.m-select__select[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.m-select__select,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.m-select__select,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .m-select__select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.m-select__select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.m-select__select,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.m-select__select[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .m-select__select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select.m-select__select {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.m-select__select,
.form-group-sm select[multiple].form-control,
.form-group-sm select.m-select__select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .m-select__select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.m-select__select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.m-select__select,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.m-select__select[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .m-select__select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select.m-select__select {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.m-select__select,
.form-group-lg select[multiple].form-control,
.form-group-lg select.m-select__select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .m-select__select {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .m-select__select + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .m-select__select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .m-select__select + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .m-select__select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.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; }

.has-success .form-control, .has-success .m-select__select {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .m-select__select:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .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; }

.has-warning .form-control, .has-warning .m-select__select {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .m-select__select:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .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; }

.has-error .form-control, .has-error .m-select__select {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .m-select__select:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .m-select__select {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .m-select__select {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .m-select__select {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .btn-default .m-item__badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .btn-checkout {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-checkout:focus, .btn-primary.focus, .focus.btn-checkout {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, .btn-checkout:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-checkout:active, .btn-primary.active, .active.btn-checkout,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.btn-checkout {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-checkout:active:hover, .btn-primary:active:focus, .btn-checkout:active:focus, .btn-primary:active.focus, .btn-checkout:active.focus, .btn-primary.active:hover, .active.btn-checkout:hover, .btn-primary.active:focus, .active.btn-checkout:focus, .btn-primary.active.focus, .active.focus.btn-checkout,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-checkout:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-checkout:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-checkout {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .disabled.btn-checkout:hover, .btn-primary.disabled:focus, .disabled.btn-checkout:focus, .btn-primary.disabled.focus, .disabled.focus.btn-checkout, .btn-primary[disabled]:hover, .btn-checkout[disabled]:hover, .btn-primary[disabled]:focus, .btn-checkout[disabled]:focus, .btn-primary[disabled].focus, .btn-checkout[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-checkout:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-checkout:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus.btn-checkout {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, .btn-checkout .badge, .btn-primary .m-item__badge, .btn-checkout .m-item__badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge, .btn-success .m-item__badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge, .btn-info .m-item__badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, .btn-warning .m-item__badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, .btn-danger .m-item__badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.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; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control, .input-group .m-select__select {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .m-select__select:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .m-select__select {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .m-select__select:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .m-select__select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .m-select__select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .m-select__select {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .m-select__select {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > .m-select__select {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .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; }
  .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; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .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; }
    .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; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .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; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .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; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: transparent;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: rgba(204, 204, 204, 0.3);
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: rgba(204, 204, 204, 0.3); }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: transparent; }

.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; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge, .m-item__badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty, .m-item__badge:empty {
    display: none; }
  .btn .badge, .btn .m-item__badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-xs .m-item__badge, .btn-group-xs > .btn .m-item__badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .m-item__badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .list-group-item.active > .m-item__badge,
  .nav-pills > .active > a > .badge,
  .nav-pills > .active > a > .m-item__badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge, .list-group-item > .m-item__badge {
    float: right; }
  .list-group-item > .badge + .badge, .list-group-item > .m-item__badge + .badge, .list-group-item > .badge + .m-item__badge, .list-group-item > .m-item__badge + .m-item__badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge, .nav-pills > li > a > .m-item__badge {
    margin-left: 3px; }

a.badge:hover, a.m-item__badge:hover, a.badge:focus, a.m-item__badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr, .jumbotron > .m-hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert, .time-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .time-alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .time-alert .alert-link {
    font-weight: bold; }
  .alert > p, .time-alert > p,
  .alert > ul,
  .time-alert > ul {
    margin-bottom: 0; }
  .alert > p + p, .time-alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr, .alert-success .m-hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info, .time-alert {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr, .time-alert hr, .alert-info .m-hr, .time-alert .m-hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, .time-alert .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr, .alert-warning .m-hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr, .alert-danger .m-hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  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;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover, .m-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  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;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top, .top.m-popover {
    margin-top: -10px; }
  .popover.right, .right.m-popover {
    margin-left: 10px; }
  .popover.bottom, .bottom.m-popover {
    margin-top: 10px; }
  .popover.left, .left.m-popover {
    margin-left: -10px; }
  .popover > .arrow, .m-popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .m-popover > .arrow, .popover > .arrow:after, .m-popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after, .m-popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow, .top.m-popover > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after, .top.m-popover > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow, .right.m-popover > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after, .right.m-popover > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow, .bottom.m-popover > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after, .bottom.m-popover > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow, .left.m-popover > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after, .left.m-popover > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .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; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    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; }
  .carousel-control.right {
    right: 0;
    left: auto;
    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; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.smartbanner-show {
  margin-top: 80px; }

.smartbanner-show .smartbanner {
  display: block; }

/** Default **/
.smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: 'Helvetica Neue', sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap; }

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa; }

.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px; }

.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold; }

.smartbanner-title {
  font-size: 13px;
  line-height: 18px; }

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa; }

/** iOS **/
.smartbanner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white; }

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #aaa; }

.smartbanner-ios .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold; }

.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset; }

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef); }

/** Android **/
.smartbanner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px; }

.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee; }

.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none; }

.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold; }

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; }

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none; }

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1; }

/** Windows **/
.smartbanner-windows {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px; }

.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white; }

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa; }

.smartbanner-windows .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold; }

.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset; }

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef); }

.u-btn-unstyled, .m-form__icon-btn, .m-nav-toggle__btn {
  display: inline-block;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated--delay-1 {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms; }
  .animated--delay-2 {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }
  .animated--delay-3 {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  .animated--delay-4 {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  .animated--delay-5 {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.spin {
  -webkit-animation-name: spin;
          animation-name: spin; }

.smoothZoom {
  -webkit-animation-name: smoothZoom;
          animation-name: smoothZoom; }

@-webkit-keyframes smoothZoom {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5); } }

@keyframes smoothZoom {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5); } }

/*! Font license info

## Icons generated by Fontello | MIT license | https://github.com/fontello/fontello

## Font Awesome
Copyright (C) 2016 by Dave Gandy
Author:    Dave Gandy
License:   SIL ()
Homepage:  http://fortawesome.github.com/Font-Awesome/

## Linecons
Copyright (C) 2013 by Designmodo
Author:    Designmodo for Smashing Magazine
License:   CC BY ()
Homepage:  http://designmodo.com/linecons-free/

## MFG Labs
Copyright (C) 2012 by Daniel Bruce
Author:    MFG Labs
License:   SIL (http://scripts.sil.org/OFL)
Homepage:  http://www.mfglabs.com/

## Brandico
(C) 2012 by Vitaly Puzrin
Author:    Crowdsourced, for Fontello project
License:   SIL (http://scripts.sil.org/OFL)
Homepage: https://github.com/fontello/brandico.font
*/
@font-face {
  font-family: 'FontAwesome';
  src: url(/webpack/c1697dfe504d799d393cd02fe34802d2.woff2) format("woff2"), url(/webpack/0edb25d78b567ffb16a50d5bd17d2b2f.woff) format("woff"), url(/webpack/8fe71c06b81f62bebf80828e25e4a2bf.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'font-awesome-min';
    src: url('../font/font-awesome-min.svg?85680920#font-awesome-min') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-star:before {
  content: '\e800'; }

/* '' */
.icon-star-empty:before {
  content: '\e801'; }

/* '' */
.icon-ok:before {
  content: '\e802'; }

/* '' */
.icon-spinner:before {
  content: '\e803'; }

/* '' */
.icon-google-plus-sign:before {
  content: '\e804'; }

/* '' */
.icon-facebook-sign:before {
  content: '\e805'; }

/* '' */
.icon-shopping-cart:before {
  content: '\e806'; }

/* '' */
.icon-alert-sign:before {
  content: '\e807'; }

/* '' */
.icon-calendar:before {
  content: '\e808'; }

/* '' */
.icon-calendar-empty:before {
  content: '\e809'; }

/* '' */
.icon-camera:before {
  content: '\e80a'; }

/* '' */
.icon-caret-down:before {
  content: '\e80b'; }

/* '' */
.icon-caret-up:before {
  content: '\e80c'; }

/* '' */
.icon-chevron-down:before, .m-group__toggle-icon:before {
  content: '\e80d'; }

/* '' */
.icon-chevron-left:before {
  content: '\e80e'; }

/* '' */
.icon-chevron-right:before {
  content: '\e80f'; }

/* '' */
.icon-chevron-up:before {
  content: '\e810'; }

/* '' */
.icon-coffee:before {
  content: '\e811'; }

/* '' */
.icon-envelope:before {
  content: '\e812'; }

/* '' */
.icon-exclamation-sign:before {
  content: '\e813'; }

/* '' */
.icon-facebook:before {
  content: '\e814'; }

/* '' */
.icon-fire:before {
  content: '\e815'; }

/* '' */
.icon-food:before {
  content: '\e816'; }

/* '' */
.icon-gift:before {
  content: '\e817'; }

/* '' */
.icon-google-plus:before {
  content: '\e818'; }

/* '' */
.icon-info-sign:before {
  content: '\e819'; }

/* '' */
.icon-leaf:before {
  content: '\e81a'; }

/* '' */
.icon-meh:before {
  content: '\e81b'; }

/* '' */
.icon-money:before {
  content: '\e81c'; }

/* '' */
.icon-pencil:before {
  content: '\e81d'; }

/* '' */
.icon-phone:before {
  content: '\e81e'; }

/* '' */
.icon-remove:before {
  content: '\e81f'; }

/* '' */
.icon-reorder:before {
  content: '\e820'; }

/* '' */
.icon-rss:before {
  content: '\e821'; }

/* '' */
.icon-signin:before {
  content: '\e822'; }

/* '' */
.icon-signout:before {
  content: '\e823'; }

/* '' */
.icon-time:before {
  content: '\e824'; }

/* '' */
.icon-twitter-sign:before {
  content: '\e825'; }

/* '' */
.icon-twitter:before {
  content: '\e826'; }

/* '' */
.icon-usd:before {
  content: '\e827'; }

/* '' */
.icon-user:before {
  content: '\e828'; }

/* '' */
.icon-truck:before {
  content: '\e829'; }

/* '' */
.icon-comment:before {
  content: '\e82a'; }

/* '' */
.icon-credit-card:before {
  content: '\e82b'; }

/* '' */
.icon-heart:before {
  content: '\e82c'; }

/* '' */
.icon-right:before {
  content: '\e82d'; }

/* '' */
.icon-left:before {
  content: '\e82e'; }

/* '' */
.icon-down:before {
  content: '\e82f'; }

/* '' */
.icon-up:before {
  content: '\e830'; }

/* '' */
.icon-pin:before {
  content: '\e831'; }

/* '' */
.icon-search:before {
  content: '\e832'; }

/* '' */
.icon-location:before {
  content: '\e833'; }

/* '' */
.icon-home:before {
  content: '\e834'; }

/* '' */
.icon-mail:before {
  content: '\e835'; }

/* '' */
.icon-target:before {
  content: '\e836'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-tripadvisor:before {
  width: auto;
  content: '\f262'; }

/* '' */
.icon-instagram-sign:before {
  font-size: 90%;
  content: '\f31f'; }

.icon-pepper:before {
  content: url(/webpack/1db34e8c0f41d3bd7a13183023229d30.png); }

.icon-pepper + .icon-pepper:before {
  margin-left: -0.2em; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px; }

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }
  .icon-spin:before {
    margin: 0;
    width: auto;
    line-height: unset; }

.icon-btn:before {
  margin-right: 0;
  margin-left: 0;
  vertical-align: baseline; }

/**
 * SVG icons
 */
.svg-icons:not([fill]),
.svg-icons *:not([fill]) {
  fill: currentColor; }

.svg-icon-fa-margin {
  margin-right: .2em;
  margin-left: .2em; }

.u-text-normal {
  font-weight: normal !important; }

.u-text-bold {
  font-weight: bold !important; }

.u-text-uppercase {
  text-transform: uppercase !important; }

.u-text-underline {
  text-decoration: underline !important; }

.u-text-lowercase {
  text-transform: lowercase !important; }

.u-text-transform-none {
  text-transform: none !important; }

.u-text-important {
  color: #d9534f !important; }

.u-full-width {
  width: 100% !important; }

.u-disable-transition {
  transition: none !important; }

.u-border-radius {
  border-radius: 4px !important; }

.u-rounded-circle {
  border-radius: 50% !important; }

.u-inline-block {
  display: inline-block !important; }

.u-block {
  display: block !important; }

.u-resize-none {
  resize: none !important; }

.u-va-top {
  vertical-align: top !important; }

.u-va-middle {
  vertical-align: middle !important; }

.u-flip-horizontal {
  -webkit-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important; }

.u-flip-vertical {
  -webkit-transform: scaleY(-1) !important;
          transform: scaleY(-1) !important; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

.u-optional-content:empty {
  display: none !important; }

.u-bg-size-cover {
  background-size: cover !important; }

.u-text-nowrap {
  white-space: nowrap !important; }

.u-base-spacing-t {
  margin-top: 30px !important; }

.u-base-spacing-b {
  margin-bottom: 30px !important; }

.u-small-spacing-t {
  margin-top: 15px !important; }

.u-base-spacing-y {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-small-spacing-b {
  margin-bottom: 15px !important; }

.u-small-spacing-y {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.u-relative {
  position: relative !important; }

.u-flex-grow {
  flex-grow: 1 !important; }

.u-hyphens {
  word-wrap: break-word;
  /* simple fallback for `hyphens` */
  -webkit-hyphens: auto !important;
      -ms-hyphens: auto !important;
          hyphens: auto !important; }

.u-blend-lighten {
  mix-blend-mode: lighten !important; }

.u-blend-darken {
  mix-blend-mode: darken !important; }

.u-color-inherit {
  color: inherit !important; }

.u-base-font-size {
  font-size: 1rem !important; }

.u-font-size-120p {
  font-size: 120% !important; }

.u-m0 {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mr0 {
  margin-right: 0 !important; }

.u-mb0 {
  margin-bottom: 0 !important; }

.u-ml0 {
  margin-left: 0 !important; }

.u-mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-p0 {
  padding: 0 !important; }

.u-pt0 {
  padding-top: 0 !important; }

.u-pr0 {
  padding-right: 0 !important; }

.u-pb0 {
  padding-bottom: 0 !important; }

.u-pl0 {
  padding-left: 0 !important; }

.u-px0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-clear-both {
  clear: both !important; }

.u-progress, .u-progress.disabled, .u-progress[disabled] {
  cursor: progress !important; }

@media screen and (max-width: 767px), (hover: none) {
  .u-progress:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    content: "\e803";
    font-size: 80%;
    width: 1em;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    -webkit-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear; } }

.u-visible-app {
  display: none !important; }
  .l-mobile-app .u-visible-app {
    display: block !important; }

.l-mobile-app .u-hidden-app {
  display: none !important; }

.u-visible-am {
  display: none !important; }
  .l-active-menu .u-visible-am {
    display: block !important; }

.l-active-menu .u-hidden-am {
  display: none !important; }

.u-center {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.u-link-wrapper, .m-list__item--action, .u-link-wrapper:hover, .m-list__item--action:hover, .u-link-wrapper:focus, .m-list__item--action:focus {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

.u-link-wrapper:focus, .m-list__item--action:focus {
  outline: 1px dashed rgba(204, 204, 204, 0.5);
  outline-offset: -2px; }

.u-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

.u-list-inline {
  margin: 0; }

.u-text-unstyled,
.u-link-unstyled {
  color: inherit;
  text-decoration: none; }

.u-text-color {
  color: #333333; }

.u-hover-opacity:hover, .u-hover-opacity:focus {
  opacity: 0.7; }

.u-order-first {
  order: -1 !important; }

.u-order-last {
  order: 9999 !important; }

@media (min-width: 768px) {
  .u-order-sm-first {
    order: -1 !important; }
  .u-order-sm-last {
    order: 9999 !important; } }

@media (min-width: 992px) {
  .u-order-md-first {
    order: -1 !important; }
  .u-order-md-last {
    order: 9999 !important; } }

@media (min-width: 1200px) {
  .u-order-lg-first {
    order: -1 !important; }
  .u-order-lg-last {
    order: 9999 !important; } }

.u-dummy-filler {
  display: inline-block;
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

.d-flex {
  display: flex !important; }

@media (min-width: 480px) {
  .d-xs-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex !important; } }

.d-inline-flex {
  display: inline-flex !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.row--flex {
  display: flex;
  flex-wrap: wrap; }
  .row--flex [class^=col-] {
    float: none;
    width: 100%; }

.row .col-auto,
.row .col-xs-auto,
.row .col-sm-auto,
.row .col-md-auto,
.row .col-lg-auto,
.row .col,
.row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12,
.row .col-xs,
.row .col-sm,
.row .col-md,
.row .col-lg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%; }

.row .col {
  flex-basis: 0;
  flex-grow: 1; }

.row .col-auto {
  flex: 0 0 auto;
  width: auto; }

.row .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.row .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.row .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.row .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.row .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.row .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.row .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.row .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.row .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.row .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.row .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 480px) {
  .row .col-xs {
    flex-basis: 0;
    flex-grow: 1; }
  .row .col-xs-auto {
    flex: 0 0 auto;
    width: auto; }
  .row .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .row .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .row .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .row .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .row .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .row .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .row .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .row .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .row .col-sm {
    flex-basis: 0;
    flex-grow: 1; }
  .row .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .row .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .row .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .row .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .row .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .row .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .row .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .row .col-md {
    flex-basis: 0;
    flex-grow: 1; }
  .row .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .row .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .row .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .row .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .row .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .row .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .row .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .row .col-lg {
    flex-basis: 0;
    flex-grow: 1; }
  .row .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .row .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .row .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .row .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .row .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .row .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .row .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .row .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .row .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .row .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.row--no-gutter {
  margin-right: 0;
  margin-left: 0; }
  .row--no-gutter > [class*="col"] {
    padding-right: 0;
    padding-left: 0; }

.row--vertical-gutter > [class*="col"] {
  padding-top: 15px;
  padding-bottom: 15px; }

.form-control, .m-select__select {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc; }
  .form-control--inline {
    display: inline-block;
    width: auto; }

label {
  font-weight: bold; }

.collapsed__show {
  display: none; }

.collapsed .collapsed__show {
  display: block; }

.collapsed .collapsed__hide {
  display: none; }

.btn {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  text-transform: none; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

@media screen and (min-width: 768px) {
  .btn-gfb-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; } }

.btn-wrap {
  white-space: normal !important; }

button.close,
.close {
  margin-top: -4px;
  margin-right: -5px;
  margin-left: 5px;
  padding: 4px 10px; }

button[disabled] {
  cursor: not-allowed; }

.dropdown-menu {
  max-width: 80vw;
  overflow-x: auto;
  font-size: 14px; }
  .dropdown-menu > li > a {
    padding: 3px 20px; }
    @media (max-width: 767px) {
      .dropdown-menu > li > a {
        padding: 7px 20px; } }

.well {
  color: #767676; }
  .well__title {
    margin-top: 0;
    color: #5c5c5c; }

.modal-dialog {
  border-radius: 6px; }

.media > [class*="float-"] {
  display: inline-block; }
  .media > [class*="float-"][class*="-right"] {
    padding-left: 15px; }
  .media > [class*="float-"][class*="-left"] {
    padding-right: 15px; }

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important; } }

.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xxs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xxs-inline-block {
    display: inline-block !important; } }

@media (min-width: 1366px) {
  .hidden-xlg {
    display: none !important; } }

@media (min-width: 1366px) {
  .visible-xlg-block {
    display: block !important; } }

@media (min-width: 1366px) {
  .visible-xlg-inline {
    display: inline !important; } }

@media (min-width: 1366px) {
  .visible-xlg-inline-block {
    display: inline-block !important; } }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  white-space: nowrap; }

.m-split-pizza-list {
  margin: 0;
  padding-left: 1.35em;
  list-style: none; }
  .m-split-pizza-list__item {
    position: relative;
    min-height: 0.9em;
    line-height: 1.5; }
    .m-split-pizza-list__item:before {
      position: absolute;
      width: 0.45em;
      height: 0.9em;
      background-color: currentColor;
      top: 0.35em;
      left: -1.125em;
      border-bottom-right-radius: 0.45em;
      border-top-right-radius: 0.45em;
      content: ""; }
    .m-split-pizza-list__item:first-child:before {
      border-radius: 0.45em 0 0 0.45em; }

.smartbanner {
  z-index: 1035; }

.success .help-block a,
.has-error .help-block a,
.has-error .control-label a {
  text-decoration: underline; }
  .success .help-block a:hover, .success .help-block a:focus,
  .has-error .help-block a:hover,
  .has-error .help-block a:focus,
  .has-error .control-label a:hover,
  .has-error .control-label a:focus {
    text-decoration: none; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      border-bottom-color: transparent;
      top: auto;
      bottom: -14px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      border-bottom-color: transparent;
      top: auto;
      bottom: -12px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 4px; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eeeeee;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: 0 0 7px 7px solid transparent;
          border-bottom-color: #337ab7;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #337ab7;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #eeeeee; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #337ab7;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #777777; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.mobile-navigation-toggle {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .mobile-navigation-toggle {
      display: none; } }

.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1048;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  background-color: #f6f6f6;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s;
  transition: transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  min-width: 200px;
  max-width: 70vw; }
  @media screen and (min-width: 768px) {
    .mobile-navigation {
      display: none; } }
  .mobile-navigation--right {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .mobile-navigation.is-open {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .mobile-navigation__header {
    position: relative;
    margin: 0;
    padding: 10px;
    background-color: #171717;
    color: #fff;
    font-size: 1rem; }
    .mobile-navigation__header .mobile-navigation-toggle {
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: auto;
      left: auto;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      z-index: 1;
      padding: 5px 10px;
      color: inherit;
      font-size: 20px;
      line-height: 1; }
      .mobile-navigation__header .mobile-navigation-toggle:hover, .mobile-navigation__header .mobile-navigation-toggle:focus {
        color: inherit;
        opacity: 0.7; }
    .mobile-navigation__header a {
      color: inherit; }
  .mobile-navigation__inline-list {
    padding-left: 0;
    list-style: none;
    margin: 0 30px 0 -5px;
    display: flex;
    flex-wrap: wrap; }
  .mobile-navigation__inline-list-item {
    padding-right: 5px;
    padding-left: 5px; }
  .mobile-navigation__list {
    margin-left: 0;
    list-style: none;
    padding-left: 0; }
    .mobile-navigation__list > li {
      float: none; }
      .mobile-navigation__list > li:first-of-type > a {
        border: none; }
      .mobile-navigation__list > li > a {
        display: block;
        padding: 15px 20px; }
    .mobile-navigation__list ul.dropdown-menu {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      float: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      margin: 0;
      max-width: none; }
      .mobile-navigation__list ul.dropdown-menu li > a {
        position: relative;
        padding: 15px 20px 15px 50px; }
        .mobile-navigation__list ul.dropdown-menu li > a:before {
          position: absolute;
          top: 50%;
          left: 30px;
          line-height: 0;
          content: "\2022"; }
    .mobile-navigation__list .is-active {
      background-color: #e9e9e9; }
  .mobile-navigation .user-menu__username {
    display: inline-block;
    max-width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top; }
  .mobile-navigation .dropdown-backdrop {
    display: none; }
  .mobile-navigation .m-language-select__item {
    padding-right: 8px;
    padding-left: 8px; }
  .mobile-navigation .m-language-select__locale-image {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.mobile-navigation-backdrop {
  display: none; }
  .mobile-navigation-backdrop.is-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5; }
    @media screen and (min-width: 768px) {
      .mobile-navigation-backdrop.is-active {
        display: none; } }

@media screen and (max-width: 767px) {
  body.l-navigation-open {
    overflow: hidden; } }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none; }

.lightbox {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/webpack/2299ad0b3f63413f026dfec20c205b8f.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/webpack/84b76dee6b27b795e89e3649078a11c2.png) left 48% no-repeat;
  transition: opacity 0.6s; }
  @media screen and (min-width: 768px) {
    .lb-nav a.lb-prev {
      opacity: 0; } }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/webpack/31f15875975aab69085470aabbfec802.png) right 48% no-repeat;
  transition: opacity 0.6s; }
  @media screen and (min-width: 768px) {
    .lb-nav a.lb-next {
      opacity: 0; } }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/webpack/d9d2d0b1308cb694aa8116915592e2a9.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

.loyalty-dialog {
  text-align: center;
  width: 340px;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: box-shadow .25s ease-in-out; }
  .loyalty-dialog:focus {
    outline: none;
    border-color: green;
    box-shadow: 0 0 50px green; }
  .loyalty-dialog .loyalty-badges {
    border-radius: 5px 5px 0 0;
    padding: 10px;
    width: 315px; }
  .loyalty-dialog .stamp {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #f3f3f3;
    text-align: center;
    vertical-align: middle;
    border: 2px dashed #ececec;
    border-radius: 5px; }
    .loyalty-dialog .stamp > img {
      border-radius: 500px;
      opacity: 1;
      max-width: 100%;
      transition: all .25s ease-in-out; }
    .loyalty-dialog .stamp.empty > img {
      opacity: 0.04; }
    .loyalty-dialog .stamp:hover > img {
      box-shadow: 0 0 10px #d10; }
  .loyalty-dialog hr, .loyalty-dialog .m-hr {
    border: none; }
  .loyalty-dialog hr.special, .loyalty-dialog .special.m-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px dashed #d3d3d3;
    border-bottom: none; }
  .loyalty-dialog p {
    color: green;
    font-family: 'Helvetica Neue', 'Helvetica', Arial;
    font-weight: 300;
    font-size: 14px;
    text-align: center; }
  .loyalty-dialog p.success {
    font-size: 14px;
    color: green; }
  .loyalty-dialog p.success i {
    color: green;
    font-size: 50px; }

.media .loyalty {
  color: white;
  position: absolute;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  text-shadow: 0 1px black;
  top: -2px;
  right: -22px;
  width: 50px; }
  .media .loyalty > img {
    position: absolute;
    display: block;
    z-index: -1;
    top: -17px;
    background: white;
    border-radius: 500px; }

div.loyalty-widget {
  padding: 10px;
  border: 2px dashed #f3f3f3;
  text-align: center;
  margin-bottom: 15px;
  background: white;
  color: #333; }

.loyalty-widget h4 {
  text-align: center;
  color: inherit;
  margin-bottom: 15px; }

.loyalty-widget .stamp {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #f3f3f3;
  text-align: center;
  vertical-align: middle;
  border: 2px dashed #ececec; }

.loyalty-widget .stamp img {
  width: 100%; }

.loyalty-widget .stamp.empty img {
  opacity: 0.2; }

.text-centered {
  text-align: center; }

.multi-column, .cart .delivery .radio-group {
  display: flex;
  flex-flow: row wrap; }
  .multi-column > *, .cart .delivery .radio-group > * {
    flex-grow: 1;
    width: 0px;
    margin-bottom: 0px; }
  .multi-column.spaced, .cart .delivery .spaced.radio-group {
    margin-top: 0px;
    margin-bottom: 20px; }
  .multi-column.separated, .cart .delivery .separated.radio-group {
    margin-top: -20px;
    margin-left: -20px; }
    .multi-column.separated.spaced, .cart .delivery .separated.spaced.radio-group {
      margin-top: 0px;
      margin-bottom: 20px; }
    .multi-column.separated > *, .cart .delivery .separated.radio-group > * {
      margin-top: 20px;
      margin-left: 20px; }
  .multi-column.no-stretch, .cart .delivery .no-stretch.radio-group {
    justify-content: flex-start; }

form.vertical .field .inputs {
  margin: 10px 0; }

form.horizontal .field {
  margin-bottom: 10px; }

.l-three-columns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.l-column {
  width: 31%; }

@media (max-width: 767px) {
  .l-column {
    width: 100%; } }

@media screen and (max-width: 750px) {
  .multi-column:not(.mobile), .cart .delivery .radio-group:not(.mobile) {
    flex-direction: column; }
  .multi-column:not(.mobile) > *, .cart .delivery .radio-group:not(.mobile) > * {
    width: 100%;
    margin-bottom: 10px; } }

div.checkout {
  margin-bottom: 30px; }
  div.checkout .column-form {
    flex-grow: 2;
    margin-right: 2%; }
  div.checkout .column-summary .price {
    text-align: right;
    white-space: nowrap; }

@media (max-width: 767px) {
  div.checkout {
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column; }
    div.checkout .column-form, div.checkout .column-summary {
      width: 100%; }
    div.checkout .column-form {
      order: 2;
      margin-right: 0; }
    div.checkout .column-summary {
      order: 1; } }

.facebook-like-box {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  z-index: 999;
  left: -300px;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.facebook-like-box.is-hover,
.facebook-like-box:hover {
  left: 0; }

.facebook-like-box .content {
  background: white; }

.facebook-like-box .open-button {
  position: absolute;
  right: -46px;
  top: 0;
  cursor: pointer;
  border: 1px solid #0d0d69; }

@media (max-width: 767px) {
  .facebook-like-box {
    display: none; } }

.visible-closed {
  display: none; }

.restaurant-closed .hidden-closed {
  display: none; }

.restaurant-closed .visible-closed {
  display: inherit; }

.restaurant-closed .add-button {
  opacity: 0.6; }

.add-button + .dropdown-menu {
  left: auto;
  text-align: left;
  right: 0; }

.size-info {
  text-align: center; }

.l-menu-promotions {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.l-menu-promotion-item {
  width: 31%; }

@media (max-width: 767px) {
  .l-menu-promotion-item {
    width: 100%; } }

tr.pizza .product-name, tr.dish .product-name {
  position: relative; }

tr.pizza .dish-icons, tr.dish .dish-icons {
  margin-right: 5px;
  display: inline-block; }

.dish-icons {
  padding-left: 0;
  list-style: none;
  display: inline-block; }
  .dish-icons__list-item {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }
  .dish-icons [class^="svg-icon-"] {
    vertical-align: middle; }

tr.pizza .label.label-dish, tr.dish .label.label-dish {
  position: absolute;
  top: -11px;
  left: -2px;
  border-radius: 0; }

.label.label-discount {
  background-color: #bf9543; }

.notification {
  position: fixed;
  padding: 20px;
  display: block;
  z-index: 1037;
  background: #8C2CB1;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.3s, background-color 0.3s; }
  .notification:hover, .notification:focus {
    outline: none;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none; }
  .notification.hide {
    display: none; }
  .notification--error.notification--error {
    color: #fff;
    background-color: #d50000;
    border-color: #d50000; }
    .notification--error.notification--error hr, .notification--error.notification--error .m-hr {
      border-top-color: #bc0000; }
    .notification--error.notification--error .alert-link {
      color: #e6e6e6; }
    .notification--error.notification--error:target {
      display: none; }
    .notification--error.notification--error:hover, .notification--error.notification--error:focus {
      color: #fff;
      border-color: #d50000;
      background-color: #d50000;
      box-shadow: none; }
  .notification--payment-warning {
    color: #333;
    background-color: #fff3cd;
    border-color: #fff3cd; }
    .notification--payment-warning hr, .notification--payment-warning .m-hr {
      border-top-color: #ffedb4; }
    .notification--payment-warning .alert-link {
      color: #1a1a1a; }
    .notification--payment-warning:hover, .notification--payment-warning:focus {
      color: #333; }
  .notification .close {
    padding: 0 0.5em; }

.wysiwyg-color-black {
  color: black; }

.wysiwyg-color-silver {
  color: silver; }

.wysiwyg-color-gray {
  color: gray; }

.wysiwyg-color-white {
  color: white; }

.wysiwyg-color-maroon {
  color: maroon; }

.wysiwyg-color-red {
  color: red; }

.wysiwyg-color-purple {
  color: purple; }

.wysiwyg-color-fuchsia {
  color: fuchsia; }

.wysiwyg-color-green {
  color: green; }

.wysiwyg-color-lime {
  color: lime; }

.wysiwyg-color-olive {
  color: olive; }

.wysiwyg-color-yellow {
  color: yellow; }

.wysiwyg-color-navy {
  color: navy; }

.wysiwyg-color-blue {
  color: blue; }

.wysiwyg-color-teal {
  color: teal; }

.wysiwyg-color-aqua {
  color: aqua; }

.wysiwyg-color-orange {
  color: orange; }

.wysiwyg-text-align-center {
  text-align: center; }
  .wysiwyg-text-align-center img {
    margin-right: auto;
    margin-left: auto; }

.wysiwyg-text-align-left {
  text-align: left; }
  .wysiwyg-text-align-left img {
    margin-right: auto; }

.wysiwyg-text-align-right {
  text-align: right; }
  .wysiwyg-text-align-right img {
    margin-left: auto; }

.card, form.checkout section {
  background: white;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .card header.full-bleed, form.checkout section header.full-bleed {
    margin-top: -20px; }

.full-bleed {
  margin-left: -20px;
  margin-right: -20px; }

label.control-label {
  font-weight: bold; }

label.radio {
  display: inline-block;
  margin-right: 10px; }

label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 0; }

textarea, input, select {
  border: none;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 4px 6px;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  transition: border-bottom-color 0.2s ease-out; }
  textarea :-moz-placeholder, input :-moz-placeholder, select :-moz-placeholder {
    color: #a2a2a2; }
  textarea ::-moz-placeholder, input ::-moz-placeholder, select ::-moz-placeholder {
    color: #a2a2a2; }
  textarea :-ms-input-placeholder, input :-ms-input-placeholder, select :-ms-input-placeholder {
    color: #a2a2a2; }
  textarea ::-webkit-input-placeholder, input ::-webkit-input-placeholder, select ::-webkit-input-placeholder {
    color: #a2a2a2; }
  textarea:focus, input:focus, select:focus {
    outline: none;
    border-bottom-color: #4059a9; }

input[type="radio"]:focus, input[type='checkbox']:focus {
  box-shadow: 0 0 3px 2px rgba(64, 89, 169, 0.33);
  background-color: #4059a9;
  border-radius: 10px; }

textarea, input[type='text'], input[type='tel'], input[type='email'], input[type='password'] {
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px; }

.form-group .help-block {
  display: block;
  width: 100%; }

textarea {
  height: 50px; }

.input-prepend {
  display: flex;
  flex-wrap: wrap; }
  .input-prepend input {
    flex: 1; }

.error textarea, .error input {
  border-bottom-color: #d10; }

.error .help-block {
  color: #d10; }

.success textarea, .success input {
  border-bottom-color: green; }

.success .help-block {
  color: green; }

button[type='submit']:focus, input[type='submit']:focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.41), 0 2px 10px 0 rgba(0, 0, 0, 0.5); }

form.checkout h3 {
  margin-bottom: 5px; }

form.checkout abbr[title='required'] {
  color: #d10; }

form.checkout header {
  margin-bottom: 15px; }

form.checkout section {
  padding-top: 35px; }

form.checkout section.error header a {
  color: #d10; }

form.checkout .btn-search-restaurant {
  display: none; }

form.checkout .icon-ok {
  font-size: 14px;
  line-height: 20px; }

form.checkout .actions {
  text-align: right; }

form.checkout .form-actions {
  margin-top: 0px;
  border-top: none;
  margin-bottom: 15px; }
  form.checkout .form-actions:after {
    content: "";
    display: table;
    clear: both; }
  form.checkout .form-actions .aggreement {
    margin-bottom: 15px; }
  form.checkout .form-actions .button, form.checkout .form-actions .navigation > ul > li > .cart-button,
  form.checkout .form-actions .navigation > ul > li > a#checkout_shortcut {
    float: right;
    width: 250px; }

form.checkout .control-group {
  min-height: 50px; }

form.checkout section.confirmation li {
  margin-bottom: 20px; }

form.checkout .apt_number .controls {
  display: flex;
  flex-wrap: wrap; }
  form.checkout .apt_number .controls input[type='checkbox'] {
    margin-top: 7px; }
  form.checkout .apt_number .controls input[type='text'] {
    width: auto;
    flex-grow: 1; }
  form.checkout .apt_number .controls .help-block {
    width: 100%; }

.form-centered {
  max-width: 500px;
  margin: 0 auto; }

.form-bootstrap .control-group {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .form-horizontal .control-label {
    width: auto;
    float: none; }
  .form-horizontal .controls {
    margin-left: 0; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }

@media screen and (min-width: 768px) {
  .modal-dialog--expanded {
    margin: 15px;
    width: auto; } }

@media screen and (min-width: 1200px) {
  .modal-dialog--expanded {
    margin: 30px; } }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .modal-dialog--with-image {
    max-width: 95vw; }
    @media (min-width: 768px) {
      .modal-dialog--with-image {
        width: 760px; }
        .modal-dialog--with-image .modal-content {
          padding-left: 160px; } }
    .modal-dialog__image {
      display: none; }
      @media (min-width: 768px) {
        .modal-dialog__image {
          display: block;
          position: absolute;
          top: 1px;
          left: 1px;
          bottom: 1px;
          height: 100%;
          height: calc(100% - 2px);
          width: 159px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 0 0;
             object-position: 0 0;
          border-radius: 6px 0 0 6px; } } }

.modal-header .close {
  margin-top: -4px; }

.cart-button {
  position: relative; }

.cart .empty {
  text-align: center;
  font-size: 20px;
  opacity: 0.5;
  padding: 20px; }

.cart ul {
  margin: 0; }

.cart li:last-of-type {
  border-bottom: 0; }

.cart .item {
  min-height: 30px;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px dotted lightgray; }
  .cart .item:first-child {
    padding-top: 0; }
  .cart .item .column.info .name {
    font-size: 1.1em;
    font-weight: bold; }
  .cart .item .column.info .description {
    margin: 0;
    font-size: 85%; }
  .cart .item .column.quantity {
    min-width: 5.715em;
    text-align: center; }
  .cart .item .column.price {
    display: none; }
  .cart .item .column.subtotal {
    text-align: right;
    font-weight: bold; }
  .cart .item.item--inactive > * {
    opacity: 0.65; }
  .cart .item.item--separator {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0; }
  .cart .item.item--group {
    border-bottom: none; }

.cart .item.error {
  padding: 5px 10px;
  color: white;
  background: #d50000;
  border-bottom: none;
  min-height: 0;
  font-size: 14px; }
  .cart .item.error:before {
    font-family: FontAwesome;
    content: "\e813";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    margin-right: 5px; }

.cart .remove-item {
  display: none; }

.cart .coupon-input {
  display: flex;
  flex-wrap: wrap; }
  .cart .coupon-input input {
    margin: 0 5px 0 0;
    padding-right: 4px;
    padding-left: 4px;
    width: 6.25em;
    max-width: 150px;
    height: auto;
    flex: 1 1 auto; }
  .cart .coupon-input .btn {
    margin: 0; }

.cart form {
  margin-bottom: 0; }
  .cart form input {
    margin-bottom: 0; }
  .cart form label.check-apt-number {
    flex-grow: 0;
    width: 10px; }
    .cart form label.check-apt-number input {
      position: relative;
      top: 29px; }
  .cart form .multi-column > label, .cart form .delivery .radio-group > label, .cart .delivery form .radio-group > label {
    margin-right: 10px; }

.cart .modal-header {
  position: relative;
  padding: 6px 20px;
  background: #EDEDED;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1052; }
  .cart .modal-header .modal-title {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.2em; }
    .cart .modal-header .modal-title#cart-title {
      text-transform: uppercase; }
  .cart .modal-header .delivery-header {
    display: none; }
  .cart .modal-header .clear-cart {
    font-size: 0.9em;
    margin-right: 10px;
    text-transform: none; }
  .cart .modal-header .close-delivery, .cart .modal-header .close-cart {
    float: right;
    font-size: 2.0em;
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 10px; }
  .cart .modal-header .close-delivery {
    display: none; }

.cart .modal-footer .actions {
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cart .modal-footer .actions .btn {
    margin-left: 5px;
    flex: 1 1 0; }

.cart a {
  cursor: pointer; }

.cart .actions {
  justify-content: flex-end;
  transition: all 0.1s ease-out; }
  .cart .actions .delivery-toggle {
    display: none; }

.cart.delivery-editing .modal-header .clear-cart, .cart.delivery-editing .modal-header .close-cart {
  display: none; }

.cart.delivery-editing .modal-header .close-delivery {
  display: inline; }

.cart.delivery-editing .modal-header .modal-title {
  display: none; }

.cart.delivery-editing .modal-header .delivery-header {
  display: inline-block; }

.cart.delivery-editing .cart-items {
  max-height: 0 !important;
  -webkit-transform: scale(0);
          transform: scale(0); }

.cart.delivery-editing .actions .continue-shopping, .cart.delivery-editing .actions .checkout {
  display: none; }

.cart.delivery-editing .actions .delivery-toggle {
  display: block; }

.cart.delivery-editing .delivery .cost {
  display: inline; }

.cart .delivery {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1051; }
  .cart .delivery .cost {
    display: none; }
  .cart .delivery .editing {
    display: none;
    transition: all 0.2s ease-out; }
  .cart .delivery .radio-group {
    text-align: center;
    margin-bottom: 15px; }
  .cart .delivery .button, .cart .delivery .navigation > ul > li > .cart-button,
  .cart .delivery .navigation > ul > li > a#checkout_shortcut {
    margin-bottom: 0; }
  .cart .delivery .column.name {
    flex-grow: 2; }
  .cart .delivery .column.subtotal {
    flex-grow: 1; }
  .cart .delivery.is-editing {
    border-bottom: 0;
    border-top: 0;
    box-shadow: none; }
    .cart .delivery.is-editing .editing {
      display: block; }
    .cart .delivery.is-editing .delivery-info a {
      opacity: 0; }
    .cart .delivery.is-editing .column.name {
      flex-grow: 1; }
    .cart .delivery.is-editing .subtotal {
      font-size: 1.2em; }
  .cart .delivery .delivery-info a {
    font-size: 0.9em;
    opacity: 1;
    transition: all 0.2s ease-out; }

.numeric-stepper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .numeric-stepper input {
    border: 1px solid #cacaca;
    min-width: 36px;
    height: 42px;
    line-height: 42px;
    flex-grow: 1;
    text-align: center; }
  .numeric-stepper a {
    font-size: 22px;
    height: 42px;
    min-width: 36px;
    line-height: 42px;
    font-weight: bold;
    text-decoration: none; }
    .numeric-stepper a:focus {
      opacity: 0.7; }
    .numeric-stepper a:active {
      background-color: rgba(0, 0, 0, 0.05); }

.cart-multi-column {
  display: flex; }
  .cart-multi-column .column {
    flex: 0 0 auto; }
    .cart-multi-column .column.info {
      flex: 1 1 auto; }
      @media screen and (max-width: 767px) {
        .cart-multi-column .column.info {
          word-wrap: break-word;
          /* simple fallback for `hyphens` */
          -webkit-hyphens: auto;
              -ms-hyphens: auto;
                  hyphens: auto; } }
    .cart-multi-column .column.quantity {
      width: 100px;
      padding: 0 0.4em; }
      @media screen and (min-width: 768px) {
        .cart-multi-column .column.quantity {
          width: 125px; } }
    .cart-multi-column .column.subtotal {
      width: 55px; }
      @media screen and (min-width: 480px) {
        .cart-multi-column .column.subtotal {
          width: 80px; } }

.cart-items__dish-image {
  display: none;
  width: 45px;
  margin-right: 10px;
  flex: 0 0 auto;
  align-self: flex-start;
  border-radius: 4px; }
  @media (min-width: 480px) {
    .cart-items__dish-image {
      display: block; } }
  @media (min-width: 768px) {
    .cart-items__dish-image {
      width: 60px; } }

.disable-scroll {
  position: fixed;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: hidden; }

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; } }

.creator img {
  margin-top: 10px; }

.creator .help-block {
  padding-left: 10px; }

.creator__errors {
  margin-right: 20px;
  padding: 5px 15px;
  display: inline-block; }

.creator__spacer {
  margin-bottom: 15px; }

.creator .sizing .size {
  margin-top: 10px; }

.creator .sizing .pie {
  margin-bottom: 20px; }

.creator .sizing.no-pie-choice .pie {
  display: none; }

.creator .sizing.no-pie-choice .size {
  margin-bottom: 20px; }

.creator .sizing.no-size-choice .size {
  display: none; }

.creator .sizing.no-size-choice .pie {
  margin-top: 10px; }

.creator .pizzaPrice {
  font-size: 24px;
  font-weight: bold; }

.creator .priceWrapper {
  text-align: right; }

.creator .topping-group {
  margin-bottom: 5px; }
  .creator .topping-group.row {
    margin-right: 0;
    margin-left: 0; }
  .creator .topping-group:last-of-type {
    margin-bottom: 0px; }
  .creator .topping-group .topping-group-name {
    margin-bottom: 0.5em;
    color: #7f7f7f;
    line-height: 16px;
    font-weight: bold;
    font-size: 13px;
    padding-top: 12px; }
    @media screen and (min-width: 992px) {
      .creator .topping-group .topping-group-name {
        margin-bottom: 0;
        text-align: right; } }
  .creator .topping-group .show-more, .creator .topping-group .hide-more {
    text-align: center;
    margin: 2px 0 5px; }
    .creator .topping-group .show-more a, .creator .topping-group .hide-more a {
      color: #d10;
      text-decoration: none; }

@media screen and (max-width: 991px) {
  .creator__logo {
    float: right; }
    .creator__logo .logo {
      width: auto;
      max-height: 80px; } }

@media screen and (min-width: 992px) {
  .creator__logo {
    padding-right: 15px;
    padding-left: 15px; } }

.creator__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0; }

.creator__half-ornament {
  margin-top: -10px;
  margin-left: auto;
  width: 30px;
  height: 60px;
  overflow: hidden; }
  .creator__half-ornament--2nd img {
    position: relative;
    left: -30px; }

.creator__half-ornament-img {
  max-width: none;
  height: 60px; }
  .creator .creator__half-ornament-img {
    margin-top: 0; }

.topping-row .col-md-2 {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 0; }
  .topping-row .col-md-2 a {
    text-decoration: none; }
  .topping-row .col-md-2.selected .wrapper {
    width: 100%;
    background: #fffde9; }
  .topping-row .col-md-2.selected .name {
    color: #2d2d2d; }
  .topping-row .col-md-2.selected .topping-icon {
    background-position: 0px -40px; }

.topping-row .topping {
  font-size: 12px;
  display: block;
  position: relative;
  height: 40px; }
  .topping-row .topping .wrapper {
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0;
    position: absolute;
    white-space: nowrap;
    display: flex;
    align-items: center; }
  .topping-row .topping .topping-icon {
    display: inline-block;
    flex: 0 0 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 40px; }
  .topping-row .topping .count {
    display: inline-block;
    flex: 0 0 10px;
    margin-left: 3px;
    color: #d10; }
  .topping-row .topping .name {
    display: inline-block;
    flex: 1 0;
    white-space: normal;
    margin-right: 2px;
    color: rgba(45, 45, 45, 0.5);
    text-decoration: none;
    line-height: 100%; }
    @media screen and (max-width: 479px) {
      .topping-row .topping .name {
        word-wrap: break-word;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
  .topping-row .topping .price {
    white-space: nowrap; }

.base-pizza select {
  font-size: 16px;
  outline: none; }

@media (max-width: 767px) {
  .radio.inline + .radio.inline, .inline-checkboxes label.radio + .radio.inline, #order_online_payment_input .radio.choice + .radio.inline, .radio.inline + .inline-checkboxes label.radio, .inline-checkboxes .radio.inline + label.radio, .inline-checkboxes label.radio + label.radio, #order_online_payment_input .radio.choice + .inline-checkboxes label.radio, .inline-checkboxes #order_online_payment_input .radio.choice + label.radio, .radio.inline + #order_online_payment_input .radio.choice, #order_online_payment_input .radio.inline + .radio.choice, .inline-checkboxes label.radio + #order_online_payment_input .radio.choice, #order_online_payment_input .inline-checkboxes label.radio + .radio.choice, #order_online_payment_input .radio.choice + .radio.choice, .checkbox.inline + .checkbox.inline, .inline-checkboxes label.checkbox + .checkbox.inline, #order_online_payment_input .checkbox.choice + .checkbox.inline, .checkbox.inline + .inline-checkboxes label.checkbox, .inline-checkboxes .checkbox.inline + label.checkbox, .inline-checkboxes label.checkbox + label.checkbox, #order_online_payment_input .checkbox.choice + .inline-checkboxes label.checkbox, .inline-checkboxes #order_online_payment_input .checkbox.choice + label.checkbox, .checkbox.inline + #order_online_payment_input .checkbox.choice, #order_online_payment_input .checkbox.inline + .checkbox.choice, .inline-checkboxes label.checkbox + #order_online_payment_input .checkbox.choice, #order_online_payment_input .inline-checkboxes label.checkbox + .checkbox.choice, #order_online_payment_input .checkbox.choice + .checkbox.choice {
    margin-left: 0px;
    display: block; }
  .creator .topping-group .topping-group-name {
    text-align: left;
    margin-bottom: 5px; }
  .base-pizza {
    margin-bottom: 15px;
    border-bottom: 1px dashed lightgray; }
    .base-pizza .help-block {
      margin-bottom: 10px; }
    .base-pizza select {
      width: 100%; } }

.dish-creator label {
  display: block; }

.channels {
  overflow: hidden;
  width: 575px;
  margin: 0 auto; }
  .channels .alert, .channels .time-alert {
    width: 400px;
    margin: 10px 0px;
    padding: 5px; }
  .channels .channel-group {
    margin-top: 20px;
    margin-bottom: 20px; }
    .channels .channel-group:after {
      content: "";
      display: table;
      clear: both; }

.reset-channel {
  margin: 35px auto; }
  .reset-channel a {
    line-height: 30px; }
  .reset-channel--link {
    display: inline-block;
    padding: 6px 12px; }

.channel {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 1px solid #DADADA;
  cursor: pointer;
  float: left;
  height: 100px;
  margin-right: 4px;
  margin-top: 4px;
  padding: 5px;
  position: relative;
  width: 127px;
  z-index: 4; }
  .channel.selected {
    border: 2px solid #1E63A9;
    border-radius: 4px;
    margin: 3px 3px -1px -1px; }
  .channel.disabled {
    opacity: 0.5;
    text-align: center;
    cursor: text; }
  .channel p.channel-label {
    border: 0 none;
    bottom: 0;
    color: #345565;
    cursor: pointer;
    font-size: 0.625em;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 0px 1px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 11px;
    font-size: 9px; }

.has-error .channel {
  border: 1px solid red; }

.time-alert {
  margin: 20px; }
  .time-alert strong {
    font-size: 16px; }

.waiting-for-payment {
  font-size: 13px; }
  .waiting-for-payment li {
    line-height: 18px; }

.adyen .channel-group.unavailable, .dotpay .channel-group.unavailable {
  display: none; }

.adyen .header, .dotpay .header {
  display: none; }

.adyen .change-channel, .adyen .form-actions, .adyen .time-alert, .dotpay .change-channel, .dotpay .form-actions, .dotpay .time-alert {
  display: block !important; }

.adyen .channel-group > h4, .adyen .channel-group > hr, .adyen .channel-group > .m-hr, .dotpay .channel-group > h4, .dotpay .channel-group > hr, .dotpay .channel-group > .m-hr {
  display: none; }

.adyen #adyen {
  display: block; }

.adyen #dotpay {
  display: none; }

.dotpay #adyen {
  display: none; }

.dotpay #dotpay {
  display: block; }

form.payment .form-actions {
  padding: 20px;
  text-align: right; }

form.payment .btn-large {
  width: 250px;
  margin-left: 10px; }

@media (max-width: 767px) {
  .channels {
    width: 100%; }
  form.payment .btn-large {
    width: 100%;
    margin-left: 0; } }

.alert-danger .btn-search-restaurant {
  display: none; }

.order-result {
  text-align: center; }
  .order-result .on-waiting-for-payment {
    display: none; }
  .order-result .on-waiting-for-confirmation {
    display: none; }
  .order-result .on-completed {
    display: none; }
  .order-result .on-cancelled {
    display: none; }
  .order-result .timer {
    display: inline-block;
    margin-bottom: 1em; }
  .order-result.waiting-for-payment .on-waiting-for-payment {
    display: block; }
  .order-result.waiting-for-confirmation .on-waiting-for-confirmation {
    display: block; }
  .order-result.cancelled .on-cancelled {
    display: block; }
  .order-result.completed .on-completed {
    display: block; }

.cookie-warning {
  position: fixed;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  z-index: 1050;
  padding: 12px; }

.cookie-warning.hide {
  display: none; }

.cookie-warning button {
  margin-left: 5px; }

.cookie-warning p {
  margin-bottom: 0; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box; }

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em; }

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0; }

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #999; }

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  color: #fff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3; }

.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active {
  background-color: #039 \9; }

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget td span.active {
  color: #fff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3; }

.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
  background-color: #039 \9; }

.bootstrap-datetimepicker-widget td span.old {
  color: #999; }

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget th.switch {
  width: 145px; }

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  font-size: 21px; }

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eee; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px; }

.language-select a {
  text-decoration: none;
  cursor: pointer; }

.language-select .locale-image {
  height: 1.2em; }

.language-select .dropdown-menu {
  min-width: 60px; }

.delivery .reservation-ok, .delivery .delivery-ok {
  margin: 25px;
  text-align: center; }

.delivery .reservation-ok h3, .delivery .delivery-ok h3 {
  text-transform: uppercase; }

.delivery .details {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  .delivery .details .detail {
    flex: 1 30%; }

.delivery .delivery-ok {
  color: green; }

.delivery .delivery-button {
  margin: 20px; }

.delivery .dropdown-menu {
  text-align: left; }

.delivery .alert-danger {
  padding: 20px;
  text-align: left;
  border-color: #b94a48; }

.m-delivery-address__container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -7px; }
  .m-delivery-address__container label {
    white-space: nowrap; }

.m-delivery-address__item {
  padding-right: 7px;
  padding-left: 8px;
  flex: 1 1 auto;
  width: auto;
  max-width: 100%; }
  .m-delivery-address__item--street-number {
    flex-basis: 7em; }
    @media screen and (min-width: 768px) {
      .m-delivery-address__item--street-number {
        flex-grow: 0; } }
  .m-delivery-address__item--post-code {
    flex-basis: 9em; }
    @media screen and (min-width: 768px) {
      .m-delivery-address__item--post-code {
        flex-grow: 0; } }
  .m-delivery-address__item--city, .m-delivery-address__item--street {
    flex-basis: 16em; }

.m-delivery-address__br {
  width: 100%; }

@media screen and (min-width: 768px) {
  .m-delivery-address--condensed {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .m-delivery-address--condensed .m-delivery-address__container {
    margin-right: 7px;
    flex-grow: 1; } }

.m-delivery-address--condensed .m-delivery-address__submit-label-placeholder {
  display: none; }
  @media screen and (min-width: 768px) {
    .m-delivery-address--condensed .m-delivery-address__submit-label-placeholder {
      display: block;
      visibility: hidden; } }

@media screen and (min-width: 768px) {
  .m-delivery-address--condensed .m-delivery-address__status {
    width: 100%;
    order: 100; } }

.m-delivery-address--condensed .m-delivery-address__item--city {
  flex-basis: auto; }

.m-delivery-address--condensed .m-delivery-address__br {
  display: none; }

/********************** restaurant list ************/
.restaurant.panel {
  cursor: pointer;
  border-top: 1px solid #f5eded;
  text-align: right; }

.restaurants .restaurant.panel {
  border-top: none;
  padding-bottom: 40px; }

.restaurant-header {
  text-align: center; }

.restaurant.panel p {
  text-align: center; }

.restaurants.row-fluid {
  margin-bottom: 20px; }

.dish-photo-popover.popover.top .arrow, .dish-photo-popover.top.m-popover .arrow {
  left: 15px; }

.dish-photo-popover {
  z-index: 1031;
  max-width: 500px; }
  .dish-photo-popover .popover-content {
    padding: 10px; }
    .dish-photo-popover .popover-content img {
      display: block;
      max-width: 100%;
      height: auto; }
  .dish-photo-popover .close {
    color: black;
    opacity: 1;
    background: white;
    border-radius: 23px;
    padding: 5px 10px;
    position: absolute;
    right: 3px;
    top: 1px; }

.dish-image {
  margin: 5px; }

tr.dish > td:first-of-type, tr.pizza > td:first-of-type {
  padding: 0;
  vertical-align: middle; }

.btn-light {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-light:focus, .btn-light.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-light:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-light:active, .btn-light.active,
  .open > .btn-light.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus,
    .open > .btn-light.dropdown-toggle:hover,
    .open > .btn-light.dropdown-toggle:focus,
    .open > .btn-light.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus,
  fieldset[disabled] .btn-light:hover,
  fieldset[disabled] .btn-light:focus,
  fieldset[disabled] .btn-light.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-light .badge, .btn-light .m-item__badge {
    color: #fff;
    background-color: #333; }

.m-availability__label {
  cursor: pointer; }
  .m-availability__label--available {
    display: none;
    position: relative;
    top: 0.0625em;
    padding: 0;
    font-size: 140%;
    color: #5cb85c;
    line-height: 0 !important; }
  .m-availability__label--unavailable {
    display: inline;
    color: #d9534f;
    border: 1px solid #d9534f; }

.m-availability .popover, .m-availability .m-popover {
  width: 700px;
  max-width: 100%; }

.m-availability__popover__title--available {
  display: none;
  font-size: 14px;
  font-weight: 600; }

.m-availability__popover__title--unavailable {
  display: inline;
  font-size: 14px;
  font-weight: 600; }

.m-availability.is-available .m-availability__label--available {
  display: inline; }

.m-availability.is-available .m-availability__label--unavailable {
  display: none; }

.m-availability.is-available .m-availability__popover__title--available {
  display: inline; }

.m-availability.is-available .m-availability__popover__title--unavailable {
  display: none; }

.m-availability__sheet {
  margin-top: 16px; }
  .m-availability__sheet__header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .m-availability__sheet__header {
        margin-bottom: 0;
        float: left;
        width: 50%;
        text-align: left; } }
  .m-availability__sheet__data {
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .m-availability__sheet__data {
        margin-bottom: 0;
        float: left;
        width: 50%;
        border-bottom: 1px solid #E2E2E2; } }

.m-footer-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 100%; }
  .m-footer-info__terms {
    display: inline-block;
    margin: 2px 0; }
  .m-footer-info__link {
    color: inherit; }
  .m-footer-info__info {
    display: inline-block;
    margin: 2px 0; }
    @media screen and (min-width: 768px) {
      .m-footer-info__info {
        flex-grow: 1;
        text-align: right; } }

.m-map {
  height: 350px;
  width: 100%; }
  .m-map__embed {
    width: 100%;
    height: 100%;
    border: none; }
  .m-map--one-page-section {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px; }

.m-section {
  margin: 0 0 40px; }
  .m-section--separator {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .m-section--separator-t {
    padding-top: 30px;
    border-top: 1px solid transparent; }
  .m-section--separator-b {
    padding-bottom: 30px;
    border-bottom: 1px solid transparent; }

.m-form__group {
  margin-bottom: 15px; }

.m-form__label {
  font-weight: bold; }
  .m-form__label--required:after {
    content: "*";
    color: red; }

.m-form__icon {
  position: relative; }

.m-form__icon-input {
  padding-right: 34px; }

.m-form__icon-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px; }

.m-nav-toggle__btn {
  padding: 7px;
  font-size: 19px; }

@media screen and (min-width: 768px) {
  .m-flex-layout {
    display: flex;
    flex-flow: row nowrap; } }

.m-flex-layout__content--middle {
  align-self: center; }

@media screen and (min-width: 768px) {
  .m-flex-layout__content {
    display: block;
    flex: 1 1 77%; }
    .m-flex-layout--gutter .m-flex-layout__content {
      padding-right: 15px;
      padding-left: 15px; } }

.m-flex-layout--inner-space-before {
  padding-top: 20px; }

.m-flex-layout__aside {
  display: none;
  background: transparent; }
  @media screen and (min-width: 768px) {
    .m-flex-layout__aside {
      display: block;
      flex: 0 0 23%;
      max-width: 280px; }
      .m-flex-layout--gutter .m-flex-layout__aside {
        padding-right: 15px;
        padding-left: 15px; } }
  .m-flex-layout__aside--last {
    order: 10; }
  .m-flex-layout__aside--space-after {
    margin-bottom: 30px; }

.m-flex-layout--gutter {
  margin-right: -15px;
  margin-left: -15px; }

.m-flex-layout--column {
  flex-direction: column; }
  .m-flex-layout--column .m-flex-layout__aside,
  .m-flex-layout--column .m-flex-layout__content {
    flex-basis: auto;
    max-width: none; }

.m-flex-layout--auto {
  display: flex;
  flex-flow: row wrap; }
  .m-flex-layout--auto > * {
    flex: 1 1 auto; }

.m-list__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .m-list__list--featured .m-list__item {
    border-left: 8px solid; }

.m-list__item {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .m-list__item:last-child.m-list__item--header {
    border-bottom: none; }
  .m-list--no-gutter .m-list__item:not(.m-list__item--striped) {
    padding-right: 0;
    padding-left: 0; }
  .m-list__item--striped {
    border-color: transparent; }
    .m-list__item--striped:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.05); }
  .m-list__item--action {
    display: block; }
    .m-list__item--action:hover {
      -webkit-animation: pulse 0.3s;
              animation: pulse 0.3s; }

.m-list--grid .m-list__item, .m-list--grid-md-2 .m-list__item {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap; }

.m-list--grid .m-item--grid, .m-list--grid-md-2 .m-item--grid {
  flex: 1 1 auto;
  display: flex; }

@media screen and (min-width: 768px) {
  .m-list--grid .m-list__list {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap; } }

@media screen and (min-width: 768px) {
  .m-list--grid .m-list__item {
    flex: 1 1 50%;
    max-width: 50%;
    /* fix IE 11 flex-basis bug */ } }

@media screen and (min-width: 992px) {
  .m-list--grid .m-list__item {
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
    /* fix IE 11 flex-basis bug */ } }

@media screen and (min-width: 768px) {
  .m-list--grid-md-2 .m-list__list {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap; } }

@media screen and (min-width: 768px) {
  .m-list--grid-md-2 .m-list__item {
    flex: 1 1 50%;
    max-width: 50%;
    /* fix IE 11 flex-basis bug */ } }

.m-list__title {
  display: none;
  /* hide it because on mobile we have accordion title */
  margin: 0;
  padding: 20px 15px;
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .m-list__title {
      display: block; }
      .m-list--no-gutter .m-list__title:not(.m-list__title--inline-block) {
        padding-right: 0;
        padding-left: 0; } }
  .m-list__title--inline-block {
    margin: 20px 0 20px 50%;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 30px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .m-list__title--inline-block {
        display: inline-block; } }

.m-list__featured--advanced {
  position: relative; }
  @media screen and (min-width: 768px) {
    .m-list__featured--advanced .m-list__title--inline-block {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: 0;
      margin-bottom: 0;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }

@media (max-width: 767px) {
  .m-list__picture--gfbm {
    display: none; } }

.m-list__featured-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.m-list__description {
  margin: 0;
  padding: 15px; }
  .m-list--no-gutter .m-list__description:not(.m-list__description--striped) {
    padding-right: 0;
    padding-left: 0; }

.m-list__list--restaurants {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 45px; }
  .m-list__list--restaurants .m-list__item {
    border-bottom: none; }

.m-item {
  position: relative;
  line-height: 1.42857;
  /* Fill the space with dummy element to make sure that columns are aligned properly like in "table" layout. */ }
  .m-item .dropdown-menu {
    right: 0;
    left: auto; }
  .m-item .label-dish {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    white-space: normal; }
  .m-item__row {
    width: 100%; }
    .m-item__row:not(.m-item__row--header):before, .m-item__row:not(.m-item__row--header):after {
      display: table;
      content: " "; }
    .m-item__row:not(.m-item__row--header):after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .m-item--list .m-item__row {
        display: table; } }
    @media screen and (max-width: 767px) {
      .m-item__row--header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        .m-item__row--header .m-item__col {
          padding-top: 0.125em;
          padding-bottom: 0.125em; } }
    .m-item__row--grid-align {
      display: flex;
      flex-direction: column; }
      .m-item__row--grid-align .m-item__col-header {
        flex-grow: 1; }
  @media screen and (min-width: 768px) {
    .m-item--list .m-item__col-header {
      display: table-cell;
      padding: 0 0.5em 0 0; } }
  .m-item__col-group-info {
    display: inline-block;
    padding: 0.125em 0.5em 0 0; }
    @media screen and (min-width: 768px) {
      .m-item--list .m-item__col-group-info {
        display: table-cell;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .m-item--list .m-item__col-group-info--secondary {
        width: 9%; } }
    @media screen and (min-width: 992px) {
      .m-item--list .m-item__col-group-info--secondary {
        width: 7%; } }
    @media screen and (max-width: 767px) {
      .m-item__col-group-info--size-info {
        display: none; } }
    .m-item--grid .m-item__col-group-info--size-info {
      display: none; }
  @media screen and (max-width: 767px) {
    .m-item__col {
      padding-top: 0.5em; } }
  .m-item--grid .m-item__col {
    padding-top: 0.5em; }
    .m-item--grid .m-item__col--empty {
      display: none; }
  @media screen and (min-width: 768px) {
    .m-item--list .m-item__col {
      display: table-cell;
      text-align: center; }
      .m-item--list .m-item__col--secondary {
        width: 14%;
        padding-left: 0.5em;
        text-align: right; }
      .m-item--list .m-item__col .dropdown-menu {
        min-width: 130px; }
      .m-item--list .m-item__col--regular-align {
        text-align: left; }
      .m-item--list .m-item__col--opposite-align {
        text-align: right; } }
  @media screen and (max-width: 767px) {
    .m-item--list .m-item__col--empty {
      display: none; } }
  @media screen and (max-width: 767px) {
    .m-item__col--secondary.actions {
      margin-left: auto;
      padding-left: 0.5em;
      float: right; } }
  .m-item__col-dummy-filler {
    display: none; }
    .m-item--list .m-item__col-dummy-filler {
      /* element is required only in list mode */ }
      @media screen and (min-width: 768px) {
        .m-item--list .m-item__col-dummy-filler {
          display: inline-block;
          visibility: hidden;
          margin-top: 0;
          margin-bottom: 0;
          padding-top: 0;
          padding-bottom: 0;
          height: 0;
          overflow: hidden; } }
  .m-item__special {
    margin-bottom: 0.7143em; }
    .m-item--list .m-item__special {
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .m-item__special:empty {
        margin-bottom: 0; } }
  .m-item__image {
    overflow: hidden;
    margin-bottom: 0.5em; }
  .m-item__image-img {
    display: block;
    max-width: 100%;
    height: auto; }
  .m-item__image-aside {
    float: left;
    margin-right: 0.5em;
    padding-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .m-item--list .m-item__image-aside {
        float: none;
        display: table-cell;
        width: 5%;
        margin-right: 0;
        padding: 0 0.5em 0 0;
        text-align: center; } }
    .m-item--list .m-item__image-aside--thumbnail {
      width: 150px; }
    .m-item__image-aside--thumbnail {
      float: none;
      width: 150px;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .m-item--list .m-item__image-aside--thumbnail {
          float: left;
          max-width: 22vw;
          margin-right: 0.5em; } }
  @media screen and (max-width: 767px) {
    .m-item__image-placeholder {
      display: none; } }
  .m-item__title {
    margin: 0 0 0.3125em; }
  .m-item__size-info {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 0.75em; }
  .m-item__badge--inside {
    background-color: #fff;
    color: #5f5f5f; }
  .m-item__price {
    white-space: nowrap; }
  .m-item__description {
    margin: 0; }

.m-menu-description {
  margin: 0;
  padding: 0;
  background: none;
  color: inherit; }
  .m-menu-description__text {
    margin: 0;
    text-align: center; }

.m-placeholder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 75%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: contain;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
  .m-placeholder__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s; }
    .m-placeholder__overlay:hover {
      opacity: 1; }
  .m-placeholder__item {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .m-placeholder.u-rounded-circle {
    padding-bottom: 100%; }

.m-group-nav {
  background: transparent; }
  .m-group-nav__title {
    margin-top: 0; }
  .m-group-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .m-group-nav__list--horizontal {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      text-align: center; }
    .m-group-nav__list--dropdown {
      padding-left: 0;
      list-style: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      overflow: auto;
      margin-top: 2px;
      width: 250px;
      max-width: 60vw;
      max-height: 80vh;
      white-space: normal;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .m-group-nav__list--dropdown-menu-right {
      right: 0;
      left: auto; }
  .m-group-nav__link {
    display: block;
    padding: 0.7em 1.2em;
    background: transparent;
    color: inherit;
    border: none; }
    .m-group-nav__link.is-active, .m-group-nav__link:hover, .m-group-nav__link:focus {
      background: rgba(0, 0, 0, 0.15);
      color: inherit;
      text-decoration: none; }
    .m-group-nav__link.is-unavailable {
      opacity: 0.5; }
    .m-group-nav__link--dropdown-toggle {
      border: 0;
      background: none;
      font-size: inherit; }
      .m-group-nav__link--dropdown-toggle.is-active, .m-group-nav__link--dropdown-toggle:hover, .m-group-nav__link--dropdown-toggle:focus {
        background: none; }
  .m-group-nav__list--horizontal .m-group-nav__list-item {
    flex: 1 1 auto; }
  .m-group-nav__link-image {
    display: block;
    margin: 0 auto 0.5em;
    border-radius: 4px; }
  @media screen and (max-width: 767px) {
    .m-group-nav--not-mobile {
      display: none; } }
  .m-group-nav--sticky {
    max-width: 100%;
    z-index: 890; }
  .m-group-nav--dropdown {
    position: relative; }
    .m-group-nav--dropdown.open .m-group-nav__list {
      display: block; }

.m-group__list {
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 767px) {
  .m-group__list-item .m-list {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s; } }

.m-group__list-item--tab {
  display: none; }
  .m-group__list-item--tab.is-active {
    display: block; }
    .m-group__list-item--tab.is-active .m-list {
      -webkit-animation: fadeIn 0.3s;
              animation: fadeIn 0.3s; }

.m-group__list-item--accordion {
  display: none; }
  .m-group__list-item--accordion.is-active {
    display: block; }
    .m-group__list-item--accordion.is-active .m-list {
      -webkit-animation: fadeIn 0.3s;
              animation: fadeIn 0.3s; }

.m-group__list-item--list {
  display: none; }
  .m-group__list-item--list.is-active {
    display: block; }

@media screen and (max-width: 767px) {
  .m-group__list-item--list-all {
    display: none; }
    .m-group__list-item--list-all.is-active {
      display: block; } }

@media screen and (min-width: 768px) {
  .m-group__list-item--separate-item {
    margin-bottom: 60px; } }

.m-group__header {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .m-group__header--mobile {
      display: none; } }
  @media screen and (max-width: 767px) {
    .m-group__header--not-mobile {
      display: none; } }
  .m-group__header:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.m-group__header-link {
  display: flex;
  padding: 0.7em;
  background: transparent;
  color: inherit;
  text-align: left;
  transition: background-color 0.3s;
  align-items: center; }
  .m-group__header-link.is-active, .m-group__header-link:hover, .m-group__header-link:focus {
    background: rgba(0, 0, 0, 0.15);
    color: inherit;
    text-decoration: none; }
  .m-group__header-link.is-unavailable {
    opacity: 0.5; }

.m-group__header-image {
  margin-right: 0.5em;
  flex-shrink: 0; }

.m-group__header-text {
  flex-grow: 1; }

.m-group__toggle-icon {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin: 0;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  flex-shrink: 0; }
  .m-group__header-link.is-active {
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    .m-group__header-link.is-active .m-group__toggle-icon {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }

.no-js .m-group__list-item--tab, .no-js .m-group__list-item--accordion {
  display: block; }

.m-popover__dismiss {
  margin: 0;
  text-align: right; }
  .m-popover__dismiss .close {
    float: none; }

.m-popover__content {
  line-height: 1.42857; }

.m-popover__row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid transparent; }
  .m-popover__row:first-child {
    padding-top: 0;
    border-top: 0; }

.promotion-popover__availability, .m-popover__responsive {
  width: 100%;
  overflow-x: auto;
  min-height: 0.01%; }
  .promotion-popover__availability > *, .m-popover__responsive > * {
    margin-bottom: 0; }

.m-popover--medium {
  max-width: 360px; }

.m-popover--auto {
  max-width: 99vw;
  width: auto; }

.m-counter__item {
  display: inline-block;
  margin: 1px;
  padding: 15px;
  vertical-align: top;
  background-color: #000;
  background-image: linear-gradient(to bottom, #525252 0%, black 100%);
  border-radius: 4px;
  color: #fff; }

.m-counter__value {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 55px;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .m-counter__value {
      font-size: 40px; } }

.m-counter__label {
  display: block;
  font-size: 14px; }

.m-confirmation__list {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside; }
  .m-confirmation__list:before, .m-confirmation__list:after {
    display: table;
    content: " "; }
  .m-confirmation__list:after {
    clear: both; }

.m-confirmation__list-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .m-confirmation__list-item {
      float: left;
      width: 50%; } }

.m-confirmation__button {
  cursor: pointer; }

.m-confirmation__transition-icon {
  display: none;
  margin-top: 4px;
  color: inherit; }
  @media screen and (min-width: 768px) {
    .m-confirmation__transition-icon {
      display: inline-block;
      float: right; } }

.m-confirmation__label,
.m-confirmation .control-label {
  display: block; }

.m-hr--slim {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-page-subheader:before, .m-page-subheader:after {
  display: table;
  content: " "; }

.m-page-subheader:after {
  clear: both; }

.m-page-subheader__title {
  margin: 0 0 20px;
  font-weight: normal;
  text-align: center; }

.m-gallery__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .m-gallery__list--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .m-gallery__list--grid .m-gallery__list-item {
      flex: 0 1 auto; }
      @media screen and (min-width: 480px) {
        .m-gallery__list--grid .m-gallery__list-item {
          max-width: 50%; } }
    .m-gallery__list--grid .m-gallery__title {
      text-align: center; }
    .m-gallery__list--grid .m-gallery__description {
      text-align: center; }
    @media screen and (min-width: 1366px) {
      .m-gallery__list--grid .m-gallery__break-line {
        display: block;
        width: 100%;
        height: 1px;
        visibility: hidden; } }
  @media screen and (min-width: 768px) {
    .m-gallery__list--list .m-gallery__item {
      display: flex; } }
  .m-gallery__list--list .m-gallery__image-link {
    flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .m-gallery__list--list .m-gallery__image {
      width: auto; } }
  .m-gallery__list--list .m-gallery__caption {
    flex-grow: 1; }
    @media screen and (min-width: 768px) {
      .m-gallery__list--list .m-gallery__caption {
        margin-left: 30px; } }
  @media screen and (min-width: 768px) {
    .m-gallery__list--list .m-gallery__title {
      margin-top: 0; } }

.m-gallery__list-item {
  margin-bottom: 30px; }

.m-gallery__break-line {
  display: none; }

.m-gallery__item {
  position: relative; }

.m-gallery__image-link {
  position: relative;
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .m-gallery__image-link:hover {
    z-index: 1000; }
    .m-gallery__image-link:hover .m-gallery__caption-overlay--transparency {
      opacity: 1; }
    .m-gallery__image-link:hover .m-gallery__caption-overlay--zoom {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .m-gallery__image-link:hover .m-gallery__caption-overlay--zoom.m-gallery__caption-overlay--center {
        -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
                transform: scale(1) translateX(-50%) translateY(-50%); }
    .m-gallery__image-link:hover .m-gallery__caption-overlay--rotate {
      opacity: 1;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
      .m-gallery__image-link:hover .m-gallery__caption-overlay--rotate.m-gallery__caption-overlay--center {
        -webkit-transform: rotate(360deg) translateX(-50%) translateY(-50%);
                transform: rotate(360deg) translateX(-50%) translateY(-50%); }
    .m-gallery__image-link:hover .m-gallery__caption-overlay--slide {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .m-gallery__image-link:hover .m-gallery__caption-overlay--slide.m-gallery__caption-overlay--center {
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
  .m-gallery__image-link--zoom {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .m-gallery__image-link--zoom:hover {
      -webkit-transform: scale(1.15) translateZ(10px);
              transform: scale(1.15) translateZ(10px); }
  .m-gallery__image-link--transparency {
    transition: opacity 0.3s; }
    .m-gallery__image-link--transparency:hover {
      opacity: 0.7; }
  .m-gallery__image-link--pulse:hover {
    -webkit-animation: pulse 0.3s;
            animation: pulse 0.3s; }

.m-gallery__image {
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.m-gallery__caption-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .m-gallery__caption-overlay .m-gallery__title,
  .m-gallery__caption-overlay .m-gallery__description {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: inherit;
    color: inherit; }
  .m-gallery__caption-overlay--top {
    top: 0;
    bottom: auto; }
  .m-gallery__caption-overlay--center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    max-width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .m-gallery__caption-overlay--transparency {
    opacity: 0; }
  .m-gallery__caption-overlay--zoom {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
    .m-gallery__caption-overlay--zoom.m-gallery__caption-overlay--center {
      -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
              transform: scale(0) translateX(-50%) translateY(-50%);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
  .m-gallery__caption-overlay--rotate {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
    .m-gallery__caption-overlay--rotate.m-gallery__caption-overlay--center {
      -webkit-transform: rotate(0) translateX(-50%) translateY(-50%);
              transform: rotate(0) translateX(-50%) translateY(-50%);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
  .m-gallery__caption-overlay--slide {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .m-gallery__caption-overlay--slide.m-gallery__caption-overlay--center {
      -webkit-transform: translateX(-50%) translateY(50%);
              transform: translateX(-50%) translateY(50%); }

.m-gallery__title {
  margin-top: 1em;
  margin-bottom: 1em; }

.m-gallery__description {
  margin-top: 1em;
  margin-bottom: 1em; }

.m-gallery__action {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: right; }

.m-restaurant-hours__item {
  padding-top: 6px;
  padding-bottom: 6px; }

.m-restaurant-hours__header, .m-restaurant-hours__data-wrapper, .m-restaurant-hours__data {
  white-space: nowrap; }

.m-restaurant-hours__btn-popover {
  border: 0;
  padding: 0;
  background: transparent; }

.m-restaurant-hours__btn-collapse {
  border: 0;
  padding: 0;
  background: transparent; }

.m-restaurant-hours .icon-ok::before,
.m-restaurant-hours .icon-remove::before,
.m-restaurant-hours .icon-info-sign::before,
.m-restaurant-hours .icon-caret-up::before,
.m-restaurant-hours .icon-caret-down::before {
  vertical-align: baseline; }

.m-restaurant-hours--stretch .m-restaurant-hours__data-wrapper {
  float: right;
  display: flex; }

.m-restaurant-hours--stretch .m-restaurant-hours__data {
  order: 1; }

.m-restaurant-hours--stretch .m-restaurant-hours__btn-collapse {
  order: 1; }

.m-restaurant-hours--nowrap .m-restaurant-hours__item {
  white-space: nowrap; }

.m-restaurant-hours--nowrap .m-restaurant-hours__info {
  white-space: normal; }

.m-attention {
  color: inherit;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.05); }
  .m-attention__area {
    padding: 30px;
    border-radius: 4px; }
    @media screen and (min-width: 768px) {
      .m-attention__area {
        padding: 48px; } }
  .m-attention__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px; }
    @media screen and (max-width: 479px) {
      .m-attention__title {
        word-wrap: break-word; } }
    @media screen and (max-width: 767px) {
      .m-attention__title {
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
  .m-attention__paragraph {
    margin-bottom: 20px; }
    .m-attention__paragraph--last {
      margin-bottom: 0; }
  .m-attention__action {
    display: inline-block;
    vertical-align: middle; }

.m-promo-section {
  text-align: center; }
  .m-promo-section__inner {
    background-position: 50% 50%; }
  .m-promo-section__container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .m-promo-section__container:before, .m-promo-section__container:after {
      display: table;
      content: " "; }
    .m-promo-section__container:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .m-promo-section__container {
        padding-top: 90px;
        padding-bottom: 90px;
        display: flex;
        justify-content: center;
        align-items: center; } }
  .m-promo-section__item {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .m-promo-section__item {
        flex: 1 1 0; }
        .m-promo-section__item:first-child {
          display: flex;
          justify-content: flex-end; } }
    .m-promo-section--simple .m-promo-section__item {
      display: block;
      padding-right: 0;
      padding-left: 0; }
  .m-promo-section--simple .m-promo-section__item-inner {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .m-promo-section--simple .m-promo-section__item-inner > * {
      margin-bottom: 0;
      padding-right: 7px;
      padding-left: 7px; }
  .m-promo-section__image {
    display: block;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .m-promo-section__image {
        margin-right: auto;
        margin-left: auto; } }
  .m-promo-section__text {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px; }
  .m-promo-section__action {
    display: inline-block; }
  .m-promo-section--simple {
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px solid;
    border-bottom: 1px solid; }

.m-select {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .form-inline .m-select {
      display: inline-block;
      width: auto;
      vertical-align: middle; } }
  .m-select__select {
    position: relative;
    padding: 6px 24px 6px 12px;
    background-color: transparent;
    text-overflow: ellipsis;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .m-select__select::-ms-expand {
      display: none; }
  .m-select:before {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    margin-left: -4px;
    border-width: 6px 5px 0 5px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    content: ""; }
  .m-select--inline {
    display: inline-block; }

body.navbar-affixed {
  padding-top: 50px; }

img {
  max-width: 100%; }

.modal {
  color: #333; }

.modal.fade {
  display: none; }

.main-section {
  position: relative;
  min-height: 450px; }
  .main-section.section {
    padding-top: 50px; }
  .main-section p {
    margin-bottom: 10px; }
  .main-section .logo {
    padding: 2px;
    background: white;
    max-height: 160px; }
  .main-section.carousel {
    padding-bottom: 60px; }
  .main-section .carousel-indicators {
    margin-bottom: 0; }

.social {
  float: right;
  padding: 5px;
  margin-right: 5px;
  font-size: 17px; }
  .social a {
    color: #5f5f5f; }
    .social a:hover {
      text-decoration: none;
      opacity: 0.7; }

.carousel-indicators {
  padding: 10px;
  bottom: 15px;
  top: auto; }
  .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.55); }
    .carousel-indicators li:first-of-type {
      margin-left: 0; }

.restaurant-controls {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 24px 5px;
  list-style: none;
  margin: 0; }
  .restaurant-controls li {
    display: inline-block; }
  .restaurant-controls a {
    margin-right: 5px;
    color: gray; }
  .restaurant-controls span {
    color: gray; }

.visible-affixed {
  display: none; }
  .affixed .visible-affixed {
    display: inline-block;
    /* fallback for old browsers, including IE11 */
    display: initial; }

.widget {
  text-align: center;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #333333; }
  .widget strong {
    font-size: 40px;
    margin-left: 12px; }
  .widget i {
    color: #a0a0a0; }

.gallery img {
  max-width: 100%; }

.gallery .second-row {
  margin-top: 50px;
  text-align: center; }
  .gallery .second-row .frame {
    overflow: hidden;
    height: 250px; }

.section {
  padding: 50px 0;
  background-size: 130%;
  background-attachment: fixed;
  position: relative; }
  .section.with-background .section-header {
    padding: 15px;
    color: #333;
    display: inline-block;
    background: white; }
  .section.with-background p {
    color: #333;
    padding: 5px;
    background: white;
    display: inline-block;
    max-width: 75%; }
  .section.with-background .button, .section.with-background .navigation > ul > li > .cart-button,
  .section.with-background .navigation > ul > li > a#checkout_shortcut {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .section.with-background .section-subheader {
    padding: 5px 15px;
    background: white;
    color: #525252;
    margin-top: 0;
    font-weight: normal;
    display: inline-block; }
  .section.with-background p:empty {
    background: transparent;
    box-shadow: none; }
  @media screen and (max-width: 767px) {
    .section.with-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section p {
    margin-bottom: 20px; }

.checkout .section {
  padding: 20px 0; }

img.collage {
  margin-right: 2px;
  margin-bottom: 2px;
  width: 250px;
  height: 168px;
  display: block;
  float: left; }

.carousel.section {
  margin-bottom: 0; }

#header {
  padding-left: 20px;
  padding-right: 20px; }
  #header .header-info {
    margin-top: 5px;
    float: left; }

.navigation {
  text-transform: uppercase;
  height: 50px; }
  @media screen and (max-width: 767px) {
    .navigation .navigation__site-name {
      max-width: calc(100% - 50px);
      padding-left: 0; } }
  .navigation.checkout {
    margin-bottom: 0; }
  .navigation .icon-reorder:before {
    margin-right: 0; }

.navigation > ul {
  margin: 0; }

.navigation > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  line-height: 50px; }

.navigation .m-group-nav--dropdown {
  margin-top: 10px; }

.navigation .m-group-nav__list--dropdown {
  left: auto;
  right: 0; }

.navigation .m-group-nav__list--dropdown .m-group-nav__list-item {
  line-height: 1.2; }

.navigation .m-group-nav__link--dropdown-toggle {
  padding: 10px 16px;
  line-height: 12px; }

.navigation .m-nav-toggle__btn {
  line-height: 12px;
  margin-left: 10px; }
  .navigation .m-nav-toggle__btn .icon-reorder:before {
    margin-left: 0; }

.site-logo {
  max-height: 45px; }

.navigation > ul > li > a {
  display: inline-block;
  padding: 0px 16px 0px; }
  .navigation > ul > li > a.site-name {
    padding-left: 0; }
  .navigation > ul > li > a .caret {
    vertical-align: middle;
    margin-top: 0; }
  .navigation > ul > li > a.food-tabs-toggle {
    line-height: 32px; }

.navigation > ul > li > a.cart-empty-message {
  display: none; }

.navigation a.site-name {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; }
  .navigation a.site-name.active {
    text-decoration: none; }

.site-name__header {
  margin: 0;
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
  line-height: inherit; }

.site-nav {
  float: right; }
  @media screen and (max-width: 767px) {
    .site-nav {
      display: none; } }

.navigation.affixed {
  background: white;
  position: fixed;
  top: 0;
  right: 0px;
  left: 0;
  margin: 0;
  z-index: 1000;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  transition: background-color 0.3s ease-in-out; }
  .navigation.affixed .site-nav {
    float: left; }
  .navigation.affixed a.active {
    color: #b4b8bc; }
  .navigation.affixed > ul > li > a {
    color: #041e1d; }
    .navigation.affixed > ul > li > a .caret {
      border-top-color: #041e1d; }
    .navigation.affixed > ul > li > a.food-tabs-toggle {
      background: #E7E7E7;
      border: 1px solid #c3c3c3; }
    .navigation.affixed > ul > li > a .item-count {
      background: black;
      color: white; }
  .navigation.affixed a.site-name {
    display: none; }
  .navigation.affixed .language-select {
    display: none; }

.navigation > ul > li > a.cart-empty-message {
  color: silver;
  font-style: italic;
  text-transform: none; }

#footer.section {
  color: #fff;
  padding-bottom: 0; }
  #footer.section a.button, #footer.section .navigation > ul > li > a.cart-button,
  #footer.section .navigation > ul > li > a#checkout_shortcut {
    color: #171717;
    background: white; }
  #footer.section .social {
    margin-left: 5px; }

.footer-copy {
  margin-top: 40px;
  padding: 20px; }

.section-link {
  color: #171717;
  border-bottom: 1px solid #171717;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  transition: border-bottom-color 0.2s linear; }

.section-link:hover {
  border-bottom-color: #d10;
  text-decoration: none; }

.section .button, .section .navigation > ul > li > .cart-button,
.section .navigation > ul > li > a#checkout_shortcut {
  color: white;
  border: none; }
  .section .button:hover, .section .navigation > ul > li > .cart-button:hover,
  .section .navigation > ul > li > a#checkout_shortcut:hover {
    border: none; }

#footer.section a {
  color: #999999;
  border-bottom: none;
  word-wrap: break-word; }

.inline-block {
  display: inline-block; }

/* menu */
.btn, .btn-group {
  border-radius: 0; }

.dish-type-image > img {
  width: 100%; }

.dish-type-image h3 {
  color: #333; }

.dish-type-image.no-image h3 {
  background: #181818;
  color: white; }

.menu-group-header {
  text-align: center; }

.menu-items {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.menu-item {
  position: relative;
  width: 31%;
  margin-bottom: 30px; }
  .menu-item .dropdown-menu {
    left: auto;
    right: 0; }
  .menu-item .table td {
    padding: 2px;
    font-size: 12px;
    border-top: 1px solid #F2F2F2; }
  .menu-item .item-description {
    font-size: 12px; }
  .menu-item .dish-image {
    margin-top: 0;
    display: inline-block; }
  .menu-item .dish-image > a {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    background: white;
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    /* border-radius: 4px; */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .menu-item h4 {
    font-size: 16px;
    display: inline-block;
    max-width: 67%;
    margin-top: 0; }
    .menu-item h4 .label {
      position: absolute;
      top: -20px;
      left: 0;
      border-radius: 0; }
  .menu-item .price {
    padding-right: 10px; }
  .menu-item > .buttons {
    position: absolute;
    right: 10px;
    top: -15px;
    background: none;
    border-radius: 0; }
  .menu-item .btn-group {
    border-radius: 0;
    background: white; }
    .menu-item .btn-group .btn {
      border-radius: 0; }

.no-pie-choice .dropdown-menu, .no-pie-choice .caret {
  display: none; }

/*************  Promocje na menu ****************/
.menu-promotions {
  z-index: 1;
  position: relative;
  padding: 15px 0;
  margin-bottom: 40px;
  background: #181818; }
  .menu-promotions .promotion-content > h2, .menu-promotions .promotion-content > p {
    color: #fff; }
  .menu-promotions .popover, .menu-promotions .m-popover {
    max-width: 330px; }
  .menu-promotions .close {
    opacity: 1;
    color: white;
    text-shadow: none; }
  .menu-promotions .promotion-image {
    display: block; }
    @media screen and (max-width: 767px) {
      .menu-promotions .promotion-image {
        width: 70px;
        flex: 0 0 auto;
        margin-right: 15px; } }
    @media screen and (min-width: 768px) {
      .menu-promotions .promotion-image {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .menu-promotions .promotion-content {
      flex-grow: 1; } }
  .menu-promotions h2 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .menu-promotions__text {
    text-align: center;
    color: #fff; }
  .menu-promotions__show {
    display: block;
    font-size: 18px;
    color: #fff; }
    .menu-promotions__show:hover, .menu-promotions__show:focus {
      color: inherit; }
  .menu-promotions h2 {
    text-transform: uppercase;
    font-size: 30px; }
  .menu-promotions .promotions-wrapper {
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .menu-promotions .promotions-wrapper {
        display: flex;
        flex-wrap: wrap; } }
  .menu-promotions .promotion {
    margin-bottom: 15px;
    padding-left: 15px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .menu-promotions .promotion {
        display: flex;
        flex-grow: 1;
        flex-basis: 280px;
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .menu-promotions .promotion {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 30px; } }
    .menu-promotions .promotion h2 {
      margin-top: 0; }
  .menu-promotions .promotion h2 {
    font-size: 18px; }
  .menu-promotions .add-to-cart-info {
    background: green;
    padding: 10px;
    color: white;
    border-radius: 5px;
    text-align: center; }

#pizzas .dish-type-image {
  margin-bottom: 0; }

.pizza-options {
  color: #333;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #f3f3f3;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px; }
  .pizza-options > div {
    flex-grow: 1; }
  .pizza-options .muted {
    color: #999; }
  .pizza-options > .pizza-sizes {
    flex-grow: 3;
    text-align: center;
    line-height: 25px; }
    .pizza-options > .pizza-sizes ul {
      display: inline;
      list-style: none; }
      .pizza-options > .pizza-sizes ul > li {
        display: inline; }
  .pizza-options > .creator {
    text-align: right; }

#dishes {
  margin-top: 50px; }
  #dishes > div {
    margin-bottom: 50px; }
  #dishes .dish-type-image {
    margin-bottom: 70px; }

#drinks .size-info, #drinks .add-button {
  text-align: center; }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle .item-count {
    background: #140f0f;
    color: white;
    font-size: 9px;
    line-height: 14px;
    padding: 2px 7px;
    position: absolute;
    border-radius: 500px;
    top: 11px;
    right: -5px; }

.dish-type-image {
  height: 150px;
  margin-bottom: 15px;
  text-align: center;
  background-size: cover;
  position: relative; }
  .dish-type-image h3 {
    background: white;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 41px;
    font-size: 48px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .dish-type-image .btn {
    position: absolute;
    right: 2px;
    bottom: 2px; }

hr.large, .large.m-hr {
  margin: 30px 0; }

.pizza-sizes {
  margin-top: 5px; }

/* BUTTONS */
.btn {
  background: white; }

.button, .navigation > ul > li > .cart-button,
.navigation > ul > li > a#checkout_shortcut, .btn-primary, .btn-checkout, .btn-success {
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  box-shadow: none;
  border-radius: 0; }

.btn-default {
  padding: 10px 20px; }

.btn.btn-success {
  background: #468847; }

.button, .navigation > ul > li > .cart-button,
.navigation > ul > li > a#checkout_shortcut, .btn.btn-primary, .btn.btn-checkout {
  background: #140f0f;
  color: white;
  text-shadow: none; }
  .button i, .navigation > ul > li > .cart-button i, .navigation > ul > li > a#checkout_shortcut i, .btn.btn-primary i, .btn.btn-checkout i {
    margin-left: 5px;
    font-size: 12px; }

.button, .navigation > ul > li > .cart-button,
.navigation > ul > li > a#checkout_shortcut {
  color: white;
  display: inline-block; }

.btn-group > .btn:first-child {
  border-radius: 0; }

.cart-list {
  padding-left: 0; }
  .cart-list:before, .cart-list:after {
    display: table;
    content: " "; }
  .cart-list:after {
    clear: both; }

.cart .header a.close-delivery, .cart .header a.close-cart {
  margin-top: 0; }

.navigation > ul > li > .cart-button,
.navigation > ul > li > a#checkout_shortcut {
  padding: 10px 10px;
  padding-right: 0;
  color: white;
  margin-left: 5px;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer; }
  .navigation > ul > li > .cart-button i,
  .navigation > ul > li > a#checkout_shortcut i {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .navigation > ul > li > .cart-button,
    .navigation > ul > li > a#checkout_shortcut {
      margin-left: 10px; } }

.navigation > ul > li > .cart-button {
  padding-right: 25px; }
  .navigation > ul > li > .cart-button .item-counter {
    top: 8px;
    right: 5px; }

.label-warning, .badge-warning {
  color: #f89406;
  background-color: white;
  border: 1px solid #f89406;
  margin-left: 5px;
  border-radius: 0;
  font-weight: normal;
  text-shadow: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background: #181818;
  color: white; }

.btn-counter {
  position: relative; }

.item-counter {
  position: absolute;
  top: 6px;
  right: 0px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px 4px;
  border-radius: 100%;
  background: black;
  color: white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }

/* Reviews */
.review-image img {
  border-radius: 50px; }

blockquote.review-comment {
  float: right; }

.review-image {
  float: left;
  width: 100px; }

.review-calendar {
  margin-top: 2px; }
  .review-calendar i {
    display: none; }

.review-rating {
  text-align: left;
  font-size: 20px;
  margin-left: 100px; }
  .review-rating hr, .review-rating .m-hr {
    border: none; }

.review-content > p:first-of-type {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  background: #fafafa;
  padding: 20px;
  line-height: 36px;
  color: gray;
  margin-left: 45px; }

.review-content > p.author {
  text-align: right;
  color: #d10;
  font-weight: bold;
  font-style: italic; }

/* promocje */
@media screen and (min-width: 768px) {
  .site-promotions {
    margin-top: 50px; } }

.site-promotions .promotions {
  padding: 20px;
  margin-bottom: 20px; }

.site-promotions .promotion-rules {
  text-align: center; }

.site-promotions .promotions > .promotion {
  margin-bottom: 50px;
  position: relative; }

.site-promotions .promotions > .promotion:last-child {
  margin-bottom: 0; }

.site-promotions .promotions > .promotion h2 {
  font-size: 17px;
  margin: 0; }

.site-promotions .promotion > .promotion-image {
  float: left;
  width: 193px;
  height: 193px; }

.site-promotions .promotions .promotion-content {
  margin-left: 200px;
  height: 153px;
  padding: 20px; }

.site-promotions .promotion .promotion-content .table {
  margin-bottom: 0;
  max-width: 75%;
  float: left; }

.site-promotions .promotion-availability .icon-ok {
  font-size: 18px; }

.site-promotions .promotion-availability .icon-remove {
  font-size: 10px; }

.site-promotions .promotions .promotion-content .button, .site-promotions .promotions .promotion-content .navigation > ul > li > .cart-button,
.site-promotions .promotions .promotion-content .navigation > ul > li > a#checkout_shortcut {
  float: right;
  margin-top: 35px;
  margin-bottom: 20px; }

/* Rejestracja */
.register-login .login {
  border-right: 1px solid rgba(255, 255, 255, 0.47); }

.register-login button {
  background: white;
  color: black; }

.register-login input {
  border: 1px solid #B5B5B5; }

.form-actions input[type='submit'] {
  float: right;
  padding: 15px 80px 15px 80px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  background: #006dcc; }

/*  platnosci */
.summary .panel.summary {
  text-align: center; }
  .summary .panel.summary .timer {
    display: inline-block; }
  .summary .panel.summary .timer.hide {
    display: none; }
  .summary .panel.summary .alert, .summary .panel.summary .time-alert {
    padding: 50px;
    margin-bottom: 0; }

/* strony wlasne */
.content-header {
  text-align: center; }

.content-header .h2, .content-header .m-group__title, .content-header .m-page-subheader__title,
.content-header .h1 {
  display: inline-block;
  padding: 10px; }

.content {
  margin-bottom: 50px; }

.cart .content {
  margin-bottom: 0; }

/* check delivery */
.cart {
  color: #333; }
  .cart .btn-default {
    color: #333; }
  .cart a {
    color: #0088cc; }

.modal a,
.popover a,
.m-popover a,
.card a,
form.checkout section a,
.modal a,
.checkout section a {
  color: #0088cc; }

.card, form.checkout section, form.checkout section {
  color: #333; }
  .card .button.raised, form.checkout section .button.raised, .card .navigation > ul > li > .raised.cart-button, form.checkout section .navigation > ul > li > .raised.cart-button,
  .card .navigation > ul > li > a.raised#checkout_shortcut,
  form.checkout section .navigation > ul > li > a.raised#checkout_shortcut, form.checkout section .button.raised, form.checkout section .navigation > ul > li > .raised.cart-button,
  form.checkout section .navigation > ul > li > a.raised#checkout_shortcut {
    background: #000;
    color: #fff; }

.popover, .m-popover {
  color: #333; }

.alert, .time-alert {
  border-radius: 0; }

.alert-danger, .alert-error {
  background: #d10;
  color: white;
  text-shadow: none;
  border: none; }
  .alert-danger ul, .alert-error ul {
    margin-bottom: 0; }
    .alert-danger ul li:before, .alert-error ul li:before {
      font-family: FontAwesome;
      content: "\e813";
      text-decoration: inherit;
      display: inline-block;
      speak: none;
      margin-right: 5px; }

.phone-cart-item .phone-item-description {
  font-size: 10px;
  line-height: 12px; }

@media (max-width: 1199px) {
  .section.main-section {
    padding-top: 20px;
    background-size: cover; }
    .section.main-section .carousel-indicators {
      bottom: -35px;
      margin-bottom: 0;
      padding-bottom: 0; } }

@media (max-width: 768px) {
  .menu-items {
    flex-direction: column;
    padding: 0; }
  .section {
    background-attachment: scroll; }
    .section .h1 {
      font-size: 20px; }
    .section .h3 {
      font-size: 15px; }
  .slider-content {
    padding: 10px; }
  .offset1 {
    margin-left: 0; }
  .carousel .promotion-box {
    padding: 10px; }
  .our-menu .col-md-6 {
    text-align: center; }
  .our-menu img.collage {
    display: none; }
  .our-menu img.collage:first-of-type {
    display: inline-block;
    width: auto;
    float: none; }
  #header {
    padding-left: 0;
    padding-right: 0; }
  .header-info {
    display: none; }
  .navigation.affixed .site-nav {
    display: none; }
  .navigation.affixed a.site-name {
    display: block; }
  .navigation.affixed.menu a.site-name {
    display: none; }
  .cart-dropdown .dropdown-menu {
    width: 310px; }
  .menu-promotions.open small .close {
    float: none;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  .menu-item {
    width: 100%; }
    .menu-item .product-name {
      width: 60%; }
  .pizza-options, .pizza-options > .creator {
    text-align: center; }
  .register-login-container {
    width: auto; }
  .register-login .login, .register-login .register {
    border-right: none;
    width: auto;
    float: none; }
  .register-login input {
    width: 95%; }
  .footer-details {
    text-align: center; }
  .slider-panel .open-button {
    display: none; }
  .checkout h3 {
    font-size: 20px; }
  .checkout .header-section {
    display: none; }
  .checkout + #footer {
    display: none; }
  form#checkout .form-actions .aggreement {
    float: none;
    margin: 0; }
  form#checkout .form-actions input {
    float: none;
    width: 100%;
    margin-top: 20px; }
  form#checkout .input-prepend {
    width: 100%; }
    form#checkout .input-prepend input {
      width: 91%; }
  form#checkout .control-group.error .help-block:after {
    border: 5px solid transparent;
    border-bottom-color: #d50000;
    left: 3px;
    top: -10px; } }

@media (max-width: 479px) {
  .dish-type-image .menu-group-header {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 38px; }
  .site-promotions .promotion > .promotion-image {
    float: none;
    width: auto;
    height: auto; }
  .site-promotions .promotion .promotion-content {
    height: auto;
    margin-left: 0; } }

.payment-waiting-alert {
  text-align: center; }

