/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

select.bs-select-hidden, 
select.selectpicker {
  display: none!important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block!important;
  width: 100%!important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: 0!important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0!important;
  padding: 0!important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204,204,204,.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}


.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mt-2-5 {
  margin-top: 2.5rem !important;
}

.mb-2-5 {
  margin-bottom: 2.5rem !important;
}

.ml-2-5 {
  margin-left: 2.5rem !important;
}

.mr-2-5 {
  margin-right: 2.5rem !important;
}

.mx-2-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.my-2-5 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}


.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-0_5 {
    padding-top: 0.5rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-0_2 {
    padding-right: 0.2rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-0_5{
    padding-bottom: 0.5rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pt-2-5 {
  padding-top: 2.5rem !important;
}

.pb-2-5 {
  padding-bottom: 2.5rem !important;
}

.pl-2-5 {
  padding-left: 2.5rem !important;
}

.pr-2-5 {
  padding-right: 2.5rem !important;
}

.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-2-5 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}



.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
    padding-right: 4rem !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;
  }
}

.text-transform-none {
  text-transform: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #1f2021 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !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;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.166667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  min-width: 100px;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  color: #818a91;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .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) {
  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .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) {
  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .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-1 {
    float: left;
    width: 8.333333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .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%;
  }
}

label {
  font-weight: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #b7b7b7;
}

i[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
}

i.ico-play,
.ico-txt-play:before {
  background-image: url("../../img/ico-play.png");
  width: 30px;
  height: 30px;
}

i.ico-document,
.ico-txt-document:before {
  background-image: url("../../img/ico-document.png");
  width: 18px;
  height: 24px;
}

i.ico-document-and-pen,
.ico-txt-document-and-pen:before {
  background-image: url("../../img/ico-document-and-pen.png");
  width: 23px;
  height: 25px;
}

i.ico-barcode,
.ico-txt-barcode:before {
  background-image: url("../../img/ico-barcode.png");
  width: 29px;
  height: 22px;
}

i.ico-computer,
.ico-txt-computer:before {
  background-image: url("../../img/ico-computer.png");
  width: 33px;
  height: 31px;
}

i.ico-calendar,
.ico-txt-calendar:before {
  background-image: url("../../img/ico-calendar.png");
  width: 25px;
  height: 25px;
}

i.ico-people,
.ico-txt-people:before {
  background-image: url("../../img/ico-people.png");
  width: 30px;
  height: 27px;
}

i.ico-notebook,
.ico-txt-notebook:before {
  background-image: url("../../img/ico-notebook.png");
  width: 34px;
  height: 31px;
}

i.ico-cloud,
.ico-txt-cloud:before {
  background-image: url("../../img/ico-cloud.png");
  width: 33px;
  height: 32px;
}

i.ico-calculator,
.ico-txt-calculator:before {
  background-image: url("../../img/ico-calculator.png");
  width: 24px;
  height: 31px;
}

i.ico-notebook-blue,
.notebook-link:before,
.ico-txt-notebook-blue:before {
  background-image: url("../../img/ico-notebook-blue.png");
  width: 33px;
  height: 30px;
}

i.ico-email,
.ico-txt-email:before {
  background-image: url("../../img/ico-email.png");
  width: 41px;
  height: 33px;
}

i.ico-tools,
.ico-txt-tools:before {
  background-image: url("../../img/ico-tools.png");
  width: 59px;
  height: 59px;
}

i.ico-email-small,
.ico-txt-email-small:before {
  background: url("../../img/ico-email-small.png") no-repeat center center;
  width: 43px;
  height: 37px;
}

i.ico-calculator,
.ico-txt-calculator:before {
  background-image: url("../../img/ico-calculator.png");
  width: 36px;
  height: 36px;
}

i.ico-cloud,
.ico-txt-cloud:before {
  background-image: url("../../img/ico-cloud.png");
  width: 30px;
  height: 31px;
}

i.ico-map,
.ico-txt-map:before {
  background-image: url("../../img/ico-map.png");
  width: 56px;
  height: 27px;
}

i.ico-chats,
.chats-link:before,
.ico-txt-chats:before {
  background-image: url("../../img/ico-chats.png");
  width: 33px;
  height: 32px;
}

i.ico-calculator-item,
.calculator-link:before,
.ico-txt-calculator-item:before {
  background-image: url("../../img/ico-calculator-item.png");
  width: 24px;
  height: 31px;
}

i.ico-pdf,
.ico-txt-pdf:before {
  background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/cover;
  width: 22px;
  height: 26px;
}

i.ico-support-tools,
.ico-txt-support-tools:before {
  background-image: url("../../img/ico-support-tools.png");
  width: 23px;
  height: 22px;
}

i.ico-software,
.ico-txt-software:before {
  background-image: url("../../img/ico-software.png");
  width: 23px;
  height: 23px;
}

i.ico-chat-single,
.ico-txt-chat-single:before {
  background-image: url("../../img/ico-chat-single.png");
  width: 34px;
  height: 34px;
}

a.ico-chat-single {
  display: inline-block;
  position: relative;
  padding-left: 53px;
}

a.ico-chat-single i {
  position: absolute;
  left: 0;
}

i.ico-phone,
.ico-txt-phone:before {
  background-image: url("../../img/ico-phone.png");
  width: 33px;
  height: 31px;
}

i.ico-envelope,
.ico-txt-envelope:before {
  background-image: url("../../img/ico-envelope.png");
  width: 34px;
  height: 25px;
}

i.ico-play-big {
  background-image: url("../../img/ico-play-big.png");
  width: 100px;
  height: 100px;
}

i.arrow-link {
  font-style: normal;
}

i.arrow-link:after {
  margin-right: 10px;
  margin-left: 0;
}

.arrow-link::after {
  content: '\f105';
  display: inline-block;
  border: 2px solid #2d7ab0;
  padding: 1px 4px 2px;
  border-radius: 3px;
  font-size: 22.4px;
  line-height: 14.4px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow-link-b::before {
    content: '\f105';
    display: inline-block;
    border: 2px solid #2d7ab0;
    padding: 1px 4px 2px;
    border-radius: 3px;
    font-size: 22.4px;
    line-height: 14.4px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
    font-family: FontAwesome;
    text-rendering: auto;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.arrow-link:hover:after {
  border-color: #014c8c;
}

.arrow-link-small {
  font-size: 0.96rem;
}

.download-pdf-link {
  font-weight: bold;
  font-size: 0.95rem;
}

.download-pdf-link:after {
  content: '';
  width: 22px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/cover;
}

.cog-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 38px;
  padding-bottom:15px;
}

.cog-link:before {
  content: '\f013';
  display: inline-block;
  font-size: 1.6rem;
  line-height: 20.8px;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  position: absolute;
  left:5px;
  -webkit-transform: translate(0 50%);
  -ms-transform: translate(0 50%);
  transform: translate(0 50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
}

.pdf-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 38px;
}

.pdf-link:before {
  content: '';
  display: inline-block;
  background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/cover;
  width: 26px;
  height: 28px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 575px) {
  .pdf-link-xs .item-box-inner {
    display: inline-block;
    float: left;
  }

  .pdf-link-xs .item-box-inner a {
    display: inline-block;
    margin: 0.8rem auto 2rem;
  }

  .pdf-link-xs .item-box-inner a:before {
    content: '';
    display: inline-block;
    background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/contain;
    width: 50px;
    height: 50px;
    margin-right: 14px;
    margin-bottom: 10px;
  }

  .pdf-link-xs .item-box-inner img {
    display: none;
  }
}

.chats-link:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.calculator-link:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.notebook-link:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.green-link {
  color: #009933;
}

.green-link:hover {
  color: #009933;
}

.play-link {
  display: inline-block;
  position: relative;
  padding-left: 37px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.play-link:before {
  color: #000;
  content: '\f01d';
  font-family: FontAwesome;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  transform: translateY(-56%);
  left: 0;
}

.icon-prods-in-sight-explorer,
.icon-prods-easy-builder,
.icon-prods-clr,
.icon-prods-ess,
.icon-prods-ext,
.icon-prods-pmx,
.icon-prods-ids {
  color: white;
  padding: 0 3px;
  margin: 1px 2px;
  font-size: 10px;
  font-weight: bold;
  min-width: 14px;
  display: inline-block;
  text-align: center;
  cursor: default;
  border-radius: 2px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
}

.icon-prods-in-sight-explorer {
  background-color: #e89a35;
}

.icon-prods-easy-builder {
  background-color: #3e4967;
}

.icon-prods-clr {
  background-color: green;
}

.icon-prods-ess {
  background-color: grey;
}

.icon-prods-ext {
  background-color: olive;
  color: yellow;
}

.icon-prods-pmx {
  background-color: gold;
  color: black;
}

.icon-prods-ids {
  background-color: red;
}

.spin {
  position: relative;
}

.spin:after {
  content: " ";
  height: 30px;
  width: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: calc(50% - 15px);
  left: calc(50% - 15px);
  border-top: 0.2em solid rgba(200, 200, 200, 0.5);
  border-right: 0.2em solid rgba(200, 200, 200, 0.5);
  border-bottom: 0.2em solid rgba(200, 200, 200, 0.5);
  border-left: 0.2em solid #ffffff;
  border-radius: 50%;
}

.spin.spin-shadow:after {
  bottom: 50%;
}

.spin.spin-shadow:before {
  content: '';
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin-shadow:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.icon-documentation,
.icon-training,
.icon-software-firmware {
  position: relative;
  padding-left: 30px;
}

.icon-documentation:before,
.icon-training:before,
.icon-software-firmware:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;
}

.icon-software-firmware:before {
  background: url(../../img/icon-xl-software-firmware.png);
}

.icon-documentation:before {
  background: url(../../img/icon-xl-documentation.png);
}

.icon-training:before {
  background: url(../../img/icon-xl-training.png);
}

.ico-txt-play:before,
.ico-txt-document:before,
.ico-txt-document-and-pen:before,
.ico-txt-barcode:before,
.ico-txt-computer:before,
.ico-txt-calendar:before,
.ico-txt-people:before,
.ico-txt-notebook:before,
.ico-txt-cloud:before,
.ico-txt-calculator:before,
.ico-txt-notebook-blue:before,
.ico-txt-email:before,
.ico-txt-tools:before,
.ico-txt-email-small:before,
.ico-txt-calculator-item:before,
.ico-txt-map:before,
.ico-txt-chats:before,
.ico-txt-pdf:before,
.ico-txt-support-tools:before,
.ico-txt-software:before,
.ico-txt-chat-single:before,
.ico-txt-phone:before,
.ico-txt-envelope:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.ico-txt-email-small:before {
  margin: auto;
}

.ico-txt-pdf {
  margin-right: 0;
  margin-left: 1rem;
}

@font-face {
    font-family: "Leaguegothic Regular";
    src: url("../../../fonts/leaguegothic-regular.eot");
    src: url("../../../fonts/leaguegothic-regular.otf") format("truetype"), url("../../../fonts/leaguegothic-regular.woff") format("woff"), url("../../../fonts/leaguegothic-regular.ttf") format("truetype"), url("../../../fonts/leaguegothic-regular.ttf") format("svg");
}

.title {
  position: relative;
  font-weight: bold;
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

.title span {
  vertical-align: middle;
}

.title .numbers {
  vertical-align: top;
}

.heading .title {
  margin-bottom: 1rem;
}

.link-text {
  color: inherit;
}

.link-text:hover {
  color: inherit;
}


h1 [class^="ico-"],
.h1 [class^="ico-"],
h2 [class^="ico-"],
.h2 [class^="ico-"],
h3 [class^="ico-"],
.h3 [class^="ico-"],
h4 [class^="ico-"],
.h4 [class^="ico-"],
h5 [class^="ico-"],
.h5 [class^="ico-"],
h6 [class^="ico-"],
.h6 [class^="ico-"],
.title [class^="ico-"],
.info-title [class^="ico-"],
.list-title [class^="ico-"] {
  margin-right: 17px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
}

h1,
.h1 {
  font-family: "Leaguegothic Regular";
  text-transform: uppercase;
  font-size: 2.0rem;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}


h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: none;
}

h3,
.h3,
h4,
.h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: inherit;
  margin-top: 0;
}

h4,
.h4 {
  margin-bottom: 0;
}

h5,
.h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

h6,
.h6 {
  margin-bottom: .5rem;
}

p + h4,
p + h5,
p + h6,
p + .h4,
p + .h5,
p + .h6,
p + .list-title,
ul + h4,
ul + h5,
ul + h6,
ul + .h4,
ul + .h5,
ul + .h6,
ul + .list-title,
ol + h4,
ol + h5,
ol + h6,
ol + .h4,
ol + .h5,
ol + .h6,
ol + .list-title,
img + h4,
img + h5,
img + h6,
img + .h4,
img + .h5,
img + .h6,
img + .list-title,
.figure-group + h4,
.figure-group + h5,
.figure-group + h6,
.figure-group + .h4,
.figure-group + .h5,
.figure-group + .h6,
.figure-group + .list-title,
.table-responsive + h4,
.table-responsive + h5,
.table-responsive + h6,
.table-responsive + .h4,
.table-responsive + .h5,
.table-responsive + .h6,
.table-responsive + .list-title,
.table + h4,
.table + h5,
.table + h6,
.table + .h4,
.table + .h5,
.table + .h6,
.table + .list-title {
  margin-top: 2.5rem;
}

.content-block + .content-block {
  margin-top: 4rem;
}

.content-block:after {
  content: "";
  clear: both;
  display: block;
}

blockquote q {
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}

blockquote cite {
  display: block;
}


.bordered-title {
  padding-bottom: 1rem;
  border-bottom: 10px solid #e9e9e9;
}

small,
.small {
  font-size: 85%;
}

.text-limit p {
  display: none;
}

.text-limit p:first-child {
  display: inline;
}

.list-title,
.info-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  clear: both;
}

.two-col-list-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.jumbotron .download-title,
.jumbotron-fluid .download-title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 0.5rem;
}

.mb-0_3 {
  margin-bottom: 0.3rem !important;
}


.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-lg {
  margin-bottom: 8rem !important;
}

.image-responsive {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: 0 auto 1.5rem;
}

hr {
  background-color: #b7b7b7;
}

.main-link {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
  margin: 3.2rem 0 5rem;
}

.main-link a {
  text-decoration: underline;
}

.main-link a:hover {
  text-decoration: none;
}

.product-banner-list ul {
  padding-left: 16px;
}

.bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.bullet-list li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 22px;
}

.bullet-list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
}

.bullet-list a,
.bullet-list strong {
  vertical-align: middle;
}

.bullet-list-li-mb-05 li {
  margin-bottom: 0.5rem;
}

.bullet-list-li-mb-05 .bullet-list li {
  margin-bottom: 0.5rem;
}

.bullet-list-li-mb-1 li {
  margin-bottom: 1rem;
}

.bullet-list-li-mb-1 .bullet-list li {
  margin-bottom: 1rem;
}

.bullet-list-horizontal li {
  display: inline-block;
  margin-right: 45px;
}

.bullet-list-md li {
  margin-bottom: .5rem;
}

.bullet-list-sm {
  font-size: 0.85rem;
}

.bullet-list-sm li:before {
  top: 6px;
}

.bullet-list-sm.bullet-list-horizontal li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.bullet-list-inline:after {
  content: "";
  clear: both;
  display: block;
}

.bullet-list-inline li {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .bullet-list-inline li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .bullet-list-inline li {
    width: 33.33%;
  }
}

.info {
  margin: 3rem 0;
}

.info-header {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.info-list {
  margin: 0;
  padding: 0;
}

.info-list li {
  display: inline-block;
}

.info-list li:after {
  content: ' |';
  display: inline;
}

.info-list li:last-child:after {
  content: none;
}

.no-top-indent {
  margin-top: 0 !important;
}

.no-bottom-indent {
  margin-bottom: 0 !important;
}




select.form-control:not([size]):not([multiple]) {
  height: calc(3rem - 2px);
}


.heading .arrow-link {
  display: inline-block;
  font-size: 1.1rem;
}

.heading .download-pdf-link {
  margin: 4px 0 10px;
  display: inline-block;
}

.heading .arrow-link-small {
  font-size: 0.96rem;
}

.heading + .slick-gallery-holder {
  margin-top: 0;
}

.heading .search-block {
  width: 100%;
  margin-bottom: 20px;
}

.heading.vertical-center > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.2rem;
}

.heading.vertical-center > div h2,
.heading.vertical-center > div .h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .heading.vertical-center > div h2,
  .heading.vertical-center > div .h2 {
    margin-bottom: 1rem;
  }
}



@media only screen and (max-width: 767px) {
  .heading h2,
  .heading h3,
  .heading h4 {
    margin-bottom: 1rem;
  }
}

.vertical-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.even-list > li:nth-child(even) {
  background-color: #f8f8f8;
}


@media only screen and (max-width: 767px) {
  .even-list li .media-body {
    padding: 0 14px;
  }
}

.odd-list > li:nth-child(odd) {
  background-color: #f8f8f8;
}

.fa-map-marker {
  vertical-align: middle;
  font-size: 1.1rem;
}



.fa-1 {
  font-size: 1.6rem;
}

.fa-2 {
  font-size: 2rem;
}

.fa-3 {
  font-size: 3rem;
}

.fa-4 {
  font-size: 4rem;
}

.fa-5 {
  font-size: 5rem;
}

.btn-large {
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0;
  line-height: 3rem;
  font-size:16px;
  width: auto;
  white-space: normal;
}

.btn-md {
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0;
  line-height: 3rem;
  font-size: 1.1rem;
}

.bottom-indent {
  margin-bottom: 5rem;
}

.side-info,
.side-info-left {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .side-info {
    max-width: 400px;
    float: right;
    padding-left: 35px;
  }

  .side-info-left {
    max-width: 400px;
    float: left;
    padding-right: 35px;
  }

  .side-info_no-max-width {
    max-width: none;
  }
}

.play-video-button {
  background: url("../../img/ico-play-video.png");
  width: 99px;
  height: 97px;
  outline: none;
  border: none;
  cursor: pointer;
}

video {
  cursor: pointer;
  vertical-align: top;
}

.social-options {
  padding: 16px 0 6px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 35px;
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-list li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list-big {
  margin-top: 8px;
}

.social-list-big a {
  font-size: 1.1rem;
  font-weight: bold;
}

.social-list-big [class^="ico-"] {
  margin-right: 10px;
}

.social-list-big li {
  margin-right: 20px;
}

.definitions {
  margin-bottom: 32px;
}

.definitions dt,
.definitions dd {
  display: inline;
  margin-bottom: 0;
}

.definitions dt {
  font-weight: normal;
  display: inline-block;
  min-width: 85px;
}

.definitions dd:after {
  content: '\A';
  white-space: pre;
}

.definitions-lead dt {
  font-weight: bold;
  min-width: 110px;
}

.definitions-lead dt,
.definitions-lead dd {
  margin-bottom: 12px;
}

.tgl {
  position: relative;
  display: inline-block;
  height: 17px;
  cursor: pointer;
  margin-bottom: 0;
}

.tgl .tgl_text {
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
  color: #999999;
}

.tgl > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.tgl .tgl_body {
  width: 30px;
  height: 17px;
  background: white;
  border: 1px solid #dadde1;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}

.tgl .tgl_switch {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 13px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #ccd0d6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  z-index: 1;
}

.tgl .tgl_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
  background-color: #4bd865;
}

.tgl .tgl_bgd {
  position: absolute;
  right: -21.5px;
  top: 0;
  bottom: 0;
  width: 31.5px;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
}

.tgl .tgl_bgd-negative {
  right: auto;
  left: -21.5px;
}

.tgl:hover .tgl_switch {
  border-color: #b5bbc3;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.tgl:active .tgl_switch {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.tgl > :not(:checked) ~ .tgl_body > .tgl_switch {
  left: -1px;
}

.tgl > :not(:checked) ~ .tgl_body .tgl_track {
  background: transparent;
}

.tgl > :not(:checked) ~ .tgl_body .tgl_bgd {
  right: -10px;
}

.tgl > :not(:checked) ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
  right: auto;
  left: -10px;
}

@media only screen and (min-width: 992px) {
  .symbologies-intro {
    padding-top: 40px;
  }
}

.figure figcaption {
  font-size: .85rem;
  padding: 7px 0;
}

@media only screen and (min-width: 768px) {
  .figure-group {
    width: 42%;
    float: right;
    padding-left: 20px;
  }
}

.intro-box {
    padding: 2.6rem 0 3.4rem;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: 50% 25%;
    margin: 3rem 0 6rem;
}
.intro-box-title {
  font-family: "Leaguegothic Regular";
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #fff;
  letter-spacing: 0.5px;
}

.intro-box-title [class^="ico-"] {
  margin-right: 20px;
}

.intro-box-title span {
  vertical-align: middle;
}

.intro-box-btn {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0;
}

.intro-box-btn:hover {
  color: #000;
}

.intro-box-columns {
  margin-top: 0;
}

.intro-box-columns .intro-box-title {
  margin-bottom: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 576px) {
  .intro-box-columns {
    text-align: left;
  }
}

.intro-box-inner .left-side {
  margin-bottom: 30px;
}

.intro-box-inner .btn-large {
  max-width: 260px;
}

@media only screen and (min-width: 576px) {
  .intro-box-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-box-inner .left-side {
    padding-right: 30px;
    margin-bottom: 0;
    max-width: 662px;
  }
}

@media only screen and (min-width: 992px) {
  .intro-box-inner .btn-large {
    max-width: 344px;
  }
}

.text-grey {
  color: #666;
}

.text-black {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .intro-box {
    padding: 4vw 0 8vw;
  }

  .intro-box-title {
    font-size: 3rem;
  }

  .intro-box-btn {
    font-size: 1.1rem;
    line-height: 3rem;
    width: 100%;
    max-width: 344px;
    padding: 10px;
  }

  .intro-box-columns {
    padding: 5.1rem 0;
  }

  .intro-box-columns .intro-box-title {
    font-size: 3.8rem;
  }
}

.intro-box-big {
  padding: 4.6rem 0 4.4rem;
}

@media only screen and (min-width: 992px) {
  .intro-box-big {
    padding: 7.6rem 0 7.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .intro-box-big {
    padding: 14.6rem 0 14.4rem;
  }
}

.text-yellow {
  color: #fff200;
}

a.text-yellow:hover {
  color: #fff200;
}

.two-columns-info {
  padding-top: 3rem;
  background-size: cover;
  color: #fff;
}

.two-columns-info .bullet-list li {
  margin-bottom: 0.5rem;
}

.two-columns-info .bullet-list li:before {
  background-color: #fff;
}

.two-columns-info a {
  color: #ffffff;
}

.products-list {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.products-list > li {
  margin: 0;
  border-top: 1px solid #dedede;
}

.products-list > li:last-child {
  border-bottom: 1px solid #dedede;
}

.product-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 2.5rem;
  position: relative;
}

.product-link:after,
.product-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-link:before {
  border: 2px solid #2d7ab0;
  padding: 0.4px 4px 2px;
  font-size: 1.4rem;
  line-height: 14.5px;
  content: '\f105';
  left: 5px;
  border-radius: 3px;
  vertical-align: middle;
}

.angle-list {
  list-style-type: none;
  padding-left: 0;
}

.angle-list li {
  margin-bottom: 2rem;
  padding-left: 20px;
  position: relative;
}

.angle-list li:before {
  content: '\f105';
  color: #9b9b9b;
  font-size: 18px;
  font-family: FontAwesome;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-rendering: auto;
}

.angle-list .select-container {
  padding-left: 0;
}

.angle-list .select-container:after,
.angle-list .select-container:before {
  content: none;
}

.products-list-simple > li {
  margin: 0;
  border-top: none;
}

.products-list-simple > li:last-child {
  border-bottom: none;
}

.products-list-simple .product-link {
  padding-left: 36px;
  padding-right: 0;
}

.products-list-simple .product-link:after,
.products-list-simple .product-link:before {
  display: inline-block;
  position: static;
}

.products-list-simple .product-link:before {
  display: inline-block;
  position: absolute;
  top: auto;
  left: 0;
  margin-right: 1rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.products-list-simple .product-link:after {
  content: none;
}

.products-list-simple .pdf-link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.steps-section {
  padding: 1.8rem;
  background-color: #feef34;
  font-size: 0.95rem;
  font-weight: bold;
}

.steps-section .step-link {
  display: block;
}

.steps-section a {
  color: #000;
}

.steps-section .steps-heading {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  padding-bottom: 0.6rem;
  font-style: normal;
}

@media only screen and (min-width: 576px) {
  .steps-section {
    width: 295px;
  }
}

.steps-section.transparent {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps-section.transparent .steps-heading {
  border-bottom: none;
  margin-bottom: 0;
}

.steps-section.transparent a {
  color: #ffffff;
}

.steps-section.transparent .step-link:before {
  border-color: #ffffff;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-list > li {
  margin-bottom: 1.3rem;
}

.step-link {
  display: inline-block;
  position: relative;
}

.step-link:before {
  content: '\f105';
  display: inline-block;
  border: 2px solid #000;
  padding: 1px 4px 2px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 14.5px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-md-wide {
  padding: 1rem 3rem;
  font-weight: bold;
}

.story-section {
  color: #fff;
  padding: 1.5rem 1.2rem;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .story-section {
    padding: 3.4rem 2.7rem;
  }
}

.filter-tag {
  display: inline-block;
  border: 1px solid #b7b7b7;
  padding: 3px 45px 3px 13px;
  position: relative;
  margin: 0 5px 1rem 0;
}

.filter-tag .filter-remove-tag {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #b7b7b7;
  padding: 0 11px;
}

.placeholder-opt {
  display: none;
}

.form-block {
  padding: 1rem 1.5rem;
  background-color: #ededed;
}

.form-block hr {
  margin-bottom: 2rem;
}

.form-block .btn-large {
  max-width: none;
}

.form-block .form-check-label input + .input-placeholder {
  background-color: #fff;
}

.form-block .heading-lead {
  margin: 0;
  text-transform: none;
  text-align: left;
}

.form-block .form-info {
  color: #000;
}

.image-decorator {
  max-width: 250px;
  margin: 0 auto 30px;
  position: relative;
}

.image-decorator .image-decorator-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.image-decorator.unselected .image-decorator-text {
  background: rgba(255, 255, 255, 0.75);
}

.image-decorator .image-responsive {
  width: 100%;
}

.working-at-cognex {
  padding: 12rem 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  margin-bottom: 3rem;
}

.working-at-cognex > span {
  background: url("../../img/working-at-cognex-bg.jpg") 50% 50%;
}

.working-at-cognex a {
  color: #fff;
}

.heading-grey {
  padding: 1rem 2rem;
  background-color: #e9e9e9;
  margin-bottom: 2rem;
  text-align: center;
}

.numbers {
  vertical-align: top;
  font-size: 5rem;
  color: #2177ad;
  display: inline-block;
  margin-top: -10px;
}

.picture-block {
  padding: 1rem;
  min-height: 466px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover !important;
  color: #fff;
}

.picture-block .picture-block-inner {
  max-width: 460px;
}

.picture-block p {
  min-height: 120px;
}

.price-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  margin-bottom: 0;
  padding: 0.5rem 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-toggler-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  height: 270px;
  position: relative;
}

.image-toggler-images img {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.image-toggler-images .active {
  visibility: visible;
}

.image-toggler-images .shape-link {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
}
 
.image-toggler-images .shape-link-americas {
  /*rtl:ignore*/
  left: 15%;
  width: 31%;
}

.image-toggler-images .shape-link-europe {
  /*rtl:ignore*/
  left: 44%;
   width: 16%;
}

.image-toggler-images .shape-link-japan {
  top: 34%;
  /*rtl:ignore*/
  right: 23%;
  width: 6%;
  bottom: 49%;
  z-index: 11;
}

.image-toggler-images .shape-link-asia {
  /*rtl:ignore*/
  right: 6%;
  width: 34%;
}

@media only screen and (max-width: 1200px) {
  .image-toggler-images .shape-link-americas {
    /*rtl:ignore*/
    left: 0;
    width: 45%;
  }

  .image-toggler-images .shape-link-japan {
    /*rtl:ignore*/
      right: 18%;
  }
}

@media only screen and (max-width: 991px) {
  .image-toggler-images .shape-link-americas {
    width: 43%;
  }

  .image-toggler-images .shape-link-japan {
    /*rtl:ignore*/
      right: 11%;
  }

  .image-toggler-images .shape-link-europe {
    /*rtl:ignore*/
    width: 23%;
     left: 42%;
  }

  .image-toggler-images .shape-link-asia {
    right: 0;
  }
}

.image-toggler-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.image-toggler-btn {
  text-align: center;
  color: #666;
  background-color: #f8f8f8;
  text-transform: uppercase;
  padding: 1rem;
  font-weight: bold;
  margin: 0 5px 10px;
  width: 100%;
  max-width: 165px;
}

.image-toggler-btn.active,
.image-toggler-btn:hover {
  color: #fff;
  background-color: #0275d8;
}

@media only screen and (min-width: 768px) {
  .image-toggler-images {
    margin-bottom: 5rem;
    height: 400px;
  }

  .image-toggler-btn {
    max-width: 232px;
  }
}

.map-main-baner {
  height: 10rem;
  background: url("../../img/map-main.jpg") 50% 50%;
  background-size: cover;
}

.localisation-list {
  margin: 0 -10px;
  padding: 4.25rem 0;
  list-style: none;
}

.localisation-list:after {
  content: "";
  clear: both;
  display: block;
}

.localisation-list li {
  float: left;
  padding: 0 10px;
  width: 50%;
  margin-bottom: 1rem;
}

.localisation-list a {
  color: #000;
  display: block;
}

@media only screen and (min-width: 576px) {
  .localisation-list li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .localisation-list li {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .localisation-list li {
    width: 20%;
  }
}

.localisation-list-wrapper .localisation-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  width: 100%;
}

.localisation-list-wrapper .localisation-list li {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .localisation-list-wrapper .localisation-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 768px) {
  .localisation-list-wrapper .localisation-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 992px) {
  .localisation-list-wrapper .localisation-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}

.video-play-btn {
  border: none;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  padding: 49px;
  position: relative;
}

.video-play-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 35px;
  border-color: transparent transparent transparent #ffffff;
}

.video-play-btn:hover {
  background: black;
}

.screen-description {
  background-color: #616161;
  color: #fff;
  padding: 0.5rem;
}

.screen-description p:last-child {
  margin-bottom: 0;
}

.splash-screen {
  position: relative;
}

.splash-screen .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.splash-screen > span {
  display: block;
}

.splash-screen > span > span {
  padding-top: 56%;
  height: auto !important;
  width: 100% !important;
}


[class^='tag-ico-'] {
  display: inline-block;
  padding: 4px 3px 3px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-size: 0.9em;
  line-height: 1;
  border-radius: 2px;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
}

.tag-ico-in-sight {
  background-color: #e89a35;
}

.tag-ico-easy-builder {
  background-color: #3e4967;
}

.tag-ico-ess {
  background-color: grey;
}

.tag-ico-ext {
  background-color: olive;
  color: yellow;
}

.tag-ico-ids {
  background-color: red;
}

.tag-ico-pmx {
  background-color: gold;
  color: black;
}

.tag-ico-clr {
  background-color: green;
}

ol.aligned-left {
  padding-left: 1.2rem;
}

.table-bordered {
  border: none;
}

.table .empty {
  border-color: transparent;
}

.table .head-cell {
  background-color: #ebebeb;
  text-align: left;
}

.table .no-wrap {
  white-space: nowrap;
}

.table-inline {
  width: auto;
}

table.no-border,
table.no-border tr,
table.no-border th,
table.no-border td {
  border: none;
}

.fa.fa-green {
  color: #11cf11;
}

.fa.fa-red {
  color: #cc0000;
}

.light-grey-block {
  background-color: #e9e9e9;
  padding: 0.5rem;
}

.light-grey-block p:last-child {
  margin-bottom: 0;
}

.testimonial {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial:first-child {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial:last-child {
  border-bottom: none;
}

.testimonial-header {
  margin-bottom: 1.5rem;
}

.testimonial-header:after {
  content: "";
  clear: both;
  display: block;
}

.bordered-box {
  padding: 1rem;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1200px) {
  .border-xl-left {
    border-left: 1px solid #ddd;
  }
}

.videos-list {
  margin: 0 0 2rem;
  list-style: none;
  padding: 0;
}

.videos-list.vertical-list {
  margin-bottom: 0;
}

.videos-list li {
  display: inline-block;
  margin-right: 1rem;
}

.videos-list li:last-child {
  margin-right: 0;
}

.videos-list .media.media-xs {
  margin-bottom: 13.7px;
}

.videos-list.videos-list-short li {
  min-height: 117.49px;
}

.video-item {
  padding: 1rem;
  background-color: #eceeef;
  border-radius: 16px 6px 16px 6px;
}

.two-side-block {
  border-top: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .two-side-block:after {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    background-color: #ddd;
  }
}

.two-side-block_col {
  padding: 2rem 1rem;
}

@media only screen and (min-width: 768px) {
  .two-side-block_col {
    float: left;
    width: 50%;
  }
}

.img-links-list li {
  margin-bottom: 4rem;
}

.img-links-list li:last-child {
  margin-bottom: 0;
}

.img-links-list a {
  font-weight: bold;
}

.img-link {
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
}

.img-link img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hidden {
  display: none !important;
}

[data-show-hide-element] {
  display: none;
}

.wrapper {
  margin: 0 0 2rem;
}

.wrapper-shadow {
  padding: 1.5rem;
  box-shadow: 0 1px 3px #ccc;
}

.bullet-list-flaot:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 992px) {
  .bullet-list-flaot > li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .bullet-list-flaot > li {
    width: 33.33%;
  }
}

.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.svg-map {
  background-color: grey;
}

.row-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex [class^="col-"] {
  min-height: 160px;
}

.row-flex .vidyard_wrapper {
  float: none !important;
}

.row-flex .item-box-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.row-flex .item-box {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-column-list {
  margin: 0 -15px 3rem;
  padding: 0;
  list-style: none;
}

.two-column-list:after {
  content: "";
  clear: both;
  display: block;
}

.two-column-list li {
  padding: 0 15px;
  float: left;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .two-column-list li {
    width: 100%;
  }
}

.related-customer-story-image {
  height: 196px !important;
}

[data-tooltip] {
  color: #009933;
  cursor: help;
  border-bottom: 1px dotted #009933;
  position: relative;
}

[data-tooltip]:focus,
[data-tooltip]:active,
[data-tooltip]:visited {
  color: #009933;
  text-decoration: none;
}

[data-tooltip]:hover {
  border-bottom-style: solid;
  color: #009933;
  text-decoration: none;
}

[data-tooltip]:hover:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

[data-tooltip]:hover:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  left: 20%;
  line-height: 16px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
  box-shadow: 2px 1px 6px #999;
}

.download-wrapper {
  padding: 20px;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #dedede;
}

.flex-columns,
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-columns.items-center,
.flex-row.items-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-columns .grow-height,
.flex-row .grow-height {
  height: 100%;
}

.flex-columns {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-columns .vertical-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-columns .vertical-list li:last-child .media.media-xs {
  margin-bottom: 0;
}

.img-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-center img {
  width: auto;
}

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.clear-both {
  clear: both;
}

.error {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.error .error-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
}

.error .error-content p {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .error .error-content {
    margin-top: 0;
  }
}

.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.page-wrapper .header {
  width: 100%;
}

.page-wrapper .top-row {
  position: relative;
}

.page-wrapper .content-grow {
  height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.min-width-44 {
  min-width: 44rem;
}

input:focus {
  outline: transparent;
}

.search-block:focus {
  border-color: #0c3d5d;
}

.jumbotron .media .title,
.jumbotron .media h6,
.jumbotron .media p.h6 {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 0.5rem;
}

.jumbotron .media p {
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .table-responsive {
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}

.table {
  border-collapse: collapse;
}

.table td {
  word-break: break-all;
}

.table thead.v-align-top th {
  vertical-align: top;
}

.table.table-striped-yellow > tbody > tr:nth-of-type(odd) {
  background-color: #fff200;
}

.table .border-top {
        /*thead*/
}

.table .border-top th {
  border-top: 1px solid #ddd !important;
}

.table.stop-break-all td {
  word-break: normal;
}

.table.td-2-text-left tbody td:nth-child(2) {
  text-align: left;
}

.table.text-left-not-first tbody td:not(:first-child) {
  text-align: left;
}

.table.td-1-min-width-50 tbody td:first-child {
  min-width: 50px;
}

.table.td-1-min-width-100 tbody td:first-child {
  min-width: 100px;
}

.table.td-1-min-width-150 tbody td:first-child {
  min-width: 150px;
}

.table.td-1-min-width-200 tbody td:first-child {
  min-width: 200px;
}

.table.td-1-min-width-250 tbody td:first-child {
  /*min-width: 250px;*/
  width: 250px;
}

[data-image-height-equal-to] {
  overflow: hidden;
}

.related-customer-block {
  height: 250px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.related-customer-block img {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  width: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}

.related-customer-block .box-title {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-toggle="modal"] {
  cursor: pointer;
}

.h-10 {
  min-height: 10px !important;
}

.h-20 {
  min-height: 20px !important;
}

.h-30 {
  min-height: 30px !important;
}

.h-40 {
  min-height: 40px !important;
}

.h-50 {
  min-height: 50px !important;
}

.h-60 {
  min-height: 60px !important;
}

.h-70 {
  min-height: 70px !important;
}

.h-80 {
  min-height: 80px !important;
}

.h-90 {
  min-height: 90px !important;
}

.h-110 {
  min-height: 110px !important;
}

.h-120 {
  min-height: 120px !important;
}

.h-130 {
  min-height: 130px !important;
}

.h-140 {
  min-height: 140px !important;
}

.h-150 {
  min-height: 150px !important;
}

.h-160 {
  min-height: 160px !important;
}

.h-170 {
  min-height: 170px !important;
}

.h-180 {
  min-height: 180px !important;
}

.h-190 {
  min-height: 190px !important;
}

.h-200 {
  min-height: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-percent-10 {
    height: 10%;
    overflow: hidden;
  }

  .h-percent-20 {
    height: 20%;
    overflow: hidden;
  }

  .h-percent-30 {
    height: 30%;
    overflow: hidden;
  }

  .h-percent-40 {
    height: 40%;
    overflow: hidden;
  }

  .h-percent-50 {
    height: 50%;
    overflow: hidden;
  }

  .h-percent-60 {
    height: 60%;
    overflow: hidden;
  }

  .h-percent-70 {
    height: 70%;
    overflow: hidden;
  }

  .h-percent-80 {
    height: 80%;
    overflow: hidden;
  }

  .h-percent-90 {
    height: 90%;
    overflow: hidden;
  }
}

.max-h-200 {
  max-height: 200px !important;
  overflow: hidden;
}

.max-h-160 {
  max-height: 160px !important;
  overflow: hidden;
}

.w-auto {
  width: auto !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-175 {
  min-width: 175px !important;
}

.min-w-225 {
  min-width: 225px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

[class*="max-w-"] {
  width: 100%;
}

.max-w-200 {
  max-width: 200px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

.border-gray {
  border: 1px solid #ddd;
}

label {
  position: relative;
}

.error-email,
.error-email:focus {
  border-color: #f00;
  outline: #f00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.chat-widget-dropdown .error-message {
  top: 158px;
  left: 174px;
  right: auto;
  bottom: auto;
}

.error-message {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
  color: #333;
  display: inline-block;
  position: absolute;
  bottom: 64px;
  right: 0;
  padding: 12px 10px;
}

.error-message:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ddd;
  position: absolute;
  top: -6px;
  left: 20px;
}

.error-message:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 21px;
}

form .OneRow4Radios {
  width: 100%;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  form .OneRow4Radios {
    width: 25%;
    float: left;
  }
}

.media {
  margin: 1.8rem 0 3rem;
  color: #666;
}

.media .media-left {
  padding-right: 23px;
}

.media .media-object {
  height: auto;
  width: 275px;
}

.media .media-object-md {
  max-width: 200px;
}

.media .definitions {
  margin-bottom: 0;
}

.media .definitions dt {
  min-width: 140px;
}

.media .media-left-inner {
  position: relative;
}

.media .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}

.media .date .number {
  font-size: 4.5rem;
  display: block;
}

.media .type {
  border-top: 1px solid #fff;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0;
  display: block;
}

.media-body {
  color: #000;
}

.media-heading {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold;
  font-size: 1.3rem;
  color: #336699;
  margin-bottom: 13px;
}

.media-heading-small {
  font-size: 1rem;
}

.media-sub-heading {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1rem;
}

.media.media-main {
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 2.3rem;
  color: #000;
}

.media.media-main .media-heading {
  font-size: 3.5rem;
  color: #000;
  font-family: "Leaguegothic Regular";
  font-weight: normal;
  margin-bottom: 8px;
}

.media.media-main .media-sub-heading {
  font-size: 1.65rem;
  margin-bottom: 1.55rem;
  font-weight: normal;
}

@media only screen and (max-width: 991px) {
  .media.media-main .media-object {
    max-width: unset;
  }
}

.media.media-main p {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .media {
    margin: 1.8rem 0 6rem;
  }

  .media .media-right {
    width: 50%;
    max-width: 50%;
  }

  .media .media-right-40 {
    width: 39%;
    max-width: 39%;
  }

  .media .media-right img {
    width: 100%;
    height: auto;
  }

  .media .media-right img.width-auto {
    margin: 0 auto;
    width: auto;
  }

  .bullet-list li:last-child {
    margin-bottom: 0;
  }
}

[class*="media-sizes-"] .media-object {
  height: auto;
}

.media-sizes-350 .media-object {
  width: 350px;
}

.media-sizes-275 .media-object {
  width: 275px;
}

.media-sizes-250 .media-object {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .media-responsive .media-left,
  .media-responsive .media-right,
  .media-responsive .media-body {
    display: block;
    width: auto;
  }

  .media-responsive .media-object {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .media-responsive .media-left {
    padding: 0 0 20px;
  }

  .media-responsive .media-right {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .media-responsive .media-object {
    max-width: 200px;
  }
}

.media-small {
  color: #333;
  margin: 1.4rem 0 2.5rem;
}

.media-small .media-heading {
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: none;
}

.media-small .media-body {
  position: relative;
  padding: 5px 33px 5px 33px;
}

.media-small .media-body p {
  margin-bottom: 0.5rem;
}

.media-small .media-body .media-heading {
  margin-bottom: 1rem;
}

.media-small .media-body .media-link-angle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  font-size: 3.4rem;
  color: #909090;
}

@media only screen and (min-width: 768px) {
  .media-small .media-body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .media-small .media-body .media-link-angle {
    right: 30px;
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .media-small .media-body {
    padding-left: 50px;
    padding-right: 66px;
  }
}

.media.media-xs {
  color: #000;
  margin: 10px 0 48px;
}

.media.media-xs .media-image-xs {
  padding-right: 8px;
}

.media.media-xs .media-image-xs .media-object {
  max-width: 137px;
  height: auto;
}

.media.media-xs p {
  margin-bottom: 0;
}

.media.media-xs .media-object {
  width: auto;
  max-width: 90px;
}

.media-border-bottom {
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7b7b7;
}

.media-heading strong,
.media-sub-heading strong {
  font-weight: 900;
}

.not-strong {
  font-weight: normal;
}

.not-strong strong {
  font-weight: bold;
}

.nav-tabs {
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0.8rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

.nav-tabs .nav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
  height: auto;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 109px;
}

.nav-tabs .nav-item a {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav-tabs .nav-item > * {
  height: 100%;
}

.nav-tabs .nav-item:hover > .nav-link,
.nav-tabs .nav-item.active > .nav-link,
.nav-tabs .nav-item.active:hover > .nav-link {
  border-color: #fff200;
  color: #000;
  font-weight: bold;
  font-size:16px;
  padding-left: 0;
  padding-right: 0;
  overflow-wrap: break-word;
}

.nav-tabs .nav-item:hover .search-block,
.nav-tabs .nav-item.active .search-block,
.nav-tabs .nav-item.active:hover .search-block {
  border-color: #fff200;
}

.tabs-holder .nav-tabs .nav-link {
  background-color: transparent;
  padding: 14px 4px;
  color: #000;
  font-size:16px;
  border: none;
  border-bottom: 9px solid #e9e9e9;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

.tabs-holder .nav-tabs .nav-link:hover,
.tabs-holder .nav-tabs .nav-link.active,
.tabs-holder .nav-tabs .nav-link.active:hover {
  border-color: #fff200;
  color: #000;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs .nav-item-search {
  min-width: 220px;
}

.nav-tabs .search-block,
.nav-tabs .search-block-field {
  height: 100%;
}

.nav-tabs .search-block {
  padding: 14px 4px;
  margin-top: 0;
  display: block;
  height: 100%;
  min-height: 50px;
  border-bottom: 9px solid #cdcdcd;
}

.nav-tabs .search-block-field {
  font-size: 0.8rem;
  line-height: 100%;
  min-width: 0;
  padding: 0 10px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .nav-tabs {
    font-size: 1rem;
  }

  .nav-tabs .nav-item-search .search-block-field {
    font-size: 1rem;
  }
}

.ol-list {
  padding-left: 1.5rem;
}

.ol-list li {
  margin-bottom: 1rem;
}

.caption {
  font-style: italic;
  margin-top: 3rem;
  color: #777;
}

.tab-pane {
  padding-top: 2.5rem;
}

.tab-pane .media:first-child {
  margin-top: 0;
}

.tab-content {
  position: relative;
}

.tab-content > .tab-pane .steps-section {
  float: right;
}

@media only screen and (max-width: 767px) {
  .tab-content > .tab-pane.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-content > .tab-pane .side-info {
    -webkit-order: 100;
    -ms-flex-order: 100;
    order: 100;
  }

  .tab-content > .tab-pane .steps-section {
    float: none;
    margin: auto;
  }

  .tab-content > .tab-pane .syncing {
    margin: auto;
  }
}

.tabs-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.search-block:hover,
.search-block.active {
  border-color: #2177ad;
  color: #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-width: 0 0 9px 0;
  border-bottom-color: transparent;
}

.nav-item.active {
  border-width: 0 0 9px 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
}

.box > img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.box-img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.box-img-bordered {
  border: 1px solid #a1a1a1;
}

.box-block {
  padding: 10px 15px;
  text-align: center;
}

.box-title {
  font-family: "Leaguegothic Regular";
  color: #000;
  font-size: 1.55rem;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.box-text {
  color: #fff;
  margin: 0;
  font-size: 1rem;
}

.box-link {
  font-size: 1.1rem;
}

.box-simple {
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 992px) {
  .box-simple .box-img {
    min-height: auto;
  }
}

.box-animated {
  position: relative;
  overflow: hidden;
  padding-bottom: 65px;
}

.box-animated:hover .box-block-animated {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}

.box-animated:hover .box-block-animated .box-title,
.box-animated:hover .box-block-animated .box-text {
  color: #fff;
}

.box-animated:hover .box-block-animated .box-text {
  white-space: normal;
  max-height: 100%;
  padding-bottom: inherit;
  opacity:1;
  transition: all .4s ease;

}

.box-animated .box-block-animated {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-animated .box-block-animated .box-block {
  max-width: 100%;
  overflow: hidden;
}

.box-animated .box-block-animated .box-text {
  max-width: 100%;
  max-height: 20px;
  overflow: hidden;
  opacity: 0;

}

.box-animated .img-center {
  height: 100%;
  width: 100%;
}

.box-animated .box-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.overview-holder {
  position: relative;
  margin-bottom: 10px;
}

.overview-holder:hover .overview-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.overview-img {
  display: block;
  width: 100%;
  height: auto;
}

.overview-info {
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2rem;
  font-size: 12px;
}

.overview-info:hover {
  color: #fff;
  text-decoration: none;
}

.overview-info p {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .overview-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.overview-info-title {
  font-family: "Leaguegothic Regular";
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.overview-info-link {
  color: #fff;
  font-weight: bold;
}

.overview-info-link:hover {
  color: #fff;
}

.overview-info-link span {
  vertical-align: middle;
}

.overview-info-link > .fa {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 3px;
  line-height: 0.9rem;
  margin-left: 12px;
  vertical-align: middle;
  padding: 2px 5px 5px 6px;
  border-radius: 3px;
  font-size: 1.5rem;
}

.overview-title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #336699;
}

@media only screen and (min-width: 768px) {
  .overview-info {
    line-height: 1.3rem;
    font-size: 1rem;
  }

  .overview-info-title {
    font-size: 2.1rem;
    margin-bottom: 0.9rem;
  }

  .overview-title {
    font-size: 1.3rem;
  }

  .overview-info-link > .fa {
    border: 2px solid #fff;
    padding: 5px 6px 6px 7px;
    font-size: 2rem;
    line-height: 0.9rem;
    margin-left: 12px;
  }
}

.tile-list {
  margin: 0 -5px 3rem;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile-list .tile-list-item {
  padding: 0 8px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 15px;
}

.tile-list .tile-list-item > * {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .tile-list .box-img {
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .tile-list .tile-list-item {
    width: 50%;
    max-width: none;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .tile-list .tile-list-item {
    width: 25%;
  }

  .tile-list.tile-list-lg-5 .tile-list-item {
    width: 20%;
  }
}

.tile-list .item-preview {
  margin-bottom: 0;
}

.support-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.support-list .box-img {
  width: auto;
}

.support-list .support-box > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dddccc;
  height: 200px;
  width: 100%;
}

.support-list .support-content > a,
.support-list .support-content > strong {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.support-list .support-content ul {
  padding: 0;
}

.support-list .support-content li {
  list-style-type: none;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .support-list .tile-list-item {
    float: left;
    margin-bottom: 1.5rem;
  }
}

.tile-list-left {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.tile-list-big {
  margin: 27px -15px 2.5rem;
}

.tile-list-big .tile-list-item {
  padding: 0 15px;
  margin-bottom: 30px;
  max-width: 400px;
}

@media only screen and (min-width: 576px) {
  .tile-list-big .tile-list-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-list-big .overview {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .tile-list-big .tile-list-item {
    width: 50%;
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .tile-list-big .tile-list-item {
    width: 33.33%;
  }
}

.tile-list-1 .tile-list-item {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 992px) {
  .tile-list-1 .tile-list-item {
    margin-bottom: 28px;
    max-width: none;
  }
}

.tile-list-2 {
  margin-bottom: 4.4rem;
}

.tile-list-2 .tile-list-item {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 992px) {
  .tile-list-2 .tile-list-item {
    width: 50%;
    margin-bottom: 28px;
    max-width: none;
  }
}

.tile-list-small .box-img {
  max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .tile-list-small .tile-list-item {
    width: 33%;
  }
}

@media only screen and (min-width: 992px) {
  .tile-list-small .tile-list-item {
    width: 20%;
  }
}

.tile-list-md-2 .tile-list-item,
.tile-list-md .tile-list-item {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .tile-list-md-2 .tile-list-item,
  .tile-list-md .tile-list-item {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tile-list-md-2 .tile-list-item {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-list-md-2 .tile-list-item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .tile-list-md-3.tile-list,
  .filter-section .tile-list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tile-list-md-3.tile-list .tile-list-item,
  .filter-section .tile-list .tile-list-item {
    width: 33%;
    max-width: none;
    margin: 0 0 10px;
  }
}

.tile-list.tile-list-no-indents {
  margin-left: 0;
  margin-right: 0;
}

.tile-list.tile-list-no-indents .tile-list-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .tile-list .tile-wrapper-xl {
    padding: 0 30px;
  }
}

.slick-gallery-holder {
  position: relative;
  margin: 2.8rem 0 3.2rem;
  padding: 0 10px;
}

.slick-gallery-holder .slick-arrow {
  position: absolute;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  background-color: transparent;
  font-size: 3.4rem;
  outline: none !important;
  cursor: pointer;
  color: #000;
}

.slick-gallery-holder .slick-arrow.slick-disabled {
  color: #bfbfbf;
}

.slick-gallery-holder .slick-arrow .fa {
  line-height: 100%;
  margin-top: -10px;
}

.slick-gallery-holder.perspective .slick-arrow.slick-disabled {
  color: #000;
}

.slick-gallery-holder .slick-prev {
  /*rtl:ignore*/
    right: 100%;
}

.slick-gallery-holder .slick-next {
  /*rtl:ignore*/
    left: 100%;
}

.slick-gallery .image-box {
  position: relative;
  margin: 1px 5px;
}

.slick-gallery .image-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-gallery .image-box-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-gallery .item-box {
  margin: 0 7px;
}

.image-box-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .slick-gallery-holder {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slick-gallery-holder .slick-arrow {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slick-gallery-holder .slick-arrow {
    font-size: 4.4rem;
  }

  .slick-gallery-holder .slick-prev {
    /*rtl:ignore*/
    right: 100%;
  }

.slick-gallery-holder .slick-next {
    /*rtl:ignore*/
    left: 100%;
  }
}

.slick-gallery-holder-items {
  margin: 1.6rem -7px 4.4rem;
}

@media only screen and (min-width: 992px) {
  .slick-gallery-holder.perspective .slick-list {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .slick-gallery-holder.perspective .slick-slide {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .slick-gallery-holder.perspective .slick-slide > * {
    transition: left .5s, margin .5s, -webkit-transform .5s;
    transition: transform .5s, left .5s, margin .5s;
    transition: transform .5s, left .5s, margin .5s, -webkit-transform .5s;
    position: relative;
    -webkit-transform: rotateY(40deg);
    transform: rotateY(40deg);
  }

  .slick-gallery-holder.perspective .slick-slide.slick-current > * {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
  }

  .slick-gallery-holder.perspective .slick-slide.slick-current ~ .slick-slide > * {
    -webkit-transform: rotateY(-40deg);
    transform: rotateY(-40deg);
  }
}

.slick-gallery-holder.perspective .slick-dots {
  padding: 0;
  margin: 1rem;
  text-align: center;
}

.slick-gallery-holder.perspective .slick-dots li {
  display: inline-block;
}

.slick-gallery-holder.perspective .slick-dots button {
  background-color: transparent;
  border: none;
  padding: 2px 7px;
}

.slick-gallery-holder.perspective .slick-dots button span {
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  border: 1px solid #9a9a9a;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.slick-gallery-holder.perspective .slick-dots .slick-active button span {
  background-color: #9a9a9a;
}

.slick-gallery-holder.syncing {
  padding: 0;
}

.slick-gallery-holder.syncing img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-gallery-holder.syncing .slider-for {
  outline: 1px solid #d7d7d7;
  margin-bottom: 1rem;
}

.slick-gallery-holder.syncing .slider-for .slick-slide,
.slick-gallery-holder.syncing .slider-for .slick-track {
  overflow: hidden;
}

.slick-gallery-holder.syncing .slider-nav,
.slick-gallery-holder.syncing .slider-nav-3 {
  outline: 1px solid #d7d7d7;
  display: inline-block;
  max-width: 100%;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide {
  opacity: 0.5;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide.slick-current,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide.slick-current {
  opacity: 1;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide + .slick-slide,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide + .slick-slide {
  position: relative;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide + .slick-slide:after,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide + .slick-slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d7d7d7;
}

.slick-gallery-holder.syncing .slider-nav img {
  height: auto;
  width: 80px;
  max-width: 100%;
}

.slick-gallery-holder.syncing .slider-nav-3 img {
  width: 100%;
}

.slick-gallery-holder.syncing .slider-nav-lg img {
  width: 120px;
}

.slick-gallery-holder.syncing .slick-arrow {
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility .5s, opacity .5s;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow .fa {
  position: relative;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-gallery-holder.syncing .slider-for:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.slick-gallery-holder.syncing .slider-for .slick-next {
  /*rtl:begin:ignore*/
  right: 0;
  left: auto;
  /*rtl:end:ignore*/
}

.slick-gallery-holder.syncing .slider-for .slick-next:before {
  right: 0;
}

.slick-gallery-holder.syncing .slider-for .slick-prev {
  /*rtl:begin:ignore*/
  right: auto;
  left: 0;
  /*rtl:end:ignore*/
}

.slick-gallery-holder.syncing .slider-for .slick-prev:before {
  left: 0;
}

.slick-gallery-holder.syncing .slick-next {
  /*rtl:begin:ignore*/
  left: 100%;
  right: auto;
  /*rtl:end:ignore*/
}

.slick-gallery-holder.syncing .slick-prev {
  /*rtl:begin:ignore*/
  right: 100%;
  left: auto;
  /*rtl:end:ignore*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slick-gallery-holder.syncing {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-gallery-holder.syncing {
    margin-left: 0;
    margin-right: 0;
  }
}

.slick-slide {
  visibility: visible;
}

.slick-gallery-holder.variable-width img {
  min-height: 300px;
  width: 100%;
}

.slick-gallery-holder.variable-width .slick-slide {
  /*max-width: 350px;*/
}

.slick-gallery-holder.variable-width .image-box {
  padding-bottom: 5.5rem;
}

.slick-gallery-holder.variable-width.history .event-date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 25px 10px 0;
}

.slick-gallery-holder.variable-width.history .event-date:after,
.slick-gallery-holder.variable-width.history .event-date:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #363636;
}

.slick-gallery-holder.variable-width.history .event-date:after {
  bottom: 100%;
  height: 54px;
  width: 1px;
}

.slick-gallery-holder.variable-width.history .event-date:before {
  width: 22px;
  height: 22px;
  top: 0;
  border-radius: 50%;
}

.slick-gallery-holder.variable-width.history .slick-list:before {
  content: '';
  left: 5px;
  right: 0;
  bottom: 40px;
  height: 6px;
  background-color: #ebebeb;
  position: absolute;
}

.gallery-news .slick-slide {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

[data-slick-gallery] {
    display:none;
}

.vidyard_wrapper {
  width: 100%;
}


.news-content {
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.news-content .news-header {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.news-content .news-time {
  margin-bottom: 25px;
}

.news-content p {
  margin-bottom: 1.5rem;
}

.news-content h2 {
  line-height: 2.7rem;
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
}

.news-content h5 {
  line-height: 1.5rem;
  text-transform: none;
  margin: 2.4rem 0 0.6rem;
  font-weight: bold;
}

.news-content .news-sub-title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: none;
  margin: 2.4rem 0 0.6rem;
  font-weight: bold;
}

.news-date {
  white-space: nowrap;
}

.aside-box {
  display: none;
  background-color: #ebebeb;
  padding: 19px 14px 22px;
  margin-bottom: 8px;
  font-size: 0.83rem;
}

.aside-box a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (min-width: 992px) {
  .aside-box {
    display: inherit;
  }
}

.aside-box-info {
  line-height: 1.6rem;
  background-color: transparent;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.aside-box-list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.aside-box-list > li a {
  display: block;
  padding: 5px 0;
}

.aside-box-list li + li {
  border-top: 1px solid #d3d3d3;
}

.aside-box-title {
  font-weight: bold;
  margin-bottom: 24px;
}

.aside-box-links-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.aside-box-links-list li {
  margin-bottom: 0;
}

.aside-box-links-list li:last-child {
  margin-bottom: 0;
}

.aside-box-links-list a {
  display: block;
  color: #000;
  padding: 6px 30px 6px 15px;
  font-size: 0.83rem;
}

.aside-box-links-list a:after {
  content: '\f04b';
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 50%;
  margin-top: -10px;
  display: none;
}

.aside-box-links-list a:hover {
  color: #000;
}

.aside-box-links-list a:hover:after {
  text-decoration: none;
}

.aside-box-links-list a:last-child {
  margin-bottom: 0;
}

.aside-box-links-list a.active,
.aside-box-links-list a[aria-expanded="true"] {
  position: relative;
  font-weight: bold;
}

.aside-box-links-list a.active:after,
.aside-box-links-list a[aria-expanded="true"]:after {
  display: block;
}

.aside-box-links-list .aside-box-links-list {
  background-color: #f8f8f8;
  padding: 13px 14px;
  margin: 0;
}

.aside-box-links-list .aside-box-links-list a {
  color: #666;
}

.aside-box-links-list .aside-box-links-list a:after {
  right: 0;
}

.aside-box-links-list .aside-box-links-list .aside-box-links-list {
  padding-left: 30px;
  background-color: #fefefe;
  margin: 0 -15px;
}

.aside-box-links-list .aside-box-links-list .aside-box-links-list a {
  color: #000;
}

.article-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
}

.article-title + p {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .aside-box-links-list .aside-box-links-list {
    display: none;
  }
}

.search-box {
  padding: 6px 20px 0;
  background-color: #e9e9e9;
  margin: 2rem 0;
}

.search-box .form-control {
  margin-bottom: 14px;
}

.action-btn {
  border-radius: 0;
  font-weight: bold;
  width: 100%;
  line-height: 1.7rem;
}

.search-box-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.filter-header {
  background-color: #e9e9e9;
  padding: 8px 10px 0;
  margin: .5rem 0 1.5rem;
}

.filter-header:after {
  content: '';
  clear: both;
  display: block;
}

.filter-header .action-btn {
  line-height: 2.1rem;
  white-space: normal;
  padding-left: .7rem;
  padding-right: .7rem;
}

@media only screen and (min-width: 992px) {
  .filter-header {
    font-size: 0.8rem;
  }

  .filter-header .action-btn {
    line-height: 1.7rem;
    margin-top: 19px;
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .filter-header {
    font-size: 1rem;
  }

  .filter-header .action-btn {
    line-height: 1.75rem;
    margin-top: 23px;
    font-size: 1rem;
  }
}

.filter-header.filter-flex-grow,
.filter-header .filter-flex-grow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.filter-header.filter-flex-grow .filter-col,
.filter-header .filter-flex-grow .filter-col {
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.filter-header.filter-flex-grow .filter-col:last-child,
.filter-header .filter-flex-grow .filter-col:last-child {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filter-col {
  float: left;
  width: 100%;
  padding: 0 6px;
  margin-bottom: 14px;
}

.filter-col .form-control {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .filter-col {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .filter-col {
    width: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  .filter-col .form-control {
    padding: 0.25rem;
  }
}

.col-sm-12.col-lg-9 .filter-col .form-control {
  padding: 0.25rem;
}

@media only screen and (max-width: 991px) {
  .filter-col:last-child {
    width: 100%;
  }
}

.filter-label {
  display: block;
  font-weight: bold;
  margin: 0;
}

.filter-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  line-height: 1.7rem;
  padding-right: 25px;
  color: #666;
}

.filter-field::-ms-expand {
  display: none;
}

.filter-field .placeholder {
  display: none;
}

.filter-pagination-holder {
  text-align: center;
}

.filter-pagination-holder .fa {
  position: relative;
  top: -3px;
}

.filter-pagination {
  padding: 0 96px;
  position: relative;
  margin: 2.2rem auto 4.6rem;
  display: inline-block;
}

.filter-pagination-left,
.filter-pagination-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-pagination-left .filter-pagination-btn + .filter-pagination-btn,
.filter-pagination-right .filter-pagination-btn + .filter-pagination-btn {
  margin-left: 7px;
}

/*rtl:begin:ignore*/

.filter-pagination-left {
  left: 0;
}

.filter-pagination-left .filter-pagination-btn + .filter-pagination-btn {
  position: absolute;
  top: 0;
  left: 35px;
}

.filter-pagination-right {
  right: 0;
}

.filter-pagination-right .filter-pagination-btn:first-child {
  position: absolute;
  top: 0;
  right: 42px;
}

/*rtl:end:ignore*/

.filter-pagination-btn {
  border: none;
  background: transparent;
  font-size: 2.1rem;
  cursor: pointer;
  color: #2d7ab0;
}

.filter-pagination-btn[disabled] {
  color: #bdbdbd;
  cursor: default;
}

.filter-pagination-list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}

.filter-pagination-list a {
  color: #666;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
}

.filter-pagination-list a:hover {
  background: #319cda;
  color: #fff;
}

.filter-pagination-list a.active {
  color: #fff;
  background: #2d7ab0;
}

.filter-pagination-list li {
  display: inline-block;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .filter-pagination-list {
    height: 51px;
    font-size: 1.15rem;
  }

  .filter-pagination-list a {
    padding: 12px 20px;
  }

  .filter-pagination-left .filter-pagination-btn + .filter-pagination-btn,
  .filter-pagination-right .filter-pagination-btn + .filter-pagination-btn {
    margin-left: 14px;
  }
}

/* Changes for the bootstrap pagination */
ul.pagination {
    font-size: 1.15rem !important;
}

.search-block {
  border-bottom: 8px solid #dadada;
  position: relative;
  padding-right: 30px;
}

.search-block .search-block-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) {
  .search-block {
    margin-top: -8px;
  }
}

.search-block-field,
.search-block-btn {
  border: none;
  background: transparent;
}

.search-block-field {
  height: 32px;
  width: 100%;
}

.search-block-btn .fa {
  color: #727272;
  font-size: 1.3rem;
}

.form-check {
  margin-bottom: 2rem;
}

.form-check-label {
  position: relative;
  padding-left: 42px;
}

.form-check-label input {
  opacity: 0;
}

.form-check-label input + .input-placeholder {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #a7a7a7;
}

.form-check-label input:checked + .input-placeholder:after,
.form-check-label.checked .input-placeholder:after {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 73%;
  height: 73%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #a7a7a7;
}

.form-check-label input[type="radio"] + .input-placeholder {
  border-radius: 50%;
}

.form-check-label input[type="radio"]:checked + .input-placeholder:after {
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  .filter-header.filter-header-small.search-box .action-btn {
    margin-top: 20px;
  }
}

.btn-default {
  padding: 4px 12px;
}

.btn-warning {
  background-color: #f6d500;
  border-color: #f6d500;
  color: #000;
}

.form-row .form-label {
  display: inline-block;
  padding: .5rem 0;
  margin-right: 0.5rem;
  vertical-align: middle;
  margin-bottom: 1rem;
  font-weight: bold;
  width: 125px;
  word-break: break-word;
}

.form-row .form-control,
.form-row select.form-control:not([size]):not([multiple]) {
  vertical-align: middle;
  display: inline-block;
  max-width: 360px;
  padding: 0.3rem 0.5rem;
  margin-bottom: 1rem;
  color: #000;
}

.search-results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results.without-tags {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results.without-tags .search-results-tags {
  min-width: 180px;
}

@media only screen and (min-width: 768px) {
  .search-results.without-tags .search-result-form {
    max-width: 956px;
  }
}

@media only screen and (min-width: 768px) {
  .search-results {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.search-results-tags {
  min-width: 250px;
}

.search-result-form {
  width: 100%;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .search-result-form {
    padding-left: 16px;
    min-width: 316px;
    max-width: 886px;
  }

  .col-sm-12.col-lg-9 .search-result-form {
    max-width: 680px;
  }
}

.bootstrap-select-inline .bootstrap-select {
  width: auto !important;
}

.bootstrap-select-inline .btn.dropdown-toggle {
  background: #fff !important;
}

@media only screen and (max-width: 991px) {
  .bootstrap-select-inline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: block;
  }
}

.form-control-md {
  max-width: 450px;
}

.email-form {
  display: none;
}

.item-box video {
  width: 100%;
  cursor: pointer;
  vertical-align: top;
}

.item-box img {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .item-box img {
    max-width: 100%;
  }
}

.item-box-inner {
  margin-bottom: 1.2rem;
}

.item-box-description {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.item-box-description p {
  margin-bottom: 5px;
}

.item-preview {
  position: relative;
  overflow: hidden;
  padding: 22px;
  margin-bottom: 2rem;
  background: #ebebeb url("../../img/item-preview-bg.jpg") 50% 50%;
  background-size: cover;
  z-index: 1;
}

.item-preview-image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: auto;
  width: 32%;
  z-index: -1;
}

@media only screen and (min-width: 576px) {
  .item-preview-image {
    width: auto;
    max-height: 95%;
  }
}

.item-preview-title {
  font-family: "Leaguegothic Regular";
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .item-preview-title {
    font-size: 1.8rem;
  }
}

.item-preview-inner {
  width: 55%;
}

@media only screen and (min-width: 992px) {
  .item-preview-inner {
    width: 47%;
  }
}

@media only screen and (min-width: 1200px) {
  .item-preview-inner {
    width: 55%;
  }
}

.item-preview-description {
  position: relative;
  z-index: 1;
  line-height: 1.2rem;
}

.item-preview-description p {
  margin-bottom: 1.4rem;
}

.item-preview-btn {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2rem;
  min-width: 80%;
}

@media only screen and (min-width: 768px) {
  .item-preview {
    padding: 32px;
  }
}

.item-preview-sm {
  padding: 30px 15px;
}

.item-preview-sm .preview-title,
.item-preview-sm h6,
.item-preview-sm .h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.item-preview-sm p {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 576px) {
  .item-preview-sm .item-preview-description p {
    min-height: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .item-preview-square .item-preview-image,
  .tile-list-2 .item-preview-image {
    position: static;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 1rem;
  }

  .item-preview-square .item-preview-inner,
  .tile-list-2 .item-preview-inner {
    text-align: center;
    width: 100%;
  }

  .item-preview-square .item-preview-btn,
  .tile-list-2 .item-preview-btn {
    min-width: 50%;
  }
}

.item-preview-fixed {
  position: relative;
  padding-bottom: 60px;
  min-height: 281px;
  z-index: 1;
}

.item-preview-fixed .item-preview-description {
  position: static;
}

.item-preview-fixed .arrow-link {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.tile-items-grow .tile-list-item {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tile-list-1 .item-preview-image {
  max-height: none;
  right: 40px;
  /*bottom: 10px;
  top:-10px;*/
}

.hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-preview {
  position: relative;
}

.product-preview .product-preview-view {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: 10px;
  background-color: #ebebeb;
  padding: 10px;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  z-index: 100;
  display: none;
  width: 100%;
  max-width: 700px;
}

.product-preview .product-preview-view.active {
  display: block;
}

.product-preview .product-preview-view .for-preview-view {
  display: block;
}

.product-preview-box {
  vertical-align: middle;
  border-radius: 10px;
  margin: 0 0 10px;
  padding: 0 10px;
  width: 50%;
  float: left;
  cursor: pointer;
  overflow: hidden;
}

.product-preview-box .for-preview-view {
  display: none;
}

.product-preview-box .item-box-inner {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.product-preview-box .item-box-description {
  border-radius: 0 0 10px 10px;
  border: 1px solid #a1a1a1;
  border-top: none;
  padding: 10px;
  font-size: 11px;
  background-color: #ebebeb;
}

.product-preview-box .link {
  color: #0275d8;
}

.product-preview-view-image img {
  height: auto;
  width: 100%;
}

.product-preview-view-content {
  padding: 10px 55px 0 0;
  position: relative;
  font-size: 12px;
}

.product-preview-view-content .product-preview-view-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
  padding: 4px;
}

.product-preview-view-content .product-preview-view-close i {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .product-preview-box {
    width: 160px;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
  }

  .product-preview-box.middle {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .product-preview-box {
    position: static;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
  }

  .product-preview .product-preview-view {
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .product-preview-view-image img {
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .product-preview-box {
    width: 100%;
  }
}

.main-banner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.main-banner-content {
  padding: 1rem;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  min-width: 50%;
  color: #fff;
}

.main-banner-content p {
  margin-bottom: 0;
}

.main-banner-title {
  color: #fff;
  font-family: "Leaguegothic Regular";
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .main-banner-content {
    max-width: 50%;
  }

  .main-banner-title {
    font-size: 2.8rem;
  }
}


.landing-banner .title-box h1,
.landing-banner .title-box .h1,
.landing-banner .title-box h2,
.landing-banner .title-box .h2 {
  letter-spacing: 1px;
  color: #fff;
  font-size: 21px;
}

.landing-banner .title-box h1,
.landing-banner .title-box .h1 {
  font-size: 3rem;
}

.landing-banner .title-box h2,
.landing-banner .title-box .h2 {
  font-size: 1.2rem;
  max-width: 50%;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .landing-banner .title-box h1,
  .landing-banner .title-box .h1 {
    font-size: 5rem;
  }

  .landing-banner .title-box h2,
  .landing-banner .title-box .h2 {
    max-width: 50%;
    text-transform: none;
    font-size: 21px;
  }
}

.res-banner .title-box {
  max-width: 70%;
}

.res-banner .intro,
.res-banner .title {
  font-family: "Leaguegothic Regular", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.res-banner .title {
  margin-bottom: 1rem;
}

.res-banner p {
  font-size: 1rem;
}

.chat-widget {
  position: fixed;
  top: 40%;
  right: -60px;
  font-size: 13px;
  color: #000;
  width: 60px;
  transition: right .5s;
  z-index: 102;
}

.chat-widget .fa-caret-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

.chat-widget.active {
  right: 0;
}

.chat-widget.active .fa-caret-left {
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .chat-widget {
    top: 40%;
  }
}


.chat-widget-activator {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  width: 30px;
  border: none;
  background-color: #fee900;
  border-radius: 10px 0 0 10px;
  font-size: 1.6rem;
  padding: 0;
  cursor: pointer;
  height: 60px;
  z-index: -1;
}

.chat-widget-activator:focus {
  outline: none;
}

.chat-widget-list {
  margin: 0;
  padding: 0;
  background-color: #fff200;
  text-align: center;
  list-style: none;
}

.chat-widget-opener {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #000;
  padding: 12px 5px 9px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #d0bf00;
}

.chat-widget-opener:hover,
.chat-widget-opener:focus {
  text-decoration: none;
  color: #000;
}

.chat-widget-opener:hover,
.chat-widget-opener:focus {
  outline: none;
}

.chat-widget-list_item {
  position: static;
  border-bottom: 2px solid #fff7a6;
}

.chat-widget-list_item [class^="ico-"] {
  display: block;
  margin: 0 auto 5px;
}

.chat-widget-list_item:last-child {
  border-color: transparent;
}

.chat-widget-list_item:last-child .chat-widget-opener {
  border-color: transparent;
}

.chat-widget-list_item.active .chat-widget-dropdown {
  display: block;
}

.chat-widget-list_item.sales-short .chat-widget-dropdown form,
.chat-widget-list_item.pricing-short .chat-widget-dropdown form {
  text-align: center;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown,
.chat-widget-list_item.pricing-long .chat-widget-dropdown {
  width: 260px;
  height: 408px;
  overflow-Y: auto;
  overflow-X: hidden;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown .btn-warning,
.chat-widget-list_item.pricing-long .chat-widget-dropdown .btn-warning {
  margin-top: 0;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown:after,
.chat-widget-list_item.pricing-long .chat-widget-dropdown:after {
  bottom: auto;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown select.form-control,
.chat-widget-list_item.pricing-long .chat-widget-dropdown select.form-control {
  margin-bottom: 4px;
}

@media only screen and (max-height: 408px) and (max-width: 767px) {
  .chat-widget-list_item.sales-long .chat-widget-dropdown,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown {
    height: 100vh;
    bottom: auto;
    top: -160px;
  }
}

@media only screen and (min-width: 768px) {
  .chat-widget-list_item.sales-long .chat-widget-dropdown,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown {
    height: auto;
    width: 440px;
  }

  .chat-widget-list_item.sales-long .chat-widget-dropdown .btn-warning,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown .btn-warning {
    margin-bottom: 0;
  }

  .chat-widget-list_item.sales-long .chat-widget-dropdown .form-check,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown .form-check {
    display: inline-block;
    width: 60%;
  }
}

.chat-widget-list_item.sales-thank-you .chat-widget-dropdown,
.chat-widget-list_item.pricing-thank-you .chat-widget-dropdown {
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.chat-widget-list_item.sales-thank-you.active .chat-widget-dropdown,
.chat-widget-list_item.pricing-thank-you.active .chat-widget-dropdown {
  visibility: visible;
  opacity: 1;
}

.chat-widget-dropdown {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: 1px -2px 2px 1px rgba(150, 150, 150, 0.3);
  display: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  padding: 0 15px 22px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 100%;
  width: 260px;
}

.chat-widget-dropdown .inner-dropdown-title {
  background: #fff200;
  margin: 0 -15px 14px;
  padding: 12px 56px 12px 15px;
  font-size: 16px;
}

.chat-widget-dropdown p,
.chat-widget-dropdown .form-label {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.chat-widget-dropdown .inner-dropdown-title ~ p {
  margin-bottom: 12px;
}

.chat-widget-dropdown p + .chat-widget-btn {
  margin-bottom: 15px;
}

.chat-widget-dropdown .close {
  color: #000;
  font-size: 0;
  font-weight: normal;
  opacity: 1;
  padding: 6px;
  position: absolute;
  right: 18px;
  top: -14px;
  text-shadow: none;
}

.chat-widget-dropdown .close:before {
  content: '_';
  font-size: 34px;
}

.chat-widget-dropdown form {
  text-align: justify;
  margin-bottom: 15px;
}

.chat-widget-dropdown .form-row {
  display: inline-block;
  text-align: left;
  width: 202px;
}

.chat-widget-dropdown .form-row.full-width {
  width: 100%;
  margin-bottom: 8px;
}

.chat-widget-dropdown .form-row .form-control,
.chat-widget-dropdown .form-row select.form-control {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  height: 1.8rem;
  margin-bottom: 4px;
  padding: 0 0.5rem;
  width: 200px;
}

.chat-widget-dropdown .form-label,
.chat-widget-dropdown .form-check-label {
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 0.2rem;
}

.chat-widget-dropdown .form-check .form-check-label {
  padding-left: 32px;
  padding-right: 30px;
}

.chat-widget-dropdown .form-check .input-placeholder {
  background: #ffffff;
  width: 17px;
  height: 17px;
}

.chat-widget-dropdown .form-check .form-check-label input:checked + .input-placeholder:after,
.chat-widget-dropdown .form-check .form-check-label.checked .input-placeholder:after {
  content: '\2713';
  color: #48c000;
  background: transparent;
}

.chat-widget-dropdown:after {
  content: '';
  background: #f5f5f5;
  display: block;
  height: 22px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: auto;
}

@media only screen and (max-height: 408px) and (max-width: 767px) {
  .chat-widget-dropdown {
    height: 100vh;
    bottom: auto;
    top: -160px;
  }

  .chat-widget-dropdown:after {
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .chat-widget-dropdown {
    width: 320px;
  }
}

@media only screen and (min-width: 768px) {
  .chat-widget-dropdown .form-row {
    width: auto;
  }

  .chat-widget-dropdown .form-row.full-width textarea.form-control {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .chat-widget-dropdown .form-row .form-label,
  .chat-widget-dropdown .form-row .form-check-label,
  .chat-widget-dropdown .form-row .form-control,
  .chat-widget-dropdown .form-row select.form-control {
    font-size: 14px;
  }
}

/*chat widget on home page*/

@media only screen and (max-height: 444px) and (max-width: 767px) {
  .wide-long-form .chat-widget-list_item.sales-long .chat-widget-dropdown,
  .wide-long-form .chat-widget-list_item.pricing-long .chat-widget-dropdown {
    top: -196px;
    height: 100vh;
  }
}

/**/

.chat-widget-dropdown .btn-warning,
.chat-widget-btn {
  background-color: #fff200;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.7rem;
  margin-top: 12px;
  padding: 5px;
  text-transform: uppercase;
  vertical-align: top;
  width: 156px;
}

@media only screen and (min-width: 576px) {
  .chat-widget {
    width: 70px;
    right: -70px;
  }

  .chat-widget-opener {
    padding: 12px 5px 9px;
  }
}

@media only screen and (min-width: 768px) {
  .chat-widget {
    padding-left: 0;
    right: 0;
  }

  .chat-widget-activator {
    display: none;
  }
}

#livechat-compact-container {
  display: none;
}

.footer .social-list li {
  margin-right: 3px;
}

.footer .form-control,
.footer .footer-btn {
  margin-bottom: 0.3rem;
}

.footer .switch-language {
  max-width: 250px;
}

.footer .switch-language .bootstrap-select > .dropdown-toggle {
  font-size: 0.9rem;
  background: none;
  padding: 0 0 0 64px;
  color: #fff;
  border: none;
  outline: none;
}

.switch-language .bootstrap-select > .dropdown-toggle:before {
  content: '';
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../../img/ico-map.png);
  width: 42px;
  height: 22px;
}

.switch-language-inverse .bootstrap-select > .dropdown-toggle:before {
  background-image: url(../../img/ico-map-white.png);
  width: 56px;
  height: 30px;
}

.switch-language-inverse .bs-caret .caret {
  display: none;
}

.footer-log {
  max-width: 100%;
  height: auto;
}

.footer-hr {
  background-color: #fff;
  margin: 2.5rem 0;
}

.footer-social {
  margin-bottom: 1rem;
}

.footer-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding: 10px 20px 8px 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-title .fa {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  color: #fff;
}

.footer-title-sm {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

.footer-list {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.2rem;
}

.footer-drop {
  font-size: 0.9rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
  padding-bottom: 2px;
  position: relative;
  border-bottom: 1px solid #585858;
}

.footer-drop:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1d1c1c;
}

.active + .footer-drop {
  max-height: 700px;
}

.footer-support {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #fff;
}

.footer-btn {
  border-radius: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  width: 100%;
}

.footer-forgot-pass {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}

.footer-forgot-pass:hover {
  color: #fff;
}

.footer-bottom {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  padding: 1.1rem 0;
  font-size: 0.75rem;
}

.footer-bottom:before,
.footer-bottom:after {
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
}

.footer-bottom:before {
  background-color: #4f4f4f;
  top: 0;
}

.footer-bottom:after {
  background-color: #000;
  top: 1px;
}

.devided-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.devided-list li {
  display: inline-block;
  padding: 0 12px 0 3px;
  position: relative;
}

.devided-list li:after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.devided-list li:first-child {
  padding-left: 0;
}

.devided-list li:last-child:after {
  content: none;
}

.devided-list li a, .footer-bottom a {
  color: #fff;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .footer-title {
    padding-right: 0;
    padding-top: 0;
    position: static;
    margin-bottom: 0.5rem;
  }

  .footer-title .fa-plus {
    display: none;
  }

  .footer-drop {
    margin-bottom: 1rem;
    max-height: none;
    border: none;
  }

  .footer-drop:after {
    content: none;
  }

  .footer-list {
    padding: 0;
  }

  .footer .social-list li {
    margin-right: 8px;
  }

  .footer-support {
    margin-top: 0;
  }
  .footer-links-list li {
    padding: 0 15px 0 6px;
  }
}


.footer-title a {
  color: #ffffff;
}

.footer-title a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer-title a,
  .footer-title a:hover,
  .footer-title a:active,
  .footer-title a:focus,
  .footer-title a:visited {
    text-decoration: none;
  }
}

.header .landing-top-row {
  position: fixed;
  width: 100%;
  background-color: #fff200;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  padding: 3px 0;
  z-index: 103;
  top: 0;
}

.header .header-flex-row {
  height: 56px;
  padding-top:12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .main-logo img {
  width: 270px;
}

.header-contacts-list:after {
  content: "";
  clear: both;
  display: block;
}

.header-contacts-list li {
  float: left;
}

.header-contacts-list li + li {
  padding-left: 2rem;
  position: relative;
}

.header-contacts-list li + li:after {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 1rem;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
}

.header-contacts-list p {
  margin: 0;
}

.header .switch-language {
  float: right;
  text-align:right;
  position: relative;
}

.switch-language .lang-helper > .btn {
  font-size: 0.8rem;
  background: none;
  color: #000;
  border: none;
  outline: none;
  float: none;
  height: 22px;
  width: 43px;
  padding: 0;
}

.switch-language .lang-helper > .btn:before {
  content: '';
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 22px;
}

.lang-helper.btn-group .btn .current-lang {
  display: none;
}

.header .phone-link {
  display: inline-block;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  margin-right: 20px;
}
.header .bottom-row {
    background-color: #222;
    position: fixed;
    z-index: 102;
    margin-top: -49px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .header .bottom-row {
        margin-top:67px;
    }
}

.navbar-container .navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    min-height: 35px !important;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.user-options,
.user-options-dsktp {
    color: #fff;
}

.user-options-dsktp {
}

.header .search-form,
.header .search-form-dsktp {
    position: relative;
    z-index: 10;
    float: right;
}

.header .search-form .search-holder,
.header .search-form-dsktp .search-holder-dsktp {
    position: absolute;
    right: 25px;
    height: 45px;
    max-width: 76vw;
    top: -8px;
    overflow: hidden;
    display: none;
    width: 225px;
}

.header .search-form-dsktp .search-holder-dsktp {
    width: 300px;
    padding-left: 5px;
}

.header .search-form .search-holder input,
.header .search-form-dsktp .search-holder-dsktp input {
    padding: 0rem 1.05rem;
    line-height: 1.95;
    display: inline;
    border-style: none;
    border-color: transparent;
    border-bottom: solid 1px rgba(237, 203, 4, 0.75);
    border-right: solid 10px #222;
    border-left: solid 10px #222;
    box-shadow: inset 0px 0px 3px 1px rgba(1, 1, 1, 0.75);
    font-weight: normal;
    height: 40px;
}

.header .search-form .search-block-btn,
.header .search-form-dsktp .search-block-btn-dsktp {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.header .search-form .search-block-btn .fa,
.header .search-form-dsktp .search-block-btn-dsktp .fa {
    color: #fff;
    font-size: 1.8rem;
}

.header .search-form.active .search-block-btn .fa,
.header .search-form-dsktp.active .search-block-btn-dsktp .fa {
    color: #edcb04;
}

.header .account {
    font-size: 10pt;
    margin-right: 15px;
    position: relative;
}


.header .account-icon:after {
  content: none;
}

.header .account-icon .text,
.header .account .account-text {
  display: none;
}

.header .account-icon .fa {
  font-size: 1.45rem;
  color: #fff;
}

.cgnx-navbar .dropdown {
  display: list-item;
  padding: 0;
  margin: 0;
  position: static;
}

.cgnx-navbar .dropdown > a {
  text-shadow: none;
  color: #fff !important;
  font-weight: normal;
  padding: 10px 15px;
}

.cgnx-navbar .dropdown.active > a,
.cgnx-navbar .dropdown.active > a:hover,
.cgnx-navbar .dropdown.active > a:focus {
  background-color: #222;
}

.dropdown-fa {
  font-size: 12px;
  vertical-align: text-bottom;
  float: right;
}

.dropdown.open .dropdown-fa .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cgnx-navbar .dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-top: solid 1px #edcb04;
  margin: 0;
  padding-top: 0px;
  border-radius: 0;
  z-index: 101;
}

.main-page-link {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  background-color: #333;
  padding: 0 15px;
  line-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13pt;
}

.header .dropdown-menu a {
  color: #fff;
}
.header .dropdown-menu a:visited{
  color: #fff;
}
.header .dropdown-menu a:hover{
  color: #000;
}
.nav-list {
  margin: 8px 0px;
  padding: 0;
  list-style: none;
}

.nav-parent-link {
  font-size: 13pt;
  margin-top: 12px;
  line-height: 1.2;
  display: block;
}

.nav-child-link {
  padding-left: 6px;
  margin-top: 3px;
  font-size: 10pt;
  display: none;
}

.breadcrumb {
  padding: 1rem 0;
  margin: 0 0;
  background-color: transparent;
  border-radius: 0;
  font-size: .8rem;
}

.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-list_item {
  display: inline-block;
  padding-right: 14px;
  position: relative;
}

.breadcrumb-list_item:after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0275d8;
}

.breadcrumb-list_item:last-child {
  padding-right: 0;
}

.breadcrumb-list_item:last-child:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .navbar {
    width: 100%;
  }

  .cgnx-navbar .dropdown > a,
  .cgnx-navbar .navbar-nav .dropdown.open > a {
    font-size: 15pt;
    line-height: 20pt;
    background-color: #222;
  }
}

@media only screen and (min-width: 768px) {
  .header .main-logo img {
    width: 270px;
  }

  .lang-helper.btn-group .btn .current-lang {
    display: inline-block;
	color:#a1a1a1
  }

  .switch-language .lang-helper > .btn {
    padding: 0 0 0 59px;
    height: auto;
    width: 100%;
  }
  .navbar-inverse .navbar-nav > .open > a {
    background-color: #333;
  }

  .cgnx-navbar .dropdown .dropdown-menu {
    background-color: #333;
    padding: 15px;
    border: 0;
    width: 250px;
    left: auto;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }

  .cgnx-navbar .dropdown:last-of-type .dropdown-menu {
    right: 15px;
  }

  .cgnx-navbar .dropdown.active > a:hover {
    background-color: #333;
  }

  .nav-list {
    margin: 0;
  }
  .nav-list li{ width:100%}
  .breadcrumb {
    padding: 1.4rem 0 1.1rem;
    font-size: 1rem;
  }

  .dropdown.active > a:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #feea00;
    position: absolute;
  }

  .cgnx-navbar .navbar-nav .dropdown > a:hover {
    background: #333;
  }
}

@media screen and (min-width: 992px) {
  .header .account {
    margin-right: 20px;
    margin-top: 2px;
  }

  .header .account .account-icon {
    display: none;
  }

  .header .account .account-text,
  .nav-child-link {
    display: block;
  }

  .cgnx-navbar .dropdown .dropdown-menu {
    width: 940px;
    left: 0;
  }

  .dropdown-menu .menu-col {
    border-left: solid 1px #666;
  }

  .dropdown-menu .menu-col:first-of-type {
  }

  .nav-parent-link {
    font-weight: bold;
  }
}

@media screen and (min-width: 1200px) {
  .cgnx-navbar .dropdown .dropdown-menu {
    width: 1140px;
  }
}

.cookie-wrapper {
  background: #fff200;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}

.cookie-wrapper p {
  margin: 1rem 0;
  padding-right: 18px;
}

.cookie-wrapper > div {
  position: relative;
}

.cookie-wrapper .close {
  color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cookie-wrapper .line-under {
  box-shadow: 0 3px 3px -3px;
}

.header-no-menu {
  font-size: 0.8rem;
  position: relative;
  z-index: 102;
}

.header-no-menu .top-row {
  background-color: #fff200;
  padding: 3px 0;
}

@media screen and (max-width: 767px) {
  .min-height {
    min-height: 130px;
  }
}

@media screen and (max-width: 767px) {
  body.opened-menu {
    overflow: hidden;
  }

  body.opened-menu .header {
    position: static;
  }

  .bottom-row.opened-menu {
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    position: relative;
  }
}

.header .absolute-container {
  position: relative;
}

.header .side-info {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  height: calc(100% - 1.3rem);
  z-index: 10;
}

.header .side-info .steps-heading {
  color: #ffffff;
}

.header .side-info .steps-section {
  width: 270px;
}

@media only screen and (min-width: 768px) {
  .header .side-info {
    display: block;
    height: 22rem;
  }

  .text-restrict .item-content {
    width: calc(100% - 295px);
  }
}

@media only screen and (min-width: 992px) {
  .header .side-info {
    height: 26.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .header .side-info .steps-section {
    width: auto;
    max-width: 525px;
    height: 32.7rem;
  }

  .text-restrict .item-content {
    height: calc(100% - 500px);
  }
}

.header .user-options .dropdown-menu,
.header .user-options-dsktp .dropdown-menu {
  background-color: #333;
}

.header .user-options .dropdown-menu a:hover,
.header .user-options-dsktp .dropdown-menu a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.header .user-options .dropdown-menu .divider,
.header .user-options-dsktp .dropdown-menu .divider {
  background-color: #666;
  margin: 5px 9px;
}

.sitecore-rich-text h2 {
  font-family: "Arial", sans-serif;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

.wrapper-bullet-list ul,
.wrapper-2-col-list ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  vertical-align: middle;
}

.wrapper-bullet-list li,
.wrapper-2-col-list li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 22px;
}

.wrapper-bullet-list li:before,
.wrapper-2-col-list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
}

.wrapper-bullet-list a,
.wrapper-bullet-list strong,
.wrapper-2-col-list a,
.wrapper-2-col-list strong {
  vertical-align: middle;
}

.wrapper-2-col-list ul {
  display: inline-block;
  width: 49%;
}

.wrapper-2-col-list ul li:last-child {
  margin-bottom: 0;
}

.wrapper-bullet-list-li-mb-05 ul li {
  margin-bottom: 0.5rem;
}

.wrapper-bullet-list-li-mb-05 ul .bullet-list li {
  margin-bottom: 0.5rem;
}

.wrapper-bullet-list-li-mb-1 ul li {
  margin-bottom: 1rem;
}

.wrapper-bullet-list-li-mb-1 ul .bullet-list li {
  margin-bottom: 1rem;
}

.wrapper-bullet-list-horizontal ul li {
  display: inline-block;
  margin-right: 45px;
}

.wrapper-bullet-list-md ul li {
  margin-bottom: .5rem;
}

.wrapper-bullet-list-sm ul {
  font-size: 0.85rem;
}

.wrapper-bullet-list-sm ul li:before {
  top: 6px;
}

.wrapper-bullet-list-sm.wrapper-bullet-list-horizontal ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.wrapper-bullet-list-inline ul:after {
  content: "";
  clear: both;
  display: block;
}

.wrapper-bullet-list-inline ul li {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .wrapper-bullet-list-inline ul li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper-bullet-list-inline ul li {
    width: 33.33%;
  }
}

.wrapper-media h4 {
  margin-bottom: 3rem;
}

.wrapper-media div {
  display: inline-block;
  vertical-align: top;
}

.wrapper-media > div {
  margin-bottom: 3rem;
  width: 100%;
}

.wrapper-media > div img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .wrapper-media > div {
    width: 49%;
  }

  .wrapper-media > div > div:first-child {
    width: 40%;
    padding-right: 20px;
  }

  .wrapper-media > div > div:last-child {
    width: 59%;
  }
}

.table-wrapper h3 {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.table [data-table-sort] th {
  color: #337ab7;
  cursor: pointer;
}

.table [data-table-sort] th:hover {
  color: #23527c;
}

.table [data-table-sort] th.active {
  background-color: transparent;
  color: #dbca49;
}

.wrapper-pdf-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-pdf-link .pdf-link {
  display: block;
}

@media only screen and (min-width: 768px) {
  .no-text-wrap {
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-text-wrap h5 {
    width: 100%;
  }

  .no-text-wrap h3 {
    width: 100%;
  }

  .no-text-wrap .side-info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .no-text-wrap div:not([class*="side-info"]) {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 20%;
    white-space: normal;
  }
}

.outerContainer {
  max-height: none;
  /* Set this to the height of your player */
}

.innerContainer {
  position: relative;
  display: block;
  height: auto;
  /* Use the following 2 lines if you wish to make your player align centrally */
  max-width: 100%;
  /* This should be the width of your player */
  margin: auto;
}

.innerContainer > span {
    position: absolute;
}

.slick-gallery-holder .innerContainer {
  z-index: -1;
}

.aspect-ratio-1_1 {
  padding: 100% 0 0 0 !important;
}

.aspect-ratio-4_3 {
  padding: 75% 0 0 0 !important;
}

.aspect-ratio-3_2 {
  padding: 66.66% 0 0 0 !important;
}

.aspect-ratio-8_2 {
  padding: 62.5% 0 0 0 !important;
}

.aspect-ratio-16_9 {
  padding: 56.25% 0 0 0 !important;
}

.vidyard_player {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  /* These should be the dimensions of your player */
  max-height: 100%;
}

.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

.vidyard-lightbox img {
  width: 100% !important;
  height: auto !important;
}

.outer_vidyard_wrapper {
  width: 100%;
}

.vidyard_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 56.25% 0 0 0;
  position: relative;
}

.vidyard_wrapper img {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vidyard_tmask {
  opacity: 0.7 !important;
}

.play-btn {
  display: block !important;
}

.play-btn span {
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .accordion-filter {
    background-color: transparent;
    padding: 0;
  }

  .accordion-filter .filter-col {
    margin: 0;
    padding: 0;
  }

  .accordion-filter .filter-col:first-child .collapse-button.collapsed {
    margin-top: 0;
  }

  .accordion-filter .collapse-button,
  .accordion-filter .panel-collapse {
    background-color: #e9e9e9;
  }

  .accordion-filter .collapse-button {
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 10px 8px;
    margin-top: 0;
    transition: margin-top 0.25s ease;
  }

  .accordion-filter .collapse-button.collapsed {
    margin-top: 14px;
    background: #efefef;
  }

  .accordion-filter .panel-collapse {
    padding: 0 10px 8px;
  }

  .accordion-filter .btn {
    margin-top: 14px;
  }
}

.toggle-accordion:after,
.collapse-button:after {
  content: "\2212";
  color: #000;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
}

.toggle-accordion:after {
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 18%;
}

.collapse-button:after {
  float: right;
}

.toggle-accordion.active:after,
.collapse-button.collapsed:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 576px) {
  .toggle-accordion {
    display: none;
  }

  .collapse-button {
    color: #000;
    text-decoration: none;
    cursor: default;
  }

  .collapse-button:hover,
  .collapse-button:focus,
  .collapse-button:active,
  .collapse-button:visited {
    text-decoration: none;
    color: #000;
  }

  .toggle-accordion:after,
  .toggle-accordion.active:after,
  .collapse-button:after,
  .collapse-button.collapsed:after {
    content: none;
  }
}

#lightTypes {
  position: relative;
}

#lightTypes div[class*="lightType"] img {
  padding: 4px;
  max-width: 75px;
  float: left;
  margin-right: 1rem;
  border: 1px solid #ccc;
}

#lightTypes div[class*="lightType"] img:hover {
  opacity: 1;
  border: 1px solid #ccc;
}

.tooltip-block div[class*="lightType"] {
  display: none;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 75px;
  width: 500px;
  padding: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.tooltip-block div[class*="lightType"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  border: 6px solid transparent;
  border-right: 6px solid #777;
}

.tooltip-block .sub-text {
  margin-bottom: 0;
}

.tooltip-block img {
  padding: 4px;
  max-width: 75px;
  float: left;
  margin-right: 1rem;
  border: 1px solid #ccc;
}


div.tagsinput {
  border: 0;
  background: #FFF;
  padding: 0;
  width: 300px;
  height: 100px;
  overflow-y: hidden;
}

div.tagsinput span.tag {
  border: 1px solid #a5a5a5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 0;
  display: block;
  float: left;
  padding: .5rem .5rem .5rem .8rem;
  text-decoration: none;
  background: #fff;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: .9rem;
  font-weight: 300;
}

div.tagsinput span.tag a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  padding-left: .5rem;
  border-left: 1px solid #ccc;
}

div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

.thumbnail-border{
    border:1px solid #666;
}
.btn-outline-primary{
    border: 1px #337ab7 solid;
    background: none;
    color: #337ab7;
}
.btn-outline-primary:hover{
    border: 1px #2e6da4 solid;
    font-weight:bold;
    color: #2e6da4;
}