* {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div:before, .block:before {
  content: " ";
  clear: both;
  display: table; }
div:after, .block:after {
  content: " ";
  clear: both;
  display: table; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Trebuchet MS";
  font-size: 10px;
  color: #485156;
  padding: 0;
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent; }
  a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important; }
  a:-webkit-any-link {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

hr {
  width: 100%;
  height: 2px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #000; }

img {
  display: block; }

table {
  padding: 0;
  margin: 0;
  border: none; }
  table td, table th {
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none; }
  table th {
    font-weight: 700; }

textarea {
  resize: none; }

ul {
  margin: 0px;
  padding: 0px;
  display: block; }
  ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block; }

.block {
  display: block; }

.btn, intup[tpye="button"], button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #3B8BFF; }
  .btn:focus, intup[tpye="button"]:focus, button:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent; }

footer.footerFix {
  position: fixed;
  bottom: 0px; }

.middle {
  margin: 0px auto;
  display: block;
  left: 0;
  right: 0;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content; }

.fl {
  float: left; }

.fr {
  float: right; }

.bold {
  font-weight: 800; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important; }

@media (min-width: 0px) and (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important; } }

@media (min-width: 0px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important; } }

.container-fluid, .container-limit-lg, .container-limit-xl, .container, .container-xs, .container-xs-xl, .container-xl {
  position: relative;
  clear: both; }

.container-fluid {
  width: 100%; }

.container-limit-lg {
  width: 100%;
  margin: 0px auto; }
  @media (min-width: 1200px) {
    .container-limit-lg {
      width: 1600px; } }

.container-limit-xl {
  width: 100%;
  margin: 0px auto; }
  @media (min-width: 1600px) {
    .container-limit-xl {
      width: 1600px; } }

.container {
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 768px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }
  @media (min-width: 1600px) {
    .container {
      width: 1200px; } }

.container-xs {
  width: 320px;
  margin: 0px auto;
  left: 0;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-xs {
      width: 768px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-xs {
      width: 992px; } }
  @media (min-width: 1200px) {
    .container-xs {
      width: 1200px; } }
  @media (min-width: 1600px) {
    .container-xs {
      width: 1200px; } }

.container-xs-xl {
  width: 320px;
  margin: 0px auto;
  left: 0;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-xs-xl {
      width: 768px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-xs-xl {
      width: 992px; } }
  @media (min-width: 1200px) {
    .container-xs-xl {
      width: 1200px; } }
  @media (min-width: 1600px) {
    .container-xs-xl {
      width: 1600px; } }

.container-xl {
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-xl {
      width: 768px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-xl {
      width: 992px; } }
  @media (min-width: 1200px) {
    .container-xl {
      width: 1200px; } }
  @media (min-width: 1600px) {
    .container-xl {
      width: 1600px; } }

.col-xs-1, .col-xs-offset-1, .col-xs-2, .col-xs-offset-2, .col-xs-3, .col-xs-offset-3, .col-xs-4, .col-xs-offset-4, .col-xs-5, .col-xs-offset-5, .col-xs-6, .col-xs-offset-6, .col-xs-7, .col-xs-offset-7, .col-xs-8, .col-xs-offset-8, .col-xs-9, .col-xs-offset-9, .col-xs-10, .col-xs-offset-10, .col-xs-11, .col-xs-offset-11, .col-xs-12, .col-xs-offset-12, .tab-xs-1, .tab-xs-offset-1, .tab-xs-2, .tab-xs-offset-2, .tab-xs-3, .tab-xs-offset-3, .tab-xs-4, .tab-xs-offset-4, .tab-xs-5, .tab-xs-offset-5, .tab-xs-6, .tab-xs-offset-6, .tab-xs-7, .tab-xs-offset-7, .tab-xs-8, .tab-xs-offset-8, .tab-xs-9, .tab-xs-offset-9, .tab-xs-10, .tab-xs-offset-10, .col-sm-1, .col-sm-offset-1, .col-sm-2, .col-sm-offset-2, .col-sm-3, .col-sm-offset-3, .col-sm-4, .col-sm-offset-4, .col-sm-5, .col-sm-offset-5, .col-sm-6, .col-sm-offset-6, .col-sm-7, .col-sm-offset-7, .col-sm-8, .col-sm-offset-8, .col-sm-9, .col-sm-offset-9, .col-sm-10, .col-sm-offset-10, .col-sm-11, .col-sm-offset-11, .col-sm-12, .col-sm-offset-12, .tab-sm-1, .tab-sm-offset-1, .tab-sm-2, .tab-sm-offset-2, .tab-sm-3, .tab-sm-offset-3, .tab-sm-4, .tab-sm-offset-4, .tab-sm-5, .tab-sm-offset-5, .tab-sm-6, .tab-sm-offset-6, .tab-sm-7, .tab-sm-offset-7, .tab-sm-8, .tab-sm-offset-8, .tab-sm-9, .tab-sm-offset-9, .tab-sm-10, .tab-sm-offset-10, .col-md-1, .col-md-offset-1, .col-md-2, .col-md-offset-2, .col-md-3, .col-md-offset-3, .col-md-4, .col-md-offset-4, .col-md-5, .col-md-offset-5, .col-md-6, .col-md-offset-6, .col-md-7, .col-md-offset-7, .col-md-8, .col-md-offset-8, .col-md-9, .col-md-offset-9, .col-md-10, .col-md-offset-10, .col-md-11, .col-md-offset-11, .col-md-12, .col-md-offset-12, .tab-md-1, .tab-md-offset-1, .tab-md-2, .tab-md-offset-2, .tab-md-3, .tab-md-offset-3, .tab-md-4, .tab-md-offset-4, .tab-md-5, .tab-md-offset-5, .tab-md-6, .tab-md-offset-6, .tab-md-7, .tab-md-offset-7, .tab-md-8, .tab-md-offset-8, .tab-md-9, .tab-md-offset-9, .tab-md-10, .tab-md-offset-10, .col-lg-1, .col-lg-offset-1, .col-lg-2, .col-lg-offset-2, .col-lg-3, .col-lg-offset-3, .col-lg-4, .col-lg-offset-4, .col-lg-5, .col-lg-offset-5, .col-lg-6, .col-lg-offset-6, .col-lg-7, .col-lg-offset-7, .col-lg-8, .col-lg-offset-8, .col-lg-9, .col-lg-offset-9, .col-lg-10, .col-lg-offset-10, .col-lg-11, .col-lg-offset-11, .col-lg-12, .col-lg-offset-12, .tab-lg-1, .tab-lg-offset-1, .tab-lg-2, .tab-lg-offset-2, .tab-lg-3, .tab-lg-offset-3, .tab-lg-4, .tab-lg-offset-4, .tab-lg-5, .tab-lg-offset-5, .tab-lg-6, .tab-lg-offset-6, .tab-lg-7, .tab-lg-offset-7, .tab-lg-8, .tab-lg-offset-8, .tab-lg-9, .tab-lg-offset-9, .tab-lg-10, .tab-lg-offset-10, .col-xl-1, .col-xl-offset-1, .col-xl-2, .col-xl-offset-2, .col-xl-3, .col-xl-offset-3, .col-xl-4, .col-xl-offset-4, .col-xl-5, .col-xl-offset-5, .col-xl-6, .col-xl-offset-6, .col-xl-7, .col-xl-offset-7, .col-xl-8, .col-xl-offset-8, .col-xl-9, .col-xl-offset-9, .col-xl-10, .col-xl-offset-10, .col-xl-11, .col-xl-offset-11, .col-xl-12, .col-xl-offset-12, .tab-xl-1, .tab-xl-offset-1, .tab-xl-2, .tab-xl-offset-2, .tab-xl-3, .tab-xl-offset-3, .tab-xl-4, .tab-xl-offset-4, .tab-xl-5, .tab-xl-offset-5, .tab-xl-6, .tab-xl-offset-6, .tab-xl-7, .tab-xl-offset-7, .tab-xl-8, .tab-xl-offset-8, .tab-xl-9, .tab-xl-offset-9, .tab-xl-10, .tab-xl-offset-10 {
  position: relative;
  float: left; }

@media (min-width: 0px) {
  .col-xs-1 {
    width: 8.3333333333%; }

  .col-xs-offset-0 {
    margin-left: 0; }

  .tab-xs-1 {
    width: 10%; }

  .tab-xs-offset-0 {
    margin-left: 0; }

  .col-xs-2 {
    width: 16.6666666667%; }

  .col-xs-offset-1 {
    margin-left: 8.3333333333%; }

  .tab-xs-2 {
    width: 20%; }

  .tab-xs-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-offset-2 {
    margin-left: 16.6666666667%; }

  .tab-xs-3 {
    width: 30%; }

  .tab-xs-offset-2 {
    margin-left: 16.6666666667%; }

  .col-xs-4 {
    width: 33.3333333333%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .tab-xs-4 {
    width: 40%; }

  .tab-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-5 {
    width: 41.6666666667%; }

  .col-xs-offset-4 {
    margin-left: 33.3333333333%; }

  .tab-xs-5 {
    width: 50%; }

  .tab-xs-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-offset-5 {
    margin-left: 41.6666666667%; }

  .tab-xs-6 {
    width: 60%; }

  .tab-xs-offset-5 {
    margin-left: 41.6666666667%; }

  .col-xs-7 {
    width: 58.3333333333%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .tab-xs-7 {
    width: 70%; }

  .tab-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-8 {
    width: 66.6666666667%; }

  .col-xs-offset-7 {
    margin-left: 58.3333333333%; }

  .tab-xs-8 {
    width: 80%; }

  .tab-xs-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-offset-8 {
    margin-left: 66.6666666667%; }

  .tab-xs-9 {
    width: 90%; }

  .tab-xs-offset-8 {
    margin-left: 66.6666666667%; }

  .col-xs-10 {
    width: 83.3333333333%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .tab-xs-10 {
    width: 100%; }

  .tab-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-11 {
    width: 91.6666666667%; }

  .col-xs-offset-10 {
    margin-left: 83.3333333333%; }

  .tab-xs-11 {
    width: 110%; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .tab-sm-1 {
    width: 10%; }

  .tab-sm-offset-0 {
    margin-left: 0; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .tab-sm-2 {
    width: 20%; }

  .tab-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .tab-sm-3 {
    width: 30%; }

  .tab-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .tab-sm-4 {
    width: 40%; }

  .tab-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .tab-sm-5 {
    width: 50%; }

  .tab-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .tab-sm-6 {
    width: 60%; }

  .tab-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .tab-sm-7 {
    width: 70%; }

  .tab-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .tab-sm-8 {
    width: 80%; }

  .tab-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .tab-sm-9 {
    width: 90%; }

  .tab-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .tab-sm-10 {
    width: 100%; }

  .tab-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .tab-sm-11 {
    width: 110%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .tab-md-1 {
    width: 10%; }

  .tab-md-offset-0 {
    margin-left: 0; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .tab-md-2 {
    width: 20%; }

  .tab-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .tab-md-3 {
    width: 30%; }

  .tab-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .tab-md-4 {
    width: 40%; }

  .tab-md-offset-3 {
    margin-left: 25%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .tab-md-5 {
    width: 50%; }

  .tab-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .tab-md-6 {
    width: 60%; }

  .tab-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .tab-md-7 {
    width: 70%; }

  .tab-md-offset-6 {
    margin-left: 50%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .tab-md-8 {
    width: 80%; }

  .tab-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .tab-md-9 {
    width: 90%; }

  .tab-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .tab-md-10 {
    width: 100%; }

  .tab-md-offset-9 {
    margin-left: 75%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .tab-md-11 {
    width: 110%; }

  .col-md-12 {
    width: 100%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .tab-lg-1 {
    width: 10%; }

  .tab-lg-offset-0 {
    margin-left: 0; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .tab-lg-2 {
    width: 20%; }

  .tab-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .tab-lg-3 {
    width: 30%; }

  .tab-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .tab-lg-4 {
    width: 40%; }

  .tab-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .tab-lg-5 {
    width: 50%; }

  .tab-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .tab-lg-6 {
    width: 60%; }

  .tab-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .tab-lg-7 {
    width: 70%; }

  .tab-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .tab-lg-8 {
    width: 80%; }

  .tab-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .tab-lg-9 {
    width: 90%; }

  .tab-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .tab-lg-10 {
    width: 100%; }

  .tab-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .tab-lg-11 {
    width: 110%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1600px) {
  .col-xl-1 {
    width: 8.3333333333%; }

  .col-xl-offset-0 {
    margin-left: 0; }

  .tab-xl-1 {
    width: 10%; }

  .tab-xl-offset-0 {
    margin-left: 0; }

  .col-xl-2 {
    width: 16.6666666667%; }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }

  .tab-xl-2 {
    width: 20%; }

  .tab-xl-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }

  .tab-xl-3 {
    width: 30%; }

  .tab-xl-offset-2 {
    margin-left: 16.6666666667%; }

  .col-xl-4 {
    width: 33.3333333333%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .tab-xl-4 {
    width: 40%; }

  .tab-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-5 {
    width: 41.6666666667%; }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }

  .tab-xl-5 {
    width: 50%; }

  .tab-xl-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }

  .tab-xl-6 {
    width: 60%; }

  .tab-xl-offset-5 {
    margin-left: 41.6666666667%; }

  .col-xl-7 {
    width: 58.3333333333%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .tab-xl-7 {
    width: 70%; }

  .tab-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-8 {
    width: 66.6666666667%; }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }

  .tab-xl-8 {
    width: 80%; }

  .tab-xl-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }

  .tab-xl-9 {
    width: 90%; }

  .tab-xl-offset-8 {
    margin-left: 66.6666666667%; }

  .col-xl-10 {
    width: 83.3333333333%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .tab-xl-10 {
    width: 100%; }

  .tab-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-11 {
    width: 91.6666666667%; }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }

  .tab-xl-11 {
    width: 110%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 0px) and (max-width: 767px) {
  .container-menu {
    width: 100%; } }
.container-menu li {
  float: left; }
  .container-menu li.active a {
    text-decoration: none;
    font-weight: 700; }
  .container-menu li a {
    text-decoration: none;
    font-weight: normal; }
    .container-menu li a:hover {
      text-decoration: none; }
@media (min-width: 0px) and (max-width: 991px) {
  .container-menu .menuLevel-1.rolled {
    display: block !important;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 1;
    border-bottom: 6px solid #f1f1f1; } }
.container-menu .menuLevel-1 > .menu-rollup:hover > ul {
  display: block;
  height: inherit;
  overflow: inherit;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=1); }
.container-menu .menuLevel-1 > .menu-rollup ul {
  display: block;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  background: #fff; }
  .container-menu .menuLevel-1 > .menu-rollup ul li {
    float: none; }

#mm--prelaoder {
  display: none; }

input, textarea, select {
  display: block;
  margin: 0px;
  padding: 0px; }
  input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
    outline: none; }

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: rgba(0, 0, 0, 0) !important; }

.carouselBlock {
  height: 360px;
  background-position: center;
  background-size: cover; }
  .carouselBlock .carouselPointer {
    text-align: center;
    position: absolute;
    bottom: 18px;
    width: 100%; }
    .carouselBlock .carouselPointer .point {
      width: 12px;
      height: 12px;
      border: 2px solid #fff;
      border-radius: 8px;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      cursor: pointer; }
      .carouselBlock .carouselPointer .point.active {
        background: #fff;
        cursor: auto; }
