/*! 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: 1px 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 {
  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; }

.alertsWrapper {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1050; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #333;
    border-color: #ccc; }
  .btn-default:hover {
    color: #fff;
    background-color: #333;
    border-color: #ccc; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #ccc; }
    .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: #fff;
      background-color: #333;
      border-color: #ccc; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .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 {
    color: #fff;
    background-color: #333;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #e00023;
  border-color: #c7001f;
  border-width: 1px; }
  .btn-primary:focus, .btn-primary.focus {
    color: #e00023;
    background-color: #fff;
    border-color: #c7001f; }
  .btn-primary:hover {
    color: #e00023;
    background-color: #fff;
    border-color: #c7001f; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #e00023;
    background-color: #fff;
    border-color: #c7001f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #e00023;
      background-color: #fff;
      border-color: #c7001f; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    color: #e00023;
    background-color: #fff;
    border-color: #c7001f; }
  .btn-primary .badge {
    color: #e00023;
    background-color: #fff; }

.btn-primary-inverse {
  color: #e00023;
  background-color: #fff;
  border-color: #c7001f;
  border-width: 1px; }
  .btn-primary-inverse:focus, .btn-primary-inverse.focus {
    color: #fff;
    background-color: #e00023;
    border-color: #c7001f; }
  .btn-primary-inverse:hover {
    color: #fff;
    background-color: #e00023;
    border-color: #c7001f; }
  .btn-primary-inverse:active, .btn-primary-inverse.active, .open > .btn-primary-inverse.dropdown-toggle {
    color: #fff;
    background-color: #e00023;
    border-color: #c7001f; }
    .btn-primary-inverse:active:hover, .btn-primary-inverse:active:focus, .btn-primary-inverse:active.focus, .btn-primary-inverse.active:hover, .btn-primary-inverse.active:focus, .btn-primary-inverse.active.focus, .open > .btn-primary-inverse.dropdown-toggle:hover, .open > .btn-primary-inverse.dropdown-toggle:focus, .open > .btn-primary-inverse.dropdown-toggle.focus {
      color: #fff;
      background-color: #e00023;
      border-color: #c7001f; }
  .btn-primary-inverse:active, .btn-primary-inverse.active, .open > .btn-primary-inverse.dropdown-toggle {
    background-image: none; }
  .btn-primary-inverse.disabled:hover, .btn-primary-inverse.disabled:focus, .btn-primary-inverse.disabled.focus, .btn-primary-inverse[disabled]:hover, .btn-primary-inverse[disabled]:focus, .btn-primary-inverse[disabled].focus, fieldset[disabled] .btn-primary-inverse:hover, fieldset[disabled] .btn-primary-inverse:focus, fieldset[disabled] .btn-primary-inverse.focus {
    color: #fff;
    background-color: #e00023;
    border-color: #c7001f; }
  .btn-primary-inverse .badge {
    color: #fff;
    background-color: #e00023; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-width: 1px; }
  .btn-success:focus, .btn-success.focus {
    color: #5cb85c;
    background-color: #fff;
    border-color: #4cae4c; }
  .btn-success:hover {
    color: #5cb85c;
    background-color: #fff;
    border-color: #4cae4c; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #5cb85c;
    background-color: #fff;
    border-color: #4cae4c; }
    .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: #5cb85c;
      background-color: #fff;
      border-color: #4cae4c; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .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 {
    color: #5cb85c;
    background-color: #fff;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-width: 1px; }
  .btn-info:focus, .btn-info.focus {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da; }
  .btn-info:hover {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da; }
    .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: #5bc0de;
      background-color: #fff;
      border-color: #46b8da; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .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 {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-width: 1px; }
  .btn-warning:focus, .btn-warning.focus {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #eea236; }
  .btn-warning:hover {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #eea236; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #eea236; }
    .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: #f0ad4e;
      background-color: #fff;
      border-color: #eea236; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .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 {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-width: 1px; }
  .btn-danger:focus, .btn-danger.focus {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a; }
  .btn-danger:hover {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a; }
    .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: #d9534f;
      background-color: #fff;
      border-color: #d43f3a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .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 {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-facebook {
  color: #fff;
  background-color: #0c70cc;
  border-color: #0b63b4;
  border-width: 1px; }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #0c70cc;
    background-color: #fff;
    border-color: #0b63b4; }
  .btn-facebook:hover {
    color: #0c70cc;
    background-color: #fff;
    border-color: #0b63b4; }
  .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    color: #0c70cc;
    background-color: #fff;
    border-color: #0b63b4; }
    .btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
      color: #0c70cc;
      background-color: #fff;
      border-color: #0b63b4; }
  .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    background-image: none; }
  .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
    color: #0c70cc;
    background-color: #fff;
    border-color: #0b63b4; }
  .btn-facebook .badge {
    color: #0c70cc;
    background-color: #fff; }

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

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

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

.btn-input-size {
  height: 36px; }

.btn-fullWidth {
  width: 100%; }

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

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

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

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

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

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: 16px;
  line-height: 1.42857;
  color: #555555; }

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

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

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

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 49px;
  line-height: 49px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.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 .help-block {
  font-size: 14px; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.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 .help-block {
  font-size: 14px; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.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 .help-block {
  font-size: 14px; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .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 {
    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 {
      width: auto; }
  .form-inline .input-group > .form-control {
    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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.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: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  display: block; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 80%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  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: 40px; }

h2, .h2 {
  font-size: 32px; }

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

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

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

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

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h1 + .h2, h1 + .h3, h1 + .h4, h1 + .h5, h1 + .h6, .h1 + h2, .h1 + h3, .h1 + h4, .h1 + h5, .h1 + h6,
.h1 + .h2, .h1 + .h3, .h1 + .h4, .h1 + .h5, .h1 + .h6 {
  margin-top: 0; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4; }

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

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

.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: #b3b3b3; }

.text-primary {
  color: #e00023; }

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.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;
  border-bottom: 1px dotted #b3b3b3; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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: #b3b3b3; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .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: 22px;
  font-style: normal;
  line-height: 1.42857; }

a {
  color: #e00023;
  text-decoration: none; }
  a:hover, a:focus {
    color: #940017;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.accountWrapper .itemHeader {
  color: #fff;
  background: #eeeeee;
  margin-bottom: 30px; }
  .accountWrapper .itemHeader .itemNav {
    text-transform: uppercase;
    color: #555555; }
    .accountWrapper .itemHeader .itemNav a {
      background: none !important;
      color: #000;
      display: inline-block; }
      .accountWrapper .itemHeader .itemNav a:hover, .accountWrapper .itemHeader .itemNav a:focus {
        color: #940017; }
    .accountWrapper .itemHeader .itemNav li.active a {
      color: #e00023;
      pointer-events: none; }
    .panel-facebook img {
      max-width: none; }
    .panel-facebook .media-heading {
      margin-top: 5px;
      margin-bottom: 0;
    }
    .panel-facebook .fa-facebook{
      line-height: 50px;
      width: 50px;
      display: block;
      text-align: center;
      background: #eee;
      color: #365899;
    }

.formBirthday {
  font-size: 0;
  margin: -5px; }
  .formBirthday .itemBirthday {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.3333%; }
    @media only screen and (min-width: 768px) {
      .formBirthday .itemBirthday {
        width: 33.33333%;
        vertical-align: middle; } }
    @media only screen and (min-width: 992px) {
      .formBirthday .itemBirthday {
        width: 33.33333%; } }

.checkbox label label {
  padding: 0; }
label.required:after {
  content: " *";
  font-weight: bold;
  color: #e00023;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  font-size: 16px; }
  html *,
  body * {
    outline: 0 !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.page-content {
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .page-content.mobile-opened {
    overflow: hidden;
    pointer-events: none;
    opacity: 0.7; }

.container, .container-wider, header.banner .carousel-caption {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container-wider:before, header.banner .carousel-caption:before, .container:after, .container-wider:after, header.banner .carousel-caption:after {
    content: " ";
    display: table; }
  .container:after, .container-wider:after, header.banner .carousel-caption:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .container-wider, header.banner .carousel-caption {
      width: 100%; } }
  @media (min-width: 992px) {
    .container, .container-wider, header.banner .carousel-caption {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .container-wider, header.banner .carousel-caption {
      width: 1200px; } }

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

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

@media only screen and (min-width: 1400px) {
  .container-wider, header.banner .carousel-caption {
    width: 1400px; } }

img {
  max-width: 100%; }

.main-color {
  color: #e00023; }

.main-bg {
  background-color: #e00023; }

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

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

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

header.carousel {
  height: 20%; }
  @media only screen and (min-width: 768px) {
    header.carousel {
      height: 50%; } }
  header.carousel .item,
  header.carousel .item.active,
  header.carousel .carousel-inner {
    height: 100%; }
    header.carousel .item a,
    header.carousel .item.active a,
    header.carousel .carousel-inner a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }

header.banner {
  height: 30%;
  min-height: 250px;
  margin-bottom: 30px; }
  header.banner .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    header.banner .carousel-caption h1 {
      font-weight: 400;
      text-transform: uppercase; }
  header.banner.nomargin {
    margin-bottom: 0; }

.mobile-site header.banner {
  min-height: 180px;
  max-height: 220px;
}

.bxslider li {
  visibility: hidden;
  opacity: 0; }

.bx-wrapper {
  min-width: 100%;
  margin: 30px 0; }
  .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none; }
    .bx-wrapper .bx-viewport li {
      visibility: visible;
      opacity: 1; }
  .bx-wrapper .bx-prev {
    left: -20px; }
  .bx-wrapper .bx-next {
    right: -20px; }

.changePassword, .completeAccount {
  background-color: #eeeeee;
  margin: 20px auto;
  padding: 20px 45px;
  max-width: 800px;
  overflow: hidden;
  position: relative;
}

.completeAccount-background {
  position: fixed;
  top: 0;
  left: 0;
  background: #e00023;
  width: 100%;
  height: 100%;
}

.changePassword h1, .completeAccount h1 {
  font-size: 25px;
}

@media only screen and (min-width: 768px) and ( min-height: 869px ) {
  .changePassword, .completeAccount {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 960px) {
  .changePassword h1, .completeAccount h1 {
    font-size: 40px;
  }

  .completeAccount-background {
    background: url("../../images/custom/completeAccount-bg.jpg") no-repeat center center transparent;
    background-size: cover;
  }
}

.list-opening span {
  width: 120px;
  display: inline-block; }
.list-opening dd {
  margin-bottom: 10px;  }

.contactsBlock h3 {
  text-transform: uppercase;
  font-size: 18px; }
.contactsBlock .itemContactList dt {
  float: left; }
.contactsBlock .itemContactList dd {
  padding-left: 20px;
  padding-bottom: 10px; }
  .contactsBlock .itemContactList dd a {
    color: #333333; }
    .contactsBlock .itemContactList dd a:hover {
      color: #940017; }
.contactsBlock .contactMap {
  margin-top: 30px; }

.volgOnsContact {
  padding: 37px 0;
}

.volgOnsContact ul {
  display: flex;
  align-items: center;
}

.volgOnsContact ul li a img {
  width: auto;
  height: 60px;
}

.volgOnsContact a:hover {
  background-color: transparent !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contactsBlock {
    font-size: 14px;
  }

  .volgOnsContact .nav > li > a {
    padding: 10px;
  }

  .volgOnsContact .nav > li > a > img {
    height: 40px;
  }
}

@media only screen and (max-width: 1500px) {

}

.footer {
  background: url(../../images/bg-footer.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footerBlock {
      min-height: 200px; } }
  .footer .footerBlock .footerTitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid;
    text-transform: uppercase; }
  .footer .footerBlock li {
    font-size: 14px; }
    .footer .footerBlock li a {
      color: #fff; }
  .footer .footerBlock .list-bullet li {
    padding-left: 16px; }
    .footer .footerBlock .list-bullet li:before {
      content: ">";
      padding-right: 8px; }
  .footer .footerBlock .list-social li {
    text-transform: uppercase; }
  .footer .footerBlock .list-social .btn {
    width: 35px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: none; }

.copyright {
  background: #e00023;
  color: #fff;
  padding: 10px 0; }

form .alert {
  display: none; }
  form .alert li {
    display: none;
    font-size: 14px;
    padding-top: 6px; }
form .newsletterSuccess {
  display: none; }

.giftcardWrapper .itemHeader {
  color: #fff;
  background: #89c1a8;
  margin-bottom: 30px;
  padding-bottom: 22px; }
  .giftcardWrapper .itemHeader a, .giftcardWrapper .itemHeader .form-error {
    color: #fff; }
.giftcardWrapper .itemForm {
  margin-top: 22px; }
  .giftcardWrapper .itemForm .checkSaldoError {
    display: none;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    color: #fff; }
.giftcardWrapper .giftcardDetail .loginForm {
  margin: 15px 0;
}
.giftcardWrapper .giftcardDetail h4 {
  margin: 25px 0 15px;
}
.giftcardWrapper .itemHeader .container-wider {
  display: flex;
}
.mobile-site .giftcardWrapper .itemHeader .container-wider {
  display: block;
}
@media only screen and (max-width: 800px) {
   .giftcardWrapper .itemHeader .container-wider {
    display: block;
  }
}
.giftcardWrapper .itemHeader .container-wider .itemForm {
  align-self: center;
}
.giftcardWrapper .giftcardDetail .panel-group .panel-heading {
  background: none;
  border: none; }
.giftcardWrapper .giftcardDetail .panel-group .panel-title {
  font-size: 20px; }
  .giftcardWrapper .giftcardDetail .panel-group .panel-title a {
    display: block; }
.giftcardWrapper #GiftCardModal .GiftCardModalForm {
  font-size: 0; }
  .giftcardWrapper #GiftCardModal .GiftCardModalForm .form-group {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (min-width: 768px) {
      .giftcardWrapper #GiftCardModal .GiftCardModalForm .form-group {
        width: 50%;
        vertical-align: top; } }
    @media only screen and (min-width: 992px) {
      .giftcardWrapper #GiftCardModal .GiftCardModalForm .form-group {
        width: 50%; } }

.giftcardBanner--babsBon {
  text-align: center;
  background: #f8b3b9;
  margin: 20px 0;
}

.giftcardBanner--babsBon img {
  width: 100%;
  object-fit: cover;
}

.homeBlocks {
  font-size: 0; }
  @media only screen and (min-width: 1400px) {
    .homeBlocks {
      width: 1400px; } }
  .homeBlocks .homeBlock {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (min-width: 768px) {
      .homeBlocks .homeBlock {
        width: 50%;
        vertical-align: bottom; } }
    @media only screen and (min-width: 992px) {
      .homeBlocks .homeBlock {
        width: 25%; } }
    .homeBlocks .homeBlock .homeBlockTitle {
      color: #e00023;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      display: block;
      padding: 10px 5px; }
      @media only screen and (max-width: 1399px) {
        .homeBlocks .homeBlock .homeBlockTitle {
          font-size: 18px; } }
    .homeBlocks .homeBlock img {
      width: 100%; }
    .homeBlocks .homeBlock .todayOpeningHours {
      position: relative;
      text-align: center; }
      .homeBlocks .homeBlock .todayOpeningHours .openingHours {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0; }
        .homeBlocks .homeBlock .todayOpeningHours .openingHours h4 {
          margin: 0; }
        .homeBlocks .homeBlock .todayOpeningHours .openingHours a {
          color: #000;
          text-decoration: underline; }
          .homeBlocks .homeBlock .todayOpeningHours .openingHours a:hover, .homeBlocks .homeBlock .todayOpeningHours .openingHours a:focus {
            color: #e00023; }
        .homeBlocks .homeBlock .todayOpeningHours .openingHours i {
          color: #e00023; }

.jobsBlock .blockItem, .jobDetail .blockItem {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  .jobsBlock .blockItem:last-child, .jobDetail .blockItem:last-child {
    border: none; }
.jobsBlock .itemImage, .jobDetail .itemImage {
  display: block; }
  .jobsBlock .itemImage img, .jobDetail .itemImage img {
    border: 1px solid #ccc;
    padding: 12px; }
.jobsBlock .itemTitle, .jobDetail .itemTitle {
  color: #e00023;
  padding: 0;
  margin: 0; }

header.jobs__banner.carousel .fill {
  background-position: center right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1300px) {
  header.jobs__banner.carousel {
    height: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  header.jobs__banner.carousel {
    height: 15%;
  }
}

@media only screen and (max-width: 600px) {
  header.jobs__banner.carousel {
    height: 10%;
  }
}

#dropdown-loginForm {
  padding: 10px 16px; }

@media only screen and (min-width: 768px) {
  #dropdown-loginForm {
    width: 500px; } }
#dropdown-loginForm p,
.loginIntro p,
.form-login ~ p{
  text-align: center;
  padding: 6px 0 0; }
.loginIntro p.or {
  pointer-events: none; }
#dropdown-loginForm p a,
.loginIntro p a,
.form-login ~ p a {
  color: #555555; }

.mapWrapper {
  margin-bottom: -50px; }
  .mapWrapper .h2 {
    font-weight: 400; }

.directionBlock {
  background: url("../../images/home/bg-mapHome.jpg?v=2") center center no-repeat transparent;
  background-size: cover; }
  .directionBlock .direction {
    position: relative;
    background: #fff;
    margin: 60px 0 70px;
    padding: 15px 0; }
    .directionBlock .direction #map {
      height: 340px; }
  .directionBlock .directionForm {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .directionBlock .directionForm {
        height: 340px;
        margin: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 992px) {
      .directionBlock .directionForm > div {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
    .directionBlock .directionForm .nav {
      margin: 10px 0 20px; }
      .directionBlock .directionForm .nav .transportType {
        height: 40px;
        width: 32%;
        display: inline-block;
        background-position: bottom center;
        background-repeat: no-repeat; }
      .directionBlock .directionForm .nav #DRIVING {
        background-image: url("../../images/map/i_driving.png"); }
        .directionBlock .directionForm .nav #DRIVING.active {
          background-image: url("../../images/map/i_driving_s.png"); }
      .directionBlock .directionForm .nav #TRANSIT {
        background-image: url("../../images/map/i_transit.png"); }
        .directionBlock .directionForm .nav #TRANSIT.active {
          background-image: url("../../images/map/i_transit_s.png"); }
      .directionBlock .directionForm .nav #WALKING {
        background-image: url("../../images/map/i_walking.png"); }
        .directionBlock .directionForm .nav #WALKING.active {
          background-image: url("../../images/map/i_walking_s.png"); }
    @media only screen and (min-width: 992px) {
      .directionBlock .directionForm .planViaGoogle {
        position: absolute;
        left: 20px;
        bottom: 0; } }
    .directionBlock .directionForm fieldset {
      width: 100%;
      border: none;
      margin: 10px 0; }

.contactMap #map {
  height: 450px; }

#mainMenu {
  position: relative;
}

.navbar {
  z-index: 1000; }
.navbar-header {
  position: absolute;
  pointer-events: none;
  width: 100%;
  z-index: 10000; }
.navbar-brand {
  height: 100%;
  pointer-events: initial;
  padding: 0;
  margin-left: 5px !important; }
  @media only screen and (min-width: 768px) {
    .navbar {
      margin: 0 0 5px 0; }}
  .navbar .navbar-header .navbar-brand {
    padding-top: 0; }
    @media only screen and (max-width: 991px) {
      .navbar .navbar-header .navbar-brand {
        width: 75%; } }
    @media only screen and (max-width: 767px) {
      .navbar .navbar-header .navbar-brand {
        width: 40%; } }
    .navbar .navbar-header .navbar-brand img {
      border: 1px solid #ddd;
      border-top: none; }
  .navbar .navbar-top {
    float: right;
    height: 70px; }
    .navbar .navbar-top > li {
      display: inline-block; }
      .navbar .navbar-top > li a {
        padding: 6px 10px;
        font-size: 16px;
        background: none; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .navbar .navbar-right {
      margin-left: 30%;
      margin-top: -10px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .navbar .navbar-right {
      margin-right: -70px;
      margin-left: 230px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar .navbar-right > li {
      width: 20%; } }
  .navbar .navbar-right > li > a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 10px 10px; }
    @media only screen and (max-width: 1200px) {
      .navbar .navbar-right > li > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        padding: 6px 5px; } }
    .navbar .navbar-right > li > a:hover, .navbar .navbar-right > li > a:focus {
      background: none;
      color: #e00023; }
  .navbar .navbar-right > li.active > a {
    color: #e00023; }
  .navbar .navbar-right .login > a {
    color: #e00023; }

.wsmile-social-menu {
  padding: 5px 0 !important;
}

.wsmile-social-menu > img {
  height: 30px;
}

.wsmile-mobile-menu > img,
.wsmile-footer > img {
  height: 19px;
}

.mobile-site .promo-100__container {
  margin: 40px 0;
}

.mobile-site .promo-100__container img {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

@media only screen and (min-width: 1000px) {
  .promo-100__container,
  .mobile-site .promo-100__container {
    margin: 20px 0;
  }

  .promo-100__container img,
  .mobile-site .promo-100__container img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  } 
}

.mobile-toggle {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 0;
  cursor: pointer;
  pointer-events: initial; }
  .mobile-toggle span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 4px;
    background: #222222;
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s; }
    .mobile-toggle span:before, .mobile-toggle span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #222222;
      content: "";
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s; }
    .mobile-toggle span:before {
      top: -10px;
      -webkit-transition-property: top, transform;
      transition-property: top, transform; }
    .mobile-toggle span:after {
      bottom: -10px;
      -webkit-transition-property: bottom, transform;
      transition-property: bottom, transform; }
  .mobile-toggle.opened span {
    background: none; }
    .mobile-toggle.opened span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-toggle.opened span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mobile-toggle.opened span:before, .mobile-toggle.opened span:after {
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }

.mobile {
  background: #fff;
  position: fixed;
  z-index: 1030;
  width: 75%;
  top: 0;
  bottom: 0;
  left: -75%;
  border-right: 1px solid #ccc;
  overflow: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* mobile sidebar */ }
  .mobile.opened {
    left: 0; }
  .mobile .mobile-sidebar {
    padding: 0 12px; }
  .mobile .mobile-username {
    text-align: center;
    color: #e00023;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 6px; }
  .mobile .mobile-userbuttons {
    text-align: center;
    margin-bottom: 30px; }
  .mobile .mobile-usermenu .navbar-nav {
    margin: 0 -12px; }
    .mobile .mobile-usermenu .navbar-nav li {
      border-bottom: 1px solid #ccc; }
      .mobile .mobile-usermenu .navbar-nav li:first-child {
        border-top: 1px solid #ccc; }
      .mobile .mobile-usermenu .navbar-nav li a {
        color: #555555;
        font-size: 16px; }
        .mobile .mobile-usermenu .navbar-nav li a i {
          margin-right: 8px;
          font-size: 16px; }
        .mobile .mobile-usermenu .navbar-nav li a:hover {
          background-color: #eeeeee;
          color: #222222; }
      .mobile .mobile-usermenu .navbar-nav li.active a {
        color: #e00023; }

.newsLetterFooter {
  background: #e6e6e6;
  padding: 30px 0;
  margin-top: 50px; }
  .newsLetterFooter h4 {
    color: #e00023;
    font-weight: 400; }
  .newsLetterFooter .form-inline {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .newsLetterFooter .form-inline {
        height: 60px;
        line-height: 60px; } }

.promotionsBlock, .eventsBlock, .relatedPromotionsBlock {
  font-size: 0;
  padding: 5px 0; }
  .promotionsBlock .blockItem, .eventsBlock .blockItem, .relatedPromotionsBlock .blockItem {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 30px; }
    @media only screen and (min-width: 768px) {
      .promotionsBlock .blockItem, .eventsBlock .blockItem, .relatedPromotionsBlock .blockItem {
        width: 50%;
        vertical-align: top; } }
    @media only screen and (min-width: 992px) {
      .promotionsBlock .blockItem, .eventsBlock .blockItem, .relatedPromotionsBlock .blockItem {
        width: 33.33333%; } }
    .promotionsBlock .blockItem .itemInfo, .eventsBlock .blockItem .itemInfo, .relatedPromotionsBlock .blockItem .itemInfo {
      text-transform: uppercase;
      font-weight: normal; }
      .promotionsBlock .blockItem .itemInfo a, .eventsBlock .blockItem .itemInfo a, .relatedPromotionsBlock .blockItem .itemInfo a {
        color: #000; }
      .promotionsBlock .blockItem .itemInfo i, .eventsBlock .blockItem .itemInfo i, .relatedPromotionsBlock .blockItem .itemInfo i {
        color: #5bc0de; }
      .promotionsBlock .blockItem .itemInfo .highlight, .eventsBlock .blockItem .itemInfo .highlight, .relatedPromotionsBlock .blockItem .itemInfo .highlight {
        color: #e00023; }
    .promotionsBlock .blockItem a, .eventsBlock .blockItem a, .relatedPromotionsBlock .blockItem a {
      text-decoration: none; }
    .promotionsBlock .blockItem .itemDate, .eventsBlock .blockItem .itemDate, .relatedPromotionsBlock .blockItem .itemDate {
      display: block;
      color: #555555;
      text-transform: uppercase;
      font-size: 16px; }
    .promotionsBlock .blockItem:hover .itemInfo, .eventsBlock .blockItem:hover .itemInfo, .relatedPromotionsBlock .blockItem:hover .itemInfo,
    .promotionsBlock .blockItem:hover .itemInfo a,
    .eventsBlock .blockItem:hover .itemInfo a,
    .relatedPromotionsBlock .blockItem:hover .itemInfo a, .promotionsBlock .blockItem:focus .itemInfo, .eventsBlock .blockItem:focus .itemInfo, .relatedPromotionsBlock .blockItem:focus .itemInfo,
    .promotionsBlock .blockItem:focus .itemInfo a,
    .eventsBlock .blockItem:focus .itemInfo a,
    .relatedPromotionsBlock .blockItem:focus .itemInfo a {
      color: #e00023; }
  .promotionsBlock + .button, .eventsBlock + .button, .relatedPromotionsBlock + .button {
    text-align: center;
    margin: 20px 0; }

.eventsBlock .itemDateBlock {
  padding: 5px 0;
  margin: 0 auto;
  background: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #eeeeee;
  margin-top: -35px;
  position: relative;
  text-align: center;
  color: #e00023; }
  .eventsBlock .itemDateBlock .itemDateDay {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block; }
  .eventsBlock .itemDateBlock .itemDateMonth {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
  }

.promotionDetail .itemHeader, .eventDetail .itemHeader {
  color: #e00023;
  background: #fff; }
  .promotionDetail .itemHeader .itemTitle, .eventDetail .itemHeader .itemTitle {
    font-weight: 400; }
    .promotionDetail .itemHeader .itemTitle .highlight, .eventDetail .itemHeader .itemTitle .highlight {
      color: #333333; }
  .promotionDetail .itemHeader .itemDate, .eventDetail .itemHeader .itemDate {
    color: #b3b3b3;
    text-transform: uppercase; }
.promotionDetail .itemInfo, .eventDetail .itemInfo {
  padding: 30px 0;
  margin-bottom: -30px;
  background: #eeeeee; }
.promotionDetail .itemImage, .eventDetail .itemImage {
  margin: 30px 0; }
  .promotionDetail .itemImage img, .eventDetail .itemImage img {
    width: 100%; }
  .promotionDetail .itemImage .itemMoreBar, .eventDetail .itemImage .itemMoreBar {
    background: #e00023;
    border: 1px solid #e00023;
    font-size: 0; }
    .promotionDetail .itemImage .itemMoreBar a, .eventDetail .itemImage .itemMoreBar a {
      font-size: 16px;
      color: #fff;
      line-height: 36px;
      display: inline-block;
      width: 100%;
      padding: 0 10px;
      cursor: pointer;
      border-top: 1px solid; }
      @media only screen and (min-width: 480px) {
        .promotionDetail .itemImage .itemMoreBar a, .eventDetail .itemImage .itemMoreBar a {
          border: none;
          border-right: 2px solid;
          width: auto; } }
      .promotionDetail .itemImage .itemMoreBar a:hover, .eventDetail .itemImage .itemMoreBar a:hover, .promotionDetail .itemImage .itemMoreBar a:focus, .eventDetail .itemImage .itemMoreBar a:focus {
        color: #e00023;
        background: #fff; }

.relatedPromotionsBlock .blockItem {
  padding-top: 0; }

#registerForm .modal-body {
  max-height: 85vh;
  overflow: auto;
  overflow-x: hidden;
}
#registerForm p {
  text-align: center;
  padding: 6px 0 0; }
#registerForm #register_birthday select {
  background: #fff;
  width: 31%;
  margin: 0px 2% 0 0;
  height: 30px;
  border: 1px solid #ccc; }

.servicesBlock {
  font-size: 0; }
  .servicesBlock .blockItem {
    width: 33.33333%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .servicesBlock .blockItem {
        width: 25%;
        vertical-align: top; } }
    @media only screen and (min-width: 992px) {
      .servicesBlock .blockItem {
        width: 25%; } }

.shopsBlock, .shopsRelatedBlock {
  font-size: 0; }
  .shopsBlock .blockItem, .shopsRelatedBlock .blockItem {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    @media only screen and (min-width: 768px) {
      .shopsBlock .blockItem, .shopsRelatedBlock .blockItem {
        width: 50%;
        vertical-align: top; } }
    @media only screen and (min-width: 992px) {
      .shopsBlock .blockItem, .shopsRelatedBlock .blockItem {
        width: 25%; } }
    .shopsBlock .blockItem .blockItemWrapper, .shopsRelatedBlock .blockItem .blockItemWrapper {
      border: 1px solid #ccc;
      padding: 5px 10px;
      position: relative; }
    @media only screen and (min-width: 768px) {
      .shopsBlock .blockItem .itemImage, .shopsRelatedBlock .blockItem .itemImage {
        height: 150px; } }
    .shopsBlock .blockItem .itemName, .shopsRelatedBlock .blockItem .itemName {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 14px;
      color: #333333; }
    .shopsBlock .blockItem:hover .blockItemWrapper, .shopsRelatedBlock .blockItem:hover .blockItemWrapper {
      border-color: #999999; }
      .shopsBlock .blockItem:hover .blockItemWrapper .itemName, .shopsRelatedBlock .blockItem:hover .blockItemWrapper .itemName {
        color: #940017; }

.shopDetail .itemHeader {
  position: relative; }
  .shopDetail .itemHeader .itemName {
    margin-top: 0;
    margin-bottom: 22px; }
.shopDetail .itemMore {
  padding-top: 30px;
  padding-bottom: 30px; }
.shopDetail #itemNav a {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  padding: 5px;
  margin-right: 10px; }
.shopDetail #itemNav li.active a {
  border-bottom: 3px solid #e00023; }
.shopDetail #floorPlan .floors {
  display: none; }
  .shopDetail #floorPlan .floors.activeFloor {
    display: block; }
@keyframes fill {
  0% {
    fill: #e00023;
  }
  49% {
    fill: #e00023;
  }
  50% {
    fill: #DED6CC;
  }
  99% {
    fill: #DED6CC;
  }
  100% {
    fill: #e00023;
  }
}
.shopDetail #floorPlan .activeStore, .shopDetail #floorPlan .activeStore * {
  animation-name: fill;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  fill: #e00023; }
.shopDetail #floorPlan #Facilities > g {
  display: none; }
  .shopDetail #floorPlan #Facilities > g.visible {
    display: block; }
.shopDetail #floorPlanCarousel li {
  cursor: pointer; }
  .shopDetail #floorPlanCarousel li .carouselImage {
    background: #333333;
    border: 2px solid #333333;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .shopDetail #floorPlanCarousel li .carouselImage img {
      height: 30px; }
  .shopDetail #floorPlanCarousel li .carouselName {
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .shopDetail #floorPlanCarousel li.active .carouselImage {
    border-color: #e00023; }
.shopDetail #floorPlanCarousel .bx-controls .bx-pager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .shopDetail #floorPlanCarousel .bx-controls .bx-pager .bx-pager-item {
    flex-grow: 1; }
    .shopDetail #floorPlanCarousel .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
      width: 100%;
      height: 3px;
      border-radius: 0;
      background: #b3b3b3; }
      .shopDetail #floorPlanCarousel .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
        background: #333333; }

.itemRelatedTitle {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400; }

.itemAddForm {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100%;
  text-align: right;
  padding-right: 10px;
  z-index: 1; }
  .itemAddForm .itemAdd {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: normal; }
    .itemAddForm .itemAdd:hover, .itemAddForm .itemAdd:focus, .itemAddForm .itemAdd:active, .itemAddForm .itemAdd .fa-heart {
      color: #e00023; }
    .itemAddForm .itemAdd.itemAddDetail {
      font-size: 32px; }

.shopsFilterMenu {
  padding-top: 10px; }
  .shopsFilterMenu .shopsFilterSearch {
    border: 1px solid #ccc;
    padding: 1px 10px;
    font-size: 0; }
    .shopsFilterMenu .shopsFilterSearch .fa-search, .shopsFilterMenu .shopsFilterSearch #shopsFilterFav .fa, .shopsFilterMenu #shopsFilterFav .shopsFilterSearch .fa {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      font-size: 14px; }
    .shopsFilterMenu .shopsFilterSearch #searchFilterTextField {
      width: calc(100% - 25px);
      height: 36px;
      display: inline-block;
      vertical-align: middle;
      border: none;
      font-size: 16px;
      padding: 0; }
  .shopsFilterMenu #shopsFilterFav {
    cursor: pointer;
    border: 1px solid #ccc;
    border-top: none;
    padding: 0 10px; }
    .shopsFilterMenu #shopsFilterFav .fa {
      color: #e00023; }
    .shopsFilterMenu #shopsFilterFav span {
      display: inline-block;
      vertical-align: middle;
      line-height: 36px;
      font-size: 16px;
      padding: 0 5px; }
  .shopsFilterMenu .shopsFilterList {
    border: 1px solid #ccc;
    border-top: none;
    padding: 5px 10px;
    margin-bottom: 15px; }
    .shopsFilterMenu .shopsFilterList .filterCatMobile {
      vertical-align: middle;
      padding: 0 5px;
      color: #333333; }
    .shopsFilterMenu .shopsFilterList li {
      height: 36px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .shopsFilterMenu .shopsFilterList li input {
        order: 1;
        min-width: 15px; }
      .shopsFilterMenu .shopsFilterList li label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        padding-right: 12px; }
      .shopsFilterMenu .shopsFilterList li:hover {
        color: #940017; }
        .shopsFilterMenu .shopsFilterList li:hover input, .shopsFilterMenu .shopsFilterList li:hover label {
          cursor: pointer; }

.alert-warning {
  display: none; }

.newsLetterFooter .container {
  display: flex;
  align-items: center;
}

.newsLetterFooter, .newsLetterFooter .container, .newsLetterFooter .container-wider, .newsLetterFooter header.banner .carousel-caption, header.banner .newsLetterFooter .carousel-caption {
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .newsLetterFooter .container {
      width: calc(100% - 160px);
      margin-right: 0;
      flex-direction: column;
    }
    .newsLetterFooter-form {
      padding: 0;
    }
    .newsLetterFooter:before, .newsLetterFooter header.banner .carousel-caption:before, header.banner .newsLetterFooter .carousel-caption:before {
      content: "";
      width: 160px;
      height: 195px;
      position: absolute;
      bottom: 0;
      left: 10px;
      background: url("../../images/custom/footer-girl.png") no-repeat center center transparent; }
    }
  @media only screen and (max-width: 700px) {
    .newsLetterFooter-form {
      padding: 0 15px;
    }
    .newsLetterFooter-form form div {
      width: 100%;
      padding: 0;
      margin: 0 0 10px 0;
    }
    .newsLetterFooter-form form button {
      width: 100%;
    }
  }
  @media only screen and (max-width: 500px) {
    .newsLetterFooter .container {
      width: calc(100% - 100px);
    }
    .newsLetterFooter:before, .newsLetterFooter header.banner .carousel-caption:before, header.banner .newsLetterFooter .carousel-caption:before {
      content: "";
      width: 160px;
      height: 195px;
      position: absolute;
      bottom: 0;
      left: -30px;
      background: url("../../images/custom/footer-girl.png") no-repeat center center / contain; }
    }
  @media only screen and (min-width: 1500px) {
    .newsLetterFooter .container {
      padding-left: 2%;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .newsLetterFooter .container {
      padding-left: 4%;
    }
  }
  @media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .newsLetterFooter .container {
      padding-left: 10%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .newsLetterFooter .container {
      padding-left: 14%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .newsLetterFooter:before, .newsLetterFooter header.banner .carousel-caption:before, header.banner .newsLetterFooter .carousel-caption:before {
      content: "";
      width: 160px;
      height: 195px;
      position: absolute;
      bottom: 0;
      left: 10px;
      background: url("../../images/custom/footer-girl.png") no-repeat center center transparent; }
    }
  @media only screen and (min-width: 1500px) {
    .newsLetterFooter .container:before, .newsLetterFooter .container-wider:before {
      content: "";
      width: 160px;
      height: 195px;
      position: absolute;
      bottom: -30px;
      left: -140px;
      background: url("../../images/custom/footer-girl.png") no-repeat center center transparent; }
      }
    }

.btn {
  text-transform: uppercase;
  font-weight: 700; }

.detailMainWrapper {
  position: relative; }
  .detailMainWrapper:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #eeeeee; }

.nav-blog {
  background: #e00023; }
  .nav-blog a {
    display: block; }
  .nav-blog .h1,
  .nav-blog .h2 {
    font-family: 'Courgette', cursive;
    color: #fff;
    letter-spacing: 0.1em; }
  .nav-blog .h1 {
    font-size: 56px;
    margin-top: 11px; }
  .nav-blog .h2 {
    margin: 10px 0 0;
    margin-bottom: 0;
    display: block; }
  .nav-blog img {
    padding: 10px 0; }

.postsWrapper {
  margin: 30px 0; }
  .postsWrapper .list-blogs {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .postsWrapper .list-blogs:before, .postsWrapper .list-blogs:after {
      content: " ";
      display: table; }
    .postsWrapper .list-blogs:after {
      clear: both; }
    .postsWrapper .list-blogs li {
      width: 100%;
      font-size: 16px;
      display: inline-block;
      box-sizing: border-box;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      padding-right: 1em; }
      @media only screen and (min-width: 768px) {
        .postsWrapper .list-blogs li {
          width: 50%;
          vertical-align: top; } }
      @media only screen and (min-width: 992px) {
        .postsWrapper .list-blogs li {
          width: 25%; } }
      .postsWrapper .list-blogs li p {
        font-size: 14px;
        margin-bottom: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .postsWrapper .list-blogs li p a {
          color: inherit; }
      .postsWrapper .list-blogs li:hover a {
        color: #e00023; }
      .postsWrapper .list-blogs li:hover img {
        opacity: .8; }
  .postsWrapper .list-blogs-nav {
    margin: 0 0 30px; }

.blogPostDetail {
  margin: 30px 0; }
  .blogPostDetail .postDate {
    color: #e00023;
    font-size: 32px;
    line-height: 46px; }
  .blogPostDetail .postContent {
    background-color: #eee6d6;
    padding: 10px 16px;
    margin-top: 30px; }
    .blogPostDetail .postContent h1 {
      font-family: 'Courgette', cursive;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 22px; }
    .blogPostDetail .postContent p {
      font-size: 14px; }

.postsWrapper .btn, .blogPostDetail .btn {
  border-radius: 0; }

.mc-chat-button-container {
  position: absolute;
  z-index: 10;
  left: -10px;
}
.mc-chat-button-container span {
  font-size: 10px;
}
@media only screen and (min-width: 320px) {
  .mc-chat-button-container--main-menu {
    top: 18px;
    width: 100%;
    text-align: center;
    padding: 0 0 0 5rem;
  }
}
@media only screen and (min-width: 321px) {
  .mc-chat-button-container--main-menu {
    left: 0;
  }
  .mc-chat-button-container span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .mc-chat-button-container--main-menu {
    left: 171px;
    top: 25px;
    width: auto;
    text-align: left;
    padding: 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .mc-chat-button-container--main-menu {
    left: 249px;
  }
}
@media only screen and (min-width: 1200px) {
  .mc-chat-button-container--main-menu {
    left: 365px;
    top: 65px;
  }
}
@media only screen and (min-width: 1400px) {
  .mc-chat-button-container--main-menu {
    left: 226px;
    top: 95px;
  }
}

.nav.navbar-nav.navbar-right {
  padding: 0 15px 0 0;
}

.mobile-site .navbar {
  overflow: hidden;
  height: 90px;
}

.mobile-site .navbar .navbar-brand img {
  border: 0;
  height: 110px;
  margin: 5px 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .mobile-site .navbar .navbar-header {
    float: none;
  }
  .mobile-site .nav.navbar-nav {
    float: none;
  }
  .mobile-site .nav.navbar-nav li {
    float: none;
  }
  .mobile-site #dropdown-loginForm {
    width: 100%;
  }
}


/* BOOSTCOM IFRAMES */
.boost__iframe__user {
  position: relative;
  width: 100%;
  border: 0;
}
.boost__iframe__register {
  position: relative;
  width: 100%;
  border: 0;
}
.boost__iframe__giftcard__business,
.boost__iframe__giftcard {
  display: block;
  position: relative;
  width: 100%;
  border: 0;
}
#newsletter_email {
  display: none;
}

.myProfileDetail .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
