@font-face {
  font-family: dmi;
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/dmi.eot?g6dn3q);
  src: url(assets/fonts/dmi.eot?#iefixg6dn3q) format('embedded-opentype'), url(assets/fonts/dmi.ttf?g6dn3q) format('truetype'), url(assets/fonts/dmi.woff?g6dn3q) format('woff'), url(assets/fonts/dmi.svg?g6dn3q#dmi) format('svg')
}

i {
  font-family: dmi;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-dmi-rendite3:before {
  content: "\e247"
}

.icon-dmi-denkmal3:before {
  content: "\e265"
}

.icon-dmi-rendite2:before {
  content: "\e60e"
}

.icon-dmi-hospital-o:before {
  content: "\e60f"
}

.icon-dmi-home:before {
  content: "\e600"
}

.icon-dmi-global-o:before {
  content: "\e601"
}

.icon-dmi-global:before {
  content: "\e602"
}

.icon-dmi-denkmal2:before {
  content: "\e603"
}

.icon-dmi-denkmal:before {
  content: "\e60d"
}

.icon-dmi-home2:before {
  content: "\e604"
}

.icon-dmi-rendite:before {
  content: "\e605"
}

.icon-dmi-home3:before {
  content: "\e606"
}

.icon-dmi-neubau:before {
  content: "\e607"
}

.icon-dmi-pflege:before {
  content: "\e609"
}

.icon-dmi-pflege2:before {
  content: "\e60a"
}

.icon-dmi-pflege3:before {
  content: "\e60b"
}

.icon-dmi-quote-left:before {
  content: "\f10d"
}

.icon-dmi-quote-right:before {
  content: "\f10e"
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none
}

.lightSlider:after,
.lightSlider:before {
  display: table;
  content: " "
}

.lightSlider {
  overflow: hidden
}

.lSSlideWrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden
}

.lSSlideWrapper>.lightSlider:after {
  clear: both
}

.lSSlideWrapper .lSSlide {
  -webkit-transition: all 1s;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform, height;
  transition-property: transform, height;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.lSSlideWrapper .lSFade {
  position: relative
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  margin-right: 0
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
  padding: 0;
  margin: 10px 0 0;
  text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer
}

.lSSlideOuter .lSPager.lSpg>li a {
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  background-color: #222;
  border-radius: 30px;
  -webkit-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #428bca
}

.lSSlideOuter .media {
  opacity: .8
}

.lSSlideOuter .media.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  list-style: none outside none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -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);
  -webkit-touch-callout: none;
  -khtml-user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  -o-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  max-width: 100%;
  height: auto
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  display: table;
  content: " "
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both
}

.lSAction>a {
  position: absolute;
  top: 50%;
  z-index: 9999;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  background-image: url(img/controls.png);
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  -o-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s
}

.lSAction>a:hover {
  opacity: 1
}

.lSAction>.lSPrev {
  left: 10px;
  background-position: 0 0
}

.lSAction>.lSNext {
  right: 10px;
  background-position: -32px 0
}

.lSAction>a.disabled {
  pointer-events: none
}

.cS-hidden {
  height: 1px;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0
}

.lSSlideOuter.vertical {
  position: relative
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  top: 0;
  right: 0
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-top: 0;
  margin-left: -14px
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  top: auto;
  bottom: 10px;
  background-position: 31px -31px
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  top: 10px;
  bottom: auto;
  background-position: 0 -31px
}

.lSSlideOuter.lSrtl {
  direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right !important
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  }
}

@-o-keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  }
}

@keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  }
}

@-o-keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  }
}

@keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  }
}

@-o-keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  }
}

@keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  }
}

@-o-keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  }
}

.lSSlideOuter .rightEnd {
  position: relative;
  -webkit-animation: rightEnd .3s;
  -o-animation: rightEnd .3s;
  animation: rightEnd .3s
}

.lSSlideOuter .leftEnd {
  position: relative;
  -webkit-animation: leftEnd .3s;
  -o-animation: leftEnd .3s;
  animation: leftEnd .3s
}

.lSSlideOuter.vertical .rightEnd {
  position: relative;
  -webkit-animation: topEnd .3s;
  -o-animation: topEnd .3s;
  animation: topEnd .3s
}

.lSSlideOuter.vertical .leftEnd {
  position: relative;
  -webkit-animation: bottomEnd .3s;
  -o-animation: bottomEnd .3s;
  animation: bottomEnd .3s
}

.lSSlideOuter.lSrtl .rightEnd {
  position: relative;
  -webkit-animation: leftEnd .3s;
  -o-animation: leftEnd .3s;
  animation: leftEnd .3s
}

.lSSlideOuter.lSrtl .leftEnd {
  position: relative;
  -webkit-animation: rightEnd .3s;
  -o-animation: rightEnd .3s;
  animation: rightEnd .3s
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.select2-container {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  zoom: 1;
  *display: inline
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.select2-container .select2-choice {
  position: relative;
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(bottom, #eee 0, #fff 50%);
  background-image: -o-linear-gradient(bottom, #eee 0, #fff 50%);
  background-image: linear-gradient(to top, #eee 0, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-touch-callout: none
}

.select2-container.select2-drop-above .select2-choice {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(90%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 0, #fff 90%);
  background-image: -o-linear-gradient(top, #eee 0, #fff 90%);
  background-image: linear-gradient(to bottom, #eee 0, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
  display: block;
  float: none;
  width: auto;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-choice abbr {
  position: absolute;
  top: 8px;
  right: 24px;
  display: none;
  width: 12px;
  height: 12px;
  font-size: 1px;
  text-decoration: none;
  cursor: pointer;
  background: url(assets/select2.png) right top no-repeat;
  border: 0;
  outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block
}

.select2-container .select2-choice abbr:hover {
  cursor: pointer;
  background-position: right -11px
}

.select2-drop-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
  border: 0;
  opacity: 0
}

.select2-drop {
  position: absolute;
  top: 100%;
  z-index: 9999;
  width: 100%;
  margin-top: -1px;
  color: #000;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
  width: auto;
  border-top: 1px solid #aaa
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 100%;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), color-stop(60%, #eee));
  background-image: -webkit-linear-gradient(bottom, #ccc 0, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0, #eee 60%);
  background-image: linear-gradient(to top, #ccc 0, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/select2.png) no-repeat 0 1px
}

.select2-search {
  position: relative;
  z-index: 10000;
  display: inline-block;
  width: 100%;
  min-height: 26px;
  padding-right: 4px;
  padding-left: 4px;
  margin: 0;
  white-space: nowrap
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  font-family: sans-serif;
  font-size: 1em;
  background: #fff url(assets/select2.png) no-repeat 100% -22px;
  background: url(assets/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
  background: url(assets/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(assets/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0;
  background: url(assets/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(assets/select2.png) no-repeat 100% -22px, -o-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(assets/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px
}

.select2-search input.select2-active {
  background: #fff url(assets/select2-spinner.gif) no-repeat 100%;
  background: url(assets/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
  background: url(assets/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(assets/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0;
  background: url(assets/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(assets/select2-spinner.gif) no-repeat 100%, -o-linear-gradient(top, #fff 85%, #eee 99%) 0 0;
  background: url(assets/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-dropdown-open .select2-choice {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #eee));
  background-image: -webkit-linear-gradient(bottom, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(bottom, #fff 0, #eee 50%);
  background-image: linear-gradient(to top, #fff 0, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  border: 1px solid #5897fb;
  border-top-color: transparent
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  filter: none;
  border-left: none;
  -webkit-filter: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px
}

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

.select2-results {
  position: relative;
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.select2-results ul.select2-result-sub {
  padding-left: 0;
  margin: 0
}

.select2-results li {
  display: list-item;
  list-style: none;
  background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: 700
}

.select2-results .select2-result-label {
  min-height: 1em;
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px
}

.select2-results .select2-highlighted {
  color: #fff;
  background: #3875d7
}

.select2-results li em {
  font-style: normal;
  background: #feffde
}

.select2-results .select2-highlighted em {
  background: 0 0
}

.select2-results .select2-highlighted ul {
  color: #000;
  background: #fff
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  display: list-item;
  padding-left: 5px;
  background: #f4f4f4
}

.select2-results .select2-disabled.select2-highlighted {
  display: list-item;
  color: #666;
  cursor: default;
  background: #f4f4f4
}

.select2-results .select2-disabled {
  display: list-item;
  cursor: default;
  background: #f4f4f4
}

.select2-results .select2-selected {
  display: none
}

.select2-more-results.select2-active {
  background: #f4f4f4 url(assets/select2-spinner.gif) no-repeat 100%
}

.select2-more-results {
  display: list-item;
  background: #f4f4f4
}

.select2-container.select2-container-disabled .select2-choice {
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none
}

.select2-container-multi .select2-choices {
  position: relative;
  height: auto !important;
  height: 1%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
  border: 1px solid #aaa
}

.select2-locked {
  padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
  min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right
}

.select2-container-multi .select2-choices .select2-search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  background: 0 0 !important;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(assets/select2-spinner.gif) no-repeat 100% !important
}

.select2-default {
  color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
  position: relative;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  line-height: 13px;
  color: #333;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: -webkit-linear-gradient(bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  -webkit-touch-callout: none
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin-right: 5px;
  margin-left: 0
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4
}

.select2-search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(assets/select2.png) right top no-repeat;
  outline: 0
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px
}

.select2-container-multi .select2-search-choice-close {
  left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  outline: 0 !important
}

.select2-display-none {
  display: none
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-resolution:2dppx) {

  .select2-container .select2-choice .select2-arrow b,
  .select2-container .select2-choice abbr,
  .select2-search input,
  .select2-search-choice-close {
    background-image: url(assets/select2x2.png) !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: 60px 40px !important;
    background-size: 60px 40px !important
  }

  .select2-search input {
    background-position: 100% -21px !important
  }
}