article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  color: #222;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.footerinput {
  width: 80%;
  background-color: #dfdfdf !important;
  color: #222 !important;
  padding: 12px 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  background-color: #f3f3f3;
}
h1,
h2,
h3 {
  margin: 15px 0 5px 0;
}
p {
  line-height: 1.6;
}
.nav-bar,
h1,
button {
  font-family: "Montserrat", sans-serif;
}
.nav-buttom-menu-text {
  margin: 0px;
  font-size: x-small;
}
.center {
  text-align: center;
}
.vcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bgmenu {
  background-color: #b00639;
}
.bgwhite {
  background-color: #fff;
}
.bggrey {
  background-color: #d3d3d3;
}
.bggreylight {
  background-color: #f3f3f3;
}

.white {
  color: #fff !important;
}

.margin {
  margin: 15px !important;
}
.marginbottom {
  margin-bottom: 20px !important;
}
.padding {
  padding: 10px 15px !important;
}
.paddingbottom {
  padding-bottom: 20px !important;
}
.panel {
  padding: 0.01em 16px !important;
}
.panelbestil {
  padding: 0 !important;
}
.button {
  color: #000 !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #ccc !important;
  padding: 10px 15px;
}
.button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.form-control {
  display: block;
  width: 90%;
  height: 2.5em;
  padding: 0.375rem 2%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #557f9f;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav-card {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

img,
object,
embed,
video {
  max-width: 100%;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #555;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.buttongreen {
  display: block;
  background-color: #02a32b;
  border-radius: 5px;
  color: white !important;
  padding: 14px 0 13px 0;
  width: 100%;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.buttonblue {
  display: block;
  background-color: #011e41;
  border-radius: 5px;
  color: white !important;
  text-align: center;
  padding: 15px 25px;
  border: none;
  font-size: 16px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.buttonblueFilter {
  display: block;
  background-color: #011e41;
  border-radius: 3px;
  color: white !important;
  text-align: center;
  padding: 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}


.buttonblueproduct {
  background-color: #011e41;
  border-radius: 2px;
  color: white !important;
  text-align: center;
  padding: 15px 25px;
  border: none;
  font-size: 16px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.buttonblueLogin {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #011e41;
  border-radius: 5px;
  color: white !important;
  text-align: center;
  padding: 10px 5px;
  border: none;
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.buttonred {
  display: block;
  background-color: #a9153c;
  border-radius: 5px;
  color: white !important;
  text-align: center;
  padding: 15px 25px;
  border: none;
  font-size: 16px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.buttonback {
  background-color: #f3f3f3;
  border-radius: 2px;
  color: black !important;
  text-align: center;
  padding: 15px 25px;
  border: none;
  font-size: 16px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
