@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?uhafv2");
  src: url("fonts/icomoon.eot?uhafv2#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uhafv2") format("truetype"), url("fonts/icomoon.woff?uhafv2") format("woff"), url("fonts/icomoon.svg?uhafv2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-teacher:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-hat:before {
  content: "\e902";
}

.icon-student:before {
  content: "\e904";
}

.icon-place:before {
  content: "\e907";
}

.icon-trophy:before {
  content: "\e908";
}

.icon-room:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e948";
}

.icon-contrast:before {
  content: "\e9d5";
}

.icon-font-size:before {
  content: "\ea61";
}

.icon-text-color:before {
  content: "\ea6d";
}

.icon-mail:before {
  content: "\f0e0";
}

.icon-done:before {
  content: "\e876";
}

.icon-search:before {
  content: "\e915";
}

.icon-time:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e920";
}

.icon-facebook1:before {
  content: "\e921";
}

.icon-instagram2:before {
  content: "\e927";
}

.icon-x:before {
  content: "\e928";
}

.icon-arrow-left:before {
  content: "\f104";
}

.icon-arrow-right:before {
  content: "\f105";
}

.icon-arrow-up:before {
  content: "\f106";
}

.icon-arrow-down:before {
  content: "\f107";
}

.icon-child:before {
  content: "\e906";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

button,
input {
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0;
}

input,
input[type=text],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
}

.container {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1228px;
}
.mwcenter {
  max-width: 1175px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .mwcenter {
    max-width: 100%;
    padding: 0 15px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row-in-flex {
  flex: 1 !important;
}

@media (min-width: 992px) {
  .row {
    margin-right: -14px;
    margin-left: -14px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.mb-1 {
  margin-top: 140px;
}

.checkbox,
.radios {
  padding-top: 8px;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 100%;
  padding-left: 23px;
  font-size: calc(12px + 4 * (100vw - 1366px) / 554);
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .checkbox,
  .radios {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .checkbox,
  .radios {
    font-size: 16px;
  }
}

.radios {
  float: right;
  width: auto;
}

.radiobutton {
  font-size: calc(16px + 4 * (100vw - 1366px) / 554);
}
@media screen and (max-width: 1366px) {
  .radiobutton {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .radiobutton {
    font-size: 20px;
  }
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 15px;
  margin: 0;
  border: 2px solid #707070;
  border-radius: 50%;
  height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  top: 12px;
}
@media (max-width: 767px) {
  input[type=radio],
  input[type=checkbox] {
    top: 8px;
  }
}

input[type=checkbox] {
  border-color: white;
}
input[type=checkbox]:checked {
  background: white;
}

input[type=radio] {
  top: 2px;
}
@media (max-width: 767px) {
  input[type=radio] {
    top: 0;
  }
}
input[type=radio]:checked {
  border-color: #4A4A4A;
  background: #4A4A4A;
}

input::-webkit-input-placeholder {
  color: #4a4849;
}

input::-moz-placeholder {
  color: #4a4849;
}

input:-ms-input-placeholder {
  color: #4a4849;
}

input:-moz-placeholder {
  color: #4a4849;
}

textarea::-webkit-input-placeholder {
  color: #4A4A4A;
}

textarea::-moz-placeholder {
  color: #4A4A4A;
}

textarea:-ms-input-placeholder {
  color: #4A4A4A;
}

textarea:-moz-placeholder {
  color: #4A4A4A;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  padding: 4px 0;
  border: 0;
  width: 100%;
  border-bottom: 2px solid #dad7d0;
  font-size: 18px;
}

.arrowSelect {
  position: absolute;
  top: 11px;
  right: 7px;
}
@media (max-width: 767px) {
  .arrowSelect {
    top: 8px;
  }
}
.arrowSelect i {
  font-size: 16px;
  color: #4A4A4A;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?-yribxy");
  src: url("../../fonts/icomoon.eot?#iefix-yribxy") format("embedded-opentype"), url("../../fonts/icomoon.woff?-yribxy") format("woff"), url("../../fonts/icomoon.ttf?-yribxy") format("truetype"), url("../../fonts/icomoon.svg?-yribxy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "Open sans", sans-serif;
  font-weight: 300;
  background: #e5e5e5;
  color: #2d2d2d;
  font-size: 13px;
  line-height: 19px;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
}

.item-page p {
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 15px;
}

.star, .tooltip {
  display: none !important;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #285ba3;
}

a:hover, a:focus {
  color: #000;
}

.none {
  display: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px dotted #cccccc;
  margin: 0px 0;
  padding: 0;
}

input {
  background: white;
}

input, select, textarea {
  border: 1px solid #e5e5e5;
  padding: 9px 20px;
  color: #285ba3;
}

ul {
  list-style: none;
  margin: 0 0 0 10px;
}

ul.list {
  margin: 0 0 20px;
}

ul.list li {
  padding: 0 0 5px 2px;
}

ul.list li:before {
  position: relative;
  margin: 0px 7px 0 0;
  background: #444;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: -3px;
}

.item-image img {
  text-align: center;
  margin: 0 0 25px;
  width: 100%;
}

td {
  padding: 10px 30px 10px 10px;
  vertical-align: middle;
}

tr:nth-child(odd) td {
  background: #f6f6f6;
}

/*  End reset */
.btn, .btn-normal {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 13px;
  background: #2d2d2d;
  padding: 7px 20px 9px;
  color: #fff;
  border: 1px solid #2d2d2d;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover, .btn-normal:hover {
  background: none;
  color: #444;
}

.btn.readmore {
  padding-left: 34px;
  text-align: left;
  padding-right: 6px;
}

.readmore:after {
  top: 14px;
  position: absolute;
  display: block;
  content: "»";
  font-size: 73px;
  font-family: icomoon;
  right: 29px;
}

.link-productdetails {
  font-size: 14px;
  color: #2d2d2d;
  position: relative;
  font-weight: 400;
}

.link-productdetails:after {
  color: #285ba3;
  top: 4px;
  position: absolute;
  display: block;
  content: "»";
  font-size: 53px;
  font-family: icomoon;
  right: -16px;
}

.pagination {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.pagination .counter {
  font-size: 11px;
  color: #cfcfcf;
}

.pagination-list {
  margin: 0 0 20px;
}

.pagination-list li.hidden-phone {
  display: inline-block;
  margin-right: 4px;
}

.pagination-list li.hidden-phone a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 3px 9px;
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
  font-weight: 400;
}

.pagination-list li.active.hidden-phone a, .pagination-list li.disabled.hidden-phone a {
  background: #fff;
  border: 1px solid #fff;
  color: #2d2d2d;
}

.pagination-list li.active.hidden-phone a:hover, .pagination-list li.disabled.hidden-phone a:hover {
  color: #2d2d2d;
  background: #fff;
}

.pagination-list li.hidden-phone a:hover {
  background: transparent;
  color: #2d2d2d;
}

.breadcrumb {
  margin: 10px 0 20px 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  font-size: 14px;
}

.breadcrumb li span {
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb .firstItem .divider:after {
  display: none;
}

.breadcrumb .divider:after {
  margin: 0 6px;
  display: inline-block;
  color: #285ba3;
  top: 17px;
  position: relative;
  content: "»";
  font-size: 42px;
  font-family: icomoon;
  right: 0;
}

strong {
  font-weight: 400;
}

h1 {
  line-height: 38px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 30px;
  font-size: 30px;
  letter-spacing: -1px;
}

h1 span:first-child {
  font-weight: 400;
}

h2 {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 15px;
}

h3 {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 15px;
}

.productdetails {
  float: left;
  margin: 0 0 20px;
}

.floatleft {
  float: left;
}

.width100 {
  width: 100% !important;
}

.width25 {
  width: 25% !important;
}

[class*=span] {
  display: inline;
  float: left;
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
}

.items-row div:first-child, .fixed .firstItem, .footer .custom p:first-child, .footer .custom p:last-child,
.contact .contact-misc div:first-child, .control-group.first {
  margin-left: 0px;
}

.items-row div:last-child, .fixed .lastItem, .contact .contact-misc div:last-child, .control-group.last {
  margin-right: 0px;
}

.control-group input {
  width: 83%;
}

.control-group textarea {
  width: 95%;
}

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

/*  .container {
   margin-left: auto;
   margin-right: auto;
   width: 1152px;
 } */
.span1 {
  width: 60px;
}

.span2 {
  width: 156px;
}

.span3 {
  width: 249px;
}

.span4 {
  width: 348px;
}

.span5 {
  width: 444px;
}

.span6 {
  width: 540px;
}

.span7 {
  width: 636px;
}

.span8 {
  width: 732px;
}

.span9 {
  width: 828px;
}

.span10 {
  width: 924px;
}

.span11 {
  width: 1020px;
}

.span12 {
  width: 1116px;
}

.body {
  float: left;
  padding: 18px 0;
}

.serach_button, .header .serach_button {
  float: right;
  background: #c5c5c5;
  display: block;
  width: 35px;
  height: 35px;
}

.serach_button:after {
  padding: 8px;
  content: "\e986";
  font-family: icomoon;
  font-size: 20px;
  display: block;
  color: #285ba3;
}

.virtuemart_search .serach_button {
  position: relative;
  margin-left: -3px;
  float: none;
  display: inline-block;
  top: 3px;
}

.header, header {
  background: #fff;
  display: inline-block;
}

.txtRight {
  text-align: right;
}

.navigator-top {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}

.navigator-top ul {
  margin: 0 0 20px 0;
}

.navigator-top li {
  display: inline-block;
  border-right: 1px solid #b0b0b1;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}

.navigator-top li.lastItem {
  border-right: 0;
  margin: 0;
  padding: 0;
}

.navigator-top a {
  color: #2d2d2d;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

.categories-top {
  display: inline-block;
  background: #2d2d2d;
  width: 100%;
  margin-bottom: 0;
}

.categories-top ul {
  margin: 0;
}

.categories-top li {
  display: inline-block;
  position: relative;
}

.categories-top li div:after {
  position: relative;
  width: 1px;
  display: inline-block;
  content: "";
  border-right: 1px solid #fff;
  margin: 0 11px 0 0;
  padding: 0 11px 0 0;
  height: 23px;
  top: 6px;
}

.categories-top li li {
  padding: 0;
  display: block;
  margin: 0;
  border: 0;
}

.categories-top li li div:after {
  display: none;
}

.categories-top li li a, .categories-top li.lastItem li a, .categories-top li.firstItem li a {
  padding: 0 35px 5px;
  font-size: 14px;
}

.categories-top li ul {
  border-bottom: 6px solid #295aa1;
  z-index: 99;
  position: absolute;
  background: #2d2d2d;
  left: -17px;
  padding: 0px 0 18px;
  min-width: 145px;
  display: block !important;
}

.categories-top li ul.none {
  display: none !important;
}

.categories-top li.lastItem div:after {
  display: none;
}

.categories-top a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 18px 16px;
  font-weight: 300;
  text-transform: lowercase;
}

.categories-top a span {
  text-transform: uppercase;
  font-weight: 400;
}

.prev-button:before {
  color: #204482;
  content: "«";
  font-size: 108px;
  font-family: icomoon;
  background: #f7f7f7;
  line-height: 63px;
  height: 45px;
  display: block;
  width: 45px;
}

.next-button:before {
  color: #204482;
  content: "»";
  font-size: 108px;
  font-family: icomoon;
  background: #f7f7f7;
  line-height: 63px;
  height: 45px;
  display: block;
  width: 45px;
}

#content .moduletable {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}

#content .moduletable.banners {
  border-bottom: 1px solid #ffffff;
}

.banners .banneritem {
  margin-bottom: 36px;
}

.image-home {
  height: 250px;
}

.featuredProductImage {
  width: 100%;
  height: 120px;
}

.vmproduct.productdetails li.firstItem {
  margin: 0 18px 0 0;
}

.vmproduct.productdetails li.lastItem {
  margin: 0 0 0 18px;
}

.vmproduct.productdetails li {
  margin: 0 18px;
  background: #fff;
  text-align: center;
  width: 180px;
}

.vmproduct.productdetails li a.productname {
  margin: 10px 0;
  color: #020202;
  font-size: 14px;
  display: block;
}

.vmproduct.productdetails li a.productname span {
  text-transform: uppercase;
  font-weight: 400;
}

.vmproduct.productdetails .product-price {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  color: #255093;
}

.vmproduct.productdetails .btn {
  width: 100%;
}

.category-view .row, .productdetails .row, .child-products .row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.category-view .vm-product-media-container, .child-products .vm-product-media-container {
  width: 100%;
  background-color: #fff;
  float: left;
  margin: 0 0 -4px 0px;
  height: 200px;
  display: table;
}

.category-view .vm-product-media-container a, .child-products .vm-product-media-container a {
  position: relative;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 235px;
  height: 190px;
}

p.product_s_desc {
  height: 110px;
}

.category-view .vm-product-media-container img, .child-products .vm-product-media-container img {
  max-height: 167px;
  max-width: 235px;
}

.category-view .product-desc-price, .productdetails .product-desc-price, .child-products .product-desc-price {
  background: #fff;
  margin: 0;
  width: 100%;
  float: left;
}

.category-view .desc-container, .productdetails .desc-container, .child-products .desc-container {
  float: left;
  width: 235px;
  padding: 10px 10px 0px;
}

.category-view .product.vm-col.vm-col-3, .productdetails .product.vm-col.vm-col-3, .child-products .product.vm-col.vm-col-3 {
  float: left;
  width: 255px;
  margin: 0 20px 0 0;
  text-align: center;
}

.category-view .desc-container h2 {
  margin: 0 0 10px;
}

.category-view .desc-container h2 a {
  margin: 10px 0 0px;
  color: #020202;
  font-size: 17px;
  display: block;
}

.category-view .desc-container h2 a span {
  font-weight: 300;
}

.category-view .vm-details-button {
  margin: 14px 0 5px;
  display: block;
}

.category-view .price-crossed .PricebasePriceWithTax, .child-products .product-price .price-crossed .PricebasePriceWithTax {
  font-weight: 300;
  font-size: 15px;
  text-decoration: line-through;
  color: #2d2d2d;
  margin: 0;
}

.category-view .PricesalesPrice, .child-products .product-price .PricesalesPrice {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #285ba3;
  letter-spacing: -0.5px;
  margin: 0;
}

.category-view .vm-pagination {
  float: right;
}

.category-view .display-number {
  float: left;
  display: flex;
}

.category-view .display-number span {
  font-weight: 400;
  font-size: 13px;
}

.category-view .display-number select.inputbox {
  padding: 8px 3px;
}

.category-view .orderby-displaynumber {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.category-view .orderby-displaynumber .title {
  font-weight: 400;
  float: left;
  font-size: 14px;
}

.category-view .btn.readmore, .child-products .btn.readmore {
  padding: 7px 55px 9px 45px;
  margin: 10px 0 10px;
}

.category-view .vm3pr-2, .child-products .vm3pr {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}

.category-view .dimensions p .title {
  font-weight: 400;
  font-size: 12px;
}

.category-view .dimensions .unit {
  text-transform: lowercase;
}

.category-view .dimensions span.dividier {
  position: relative;
  font-size: 10px;
  margin: 0 4px;
  top: -1px;
  font-weight: 400;
}

.category-view .dimensions p {
  line-height: 14px;
  margin: -5px 0 10px;
  font-size: 12px;
}

.category-view .dimensions {
  margin: 0 0 0px;
}

.view-productdetails .product-description {
  margin: 20px 0 0 0;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #fff;
}

.view-productdetails .product-description .title {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.view-productdetails .product-description .space {
  padding: 20px;
}

.productdetails .main-image img {
  max-height: 176px;
  max-width: 270px;
}

.productdetails .main-image .touchGalleryLink {
  vertical-align: middle;
  border: 1px solid #c5c5c5;
  height: 177px;
  /* float: left; */
  padding: 13px;
  background-color: #fff;
  display: table-cell;
  text-align: center;
  width: 270px;
}

.additional-images .small-photo {
  background-color: #fff;
  height: 33px;
  padding: 7px;
  border: 1px solid #c5c5c5;
  float: left;
  width: 50px;
  margin: 6px 4px 0px;
  text-align: center;
}

.additional-images .small-photo img {
  object-fit: cover;
  max-width: 50px;
  width: 100%;
  max-height: 15px;
}

.vm-product-media-container {
  width: 300px;
  float: left;
  margin: 0 20px 0 0;
}

.vm-product-container {
  width: 500px;
  float: left;
}

.vm-product-container h1 {
  line-height: 25px;
  margin: 0 0 15px;
  font-size: 24px;
  letter-spacing: -1px;
}

.productdetails .product-price .PricesalesPrice {
  line-height: 33px;
  color: #285ba3;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -1px;
}

.child-products {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}

.child-products h2 {
  font-size: 22px;
  margin: 0 0 25px;
}

.moduletable .productdetails .product-price .PricesalesPrice {
  font-size: 19px;
  letter-spacing: -0.5px;
}

.productdetails .product-price .price-crossed .PricebasePriceWithTax {
  font-size: 19px;
  text-decoration: line-through;
  margin: 0 0 6px;
}

.productdetails .dimensions p .title {
  font-weight: 400;
  font-size: 14px;
}

.productdetails .dimensions .unit {
  text-transform: lowercase;
}

.productdetails .dimensions span.dividier {
  position: relative;
  font-size: 12px;
  margin: 0 4px;
  top: -2px;
  font-weight: 400;
}

.productdetails .dimensions {
  margin: 0 0 30px;
}

.contact-misc, .map, .form {
  float: left;
  margin: 0 0 30px;
}

.footer, footer {
  border-top: 8px solid #295aa1;
  background: #2d2d2d;
  padding: 42px 0 0 0;
  width: 100%;
  float: left;
  color: #fff;
  display: inline-table;
}

.footer a, footer a {
  color: #fff;
}

.footer p, footer p {
  font-size: 12px;
}

.footer .top {
  border-bottom: 1px solid #646464;
  padding: 0 0 25px 0;
  margin: 0 0 35px 0;
}

.footer .top {
  display: inline-block;
  background: #2d2d2d;
  padding: 18px 0 35px;
  width: 100%;
}

.footer .top ul {
  margin: 0;
}

.footer .top li {
  float: left;
  margin: 0 65px 0 0;
}

.footer .top li li {
  display: block;
  float: none;
  margin: 0;
}

.footer .top a {
  margin-bottom: 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: lowercase;
}

.footer .top li li a {
  margin: 0;
  font-size: 12px;
}

.footer .top a span {
  text-transform: uppercase;
  font-weight: 400;
}

.footer .bottom {
  margin: 0 0 35px;
  width: 100%;
  float: left;
}

.footer .bottom .author {
  text-align: right;
  margin: 90px 0 0 0;
}

.spacer.product-container {
  background-color: #fff;
  height: 360px;
  position: relative;
}

a.ask-a-question.bold {
  display: none;
}

p.product_s_desc {
  display: none;
}

.category-view .vm-details-button {
  bottom: 17px;
  position: absolute;
  margin: 14px 0 5px;
  display: block;
  width: 100%;
}

.none {
  display: none !important;
}

.cf_flt_header, .promotion a, .manufacturers h3, .categories h3 {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 3px;
  color: #fff;
  background: #2d2d2d;
  padding: 21px 25px;
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 0;
}

.cf_flt_header:hover {
  color: #fff;
}

.cf_wrapper_inner, .vmgroup.manufacturers, .categories > .menu {
  background: #fff;
  padding: 23px;
  margin: 0;
}

.headexpand {
  display: none !important;
  float: right;
  margin-right: 5px;
  font-family: icomoon;
  font-size: 62px;
}

/*The clear option*/
.cf_li_clear {
  display: block;
  float: none !important;
}

.headexpand_show:after {
  top: 4px;
  right: -50px;
  position: relative;
  display: inline-block;
  content: ">";
}

.headexpand_hide:after {
  width: 20px;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  content: ">";
  top: -2px;
  right: -1px;
  position: relative;
}

/*Smart search*/
.cf_flt_wrapper label {
  display: inline !important;
}

.cf_filters_list li, .manufacturers li, .categories > .menu > li {
  line-height: 24px;
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  background-image: none;
  margin-bottom: 10px;
}

.cf_filters_list li .cf_option, .manufacturers a, .categories > .menu > li > div > a {
  text-decoration: none;
  padding: 0;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
}

.categories ul {
  margin: 0;
}

.cf_filters_list, .promotion ul, .manufacturers ul {
  margin: 0;
}

/*selected option*/
.cf_filters_list li .cf_sel_opt, .manufacturers a.active {
  color: #255093;
  font-weight: 400;
}

.cf_invisible {
  display: none;
}

/*Category tree*/
.cfLiLevel1 {
  margin-left: 15px !important;
}

.cfLiLevel2 {
  margin-left: 30px !important;
}

.cfLiLevel3 {
  margin-left: 40px !important;
}

.cfLiLevel4 {
  margin-left: 50px !important;
}

.cfLiLevel5 {
  margin-left: 60px !important;
}

input[name=price_from], input[name=price_to] {
  width: 25%;
  min-width: 50px;
}

/*end category tree*/
.cf_flt_wrapper select {
  min-width: 120px;
  width: 80%;
}

.cf_wrapper_input_text {
  margin-bottom: 10px;
}

.cf_message {
  position: absolute;
  color: #fff;
  width: 150px;
  padding: 5px;
  background: #ff0000;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  display: none;
  z-index: 15000;
}

/*The image links */
.cf_img_wrapper a {
  padding: 0px;
  margin: 0px !important;
  background: none;
}

.cf_img_wrapper a img {
  padding: 0px;
  margin: 0px !important;
  background: none;
}

.cf_img_caption {
  display: block;
  text-align: center;
  clear: both;
}

.cf_sel_opt img {
  border: 1px solid #bbbbbb;
}

/*Color Buttons*/
.cf_colorbtn_list li {
  float: left;
  padding: 0px !important;
}

.cf_color_btn {
  display: block;
  height: 21px !important;
  width: 25px !important;
  padding: 1px !important;
  border: 1px solid #666666;
  margin: 2px 4px 4px 2px !important;
}

.cf_color_inner {
  height: 21px !important;
  display: inline-block;
  float: left;
  margin: 0px !important;
  padding: 0px !important;
}

.cf_colorbtn_list .cf_sel_opt {
  border: 2px solid #ffffff;
  outline: #000000 solid 1px;
  padding: 0px !important;
}

.cf_colorbtn_list .cf_disabled_opt {
  opacity: 0.4;
}

/*Buttons*/
.cf_btn_list li {
  float: left;
  padding: 0px !important;
}

.cf_btn_list li {
  float: left;
  padding: 0px !important;
}

.cf_button, .cf_button:active, .cf_button:visited, .cf_button:link {
  display: inline-block;
  background: #F6F6F6;
  box-shadow: inset 0px -4px 2px #e3e3e3;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  text-align: center;
  font-size: 1em;
  margin: 2px 4px 4px 0px !important;
  color: #555555 !important;
  height: 18px !important;
  line-height: 18px;
  padding: 0px 8px !important;
  text-align: center;
}

.cf_button:hover {
  background: #F6F6F6 !important;
  box-shadow: inset 0 0 2px #bbbbbb !important;
}

.cf_btn_list .cf_sel_opt {
  border: 1px solid #666666;
  color: #777777 !important;
}

.cf_btn_list .cf_disabled_opt {
  opacity: 0.8;
  box-shadow: 0 0 0 #888;
}

.cf_btn_list .cf_disabled_opt:hover {
  background: #F4F4F4 !important;
  box-shadow: 0 0 0 #888 !important;
}

/*Sliders*/
/** To do convert the percentage width to px*/
.cf_filtering_slider_gutter {
  float: left;
  width: 150px;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.cf_filtering_slider_gutter_item {
  position: relative;
  float: left;
  width: 9px;
  height: 30px;
}

.cf_slider_gutter_l {
  background: url(range_edges_sprite.gif) center left no-repeat;
}

.cf_slider_gutter_m {
  width: 132px;
  background: url(slider_rptr.gif) center repeat-x;
  height: 30px;
}

.cf_slider_gutter_r {
  background: url(range_edges_sprite.gif) center right no-repeat;
}

/*Knobs*/
.knob_wrapper {
  float: left;
  height: 36px;
}

.cf_filtering_knob {
  position: absolute;
  height: 30px;
  width: 20px;
  cursor: pointer;
  z-index: 10000;
}

.cf_filtering_knob_from {
  clear: left;
  background: url(slider_knob_from.png) center 0px no-repeat;
}

.cf_filtering_knob_from:hover {
  background-position: center -32px;
}

.cf_filtering_knob_to {
  background: url(slider_knob_to.png) center -28px no-repeat;
}

.cf_filtering_knob_to:hover {
  background-position: center 4px;
}

/* For Clip */
.slider_bkg_img {
  position: absolute;
  height: 8px;
  margin: 11px 9px 0px -8px;
  width: 148px;
  background: url(bkg_slider.gif) no-repeat;
}

.cf_search_button {
  margin-left: 10px;
  width: 35px !important;
  height: 25px !important;
  border: none;
  background: url(search_btn.png) top center no-repeat;
  cursor: pointer;
}

.cf_search_button[disabled] {
  background-position: center bottom;
}

.cf_smart_search {
  margin-bottom: 5px;
}

.cf_apply_button {
  display: block;
  margin-top: 5px;
}

.cf_ajax_loader {
  position: absolute;
  background-color: #efefef;
  opacity: 0.6;
}

#cf_res_ajax_loader {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 200px;
  background-color: #ffffff;
  background-position: center 80px !important;
  opacity: 0.5;
}

/*------------RTL-------------*/
.cf_flt_wrapper_rtl .cf_filtering_slider_gutter {
  float: right;
}

.cf_flt_wrapper_rtl .slider_bkg_img {
  margin: 11px -8px 0px 9px;
}

.cf_flt_wrapper_rtl .cfLiLevel1 {
  margin-right: 15px !important;
}

.cf_flt_wrapper_rtl .cfLiLevel2 {
  margin-right: 30px !important;
}

.cf_flt_wrapper_rtl .cfLiLevel3 {
  margin-right: 40px !important;
}

/*---------RTL ends----------*/
/*The matches of the smart search*/
.cf_match {
  font-weight: bold;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*counter*/
.cf_flt_counter {
  color: #666666;
  display: inline-block;
}

/*disabled*/
.cf_filters_list li .cf_disabled_opt {
  color: #e5e5e5;
}

.cf_disabled_opt_image {
  color: #666;
  opacity: 0.8;
}

/*Reset All*/
.cf_resetAll_link {
  font-size: 1.1em;
}

.cf_hide {
  display: none;
}

.cf_filters_list input[type=radio] {
  display: none;
}

.djslider-default .navigation-container {
  position: unset !important;
}

.djslider-default .navigation-container .prev-button,
.djslider-default .navigation-container .next-button {
  top: calc(50% - 15px);
}

#contact-form legend, #contact-form .control-group.field-spacer {
  display: none !important;
}
#contact-form input, #contact-form textarea {
  width: 100%;
}
#contact-form fieldset {
  margin: 0 -5px;
}
#contact-form .control-group:nth-child(3),
#contact-form .control-group:nth-child(4),
#contact-form .control-group:nth-child(5) {
  width: 33%;
  padding: 0 5px;
  display: inline-block;
}
#contact-form .control-group:nth-child(6) {
  width: calc(100% - 10px);
  padding: 0 5px;
  display: inline-block;
}

.alert.alert-error {
  font-size: 16px;
  background: #ff4343;
  color: white;
  padding: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.alert.alert-error .alert-heading {
  font-weight: 700;
  line-height: 2.2;
}
.alert.alert-error .close {
  color: white;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
}

.mod-menu.mod-list.promotion {
  margin: 0;
}

body .cf_flt_header {
  text-transform: uppercase;
  padding: 21px 25px;
  font-size: 16px;
  /* padding: 20px; */
  text-decoration: none;
  cursor: pointer;
  /* font-size: 1.1em; */
  /* padding-bottom: 3px; */
  font-weight: normal;
}

.cookie-notification {
  background: #fff;
  position: fixed;
  bottom: -375px;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  right: 32px;
  transition: all 0.8s ease;
  font-size: 12px;
  z-index: 99;
}
@media (max-width: 575px) {
  .cookie-notification {
    left: 20px;
    right: 20px;
  }
}
.cookie-notification.active {
  bottom: 20px;
  display: block;
}
.cookie-notification .cookie-notfication__wrapper {
  padding: 20px;
  text-align: left;
  max-width: 388px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cookie-notification .cookie-notfication__wrapper {
    max-width: 100%;
  }
}
.cookie-notification .cookie__content {
  color: black;
  margin-bottom: 20px;
}
.cookie-notification .btn {
  margin-right: 5px;
  padding: 10px 20px 13px 20px;
  font-size: 14px;
  background: #2d2d2d;
  color: white;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cookie-notification .ghost {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=main.css.map */