@charset "UTF-8";

.mm-divider>span,
.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-breadcrumbs,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-btn,
.mm-indexer,
.mm-menu,
.mm-navbar[class*=mm-navbar-content-]>*,
.mm-page,
.mm-panels,
.mm-panels>.mm-panel,
.mm-search,
.mm-search input {
  box-sizing: border-box
}

@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon%EF%B9%96hqnzj3.eot);
  src: url(fonts/icomoon%EF%B9%96hqnzj3.eot#iefix) format('embedded-opentype'), url(fonts/icomoon-hqnzj3.ttf) format('truetype'), url(fonts/icomoon%EF%B9%96hqnzj3.woff) format('woff'), url(fonts/icomoon%EF%B9%96hqnzj3.svg#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-instagram_m:before {
  content: "\e92e"
}

.icon-twitter_m:before {
  content: "\e92f"
}

.icon-facebook_negative:before {
  content: "\e924"
}

.icon-linkedin_negative:before {
  content: "\e925"
}

.icon-evgs:before {
  content: "\e91c"
}

.icon-sensoren:before {
  content: "\e91d"
}

.icon-huelle:before {
  content: "\e91e"
}

.icon-messtechnik:before {
  content: "\e91f"
}

.icon-nd:before {
  content: "\e920"
}

.icon-zubehoer:before {
  content: "\e921"
}

.icon-ir:before {
  content: "\e922"
}

.icon-md:before {
  content: "\e923"
}

.icon-youtube:before {
  content: "\e91b"
}

.icon-led-uv-haertung:before {
  content: "\e91a"
}

.icon-trocknung:before {
  content: "\e919"
}

.icon-uv-haertung:before {
  content: "\e918"
}

.icon-puder:before {
  content: "\e917"
}

.icon-rolle:before {
  content: "\e916"
}

.icon-bogen:before {
  content: "\e915"
}

.icon-glas:before {
  content: "\e914"
}

.icon-governance:before {
  content: "\e90e"
}

.icon-finance:before {
  content: "\e90f"
}

.icon-aktie:before {
  content: "\e910"
}

.icon-calendar:before {
  content: "\e911"
}

.icon-contact:before {
  content: "\e912"
}

.icon-versammlung:before {
  content: "\e913"
}

.icon-mail:before {
  content: "\e90d"
}

.icon-arrow-down:before {
  content: "\e900";
  color: #666
}

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

.icon-entkeimung:before {
  content: "\e902"
}

.icon-haertung:before {
  content: "\e903"
}

.icon-inkjet:before {
  content: "\e904"
}

.icon-phone:before {
  content: "\e905"
}

.icon-scroll-down:before {
  content: "\e906"
}

.icon-search:before {
  content: "\e907"
}

.icon-sonnensimulation:before {
  content: "\e908"
}

.icon-uv-bogenoffset:before {
  content: "\e909"
}

.icon-uv-strahler:before {
  content: "\e90a"
}

.icon-veredelung:before {
  content: "\e90b"
}

.icon-verkleben:before {
  content: "\e90c"
}

.icon-lampenkoerper_m:before {
  content: "\e926"
}

.icon-lampenkolben_m:before {
  content: "\e927"
}

.icon-quarzglasglut_m:before {
  content: "\e928"
}

.icon-quarzglasrohr_m:before {
  content: "\e929"
}

.icon-quarzglasstab_m:before {
  content: "\e92a"
}

.icon-quarzplatten_m:before {
  content: "\e92b"
}

.icon-resize-rohr_m:before {
  content: "\e92c"
}

.icon-fabricated-components_m-01:before {
  content: "\e92d"
}

.icon-xing2:before {
  content: "\ead4"
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}

.mm-hidden {
  display: none !important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  padding: 0;
  position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
  z-index: 1
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-effect-menu-zoom,
.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
  content: '';
  display: block;
  height: 20px
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
  top: 16px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px
}

.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.mm-navbar>* {
  display: block;
  padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block
}

.mm-listview,
.mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px
}

.mm-listview>li {
  position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
  padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.mm-page,
html.mm-opened {
  position: relative
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
  margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -20px
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0
}

.mm-listview .mm-inset>li {
  padding: 5px 0
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px
}

.mm-listview .mm-spacer {
  padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
  top: 40px
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>*,
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
  tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, .05)
}

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}

html.mm-opened {
  overflow-x: hidden
}

html.mm-blocking,
html.mm-blocking body {
  overflow: hidden
}

html.mm-background .mm-page {
  background: inherit
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}

html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

.mm-menu.mm-offcanvas.mm-current {
  display: block
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
  max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
  display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
  bottom: auto !important;
  height: auto !important
}

.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
  width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0)
  }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
  width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0)
  }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
  width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0)
  }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
  width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0)
  }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
  width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0)
  }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
  width: 16.67%
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%
}

.mm-collapsed:not(.mm-uncollapsed),
.mm-nosubresults>.mm-counter {
  display: none
}

em.mm-counter+a.mm-next {
  width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
  margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
  padding-left: 0
}

.mm-vertical>.mm-counter {
  top: 12px;
  margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
  margin-top: 40px
}

.mm-divider>span {
  padding: 0;
  line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important
}

.mm-hasdividers .mm-fixeddivider {
  display: block
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}

html.mm-dropdown .mm-menu {
  z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-search input,
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important
}

.mm-menu.mm-tipleft:before {
  left: 22px
}

.mm-menu.mm-tipright:before {
  right: 22px
}

.mm-menu.mm-tiptop:before {
  top: -8px
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
  border-bottom: none
}

.mm-menu>.mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
  border-top: none
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
  display: block;
  float: left
}

.mm-navbar .mm-breadcrumbs {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px
}

.mm-sronly,
svg:not(:root) {
  overflow: hidden
}

.mm-navbar .mm-breadcrumbs>* {
  display: inline-block;
  padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0
}

.mm-navbar-top-1 {
  top: 0
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px
}

.mm-navbar-bottom-1 {
  bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px
}

.mm-navbar-size-2 {
  height: 80px
}

.mm-navbar-size-3 {
  height: 120px
}

.mm-navbar-size-4 {
  height: 160px
}

.mm-navbar-content-2>* {
  width: 50%
}

.mm-navbar-content-3>* {
  width: 33.33%
}

.mm-navbar-content-4>* {
  width: 25%
}

.mm-navbar-content-5>* {
  width: 20%
}

.mm-navbar-content-6>* {
  width: 16.67%
}

.mm-sronly {
  text-indent: 10px;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px
}

.mm-search input::-ms-clear {
  display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0
}

.mm-panel>.mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mm-panel.mm-hassearch {
  padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0
}

.mm-noresults .mm-indexer {
  display: none !important
}

li.mm-nosubresults>a.mm-next {
  display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
  padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-indexer a,
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3)
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
  padding-right: 40px
}

.mm-hasindexer .mm-indexer {
  right: 0
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px
}

label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
  float: right
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
  opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
  padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
  padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
  right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
  margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
  padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
  padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
  right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
  margin-right: 90px
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, .7)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
  content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
  left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
  right: 20px
}

.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
  transform: scale(.7, .7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
  transform: scale(.7, .7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
  transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
  opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
  opacity: 1;
  top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0)
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width:10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0)
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
  content: none;
  display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
  box-sizing: border-box;
  height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
  text-overflow: clip;
  white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
  background: inherit
}

html.mm-pagedim-white #mm-blocker {
  background: #fff
}

html.mm-pagedim-black #mm-blocker {
  background: #000
}

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%
}

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}

html.mm-popup .mm-menu {
  z-index: 2
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
  right: 0
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-front #mm-blocker {
  z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.img-thumbnail,
header a.logo {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
  bottom: 0
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
  tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
  tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
  tap-highlight-color: rgba(255, 255, 255, .3)
}

.slick-slider,
html {
  -webkit-tap-highlight-color: transparent
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
  width: 25%;
  padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
  width: 75%;
  padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
  width: 100%;
  padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
  width: auto
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0
}

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
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>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.btn-group[class*=col-] .dropdown-toggle,
.bootstrap-select.form-control:not([class*=col-]),
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%
}

.bootstrap-select .dropdown-toggle:focus {
  outline: #333 dotted thin !important;
  outline: -webkit-focus-ring-color auto 5px !important;
  outline-offset: -2px
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto
}

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

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

.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;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}

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

#outdated p,
body,
figure {
  margin: 0
}

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

#outdated #btnUpdateBrowser,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

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

hr,
img {
  border: 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
}

#outdated,
[hidden],
template {
  display: none
}

.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-donebutton,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.bs-actionsbox .btn-group button {
  width: 50%
}

.bs-donebutton {
  float: left;
  width: 100%;
  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
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff
}

* html #outdated {
  position: absolute
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px
}

#outdated p {
  font-size: 12px;
  line-height: 12px
}

#outdated #btnUpdateBrowser {
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px
}

@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ubuntu-condensed-v16-latin/ubuntu-condensed-v16-latin-regular.eot);
  src: local(''), url(../fonts/ubuntu-condensed-v16-latin/ubuntu-condensed-v16-latin-regular%EF%B9%96.eot#iefix) format('embedded-opentype'), url(../fonts/ubuntu-condensed-v16-latin/ubuntu-condensed-v16-latin-regular.woff2) format('woff2'), url(../fonts/ubuntu-condensed-v16-latin/ubuntu-condensed-v16-latin-regular.woff) format('woff'), url(../fonts/ubuntu-condensed-v16-latin/ubuntu-condensed-v16-latin-regular.ttf) format('truetype'), url(../fonts/ubuntu-condensed-v16-latin/ubuntu-condensed-v16-latin-regular.svg#UbuntuCondensed) format('svg')
}

.navStyles ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  vertical-align: middle
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

.glyphicon,
address {
  font-style: normal
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  select {
    background: #fff !important
  }

  .navbar {
    display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.img-thumbnail,
body {
  background-color: #fff
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/fonts/glyphicons-halflings-regular.eot);
  src: url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 10px
}

body {
  font-family: 'Ubuntu Condensed', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.33857143;
  color: #8b8b8b
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #0078ea;
  text-decoration: none
}

a:focus,
a:hover {
  color: #00519e
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.33857143;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #cfcfcf
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #1c1c1a
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #b5b5b5
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h3,
h3 {
  font-size: 27px
}

.h4,
h4 {
  font-size: 20px
}

.h5,
h5 {
  font-size: 15.5px
}

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

p {
  margin: 0 0 20px
}

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

dt,
kbd kbd,
label {
  font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
  line-height: 1.33857143
}

@media (min-width:768px) {
  .lead {
    font-size: 23.25px
  }
}

.initialism,
.small,
small {
  font-size: 90%
}

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

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.breadcrumbs,
.initialism {
  text-transform: uppercase
}

.text-muted {
  color: #b5b5b5
}

.text-primary {
  color: #0078ea
}

a.text-primary:hover {
  color: #005eb7
}

.text-success {
  color: #3c763d
}

a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #0078ea
}

a.bg-primary:hover {
  background-color: #005eb7
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:hover {
  background-color: #e4b9b9
}

pre code,
table {
  background-color: transparent
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #cfcfcf
}

dl,
ol,
ul {
  margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

address,
dl {
  margin-bottom: 20px
}

ol,
ul {
  margin-bottom: 10px
}

.list-inline {
  margin-left: -5px
}

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

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }

  .container {
    width: 750px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.column-configurator.brick>.container .area-wysiwyg:after,
.column-configurator.brick>.container .opener-brick:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after,
.slick-track:after,
.tab-content>.tab-pane .tabpanel-content .btn-group-vertical>.btn-group,
.tab-content>.tab-pane .tabpanel-content .btn-toolbar,
.tab-content>.tab-pane .tabpanel-content .clearfix,
.tab-content>.tab-pane .tabpanel-content .column-configurator.brick>.container .area-wysiwyg,
.tab-content>.tab-pane .tabpanel-content .column-configurator.brick>.container .opener-brick,
.tab-content>.tab-pane .tabpanel-content .container,
.tab-content>.tab-pane .tabpanel-content .container-fluid,
.tab-content>.tab-pane .tabpanel-content .dl-horizontal dd,
.tab-content>.tab-pane .tabpanel-content .form-horizontal .form-group,
.tab-content>.tab-pane .tabpanel-content .modal-footer,
.tab-content>.tab-pane .tabpanel-content .nav,
.tab-content>.tab-pane .tabpanel-content .navbar,
.tab-content>.tab-pane .tabpanel-content .navbar-collapse,
.tab-content>.tab-pane .tabpanel-content .navbar-header,
.tab-content>.tab-pane .tabpanel-content .row {
  clear: both
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #b5b5b5
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 19.38px;
  border-left: 5px solid #cfcfcf
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #b5b5b5
}

legend,
pre {
  display: block;
  color: #656565
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cfcfcf;
  border-left: 0;
  text-align: right
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

caption,
th {
  text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14.5px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px
}

.pre-scrollable {
  overflow-y: scroll
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b5b5b5
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.33857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.btn-group>.btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
  float: left
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset,
legend {
  padding: 0;
  border: 0
}

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

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 23.25px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5
}

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

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

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

.form-control,
output {
  font-size: 15.5px;
  line-height: 1.33857143;
  color: #656565;
  display: block
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

output {
  padding-top: 7px
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-group-sm .form-control,
.input-sm {
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 10px
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #cfcfcf;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 33px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 49px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

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

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

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

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

.btn-block+.btn-block,
.help-block {
  margin-top: 5px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35.5px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

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

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

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

.form-group-sm .form-control {
  height: 33px;
  line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 20px
}

select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 34px
}

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

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

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

.form-group-lg .form-control {
  height: 49px;
  line-height: 1.3333333
}

select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 40px
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

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

.collapsing,
.dropdown,
.dropup {
  position: relative
}

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

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-bottom: 10px;
  color: #cbcbcb
}

@media (min-width:768px) {

  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block
  }

  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15.5px;
  line-height: 1.33857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #005eb7;
  text-decoration: none
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #0078ea;
  background-color: transparent;
  border-color: transparent
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #0078ea;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: transparent;
  border-color: transparent
}

.btn-default .badge {
  color: transparent;
  background-color: #0078ea
}

.btn-primary {
  color: #fff;
  background-color: #0078ea;
  border-color: #006bd1
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005eb7;
  border-color: #004c93
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0078ea;
  border-color: #006bd1
}

.btn-primary .badge {
  color: #0078ea;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #0078ea;
  font-weight: 400;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #00519e;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #b5b5b5;
  text-decoration: none
}

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

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.dropdown-menu {
  border-radius: 0
}

.btn-block {
  display: block
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15.5px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
  left: auto;
  right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  line-height: 1.33857143;
  white-space: nowrap
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  clear: both;
  font-weight: 400;
  color: #656565
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #585858;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0078ea
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #b5b5b5
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  font-size: 14px;
  color: #b5b5b5
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lg .caret {
  border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 49px;
  line-height: 49px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 33px;
  line-height: 33px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.nav>li,
.nav>li>a {
  display: block;
  position: relative
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1;
  color: #656565;
  text-align: center;
  background-color: #cfcfcf;
  border: 1px solid #ccc;
  border-radius: 0
}

.alert .alert-link,
.close {
  font-weight: 700
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav>li>a {
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #cfcfcf
}

.nav>li.disabled>a {
  color: #b5b5b5
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #b5b5b5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #cfcfcf;
  border-color: #0078ea
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #f5f5f5
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  padding: 12px 10px;
  margin-right: 1px;
  line-height: 1.33857143;
  border: 1px solid transparent;
  border-radius: 0;
  color: #8b8b8b;
  font-size: 18.6px;
  background-color: #f5f5f5;
  text-align: center;
  min-width: 110px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-tabs>li>a:hover {
  color: #fff;
  background-color: #0078ea
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #0078ea;
  border-bottom-color: transparent;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #f5f5f5
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #0078ea
  }
}

.nav-pills>li {
  float: left
}

.nav-justified>li,
.nav-stacked>li {
  float: none
}

.nav-pills>li>a {
  border-radius: 0
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #f5f5f5
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }

  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #0078ea
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar {
    border-radius: 0
  }

  .navbar-header {
    float: left
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.modal,
.modal-open {
  overflow: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }

  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 8px -15px
}

@media (min-width:768px) {

  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block
  }

  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }

  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #dbdbdb
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #dbdbdb
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #080808;
  color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #dbdbdb
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #dbdbdb
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #dbdbdb
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 23.25px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.34px
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.33857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block,
.nav-tabs.row {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.column-configurator.brick>.container .area-wysiwyg:after,
.column-configurator.brick>.container .area-wysiwyg:before,
.column-configurator.brick>.container .opener-brick:after,
.column-configurator.brick>.container .opener-brick:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

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

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -moz-osx-font-smoothing: grayscale
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }

  .hidden-lg {
    display: none !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !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
  }

  .hidden-print {
    display: none !important
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0
}

.slick-loading .slick-list {
  background: url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/css/ajax-loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-prev {
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/css/fonts/slick.eot);
  src: url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/css/fonts/slick.woff) format('woff'), url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/css/fonts/slick.ttf) format('truetype'), url(https://www.uvtechnik.kr/cache-buster-1665406130/static/dist/css/fonts/slick.svg#slick) format('svg')
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.caret:before,
.side-navigation nav>ul>li>a.active:after {
  content: "\e900"
}

.slick-dotted .slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  bottom: -25px;
  list-style: none;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased
}

.caret,
.side-navigation nav>ul>li>a.active:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.fullwidth-container {
  position: relative
}

.fullwidth-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.h1,
.h2,
h1,
h2 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 20px
}

h4.area-headline {
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #1c1c1a
}

.breadcrumbs {
  padding: 20px 0 10px;
  font-size: 13px
}

.breadcrumbs .icon {
  font-size: 9px;
  padding-left: 4px;
  padding-right: 2px;
  display: inline-block
}

.breadcrumbs a {
  color: #8b8b8b
}

.breadcrumbs a:hover {
  color: #1c1c1a
}

a:focus,
a:hover {
  text-decoration: none
}

.btn,
a {
  outline: 0 !important
}

.btn:hover,
a:hover {
  color: #005eb7
}

.read-more {
  color: #0078ea
}

.read-more span {
  font-size: 11px;
  padding-left: 7px
}

nav li a {
  background: 0 0 !important
}

.nav-tabs.row {
  margin-right: 0
}

.nav-tabs.row>li {
  padding-left: 0;
  padding-right: 0
}

.d-flex {
  display: flex !important
}

.bg-gray-lighter {
  background: #f5f5f5
}

.bg-delimiter {
  background-color: #f5f5f5;
  padding: 15px
}

.padding {
  padding-top: 30px;
  padding-bottom: 15px
}

.padding-medium {
  padding-top: 15px;
  padding-bottom: 15px
}

.btn .icon {
  font-size: 12px !important
}

.tab-content>.tab-pane {
  padding: 30px 0 0
}

.tab-content>.tab-pane img {
  margin-bottom: 15px
}

.tab-content>.tab-pane.last h4 {
  border-bottom: 1px solid #ccc
}

.tab-content>.tab-pane h4,
.tab-content>.tab-pane.last h4.active,
.tab-content>.tab-pane.last h4:hover {
  border-bottom: 1px solid #1c1c1a
}

.tab-content>.tab-pane h4 {
  padding-bottom: 15px;
  margin-bottom: 13px
}

.tab-content>.tab-pane h4.active~ul.nav.disabled {
  max-height: 2000px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.tab-content>.tab-pane ul.nav {
  margin-bottom: 40px
}

.tab-content>.tab-pane ul.nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f5f5f5;
  color: #8b8b8b;
  margin-bottom: 3px
}

.tab-content>.tab-pane ul.nav>li>a:hover {
  background-color: #0078ea;
  color: #fff
}

.tab-content>.tab-pane ul.nav>li>a.nostyled {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  overflow: hidden
}

.tab-content>.tab-pane ul.nav>li img {
  margin-bottom: 15px
}

.tab-content>.tab-pane ul.nav.disabled {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.website-wrapper {
  position: relative
}

.website-wrapper .go-top-wrapper {
  position: fixed;
  bottom: -54px;
  right: 20px;
  z-index: 10000;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #0078ea;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.website-wrapper .go-top-wrapper span {
  display: block;
  color: #fff;
  text-align: center
}

.website-wrapper .go-top-wrapper .icon {
  font-size: 24px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.website-wrapper .go-top-wrapper.active {
  bottom: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

header a.logo {
  background-image: url(../../../../static/img/header-logo.jpeg);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  background-size: contain;
  height: 100px;
  display: block;
  transition: all .2s ease-in-out
}

header .top-navigation {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(152, 152, 152, .1);
  text-align: right;
  font-size: 20px;
  color: #1c1c1a
}

header .top-navigation .phone-wrapper {
  margin-right: 30px
}

header .top-navigation .phone-wrapper .icon__text {
  margin-top: 1px;
  position: relative;
  top: 1px
}

header .top-navigation .nav {
  display: inline-block;
  margin-right: 20px
}

header .top-navigation .nav li {
  padding: 0;
  margin: 0
}

header .top-navigation .nav li a {
  padding: 0;
  color: #1c1c1a
}

header .top-navigation .nav li a:hover {
  color: #0078ea;
  background: 0 0
}

header .top-navigation .top-navigation-content {
  display: inline-block
}

header .top-navigation .top-navigation-content .icon-phone {
  float: left;
  margin-top: 4px;
  margin-right: 0;
  display: inline-block
}

header .top-navigation .top-navigation-content .phone {
  color: #7f7f7f
}

header .language-wrapper {
  display: inline-block
}

header .language-wrapper .icon {
  color: #8b8b8b
}

header .dropdown,
header .dropdown-menu {
  background-color: #F5F5F5 !important
}

header .dropdown .btn,
header .dropdown-menu .btn {
  padding: 1px 0 3px 10px;
  border-radius: 0;
  background: 0 0;
  border: none;
  box-shadow: none !important
}

@media (min-width:768px) {
  header .top-navigation .top-navigation-content .icon-phone {
    margin-right: 8px
  }

  header .dropdown .btn,
  header .dropdown-menu .btn {
    font-size: 20px
  }
}

header .dropdown .btn .icon,
header .dropdown-menu .btn .icon {
  font-size: 17px;
  position: relative;
  top: 2px
}

header .dropdown .flag,
header .dropdown-menu .flag {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
  float: left;
  background-position: left -4px;
  background-repeat: no-repeat
}

@media (min-width:1200px) {

  header .dropdown .btn .icon,
  header .dropdown-menu .btn .icon {
    top: 0
  }

  header .dropdown .flag,
  header .dropdown-menu .flag {
    margin-top: 5px
  }
}

header .dropdown-menu {
  opacity: .9;
  filter: alpha(opacity=90);
  min-width: 100%;
  margin: 5px 0 0 -13px;
  padding: 0 17px 8px 23px;
  border: none;
  box-shadow: none
}

@media (min-width:768px) {
  header .dropdown-menu {
    font-size: 20px
  }
}

header .dropdown-menu>li {
  padding: 0
}

header .dropdown-menu>li>a {
  padding: 0 0 4px
}

header .main-navigation-wrapper {
  background: #fff
}

header .main-navigation {
  padding: 15px 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid
}

header .main-sub-navigations-wrapper.md {
  position: relative;
  z-index: 100
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0s ease-in-out .1s
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .main-sub-navigation nav {
  padding-top: 45px;
  padding-bottom: 30px
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .main-sub-navigation nav li {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .main-sub-navigation nav li a {
  color: #363633;
  font-weight: 100;
  padding-top: 15px;
  padding-bottom: 0;
  min-height: 111px
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .main-sub-navigation nav li a.styled {
  min-height: 1px;
  padding-bottom: 30px
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .main-sub-navigation nav li a:hover {
  color: #0078ea
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .main-sub-navigation nav li .icon.inline-block-icon {
  display: block;
  float: none;
  margin-bottom: 10px;
  font-size: 50px
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .bottom {
  background: rgba(152, 152, 152, .1);
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper .icon {
  font-size: 20px;
  display: inline-block;
  float: left;
  margin-top: -1px;
  margin-right: 7px
}

header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper.active,
header .main-sub-navigations-wrapper.md .main-sub-navigation-wrapper:hover {
  max-height: 2000px;
  transition: all 0s ease-in-out .1s
}

header.header--layout-3 .header__logo {
  order: 1
}

header.header--layout-3 .header__logo-2 {
  order: 2
}

header.header--layout-3 .header__main-navigation {
  order: 3
}

.quick-search-form.gt-sm {
  padding-bottom: 0 !important
}

.quick-search-form.gt-sm form {
  margin-top: -3px;
  position: relative
}

.quick-search-form.gt-sm form .icon-search {
  font-size: 18px;
  float: left;
  line-height: 22px;
  color: #1c1c1a;
  margin-top: 4px;
  margin-right: 2px;
  cursor: pointer
}

.quick-search-form.gt-sm form .inner-wrapper {
  display: inline;
  position: relative;
  padding-left: 0;
  float: right;
  width: 0;
  max-width: 161px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all .5s ease-in-out
}

.container .container,
.default-default .container {
  max-width: 100%
}

.quick-search-form.gt-sm form .inner-wrapper input {
  padding-top: 4px;
  padding-right: 21px;
  border: none;
  background-color: #f5f5f5;
  box-shadow: none
}

.quick-search-form.gt-sm form button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  height: 34px;
  padding-top: 4px;
  padding-right: 2px;
  opacity: 0;
  width: 0;
  pointer-events: none;
  outline: 0
}

.quick-search-form.gt-sm form.active .inner-wrapper,
.quick-search-form.gt-sm form.active button {
  width: auto;
  opacity: 1
}

.quick-search-form.gt-sm form.active .inner-wrapper {
  transition: all .5s ease-in-out
}

.quick-search-form.gt-sm form.active button {
  pointer-events: auto
}

nav.main-navigation-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

nav.main-navigation-nav ul li a {
  color: #1c1c1a;
  font-size: 20px
}

nav.main-navigation-nav ul li a.active,
nav.main-navigation-nav ul li a.mainactive,
nav.main-navigation-nav ul li a:hover {
  text-decoration: none
}

nav.main-navigation-nav.main-navigation-nav-md {
  overflow: hidden;
  display: inline-block
}

nav.main-navigation-nav.main-navigation-nav-md ul {
  display: inline-block
}

nav.main-navigation-nav.main-navigation-nav-md ul li {
  padding: 50px 13px;
  display: block;
  float: left
}

nav.main-navigation-nav.main-navigation-nav-md ul li:last-child {
  padding-right: 0
}

nav.main-navigation-nav.main-navigation-nav-md ul li a.active,
nav.main-navigation-nav.main-navigation-nav-md ul li a.mainactive,
nav.main-navigation-nav.main-navigation-nav-md ul li a:hover {
  border-bottom: 2px solid #0078ea;
  text-decoration: none
}

.side-navigation nav>ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.side-navigation nav>ul>li {
  margin-bottom: 20px
}

.side-navigation nav>ul>li a {
  color: #1c1c1a
}

.side-navigation nav>ul>li>a.active:after {
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  margin-left: 10px
}

.side-navigation nav>ul>li ul {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0
}

.side-navigation nav>ul>li ul li {
  margin-top: 3px;
  margin-bottom: 0
}

.side-navigation nav>ul>li ul li a {
  color: #656565
}

.side-navigation nav>ul>li ul li a.active,
.side-navigation nav>ul>li ul li a:hover {
  color: #0078ea
}

.side-navigation nav>ul>li ul li:last-child {
  margin-bottom: 20px
}

#homeStage {
  position: relative;
  border-bottom: 1px solid;
  padding-top: 15px;
  padding-bottom: 15px
}

#homeStage .image.big-image,
#homeStage .image.big-video,
#homeStage .video.big-image,
#homeStage .video.big-video {
  padding-bottom: 70%;
  position: relative
}

@media (max-width:991px) {

  #homeStage .image.big-image,
  #homeStage .image.big-video,
  #homeStage .video.big-image,
  #homeStage .video.big-video {
    padding-bottom: 71%
  }
}

@media (max-width:767px) {

  #homeStage .image.big-image,
  #homeStage .image.big-video,
  #homeStage .video.big-image,
  #homeStage .video.big-video {
    padding-bottom: 49%
  }
}

#homeStage .image .slogan-wrapper,
#homeStage .video .slogan-wrapper {
  margin-left: 15px;
  margin-right: 15px
}

#homeStage .image .slogan-wrapper *,
#homeStage .video .slogan-wrapper * {
  font-size: 2vw;
  color: #fff
}

#homeStage .image .slogan-wrapper .top-slogan,
#homeStage .video .slogan-wrapper .top-slogan {
  background-color: rgba(0, 120, 234, .9);
  padding: 1px 10%;
  display: inline-block
}

#homeStage .image .slogan-wrapper .sub-slogan,
#homeStage .video .slogan-wrapper .sub-slogan {
  margin-top: 1.6%;
  background: rgba(0, 0, 0, .8);
  padding: 1px 7%;
  display: inline-block;
  float: right
}

#homeStage .video.big-video {
  background-color: #000;
  overflow: hidden
}

#homeStage .video.big-video iframe,
#homeStage .video.big-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain
}

#homeStage .video.big-video .top-slogan {
  position: absolute;
  top: 5px;
  left: 5px
}

#homeStage .video.big-video .sub-slogan {
  position: absolute;
  bottom: 5px;
  right: 5px
}

@media (min-width:992px) {
  #homeStage .video.big-video .top-slogan {
    top: 15px;
    left: 15px
  }

  #homeStage .video.big-video .sub-slogan {
    bottom: 15px;
    right: 15px
  }

  .header-stage.home-stage--type-2 .item .overlay .overlay-content {
    background-image: -webkit-linear-gradient(transparent, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .99));
    background-image: -o-linear-gradient(transparent, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .99));
    background-image: linear-gradient(transparent, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .99));
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#fcffffff', GradientType=0)
  }
}

#homeStage .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
  position: relative;
  padding-bottom: 71%
}

#homeStage .image.big-image {
  padding-bottom: 70%;
  position: relative
}

@media (max-width:991px) {
  #homeStage .image.big-image {
    padding-bottom: 71%
  }
}

@media (max-width:767px) {
  #homeStage .image.big-image {
    padding-bottom: 49%
  }
}

#homeStage .image .slogan-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#homeStage .side,
.headerImagesBar {
  position: relative
}

#homeStage .side>.row:first-child {
  padding-bottom: 15px
}

#homeStage .side.left-side .col-sm-6 {
  padding-left: 0
}

#homeStage .side.right-side .col-sm-6 {
  padding-right: 0
}

.headerImagesBar {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #1c1c1a
}

.headerImagesBar .item .image {
  padding-bottom: 69%;
  background-size: cover;
  background-position: center;
  margin-left: -7px;
  margin-right: -7px
}

.headerImagesBar .column-1 .item .image {
  padding-bottom: 64%
}

.header-stage.home-stage--type-2 .item .overlay {
  opacity: 1;
  text-align: left;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  z-index: 0
}

.header-stage.home-stage--type-2 .item .overlay .overlay-content {
  top: 100%;
  transform: translate(0, -100%);
  position: relative;
  z-index: 10;
  padding: 43px 10px 5px 15px
}

.header-stage.home-stage--type-2 .item .overlay .overlay-content--has-icon {
  padding: 0 5px 5px
}

@media (min-width:992px) {
  .header-stage.home-stage--type-2 .item .overlay .overlay-content--has-icon {
    padding: 0 10px 5px 15px
  }
}

.header-stage.home-stage--type-2 .item .overlay .headline {
  text-transform: none;
  padding-top: 13px;
  color: #1c1c1a
}

.header-stage.home-stage--type-2 .item .overlay .subline {
  line-height: 1.35;
  padding-top: 10px;
  display: none
}

@media (min-width:1600px) {
  .header-stage.home-stage--type-2 .item .overlay .subline {
    display: block
  }
}

.header-stage.home-stage--type-2 .item .overlay [class^=icon-] {
  color: #fff;
  background-color: #0078ea;
  width: 60px;
  height: calc(96%);
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px
}

.header-stage.home-stage--type-2 .item .overlay .btn {
  display: inline-block;
  padding: 1px 0 3px
}

.header-stage .item .overlay {
  opacity: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 2px
}

.header-stage .item .overlay .overlay-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.header-stage .item .overlay span {
  font-size: 40px;
  color: #0078ea
}

.header-stage .item .overlay .headline {
  text-transform: uppercase;
  font-size: 14px;
  color: #656565;
  line-height: 16px
}

.header-stage .item .overlay .subline {
  font-size: 13px;
  line-height: 16px
}

.header-stage .item .overlay .btn {
  padding-left: 0;
  transition: all .3s ease-in-out;
  display: none
}

.header-stage .item .overlay .btn .icon {
  font-size: 18px !important
}

.header-stage .item:hover .overlay {
  opacity: 1;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all
}

.header-stage .item:hover .overlay .btn {
  padding-left: 10px
}

.header-stage.header-stage-images-and-content .item .overlay {
  padding: 0 15px
}

.default-contact #contactMap {
  height: 250px
}

.main {
  position: relative
}

.main.enabled-pdf-icons a[href$='.pdf'] {
  background: url(../../../../static/img/icons/icon_pdf@2x.png) 5px center no-repeat;
  background-size: 27px auto;
  padding-left: 37px;
  line-height: 27px
}

.main .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap
}

.main .flex-wrapper .flex-item {
  flex: 1 1;
  box-sizing: border-box;
  min-width: 1%
}

.main .flex-wrapper .flex-item:first-child {
  align-self: center
}

.main .brick {
  padding-bottom: 15px
}

.main .brick .brick {
  padding-bottom: 5px
}

.main .brick.image-brick img {
  margin: 0 auto;
  text-align: center
}

.main .scroll-down-link {
  cursor: pointer;
  padding: 15px 0
}

.main .main-content,
.main .main-content>.brick {
  padding-bottom: 30px
}

.main .scroll-down-link .icon {
  font-size: 38px
}

.main .main-content {
  padding-top: 30px
}

.main .main-content .custom-affix-wrapper-row-md {
  position: relative
}

.main .main-content ul {
  list-style-type: square
}

.main .main-content .good-reasons {
  background: url(../../../../static/img/reasons-backdrop.webp) center center no-repeat;
  background-size: cover;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px
}

.main .main-content .good-reasons .headline {
  background-color: rgba(0, 120, 234, .8);
  padding: 4px 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 100;
  max-width: 310px;
  margin: 0 auto
}

.main .main-content .good-reasons .reasons-items {
  padding: 7px 0;
  background-color: rgba(51, 51, 51, .8);
  max-width: 650px;
  margin: 15px auto 0
}

.main .main-content .good-reasons .reasons-items span {
  display: inline-block;
  padding: 2px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 100
}

.main .main-content .left-container {
  padding-bottom: 30px
}

.main .main-content .left-container .nav {
  margin-top: -5px
}

.main .main-content .left-container .nav ul {
  list-style: none;
  padding-left: 0
}

.main .main-content .left-container .nav li a {
  padding: 10px 5px 10px 0;
  display: inline-block;
  color: #1c1c1a
}

.main .main-content .left-container .nav li a:hover,
.main .main-content .left-container .nav>ul>li.active a.active,
.main .main-content .left-container .nav>ul>li.active a:hover {
  color: #0078ea
}

.main .main-content .left-container .nav>ul {
  padding-left: 0
}

.main .main-content .left-container .nav>ul>li {
  display: none
}

.main .main-content .left-container .nav>ul>li.active {
  display: block
}

.main .main-content .left-container .nav>ul>li.active>a {
  display: none
}

.main .main-content .left-container .nav>ul>li.active ul ul {
  padding-left: 15px;
  display: none
}

.main .main-content .left-container .nav>ul>li.active a.mainactive+ul>li:first-child>a+ul,
.main .main-content .left-container .nav>ul>li.active ul a.active+ul {
  display: block
}

.main .main-content .left-container .nav>ul>li.active ul ul a {
  padding: 2px 5px 2px 0;
  color: #797979
}

.main .main-content .left-container .nav>ul>li.active a.mainactive+ul>li:first-child>a {
  color: #0078ea
}

.main .main-content .left-container .nav>ul>ul {
  padding-left: 0 !important
}

.main .main-content .locations-and-partners-group-wrapper {
  border-bottom: 1px dotted #cfcfcf
}

.main .main-content .items-wrapper {
  padding-bottom: 45px
}

.main .main-content .items-wrapper h4.style-2 {
  padding: 13px 15px;
  color: #0078ea;
  text-transform: uppercase;
  border-top: 1px solid #1c1c1a;
  border-bottom: 1px solid #1c1c1a;
  margin-bottom: 30px
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .item {
  padding: 30px 0 15px;
  min-height: 320px;
  border-bottom: 1px solid #1c1c1a;
  margin-left: auto;
  margin-right: auto;
  text-align: left
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .item h4 {
  font-size: 19px;
  min-height: 40px
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .item .address {
  min-height: 90px
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .item .address p {
  margin-bottom: 0
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .item .fax,
.main .main-content .items-wrapper.locations-and-partners-wrapper .item .phone {
  font-size: 14px
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .img-wrapper {
  width: 165px
}

.main .main-content .items-wrapper.locations-and-partners-wrapper .img-wrapper img {
  max-width: 165px;
  margin: 0 auto
}

.main .main-content .items-wrapper.corporate-group-wrapper .item {
  min-height: 290px;
  padding-bottom: 15px
}

.main .main-content .items-wrapper.corporate-group-wrapper .item .img-wrapper {
  height: 65px
}

.main .main-content .items-wrapper.corporate-group-wrapper .item h4 {
  margin-top: 30px;
  margin-bottom: 2px;
  font-size: 17px;
  min-height: 36px
}

.main .main-content .items-wrapper.corporate-group-wrapper .item .description {
  min-height: 60px
}

.main .main-content .items-wrapper.corporate-group-wrapper .item .description p {
  margin-bottom: 0
}

.main .main-content .items-wrapper.products-wrapper .item {
  min-height: 404px
}

.main .main-content .items-wrapper.products-wrapper .item h4 {
  min-height: 26px
}

.main .main-content .items-wrapper.products-wrapper .item h4.headline {
  min-height: 40px;
  margin-top: 25px
}

.main .main-content .items-wrapper.products-wrapper .item .description {
  min-height: 85px
}

.main .main-content .items-wrapper.events-wrapper .img-wrapper img {
  margin: 0 auto
}

.main form .open-dropdown .form-control {
  margin-bottom: 5px !important
}

.main form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.main form .form-control {
  border: none;
  border-radius: 0;
  height: 30px;
  margin: 6px 0 5px;
  padding: 6px 15px
}

.main form textarea.form-control {
  height: auto
}

.main form button[type=submit] {
  margin-top: 6px;
  outline: 0 !important;
  box-shadow: none;
  background-color: transparent
}

.main form.layout-2 .form-control {
  height: 40px;
  font-size: 19px;
  padding-left: 15px;
  padding-right: 15px
}

.main form.layout-2 select {
  text-align: center
}

.main form.layout-2 select option {
  text-align: left
}

.main form .form-group>label {
  display: block;
  width: 100%
}

.main form .form-group input[type=checkbox],
.main form .form-group input[type=radio] {
  margin-right: 5px
}

.main form .form-group div label {
  margin-right: 15px
}

.main form .btn.disabled {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1
}

.main form .help-block {
  display: none !important
}

.main form .has-error .bootstrap-select .dropdown-toggle {
  border: none
}

.main form .has-error .form-control {
  border-color: rgba(180, 28, 39, .8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(222, 52, 64, .6) !important;
  outline: 0 !important
}

.home-default .main .main-content {
  padding-bottom: 0
}

.home-default .teaser-brick {
  padding-top: 30px;
  padding-bottom: 0 !important
}

footer .footer-top {
  border-top: 1px solid #1c1c1a;
  padding: 40px 0 10px
}

.caret,
.dropdown-menu {
  border: none
}

footer .footer-top ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

footer .footer-middle .sub-division-content nav>ul>li,
footer .footer-top nav ul {
  margin-bottom: 30px
}

footer .footer-top a.head {
  color: #1c1c1a;
  padding-bottom: 15px;
  display: block;
  font-size: 20px
}

footer .footer-top ul li a {
  display: inline-block;
  padding: 4px 5px 4px 0;
  line-height: 18px;
  color: #8b8b8b
}

footer .footer-top ul li a:hover {
  color: #1c1c1a
}

footer .footer-middle .sub-division-description {
  padding: 30px 30px 0;
  line-height: 30px
}

footer .footer-middle .sub-division-content {
  padding-bottom: 15px
}

footer .footer-middle .sub-division-content>div h4 {
  background-color: #c2c2c2;
  padding: 10px 10px 8px;
  display: block;
  color: #fff
}

footer .footer-middle .sub-division-content>div:first-child h4 {
  background-color: #0078ea
}

footer .footer-middle .sub-division-content>div:nth-child(2) h4 {
  background-color: #333
}

footer .footer-middle .sub-division-content nav ul {
  list-style: none;
  padding-left: 0
}

footer .footer-middle .sub-division-content nav ul li a {
  padding: 4px 5px 4px 0;
  color: #8b8b8b;
  line-height: 18px;
  display: block
}

footer .footer-middle .sub-division-content nav ul li a:hover {
  color: #1c1c1a
}

footer .footer-middle .sub-division-content nav>ul>li>a {
  color: #333;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px
}

footer .footer-bottom {
  background: rgba(75, 75, 75, .1);
  padding: 15px 0 10px
}

footer .footer-bottom ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

footer .footer-bottom ul li {
  padding: 0 30px 15px 0;
  display: inline-block
}

footer .footer-bottom ul li a {
  color: #656565
}

@media (min-width:992px) {
  footer .footer-bottom .social {
    margin-top: -20px
  }
}

footer .footer-bottom .social a {
  display: inline-block;
  margin-left: 5px
}

footer .footer-bottom .social a .icon {
  color: #656565;
  position: relative;
  top: 1px;
  padding-top: 20px;
  display: inline-block
}

footer .footer-bottom .social a .icon:hover {
  color: #0078ea
}

footer .footer-bottom .social a .icon.icon-youtube {
  font-size: 38px;
  position: relative;
  top: 11px;
  padding-top: 0
}

.dropdown-toggle:focus {
  outline-offset: 0
}

.btn-group.open .dropdown-toggle {
  color: #1c1c1a;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-group .bootstrap-select.btn-group {
  margin-bottom: 5px
}

.bootstrap-select.btn-group .dropdown-toggle {
  outline: 0 !important;
  color: #8b8b8b;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  margin-top: -7px
}

.caret {
  font-weight: 400;
  text-transform: none;
  line-height: 1
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 15% !important
}

form.layout-2 .bootstrap-select.btn-group .dropdown-toggle {
  color: #1c1c1a
}

form.layout-2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: center;
  font-size: 19px;
  margin-top: -5px
}

form.layout-2 .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 27%;
  right: 15px
}

.shake {
  animation: ShakeUpDown 1s linear infinite;
  position: relative;
  top: 0
}

@keyframes ShakeUpDown {

  0,
  100% {
    top: 0
  }

  50% {
    top: 5px
  }
}

@media (min-width:1200px + 10) {
  #homeStage .image {
    min-height: 200px
  }

  #homeStage .image.big-image {
    min-height: 415px
  }
}

@media (min-width:1200px) {
  .header-stage .item .overlay span {
    font-size: 48px
  }

  .header-stage .item .overlay .headline {
    font-size: 18px;
    line-height: 20px
  }

  .header-stage .item .overlay .subline {
    font-size: 15.5px;
    line-height: 17.5px
  }
}

@media (min-width:992px) {
  .website-wrapper .col-md-20percent {
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
  }

  .website-wrapper header {
    min-height: 134px
  }

  .website-wrapper header a.logo {
    margin-top: 15px;
    margin-bottom: 5px
  }

  .website-wrapper header .main-navigation {
    padding: 0
  }

  .website-wrapper header .main-navigation-wrapper.affix,
  .website-wrapper header .main-navigation-wrapper.affix-bottom {
    position: fixed;
    z-index: 200;
    width: 100%;
    left: 0;
    right: 0;
    top: 0
  }

  .website-wrapper header .main-navigation-wrapper.affix a.logo,
  .website-wrapper header .main-navigation-wrapper.affix-bottom a.logo {
    height: 65px;
    background-size: contain;
    margin-top: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }

  .website-wrapper header .main-navigation-wrapper.affix .main-navigation.md,
  .website-wrapper header .main-navigation-wrapper.affix-bottom .main-navigation.md {
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }

  .website-wrapper header .main-navigation-wrapper.affix .main-navigation.md ul li,
  .website-wrapper header .main-navigation-wrapper.affix-bottom .main-navigation.md ul li {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
}

@media print {

  .website-wrapper .go-top-wrapper,
  .website-wrapper .main .breadcrumbs,
  .website-wrapper .main .headerImagesBar,
  .website-wrapper .main .homeStage,
  .website-wrapper .main .scroll-down-link,
  .website-wrapper .main-content .form-locations-and-partners .dropdown-menu,
  .website-wrapper .main-content .left-container,
  .website-wrapper footer,
  .website-wrapper header {
    display: none
  }

  .website-wrapper .main-content .isotope .element-item {
    position: static !important;
    left: auto !important;
    top: auto !important
  }

  .website-wrapper .main-content .isotope .element-item a {
    visibility: hidden
  }

  .website-wrapper .main-content .isotope .element-item a * {
    visibility: visible
  }
}

.responsive-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.slick-slider.has-dots {
  margin-bottom: 25px
}

.slick-dots {
  text-align: left;
  margin-left: -5px
}

.slick-dots li {
  width: 35px;
  height: 4px;
  margin: 5px
}

@media (min-width:992px) {
  .slick-dots li {
    width: 70px
  }
}

.slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0078ea
}

.cookieconsent-optout-marketing {
  display: none
}

body.cookieconsent-blockingmode--auto .d-block-cookieconsent-blockingmode--auto {
  display: block !important
}

.cookieconsent-optout-marketing--full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.cookieconsent-optout-marketing--full-size .cookieconsent-optout__content,
.cookieconsent-optout-marketing--full-size>a {
  height: 100%
}

.cookieconsent-optout-marketing--full-size .cookieconsent-optout__content:hover .cookieconsent-optout__text {
  opacity: 1
}

.cookieconsent-optout-marketing--full-size .cookieconsent-optout__image {
  object-fit: cover;
  min-height: 100%
}

.cookieconsent-optout-marketing--full-size .cookieconsent-optout__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 15px 30px;
  color: #fff !important;
  transform: translate(0, -50%);
  font-weight: 600;
  text-shadow: 0 0 14px #606060;
  opacity: 0;
  transition: all .3s ease-in-out;
  font-size: 19px;
  text-transform: uppercase
}

.cookieconsent-optout-marketing .cookieconsent-optout__text {
  color: #31708f
}

.cookieconsent-optout-marketing button[type=submit] {
  margin-top: -3px !important;
  outline: 0 !important;
  box-shadow: none;
  background-color: transparent
}

button.ytp-large-play-button--brand {
  background: 0 0;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 54px;
  margin-left: -40px;
  margin-top: -27px;
  -moz-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  z-index: 63;
  outline: 0 !important
}

button.ytp-large-play-button--brand:hover svg path.ytp-large-play-button-bg {
  fill: #0078ea
}

button.ytp-large-play-button--brand svg path.ytp-large-play-button-bg {
  fill: #1c1c1a
}

#CybotCookiebotDialogBody {
  max-width: 90% !important
}

.form-grecaptcha .form-control:focus {
  box-shadow: none
}

.form-grecaptcha .form-control button:focus {
  outline: 0 !important
}

.column-configurator.brick>.container .container {
  max-width: 100% !important;
  padding: 0 !important
}

.column-configurator.brick>.container .area-wysiwyg,
.column-configurator.brick>.container .opener-brick {
  margin-left: -15px;
  margin-right: -15px
}

.brick.image-brick .simple-zoom-container {
  max-width: 100%;
  overflow: hidden
}

.brick.image-brick .simple-zoom-container img {
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.brick.image-brick .simple-zoom-container img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.opener-brick.brick .read-less,
.opener-brick.brick .read-more {
  color: #0078ea;
  cursor: pointer
}

.opener-brick.brick .read-less .icon,
.opener-brick.brick .read-more .icon {
  margin-left: 10px;
  font-size: 11px
}

.opener-brick.brick .read-less:hover,
.opener-brick.brick .read-less:hover *,
.opener-brick.brick .read-more:hover,
.opener-brick.brick .read-more:hover * {
  color: #005eb7
}

.opener-brick.brick .read-less .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 0;
  margin-right: 10px
}

.opener-brick.brick .opener-content {
  display: none
}

.teaser-brick.brick:hover .read-more {
  color: #006bd1;
  transition: all .3s ease-in-out
}

.teaser-brick.brick h4 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 22px
}

.teaser-brick.brick h4.headline {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 18px
}

.teaser-brick.brick .item {
  padding-bottom: 40px;
  max-width: 272px;
  width: 100%
}

.teaser-brick.brick .item h4.headline {
  margin-top: 15px;
  font-size: 15.5px;
  line-height: 20px
}

.teaser-brick.brick .img-wrapper {
  border: 1px solid #e8e8e8;
  max-width: 100%;
  overflow: hidden
}

.teaser-brick.brick .img-wrapper img {
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.teaser-brick.brick .img-wrapper img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}

.teaser-brick.brick .inner-wrapper {
  max-width: 272px;
  width: 100%
}

.teaser-brick.brick p {
  margin-bottom: 10px
}

.panacol-adhesive-table-brick .th--title {
  min-width: 130px
}

.table-brick td img {
  max-width: 100%
}

.brick-slider__slide-headline {
  font-size: 21px
}

.brick-slider__slide-description {
  font-size: 18px;
  min-height: 24px
}

.brick-slider__slide-image {
  padding-bottom: 15px
}

.brick-slider__slide-image img {
  margin: 0 auto
}

.brick-slider__slide-image img.lazy {
  height: 140px !important
}

.brick-slider__slide-btn {
  margin: 15px 0
}

.brick-slider .bg-delimiter {
  margin: 15px 0 20px
}

@media (min-width:992px) {
  .panacol-adhesive-table-brick .th--title {
    min-width: 150px
  }

  .panacol-adhesive-table-brick .th--viscosity {
    min-width: 120px
  }

  .brick-slider__slide-image {
    padding-bottom: 0
  }

  .brick-slider .bg-delimiter {
    margin: 35px 0 20px
  }
}

.brick.styled {
  margin-top: -15px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7
}

.home-default .teaser-brick.brick.bg {
  background: rgba(101, 101, 101, .1)
}

.home-default .teaser-brick.brick.padding {
  padding: 40px 0
}

.home-default .teaser-brick.brick .item {
  padding-top: 10px
}

.home-default .teaser-brick.brick .item h4.headline {
  margin-top: 25px;
  font-size: 20px;
  line-height: 20px;
  min-height: 40px
}

.home-default .teaser-brick.brick .img-wrapper {
  min-height: 149px
}

@media (max-width:1199px) {
  #homeStage .side>.row:first-child {
    padding-bottom: 2px
  }

  #homeStage .side .item {
    padding-left: 2px;
    padding-right: 2px
  }

  #homeStage .side .item .overlay {
    padding-top: 10px
  }

  #homeStage .image.big-image {
    padding-bottom: 70%
  }

  .headerImagesBar>.row {
    margin-left: -1px;
    margin-right: -1px
  }

  .headerImagesBar .item {
    padding-left: 8px;
    padding-right: 8px
  }
}

@media (min-width:768px) {
  .image-brick.brick .text-left img {
    text-align: left;
    display: inline
  }

  .image-brick.brick .text-right img {
    text-align: right;
    display: inline
  }

  .website-wrapper .teaser-brick.brick .inner-wrapper .description {
    min-height: 80px
  }
}

@media (max-width:991px) {
  .mobile-search-form-wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  .website-wrapper header .main-navigation-wrapper {
    position: relative
  }

  .website-wrapper .main {
    padding-top: 0 !important
  }

  .website-wrapper .main .custom-affix-wrapper-column-md {
    position: relative !important
  }

  .website-wrapper .main .for-custom-affix-md {
    position: static !important
  }

  #homeStage .side .item .overlay span {
    font-size: 40px
  }

  .mm-menu {
    color: #333;
    font-size: 16px;
    text-transform: uppercase
  }

  .mm-menu.mm-pageshadow:after {
    content: "" !important;
    display: block !important
  }

  .mm-menu .mm-listview {
    font-size: 20px
  }

  .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
  .mm-menu .mm-listview>li.mm-selected>span {
    color: #0078ea;
    background: 0 0 !important
  }

  .mm-menu .mm-listview li a {
    font-size: 16px
  }

  .mm-menu .mm-listview li a:hover {
    color: #0078ea
  }

  .mm-menu .mm-listview>li.mm-selected .mm-arrow:after,
  .mm-menu .mm-listview>li.mm-selected .mm-next:after,
  .mm-menu .mm-listview>li:hover .mm-arrow:after,
  .mm-menu .mm-listview>li:hover .mm-next:after {
    border-color: #0078ea
  }

  .mm-menu .mm-navbar .mm-title {
    color: #0078ea !important
  }

  .mm-menu .mm-navbar .mm-btn:after,
  .mm-menu .mm-navbar .mm-btn:before {
    border-color: #0078ea !important
  }

  .mm-menu .mm-navbar-top {
    padding: 0 15px;
    text-align: right
  }

  .mm-menu .mm-navbar-bottom {
    top: auto;
    height: auto
  }

  .mm-menu .btn {
    min-width: 0;
    max-width: 100%;
    width: 100%
  }

  #hamburger,
  #hamburger2 {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 45px;
    position: relative;
    z-index: 4
  }

  #hamburger span,
  #hamburger2 span,
  #hamburger2:after,
  #hamburger2:before,
  #hamburger:after,
  #hamburger:before {
    background: #0078ea;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 20px;
    -webkit-transition: none .5s ease .5s;
    transition: none .5s ease .5s;
    -webkit-transition-property: transform, top, bottom, left, opacity, background;
    transition-property: transform, top, bottom, left, opacity, background
  }

  #hamburger2:hover span,
  #hamburger2:hover:after,
  #hamburger2:hover:before,
  #hamburger:hover span,
  #hamburger:hover:after,
  #hamburger:hover:before,
  html.mm-opening #hamburger span,
  html.mm-opening #hamburger2 span,
  html.mm-opening #hamburger2:after,
  html.mm-opening #hamburger2:before,
  html.mm-opening #hamburger:after,
  html.mm-opening #hamburger:before {
    background: #0078ea
  }

  #hamburger2:before,
  #hamburger:before {
    top: 10px
  }

  #hamburger span,
  #hamburger2 span {
    top: 20px
  }

  #hamburger2:after,
  #hamburger:after {
    top: 30px
  }

  #hamburger {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  html.mm-opening #hamburger2:before,
  html.mm-opening #hamburger:before {
    transform: rotate(45deg)
  }

  html.mm-opening #hamburger2:after,
  html.mm-opening #hamburger2:before,
  html.mm-opening #hamburger:after,
  html.mm-opening #hamburger:before {
    top: 20px
  }

  html.mm-opening #hamburger span,
  html.mm-opening #hamburger2 span {
    left: -50px;
    opacity: 0
  }

  html.mm-opening #hamburger2:after,
  html.mm-opening #hamburger:after {
    transform: rotate(-45deg)
  }

  html.mm-opening #hamburger {
    opacity: 0
  }

  footer .footer-bottom {
    padding-bottom: 50px
  }

  footer .footer-bottom .copyright,
  footer .footer-bottom .nav-wrapper,
  footer .footer-bottom .social {
    text-align: center
  }

  footer .footer-bottom .nav-wrapper ul {
    display: inline-block
  }
}

@media (max-width:767px) {
  .website-wrapper .toggle-active-wrapper h4 {
    margin: 0
  }

  .website-wrapper .toggle-active-wrapper .head {
    cursor: pointer
  }

  .website-wrapper .toggle-active-wrapper>nav,
  .website-wrapper .toggle-active-wrapper>ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 0
  }

  .website-wrapper .toggle-active-wrapper.active>nav,
  .website-wrapper .toggle-active-wrapper.active>ul {
    max-height: 2000px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 30px
  }

  header .top-navigation {
    text-align: left
  }

  header .top-navigation .top-navigation-content {
    display: block
  }

  header .top-navigation .top-navigation-content .phone-wrapper {
    float: left;
    margin-right: 10px
  }

  header .top-navigation .top-navigation-content .language-wrapper {
    float: right
  }

  header a.logo {
    max-width: 150px;
    width: 100%;
    height: 58px;
    background-size: contain;
    float: left
  }

  #homeStage .side .item .overlay span {
    font-size: 25px
  }

  #homeStage .image,
  .headerImagesBar .item .image {
    padding-bottom: 100%
  }

  .headerImagesBar .column-1 .item .image {
    padding-bottom: 92%
  }

  .main .main-content .items-wrapper.corporate-group-wrapper .item,
  .main .main-content .items-wrapper.corporate-group-wrapper .item .description,
  .main .main-content .items-wrapper.locations-and-partners-wrapper .item,
  .main .main-content .items-wrapper.products-wrapper .item,
  .main .main-content .items-wrapper.products-wrapper .item .description {
    min-height: 1px
  }

  .main .main-content .items-wrapper.locations-and-partners-wrapper .item .address {
    min-height: 1px;
    margin-bottom: 10px
  }

  .main .main-content .good-reasons .reasons-items span {
    font-size: 16px
  }

  .main .brick .brick {
    padding-bottom: 30px
  }

  .main .brick.teaser-brick .item {
    margin: 0 auto
  }
}

/* === 3-카드 이미지바 (products-3) === */
.products-3 .product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.products-3 .product-card:hover {
  transform: translateY(-2px);
  border-color: #d7e2ff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.products-3 .product-media {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  position: relative;
}

@supports not (aspect-ratio: 16 / 9) {
  .products-3 .product-media::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

  .products-3 .product-media>img {
    position: absolute;
    inset: 0;
  }
}

.products-3 .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.products-3 .product-card:hover .product-media img {
  transform: scale(1.03);
}

.products-3 .product-title {
  margin: 6px 0 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.products-3 .product-desc {
  margin: 0;
  color: #555;
  line-height: 1.5;
  min-height: 3.2em;
}

.products-3 .product-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.products-3 .product-more::after {
  content: "›";
  transform: translateY(-1px);
}

.products-3 [class*="col-"] {
  margin-bottom: 20px;
}

/* === Header Images Bar : 3-등분 공통 규칙 === */
.headerImagesBar .items-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.headerImagesBar .items-wrapper .item {
  padding-left: 10px;
  padding-right: 10px;
}

/* 모든 아이템에 동일 비율 적용 (기존 column-1 전용 규칙 무시) */
.headerImagesBar .item .image {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
  /* 가로형 썸네일 비율(필요시 40~45%로 조절) */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  filter: grayscale(0);
  /* 필요 시 효과 제거/조절 */
}

/* 오버레이 기본 정렬 보정(기존 테마 유지) */
.headerImagesBar .item .overlay .headline {
  font-weight: 700;
}

/* === products-3: 카드 테두리/그림자 제거, 예전 평면 스타일로 복구 === */
.products-3 .product-card {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.products-3 .product-card:hover {
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

/* 이미지도 둥근 모서리/확대 효과 제거 */
.products-3 .product-media {
  border-radius: 0 !important;
}

.products-3 .product-card:hover .product-media img {
  transform: none !important;
}

/* 텍스트 간격만 살짝 */
.products-3 .product-title {
  margin: 10px 0 4px;
}

.products-3 .product-desc {
  margin: 0;
}

/* 필요 없으면 '더 알아보기' 숨김 (원하면 주석 처리하세요) */
.products-3 .product-more {
  display: none !important;
}

/* ===== Sidebar fix for Korean text ===== */
.sidebar.categories {
  min-width: 220px;      /* 최소 폭 확보 */
  padding-right: 12px;
}

.sidebar.categories .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 12px;
  line-height: 1.3;
  word-break: keep-all;  /* 한글 단어 단위 줄바꿈 */
}

.sidebar.categories .nav.nav-pills.nav-stacked > li > a {
  display: block;
  padding: 6px 0;
  line-height: 1.6;
  white-space: normal !important; /* 강제 세로줄 방지 */
  word-break: keep-all !important; /* 단어 단위 줄바꿈 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover/active 상태 */
.sidebar.categories .nav.nav-pills.nav-stacked > li > a:hover,
.sidebar.categories .nav.nav-pills.nav-stacked > li.active > a {
  text-decoration: underline;
}

/* 모바일에서는 자연 줄바꿈 허용 */
@media (max-width: 991px) {
  .sidebar.categories { min-width: auto; }
  .sidebar.categories .nav.nav-pills.nav-stacked > li > a {
    white-space: normal;
  }
}

/* ===== Sidebar (Applications) Polished Style ===== */
.sidebar.categories {
  position: sticky;   /* 스크롤 내려도 고정 */
  top: 100px;         /* 헤더 높이에 맞춰 조절 */
  min-width: 240px;
  padding: 8px 4px 24px 0;
}

.sidebar.categories .sidebar-block {
  padding: 14px 0 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08); /* 섹션 구분선 */
}

.sidebar.categories .sidebar-block:last-child {
  border-bottom: none;
}

.sidebar.categories .sidebar-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin: 0 0 10px;
  color: #111;
  line-height: 1.25;
  word-break: keep-all;
}

.sidebar.categories .nav.nav-pills.nav-stacked {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar.categories .nav.nav-pills.nav-stacked > li {
  margin: 6px 0;  /* 항목 간 간격 */
}

.sidebar.categories .nav.nav-pills.nav-stacked > li > a {
  display: inline-block;
  padding: 2px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;                 /* 기본은 연회색 */
  text-decoration: none;
  white-space: normal !important; /* 세로 깨짐 방지 */
  word-break: keep-all !important;
  transition: color .15s ease, text-decoration-color .15s ease;
}

.sidebar.categories .nav.nav-pills.nav-stacked > li > a:hover,
.sidebar.categories .nav.nav-pills.nav-stacked > li > a:focus {
  color: #1d4ed8;                 /* 호버 시 파란색 */
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sidebar.categories .nav.nav-pills.nav-stacked > li.active > a {
  color: #1d4ed8;                 /* 현재 섹션 강조 */
  font-weight: 600;
}

/* 레이아웃 여백 정돈 (좌측 좁아보일 때) */
@media (min-width: 992px) {
  .custom-affix-wrapper-row-md .col-md-3 {
    padding-right: 24px;
  }
}

/* 태블릿/모바일: 고정 해제 + 줄바꿈 자연스럽게 */
@media (max-width: 991px) {
  .sidebar.categories {
    position: static;
    min-width: auto;
    padding-right: 0;
    margin-bottom: 24px;
  }
}

/* === Sidebar Navigation 개선 === */
.side-navigation .navigation > li > a {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  white-space: normal;
  word-break: keep-all;
}

.side-navigation .navigation li ul {
  margin: 6px 0 12px 12px;
  padding: 0;
  list-style: none;
}

.side-navigation .navigation li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  padding: 3px 0;
  display: block;
  transition: color .15s ease;
}

.side-navigation .navigation li ul li a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
/* ===== IRTECH Tiles (match original layout) ===== */
.irtech-tiles-wrap{margin:24px 0 32px}
.irtech-tagline{
  text-align:center; margin:8px 0 24px;
  color:#334155; letter-spacing:.2px; font-weight:400
}
.irtech-tagline em.qt{color:#3f8cff; font-style:italic}
.irtech-tagline em.uv{color:#2276ff; font-style:italic}

/* grid spacing uses bootstrap container/row; only vertical rhythm here */
.irtech-tiles > [class*="col-"]{margin-bottom:24px}

/* card */
.tile-card{
  position:relative; display:block;
  padding:18px 20px 18px 64px;
  border:1px solid #e7e7ea; border-radius:12px; background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}

/* icon */
.tile-icon{
  position:absolute; left:18px; top:18px;
  width:36px;height:36px;border-radius:999px;
  display:grid;place-items:center; color:#666; border:1px solid #e7e7ea;
}
.tile-icon .i{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}

.tile-pink{color:#ec4899;background:#fdf2f8}
.tile-green{color:#10b981;background:#ecfdf5}
.tile-blue{color:#3b82f6;background:#eff6ff}
.tile-red{color:#ef4444;background:#fef2f2}
.tile-gray{color:#94a3b8;background:#f8fafc}

/* title/body */
.tile-title{
  margin:0 0 10px; font-size:18px; line-height:1.35; letter-spacing:.2px; font-weight:600;
}
.tile-title a{color:#2563eb; text-decoration:none}
.tile-title a:hover{text-decoration:underline}
.tile-body{margin:0; color:#1f2937; font-size:15px; line-height:1.7}
.tile-body .brand{font-weight:700}

/* small red badge (square) like original) */
.red-badge{display:inline-block;width:12px;height:12px;border-radius:4px;background:#e11d48;margin-left:6px;vertical-align:middle}

/* responsive fine-tuning */
@media (max-width: 991px){
  .tile-card{padding-left:60px}
  .tile-icon{left:16px}
}

/* ====== Make it look like the original (flat, no cards) ====== */

/* 상단 문구(태그라인) 간격/스타일 */
.irtech-tiles-wrap{ margin: 28px 0 38px; }
.irtech-tagline{
  text-align:center; margin: 0 0 26px;
  font-weight: 400; letter-spacing: .2px; color:#2b3341;
}
.irtech-tagline em.qt{ color:#4b83ff; font-style: italic; }
.irtech-tagline em.uv{ color:#2e7bff; font-style: italic; }

/* 그리드 간격(부트스트랩 col 사용 가정) */
.irtech-tiles > [class*="col-"]{ margin-bottom: 46px; }

/* 카드 박스 제거 → 플랫 */
.tile-card{
  position: relative;
  padding: 0 16px 0 48px;   /* 왼쪽 아이콘 공간 */
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* 아이콘: 원형 배경/테두리 제거 + 얇은 선형(원본 느낌) */
.tile-icon{
  position:absolute; left: 0; top: 2px;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: transparent; border: 0; color: inherit;
}
.tile-icon .i{
  width: 24px; height: 24px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

/* 아이콘 색상 팔레트(원본과 유사) */
.tile-pink { color:#d477d6; }   /* 연분홍 라인 */
.tile-green{ color:#64c182; }   /* 민트-그린 라인 */
.tile-blue { color:#6b8fff; }   /* 블루 라인 */
.tile-red  { color:#e16a6a; }   /* 레드 라인 */
.tile-gray { color:#98a3b3; }   /* 그레이 라인 */

/* 제목/본문 타이포(원본 간격에 맞춤) */
.tile-title{
  margin: 0 0 12px;
  font-size: 18px; line-height: 1.35; letter-spacing: .2px;
  font-weight: 700;
}
.tile-title a{ color:#1f6fff; text-decoration: none; }
.tile-title a:hover{ text-decoration: underline; }

.tile-body{
  margin: 0;
  font-size: 15px; line-height: 1.85;
  color:#0f172a;
}
.tile-body strong{ font-weight: 700; }
.tile-body .brand{ font-weight: 700; }

/* uv-technik 카드 오른쪽 작은 빨간 사각형 */
.red-badge{
  display:inline-block; width:14px; height:14px;
  background:#e34f4f; border-radius:4px; margin-left:8px; vertical-align:middle;
}
