/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v24-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v24-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

#cookie-bg{
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  color: #002a32;
  left: 0;
  max-width: 100vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index:99999;
  display: none;
}
#cookieconsent {
  position: fixed;
  bottom: 20%;
  left: calc(9vw);
  margin-left: -10px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.97;
  z-index:999999;
}
#cookieconsent button.set{
  display: none;
}
#cookieconsent .details{
  cursor: pointer;
  text-decoration: underline;
  margin-left: 3px;
  
}
#cookieconsent i.glyphicon{
  margin-left: 20px;
  font-size: 0.8em;
}
#cookieconsent .small {
  font-weight: normal;
  margin-top: 5px;
  display: none;
}
@media (max-width: 1100px) {
  #cookieconsent {
      left: calc(8vw);
  }
}

@media (max-width: 900px) {
  #cookieconsent {
      left: 0;
  }

}
@media (min-width: 1390px) {
  #cookieconsent {
      left: calc(13vw);
  }
}

@media (min-width: 1470px) {
  #cookieconsent {
      left: calc(15vw);
  }
}

@media (min-width: 1520px) {
  #cookieconsent {
      left: 260px;

  }
}
@media(max-width: 1023px){
  #cookieconsent {
      margin-left: 0px;
  }
}
#cookie-settings {
  display: none;
}

#cookieconsent .cookie-header {
  font-weight: bold;
  margin-bottom: 8px;
}

#cookieconsent .cookie-container a {
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#cookieconsent .btn.btn-secondary{
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  
}
#cookieconsent .btn.btn-secondary:hover{
  background-color: #fff;
  color: #333;
}
#cookieconsent .cookie-container {
  font-size: 14px;
  color: white;
  max-width: 800px;
  background: #296273;
  padding: 24px 20px;
  margin-bottom: 0;
}
#cookieconsent .back{
  display: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .08em;
  font-family: Roboto Condensed,HelveticaNeue-CondensedBold,HelveticaNeueBoldCondensed,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
}
#cookieconsent .back:hover{
  text-decoration: underline;
}
#cookieconsent .buttoncontainer{
  margin-bottom: 10px;
}
#cookieconsent  label{
  color: white;
  display: block;
}
#cookieconsent ul{
  margin-top: 3px;
}
body.noscroll{
  overflow: hidden;
}
#cookieconsent .btn{
  font-weight: 600;
  font-family: Roboto Condensed,HelveticaNeue-CondensedBold,HelveticaNeueBoldCondensed,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  outline: none!important;
}
#quizbadge{
  display: inline-block; 
  float: right;
}

@media(max-width: 767px){
  #cookieconsent .checkbox label {
      margin-bottom: 3px;
  }
  #cookieconsent button.set-all {
      margin-bottom: 8px;
  }
  #cookieconsent .button{
      margin-top: 20px;
  }
  #cookieconsent{
      top: 50%;
      left: 50%;
      bottom: unset;
      transform: translateX(-50%) translateY(-50%);
      position: fixed;
      display: block;
      width: 96%;
      max-height: 77%;
  }
  #cookieconsent.second{
      height: 92%;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;

  }
  #cookieconsent.second .cookie-container{
      max-width: unset;
      width: 100%;
      height: auto;
  }
  #cookieconsent.second .button {
      position: relative;
      bottom: 15px;
      width: 100%;
      margin-right: 0;
      margin-left: 0px;
  }
  #cookieconsent.second .cookie-text{
      height: 78%;

      overflow-x: hidden;
  }
}


.custom-search[data-v-419f70bf] {
    border-bottom: 2px solid #454545;
    padding-top: 15px;
    padding-bottom: 12px;
}
.btn.btn-link[data-v-419f70bf] {
    color: #fff;
}
.navigation[data-v-419f70bf] {
    color: #fff;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    z-index: 600;
    top: 60px;
    left: 0px;
    padding: 12px 15px;
    width: 100%;
    max-width: 1024px;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
    background: rgba(51, 51, 51, 0.98);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.navigation[data-v-419f70bf]::-webkit-scrollbar {
    display: none;
}
.navigation .form-control[data-v-419f70bf] {
    border: 1px solid transparent;
    box-shadow: 0px 2px 0px 0px #454444;
    color: #fff;
    background: #4f4f4f;
}
.navigation .input-group-btn .btn[data-v-419f70bf] {
    color: #fff;
    background-color: #2c2c2c;
    box-shadow: 0px 2px 0px 0px #2c2c2c;
}
.navigation .input-group[data-v-419f70bf] {
    margin-top: 12px;
}
.navigation .menu-items[data-v-419f70bf] {
    margin-top: 15px;
}
.navigation .form-control[data-v-419f70bf]:focus {
    box-shadow: 0px 2px 0px 0px #797979;
}

.navi-wrapper {
  padding-left: 15px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/images/fancybox_sprite.png?v783d4031); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif?v328cc0f6) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif?v32547260);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png?v77aeaa52); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png?ved9970ce);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif?vf9293863);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*!
 * shariff - v1.23.2 - 09.05.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
@font-face{font-family:FontAwesome;src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\F000"}.fa-music:before{content:"\F001"}.fa-search:before{content:"\F002"}.fa-envelope-o:before{content:"\F003"}.fa-heart:before{content:"\F004"}.fa-star:before{content:"\F005"}.fa-star-o:before{content:"\F006"}.fa-user:before{content:"\F007"}.fa-film:before{content:"\F008"}.fa-th-large:before{content:"\F009"}.fa-th:before{content:"\F00A"}.fa-th-list:before{content:"\F00B"}.fa-check:before{content:"\F00C"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\F00D"}.fa-search-plus:before{content:"\F00E"}.fa-search-minus:before{content:"\F010"}.fa-power-off:before{content:"\F011"}.fa-signal:before{content:"\F012"}.fa-cog:before,.fa-gear:before{content:"\F013"}.fa-trash-o:before{content:"\F014"}.fa-home:before{content:"\F015"}.fa-file-o:before{content:"\F016"}.fa-clock-o:before{content:"\F017"}.fa-road:before{content:"\F018"}.fa-download:before{content:"\F019"}.fa-arrow-circle-o-down:before{content:"\F01A"}.fa-arrow-circle-o-up:before{content:"\F01B"}.fa-inbox:before{content:"\F01C"}.fa-play-circle-o:before{content:"\F01D"}.fa-repeat:before,.fa-rotate-right:before{content:"\F01E"}.fa-refresh:before{content:"\F021"}.fa-list-alt:before{content:"\F022"}.fa-lock:before{content:"\F023"}.fa-flag:before{content:"\F024"}.fa-headphones:before{content:"\F025"}.fa-volume-off:before{content:"\F026"}.fa-volume-down:before{content:"\F027"}.fa-volume-up:before{content:"\F028"}.fa-qrcode:before{content:"\F029"}.fa-barcode:before{content:"\F02A"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-book:before{content:"\F02D"}.fa-bookmark:before{content:"\F02E"}.fa-print:before{content:"\F02F"}.fa-camera:before{content:"\F030"}.fa-font:before{content:"\F031"}.fa-bold:before{content:"\F032"}.fa-italic:before{content:"\F033"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-align-left:before{content:"\F036"}.fa-align-center:before{content:"\F037"}.fa-align-right:before{content:"\F038"}.fa-align-justify:before{content:"\F039"}.fa-list:before{content:"\F03A"}.fa-dedent:before,.fa-outdent:before{content:"\F03B"}.fa-indent:before{content:"\F03C"}.fa-video-camera:before{content:"\F03D"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\F03E"}.fa-pencil:before{content:"\F040"}.fa-map-marker:before{content:"\F041"}.fa-adjust:before{content:"\F042"}.fa-tint:before{content:"\F043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\F044"}.fa-share-square-o:before{content:"\F045"}.fa-check-square-o:before{content:"\F046"}.fa-arrows:before{content:"\F047"}.fa-step-backward:before{content:"\F048"}.fa-fast-backward:before{content:"\F049"}.fa-backward:before{content:"\F04A"}.fa-play:before{content:"\F04B"}.fa-pause:before{content:"\F04C"}.fa-stop:before{content:"\F04D"}.fa-forward:before{content:"\F04E"}.fa-fast-forward:before{content:"\F050"}.fa-step-forward:before{content:"\F051"}.fa-eject:before{content:"\F052"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-plus-circle:before{content:"\F055"}.fa-minus-circle:before{content:"\F056"}.fa-times-circle:before{content:"\F057"}.fa-check-circle:before{content:"\F058"}.fa-question-circle:before{content:"\F059"}.fa-info-circle:before{content:"\F05A"}.fa-crosshairs:before{content:"\F05B"}.fa-times-circle-o:before{content:"\F05C"}.fa-check-circle-o:before{content:"\F05D"}.fa-ban:before{content:"\F05E"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-up:before{content:"\F062"}.fa-arrow-down:before{content:"\F063"}.fa-mail-forward:before,.fa-share:before{content:"\F064"}.fa-expand:before{content:"\F065"}.fa-compress:before{content:"\F066"}.fa-plus:before{content:"\F067"}.fa-minus:before{content:"\F068"}.fa-asterisk:before{content:"\F069"}.fa-exclamation-circle:before{content:"\F06A"}.fa-gift:before{content:"\F06B"}.fa-leaf:before{content:"\F06C"}.fa-fire:before{content:"\F06D"}.fa-eye:before{content:"\F06E"}.fa-eye-slash:before{content:"\F070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\F071"}.fa-plane:before{content:"\F072"}.fa-calendar:before{content:"\F073"}.fa-random:before{content:"\F074"}.fa-comment:before{content:"\F075"}.fa-magnet:before{content:"\F076"}.fa-chevron-up:before{content:"\F077"}.fa-chevron-down:before{content:"\F078"}.fa-retweet:before{content:"\F079"}.fa-shopping-cart:before{content:"\F07A"}.fa-folder:before{content:"\F07B"}.fa-folder-open:before{content:"\F07C"}.fa-arrows-v:before{content:"\F07D"}.fa-arrows-h:before{content:"\F07E"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\F080"}.fa-twitter-square:before{content:"\F081"}.fa-facebook-square:before{content:"\F082"}.fa-camera-retro:before{content:"\F083"}.fa-key:before{content:"\F084"}.fa-cogs:before,.fa-gears:before{content:"\F085"}.fa-comments:before{content:"\F086"}.fa-thumbs-o-up:before{content:"\F087"}.fa-thumbs-o-down:before{content:"\F088"}.fa-star-half:before{content:"\F089"}.fa-heart-o:before{content:"\F08A"}.fa-sign-out:before{content:"\F08B"}.fa-linkedin-square:before{content:"\F08C"}.fa-thumb-tack:before{content:"\F08D"}.fa-external-link:before{content:"\F08E"}.fa-sign-in:before{content:"\F090"}.fa-trophy:before{content:"\F091"}.fa-github-square:before{content:"\F092"}.fa-upload:before{content:"\F093"}.fa-lemon-o:before{content:"\F094"}.fa-phone:before{content:"\F095"}.fa-square-o:before{content:"\F096"}.fa-bookmark-o:before{content:"\F097"}.fa-phone-square:before{content:"\F098"}.fa-twitter:before{content:"\F099"}.fa-facebook-f:before,.fa-facebook:before{content:"\F09A"}.fa-github:before{content:"\F09B"}.fa-unlock:before{content:"\F09C"}.fa-credit-card:before{content:"\F09D"}.fa-feed:before,.fa-rss:before{content:"\F09E"}.fa-hdd-o:before{content:"\F0A0"}.fa-bullhorn:before{content:"\F0A1"}.fa-bell:before{content:"\F0F3"}.fa-certificate:before{content:"\F0A3"}.fa-hand-o-right:before{content:"\F0A4"}.fa-hand-o-left:before{content:"\F0A5"}.fa-hand-o-up:before{content:"\F0A6"}.fa-hand-o-down:before{content:"\F0A7"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-globe:before{content:"\F0AC"}.fa-wrench:before{content:"\F0AD"}.fa-tasks:before{content:"\F0AE"}.fa-filter:before{content:"\F0B0"}.fa-briefcase:before{content:"\F0B1"}.fa-arrows-alt:before{content:"\F0B2"}.fa-group:before,.fa-users:before{content:"\F0C0"}.fa-chain:before,.fa-link:before{content:"\F0C1"}.fa-cloud:before{content:"\F0C2"}.fa-flask:before{content:"\F0C3"}.fa-cut:before,.fa-scissors:before{content:"\F0C4"}.fa-copy:before,.fa-files-o:before{content:"\F0C5"}.fa-paperclip:before{content:"\F0C6"}.fa-floppy-o:before,.fa-save:before{content:"\F0C7"}.fa-square:before{content:"\F0C8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\F0C9"}.fa-list-ul:before{content:"\F0CA"}.fa-list-ol:before{content:"\F0CB"}.fa-strikethrough:before{content:"\F0CC"}.fa-underline:before{content:"\F0CD"}.fa-table:before{content:"\F0CE"}.fa-magic:before{content:"\F0D0"}.fa-truck:before{content:"\F0D1"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-square:before{content:"\F0D3"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-plus:before{content:"\F0D5"}.fa-money:before{content:"\F0D6"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-up:before{content:"\F0D8"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-columns:before{content:"\F0DB"}.fa-sort:before,.fa-unsorted:before{content:"\F0DC"}.fa-sort-desc:before,.fa-sort-down:before{content:"\F0DD"}.fa-sort-asc:before,.fa-sort-up:before{content:"\F0DE"}.fa-envelope:before{content:"\F0E0"}.fa-linkedin:before{content:"\F0E1"}.fa-rotate-left:before,.fa-undo:before{content:"\F0E2"}.fa-gavel:before,.fa-legal:before{content:"\F0E3"}.fa-dashboard:before,.fa-tachometer:before{content:"\F0E4"}.fa-comment-o:before{content:"\F0E5"}.fa-comments-o:before{content:"\F0E6"}.fa-bolt:before,.fa-flash:before{content:"\F0E7"}.fa-sitemap:before{content:"\F0E8"}.fa-umbrella:before{content:"\F0E9"}.fa-clipboard:before,.fa-paste:before{content:"\F0EA"}.fa-lightbulb-o:before{content:"\F0EB"}.fa-exchange:before{content:"\F0EC"}.fa-cloud-download:before{content:"\F0ED"}.fa-cloud-upload:before{content:"\F0EE"}.fa-user-md:before{content:"\F0F0"}.fa-stethoscope:before{content:"\F0F1"}.fa-suitcase:before{content:"\F0F2"}.fa-bell-o:before{content:"\F0A2"}.fa-coffee:before{content:"\F0F4"}.fa-cutlery:before{content:"\F0F5"}.fa-file-text-o:before{content:"\F0F6"}.fa-building-o:before{content:"\F0F7"}.fa-hospital-o:before{content:"\F0F8"}.fa-ambulance:before{content:"\F0F9"}.fa-medkit:before{content:"\F0FA"}.fa-fighter-jet:before{content:"\F0FB"}.fa-beer:before{content:"\F0FC"}.fa-h-square:before{content:"\F0FD"}.fa-plus-square:before{content:"\F0FE"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angle-down:before{content:"\F107"}.fa-desktop:before{content:"\F108"}.fa-laptop:before{content:"\F109"}.fa-tablet:before{content:"\F10A"}.fa-mobile-phone:before,.fa-mobile:before{content:"\F10B"}.fa-circle-o:before{content:"\F10C"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-spinner:before{content:"\F110"}.fa-circle:before{content:"\F111"}.fa-mail-reply:before,.fa-reply:before{content:"\F112"}.fa-github-alt:before{content:"\F113"}.fa-folder-o:before{content:"\F114"}.fa-folder-open-o:before{content:"\F115"}.fa-smile-o:before{content:"\F118"}.fa-frown-o:before{content:"\F119"}.fa-meh-o:before{content:"\F11A"}.fa-gamepad:before{content:"\F11B"}.fa-keyboard-o:before{content:"\F11C"}.fa-flag-o:before{content:"\F11D"}.fa-flag-checkered:before{content:"\F11E"}.fa-terminal:before{content:"\F120"}.fa-code:before{content:"\F121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\F122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\F123"}.fa-location-arrow:before{content:"\F124"}.fa-crop:before{content:"\F125"}.fa-code-fork:before{content:"\F126"}.fa-chain-broken:before,.fa-unlink:before{content:"\F127"}.fa-question:before{content:"\F128"}.fa-info:before{content:"\F129"}.fa-exclamation:before{content:"\F12A"}.fa-superscript:before{content:"\F12B"}.fa-subscript:before{content:"\F12C"}.fa-eraser:before{content:"\F12D"}.fa-puzzle-piece:before{content:"\F12E"}.fa-microphone:before{content:"\F130"}.fa-microphone-slash:before{content:"\F131"}.fa-shield:before{content:"\F132"}.fa-calendar-o:before{content:"\F133"}.fa-fire-extinguisher:before{content:"\F134"}.fa-rocket:before{content:"\F135"}.fa-maxcdn:before{content:"\F136"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-html5:before{content:"\F13B"}.fa-css3:before{content:"\F13C"}.fa-anchor:before{content:"\F13D"}.fa-unlock-alt:before{content:"\F13E"}.fa-bullseye:before{content:"\F140"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-v:before{content:"\F142"}.fa-rss-square:before{content:"\F143"}.fa-play-circle:before{content:"\F144"}.fa-ticket:before{content:"\F145"}.fa-minus-square:before{content:"\F146"}.fa-minus-square-o:before{content:"\F147"}.fa-level-up:before{content:"\F148"}.fa-level-down:before{content:"\F149"}.fa-check-square:before{content:"\F14A"}.fa-pencil-square:before{content:"\F14B"}.fa-external-link-square:before{content:"\F14C"}.fa-share-square:before{content:"\F14D"}.fa-compass:before{content:"\F14E"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\F150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\F151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\F152"}.fa-eur:before,.fa-euro:before{content:"\F153"}.fa-gbp:before{content:"\F154"}.fa-dollar:before,.fa-usd:before{content:"\F155"}.fa-inr:before,.fa-rupee:before{content:"\F156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\F157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\F158"}.fa-krw:before,.fa-won:before{content:"\F159"}.fa-bitcoin:before,.fa-btc:before{content:"\F15A"}.fa-file:before{content:"\F15B"}.fa-file-text:before{content:"\F15C"}.fa-sort-alpha-asc:before{content:"\F15D"}.fa-sort-alpha-desc:before{content:"\F15E"}.fa-sort-amount-asc:before{content:"\F160"}.fa-sort-amount-desc:before{content:"\F161"}.fa-sort-numeric-asc:before{content:"\F162"}.fa-sort-numeric-desc:before{content:"\F163"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbs-down:before{content:"\F165"}.fa-youtube-square:before{content:"\F166"}.fa-youtube:before{content:"\F167"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-youtube-play:before{content:"\F16A"}.fa-dropbox:before{content:"\F16B"}.fa-stack-overflow:before{content:"\F16C"}.fa-instagram:before{content:"\F16D"}.fa-flickr:before{content:"\F16E"}.fa-adn:before{content:"\F170"}.fa-bitbucket:before{content:"\F171"}.fa-bitbucket-square:before{content:"\F172"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-long-arrow-down:before{content:"\F175"}.fa-long-arrow-up:before{content:"\F176"}.fa-long-arrow-left:before{content:"\F177"}.fa-long-arrow-right:before{content:"\F178"}.fa-apple:before{content:"\F179"}.fa-windows:before{content:"\F17A"}.fa-android:before{content:"\F17B"}.fa-linux:before{content:"\F17C"}.fa-dribbble:before{content:"\F17D"}.fa-skype:before{content:"\F17E"}.fa-foursquare:before{content:"\F180"}.fa-trello:before{content:"\F181"}.fa-female:before{content:"\F182"}.fa-male:before{content:"\F183"}.fa-gittip:before,.fa-gratipay:before{content:"\F184"}.fa-sun-o:before{content:"\F185"}.fa-moon-o:before{content:"\F186"}.fa-archive:before{content:"\F187"}.fa-bug:before{content:"\F188"}.fa-vk:before{content:"\F189"}.fa-weibo:before{content:"\F18A"}.fa-renren:before{content:"\F18B"}.fa-pagelines:before{content:"\F18C"}.fa-stack-exchange:before{content:"\F18D"}.fa-arrow-circle-o-right:before{content:"\F18E"}.fa-arrow-circle-o-left:before{content:"\F190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\F191"}.fa-dot-circle-o:before{content:"\F192"}.fa-wheelchair:before{content:"\F193"}.fa-vimeo-square:before{content:"\F194"}.fa-try:before,.fa-turkish-lira:before{content:"\F195"}.fa-plus-square-o:before{content:"\F196"}.fa-space-shuttle:before{content:"\F197"}.fa-slack:before{content:"\F198"}.fa-envelope-square:before{content:"\F199"}.fa-wordpress:before{content:"\F19A"}.fa-openid:before{content:"\F19B"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\F19C"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\F19D"}.fa-yahoo:before{content:"\F19E"}.fa-google:before{content:"\F1A0"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-square:before{content:"\F1A2"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-stumbleupon:before{content:"\F1A4"}.fa-delicious:before{content:"\F1A5"}.fa-digg:before{content:"\F1A6"}.fa-pied-piper:before{content:"\F1A7"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-drupal:before{content:"\F1A9"}.fa-joomla:before{content:"\F1AA"}.fa-language:before{content:"\F1AB"}.fa-fax:before{content:"\F1AC"}.fa-building:before{content:"\F1AD"}.fa-child:before{content:"\F1AE"}.fa-paw:before{content:"\F1B0"}.fa-spoon:before{content:"\F1B1"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-recycle:before{content:"\F1B8"}.fa-automobile:before,.fa-car:before{content:"\F1B9"}.fa-cab:before,.fa-taxi:before{content:"\F1BA"}.fa-tree:before{content:"\F1BB"}.fa-spotify:before{content:"\F1BC"}.fa-deviantart:before{content:"\F1BD"}.fa-soundcloud:before{content:"\F1BE"}.fa-database:before{content:"\F1C0"}.fa-file-pdf-o:before{content:"\F1C1"}.fa-file-word-o:before{content:"\F1C2"}.fa-file-excel-o:before{content:"\F1C3"}.fa-file-powerpoint-o:before{content:"\F1C4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\F1C5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\F1C6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\F1C7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\F1C8"}.fa-file-code-o:before{content:"\F1C9"}.fa-vine:before{content:"\F1CA"}.fa-codepen:before{content:"\F1CB"}.fa-jsfiddle:before{content:"\F1CC"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\F1CD"}.fa-circle-o-notch:before{content:"\F1CE"}.fa-ra:before,.fa-rebel:before{content:"\F1D0"}.fa-empire:before,.fa-ge:before{content:"\F1D1"}.fa-git-square:before{content:"\F1D2"}.fa-git:before{content:"\F1D3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\F1D4"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-qq:before{content:"\F1D6"}.fa-wechat:before,.fa-weixin:before{content:"\F1D7"}.fa-paper-plane:before,.fa-send:before{content:"\F1D8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\F1D9"}.fa-history:before{content:"\F1DA"}.fa-circle-thin:before{content:"\F1DB"}.fa-header:before{content:"\F1DC"}.fa-paragraph:before{content:"\F1DD"}.fa-sliders:before{content:"\F1DE"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-bomb:before{content:"\F1E2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\F1E3"}.fa-tty:before{content:"\F1E4"}.fa-binoculars:before{content:"\F1E5"}.fa-plug:before{content:"\F1E6"}.fa-slideshare:before{content:"\F1E7"}.fa-twitch:before{content:"\F1E8"}.fa-yelp:before{content:"\F1E9"}.fa-newspaper-o:before{content:"\F1EA"}.fa-wifi:before{content:"\F1EB"}.fa-calculator:before{content:"\F1EC"}.fa-paypal:before{content:"\F1ED"}.fa-google-wallet:before{content:"\F1EE"}.fa-cc-visa:before{content:"\F1F0"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-bell-slash:before{content:"\F1F6"}.fa-bell-slash-o:before{content:"\F1F7"}.fa-trash:before{content:"\F1F8"}.fa-copyright:before{content:"\F1F9"}.fa-at:before{content:"\F1FA"}.fa-eyedropper:before{content:"\F1FB"}.fa-paint-brush:before{content:"\F1FC"}.fa-birthday-cake:before{content:"\F1FD"}.fa-area-chart:before{content:"\F1FE"}.fa-pie-chart:before{content:"\F200"}.fa-line-chart:before{content:"\F201"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-bicycle:before{content:"\F206"}.fa-bus:before{content:"\F207"}.fa-ioxhost:before{content:"\F208"}.fa-angellist:before{content:"\F209"}.fa-cc:before{content:"\F20A"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\F20B"}.fa-meanpath:before{content:"\F20C"}.fa-buysellads:before{content:"\F20D"}.fa-connectdevelop:before{content:"\F20E"}.fa-dashcube:before{content:"\F210"}.fa-forumbee:before{content:"\F211"}.fa-leanpub:before{content:"\F212"}.fa-sellsy:before{content:"\F213"}.fa-shirtsinbulk:before{content:"\F214"}.fa-simplybuilt:before{content:"\F215"}.fa-skyatlas:before{content:"\F216"}.fa-cart-plus:before{content:"\F217"}.fa-cart-arrow-down:before{content:"\F218"}.fa-diamond:before{content:"\F219"}.fa-ship:before{content:"\F21A"}.fa-user-secret:before{content:"\F21B"}.fa-motorcycle:before{content:"\F21C"}.fa-street-view:before{content:"\F21D"}.fa-heartbeat:before{content:"\F21E"}.fa-venus:before{content:"\F221"}.fa-mars:before{content:"\F222"}.fa-mercury:before{content:"\F223"}.fa-intersex:before,.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-venus-double:before{content:"\F226"}.fa-mars-double:before{content:"\F227"}.fa-venus-mars:before{content:"\F228"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-neuter:before{content:"\F22C"}.fa-genderless:before{content:"\F22D"}.fa-facebook-official:before{content:"\F230"}.fa-pinterest-p:before{content:"\F231"}.fa-whatsapp:before{content:"\F232"}.fa-server:before{content:"\F233"}.fa-user-plus:before{content:"\F234"}.fa-user-times:before{content:"\F235"}.fa-bed:before,.fa-hotel:before{content:"\F236"}.fa-viacoin:before{content:"\F237"}.fa-train:before{content:"\F238"}.fa-subway:before{content:"\F239"}.fa-medium:before{content:"\F23A"}.fa-y-combinator:before,.fa-yc:before{content:"\F23B"}.fa-optin-monster:before{content:"\F23C"}.fa-opencart:before{content:"\F23D"}.fa-expeditedssl:before{content:"\F23E"}.fa-battery-4:before,.fa-battery-full:before{content:"\F240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\F241"}.fa-battery-2:before,.fa-battery-half:before{content:"\F242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\F243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\F244"}.fa-mouse-pointer:before{content:"\F245"}.fa-i-cursor:before{content:"\F246"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-sticky-note:before{content:"\F249"}.fa-sticky-note-o:before{content:"\F24A"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-diners-club:before{content:"\F24C"}.fa-clone:before{content:"\F24D"}.fa-balance-scale:before{content:"\F24E"}.fa-hourglass-o:before{content:"\F250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\F251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\F253"}.fa-hourglass:before{content:"\F254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\F255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\F256"}.fa-hand-scissors-o:before{content:"\F257"}.fa-hand-lizard-o:before{content:"\F258"}.fa-hand-spock-o:before{content:"\F259"}.fa-hand-pointer-o:before{content:"\F25A"}.fa-hand-peace-o:before{content:"\F25B"}.fa-trademark:before{content:"\F25C"}.fa-registered:before{content:"\F25D"}.fa-creative-commons:before{content:"\F25E"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-tripadvisor:before{content:"\F262"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-get-pocket:before{content:"\F265"}.fa-wikipedia-w:before{content:"\F266"}.fa-safari:before{content:"\F267"}.fa-chrome:before{content:"\F268"}.fa-firefox:before{content:"\F269"}.fa-opera:before{content:"\F26A"}.fa-internet-explorer:before{content:"\F26B"}.fa-television:before,.fa-tv:before{content:"\F26C"}.fa-contao:before{content:"\F26D"}.fa-500px:before{content:"\F26E"}.fa-amazon:before{content:"\F270"}.fa-calendar-plus-o:before{content:"\F271"}.fa-calendar-minus-o:before{content:"\F272"}.fa-calendar-times-o:before{content:"\F273"}.fa-calendar-check-o:before{content:"\F274"}.fa-industry:before{content:"\F275"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-map-o:before{content:"\F278"}.fa-map:before{content:"\F279"}.fa-commenting:before{content:"\F27A"}.fa-commenting-o:before{content:"\F27B"}.fa-houzz:before{content:"\F27C"}.fa-vimeo:before{content:"\F27D"}.fa-black-tie:before{content:"\F27E"}.fa-fonticons:before{content:"\F280"}.fa-reddit-alien:before{content:"\F281"}.fa-edge:before{content:"\F282"}.fa-credit-card-alt:before{content:"\F283"}.fa-codiepie:before{content:"\F284"}.fa-modx:before{content:"\F285"}.fa-fort-awesome:before{content:"\F286"}.fa-usb:before{content:"\F287"}.fa-product-hunt:before{content:"\F288"}.fa-mixcloud:before{content:"\F289"}.fa-scribd:before{content:"\F28A"}.fa-pause-circle:before{content:"\F28B"}.fa-pause-circle-o:before{content:"\F28C"}.fa-stop-circle:before{content:"\F28D"}.fa-stop-circle-o:before{content:"\F28E"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-hashtag:before{content:"\F292"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-percent:before{content:"\F295"}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-ms-flex:1;flex:1}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-ms-flex:1;flex:1}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#F67C1A}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465D}.shariff .tumblr a:hover{background-color:#44546B}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}


@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  line-height: normal;
}
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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    background: transparent !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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.eot?vf4769f9b);
  src: url(/fonts/glyphicons-halflings-regular.eot?vf4769f9b?#iefix) format('embedded-opentype'), url(/fonts/glyphicons-halflings-regular.woff2?v448c34a5) format('woff2'), url(/fonts/glyphicons-halflings-regular.woff?vfa277232) format('woff'), url(/fonts/glyphicons-halflings-regular.ttf?ve18bbf61) format('truetype'), url(/images/glyphicons-halflings-regular.svg?v89889688#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}

.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-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}


.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-user:before {
  content: "\E008";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  background-color: #F4F4F4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #296273;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #296273;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 1px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}
.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: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a7a7a7;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
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%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 81%;
}
mark,
.mark {
  background-color: #f0ad4e;
  padding: 0.2em;
}
.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;
}
.text-muted {
  color: #a7a7a7;
}
.text-primary {
  color: #296273;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1c424d;
}
.alert-success .text-success,
.alert-danger .text-danger {
  color: white !important;
}
.text-success {
  color: #5cb85c;
}
.text-danger {
  color: #be0021;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}
a.link {
  cursor: pointer;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #be0021;
}
div.notice-box{
  padding: 15px;
  background-color: #296273;
  border: 1px solid;
  color: white;
}
div.notice-box a span.glyphicon{
  position: relative;
  top: 3px; 
  left: 5px;
  transition: transform .3s;
}
div.notice-box a:hover span.glyphicon{
  transform: translateX(3px);
}

div.notice-box a:not(.btn){
  text-decoration: underline;
}

div.notice-box a,
div.notice-box h4,
div.notice-box h3{
  color: white;

}
div.notice-box .btn.btn-primary{
  background-color: white;
  color: #296273;
}
div.notice-box .btn.btn-primary:hover{
  color: black;
}
.bg-primary {
  color: #fff;
  background-color: #296273;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1c424d;
}
.bg-success {
  background-color: #5cb85c;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #449d44;
}
.bg-info {
  background-color: #5bc0de;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #31b0d5;
}
.bg-warning {
  background-color: #f0ad4e;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ec971f;
}
.bg-danger {
  background-color: #D4003C;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #a1002e;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a7a7a7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #a7a7a7;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xs-26,
.col-sm-26,
.col-md-26,
.col-lg-26,
.col-xs-27,
.col-sm-27,
.col-md-27,
.col-lg-27,
.col-xs-28,
.col-sm-28,
.col-md-28,
.col-lg-28,
.col-xs-29,
.col-sm-29,
.col-md-29,
.col-lg-29,
.col-xs-30,
.col-sm-30,
.col-md-30,
.col-lg-30,
.col-xs-31,
.col-sm-31,
.col-md-31,
.col-lg-31,
.col-xs-32,
.col-sm-32,
.col-md-32,
.col-lg-32,
.col-xs-33,
.col-sm-33,
.col-md-33,
.col-lg-33,
.col-xs-34,
.col-sm-34,
.col-md-34,
.col-lg-34,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35,
.col-xs-36,
.col-sm-36,
.col-md-36,
.col-lg-36,
.col-xs-37,
.col-sm-37,
.col-md-37,
.col-lg-37,
.col-xs-38,
.col-sm-38,
.col-md-38,
.col-lg-38,
.col-xs-39,
.col-sm-39,
.col-md-39,
.col-lg-39,
.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40,
.col-xs-41,
.col-sm-41,
.col-md-41,
.col-lg-41,
.col-xs-42,
.col-sm-42,
.col-md-42,
.col-lg-42,
.col-xs-43,
.col-sm-43,
.col-md-43,
.col-lg-43,
.col-xs-44,
.col-sm-44,
.col-md-44,
.col-lg-44,
.col-xs-45,
.col-sm-45,
.col-md-45,
.col-lg-45,
.col-xs-46,
.col-sm-46,
.col-md-46,
.col-lg-46,
.col-xs-47,
.col-sm-47,
.col-md-47,
.col-lg-47,
.col-xs-48,
.col-sm-48,
.col-md-48,
.col-lg-48,
.col-xs-49,
.col-sm-49,
.col-md-49,
.col-lg-49,
.col-xs-50,
.col-sm-50,
.col-md-50,
.col-lg-50,
.col-xs-51,
.col-sm-51,
.col-md-51,
.col-lg-51,
.col-xs-52,
.col-sm-52,
.col-md-52,
.col-lg-52,
.col-xs-53,
.col-sm-53,
.col-md-53,
.col-lg-53,
.col-xs-54,
.col-sm-54,
.col-md-54,
.col-lg-54,
.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55,
.col-xs-56,
.col-sm-56,
.col-md-56,
.col-lg-56,
.col-xs-57,
.col-sm-57,
.col-md-57,
.col-lg-57,
.col-xs-58,
.col-sm-58,
.col-md-58,
.col-lg-58,
.col-xs-59,
.col-sm-59,
.col-md-59,
.col-lg-59,
.col-xs-60,
.col-sm-60,
.col-md-60,
.col-lg-60 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48,
.col-xs-49,
.col-xs-50,
.col-xs-51,
.col-xs-52,
.col-xs-53,
.col-xs-54,
.col-xs-55,
.col-xs-56,
.col-xs-57,
.col-xs-58,
.col-xs-59,
.col-xs-60 {
  float: left;
}
.col-xs-60 {
  width: 100%;
}
.col-xs-59 {
  width: 98.33333333%;
}
.col-xs-58 {
  width: 96.66666667%;
}
.col-xs-57 {
  width: 95%;
}
.col-xs-56 {
  width: 93.33333333%;
}
.col-xs-55 {
  width: 91.66666667%;
}
.col-xs-54 {
  width: 90%;
}
.col-xs-53 {
  width: 88.33333333%;
}
.col-xs-52 {
  width: 86.66666667%;
}
.col-xs-51 {
  width: 85%;
}
.col-xs-50 {
  width: 83.33333333%;
}
.col-xs-49 {
  width: 81.66666667%;
}
.col-xs-48 {
  width: 80%;
}
.col-xs-47 {
  width: 78.33333333%;
}
.col-xs-46 {
  width: 76.66666667%;
}
.col-xs-45 {
  width: 75%;
}
.col-xs-44 {
  width: 73.33333333%;
}
.col-xs-43 {
  width: 71.66666667%;
}
.col-xs-42 {
  width: 70%;
}
.col-xs-41 {
  width: 68.33333333%;
}
.col-xs-40 {
  width: 66.66666667%;
}
.col-xs-39 {
  width: 65%;
}
.col-xs-38 {
  width: 63.33333333%;
}
.col-xs-37 {
  width: 61.66666667%;
}
.col-xs-36 {
  width: 60%;
}
.col-xs-35 {
  width: 58.33333333%;
}
.col-xs-34 {
  width: 56.66666667%;
}
.col-xs-33 {
  width: 55%;
}
.col-xs-32 {
  width: 53.33333333%;
}
.col-xs-31 {
  width: 51.66666667%;
}
.col-xs-30 {
  width: 50%;
}
.col-xs-29 {
  width: 48.33333333%;
}
.col-xs-28 {
  width: 46.66666667%;
}
.col-xs-27 {
  width: 45%;
}
.col-xs-26 {
  width: 43.33333333%;
}
.col-xs-25 {
  width: 41.66666667%;
}
.col-xs-24 {
  width: 40%;
}
.col-xs-23 {
  width: 38.33333333%;
}
.col-xs-22 {
  width: 36.66666667%;
}
.col-xs-21 {
  width: 35%;
}
.col-xs-20 {
  width: 33.33333333%;
}
.col-xs-19 {
  width: 31.66666667%;
}
.col-xs-18 {
  width: 30%;
}
.col-xs-17 {
  width: 28.33333333%;
}
.col-xs-16 {
  width: 26.66666667%;
}
.col-xs-15 {
  width: 25%;
}
.col-xs-14 {
  width: 23.33333333%;
}
.col-xs-13 {
  width: 21.66666667%;
}
.col-xs-12 {
  width: 20%;
}
.col-xs-11 {
  width: 18.33333333%;
}
.col-xs-10 {
  width: 16.66666667%;
}
.col-xs-9 {
  width: 15%;
}
.col-xs-8 {
  width: 13.33333333%;
}
.col-xs-7 {
  width: 11.66666667%;
}
.col-xs-6 {
  width: 10%;
}
.col-xs-5 {
  width: 8.33333333%;
}
.col-xs-4 {
  width: 6.66666667%;
}
.col-xs-3 {
  width: 5%;
}
.col-xs-2 {
  width: 3.33333333%;
}
.col-xs-1 {
  width: 1.66666667%;
}
.col-xs-pull-60 {
  right: 100%;
}
.col-xs-pull-59 {
  right: 98.33333333%;
}
.col-xs-pull-58 {
  right: 96.66666667%;
}
.col-xs-pull-57 {
  right: 95%;
}
.col-xs-pull-56 {
  right: 93.33333333%;
}
.col-xs-pull-55 {
  right: 91.66666667%;
}
.col-xs-pull-54 {
  right: 90%;
}
.col-xs-pull-53 {
  right: 88.33333333%;
}
.col-xs-pull-52 {
  right: 86.66666667%;
}
.col-xs-pull-51 {
  right: 85%;
}
.col-xs-pull-50 {
  right: 83.33333333%;
}
.col-xs-pull-49 {
  right: 81.66666667%;
}
.col-xs-pull-48 {
  right: 80%;
}
.col-xs-pull-47 {
  right: 78.33333333%;
}
.col-xs-pull-46 {
  right: 76.66666667%;
}
.col-xs-pull-45 {
  right: 75%;
}
.col-xs-pull-44 {
  right: 73.33333333%;
}
.col-xs-pull-43 {
  right: 71.66666667%;
}
.col-xs-pull-42 {
  right: 70%;
}
.col-xs-pull-41 {
  right: 68.33333333%;
}
.col-xs-pull-40 {
  right: 66.66666667%;
}
.col-xs-pull-39 {
  right: 65%;
}
.col-xs-pull-38 {
  right: 63.33333333%;
}
.col-xs-pull-37 {
  right: 61.66666667%;
}
.col-xs-pull-36 {
  right: 60%;
}
.col-xs-pull-35 {
  right: 58.33333333%;
}
.col-xs-pull-34 {
  right: 56.66666667%;
}
.col-xs-pull-33 {
  right: 55%;
}
.col-xs-pull-32 {
  right: 53.33333333%;
}
.col-xs-pull-31 {
  right: 51.66666667%;
}
.col-xs-pull-30 {
  right: 50%;
}
.col-xs-pull-29 {
  right: 48.33333333%;
}
.col-xs-pull-28 {
  right: 46.66666667%;
}
.col-xs-pull-27 {
  right: 45%;
}
.col-xs-pull-26 {
  right: 43.33333333%;
}
.col-xs-pull-25 {
  right: 41.66666667%;
}
.col-xs-pull-24 {
  right: 40%;
}
.col-xs-pull-23 {
  right: 38.33333333%;
}
.col-xs-pull-22 {
  right: 36.66666667%;
}
.col-xs-pull-21 {
  right: 35%;
}
.col-xs-pull-20 {
  right: 33.33333333%;
}
.col-xs-pull-19 {
  right: 31.66666667%;
}
.col-xs-pull-18 {
  right: 30%;
}
.col-xs-pull-17 {
  right: 28.33333333%;
}
.col-xs-pull-16 {
  right: 26.66666667%;
}
.col-xs-pull-15 {
  right: 25%;
}
.col-xs-pull-14 {
  right: 23.33333333%;
}
.col-xs-pull-13 {
  right: 21.66666667%;
}
.col-xs-pull-12 {
  right: 20%;
}
.col-xs-pull-11 {
  right: 18.33333333%;
}
.col-xs-pull-10 {
  right: 16.66666667%;
}
.col-xs-pull-9 {
  right: 15%;
}
.col-xs-pull-8 {
  right: 13.33333333%;
}
.col-xs-pull-7 {
  right: 11.66666667%;
}
.col-xs-pull-6 {
  right: 10%;
}
.col-xs-pull-5 {
  right: 8.33333333%;
}
.col-xs-pull-4 {
  right: 6.66666667%;
}
.col-xs-pull-3 {
  right: 5%;
}
.col-xs-pull-2 {
  right: 3.33333333%;
}
.col-xs-pull-1 {
  right: 1.66666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-60 {
  left: 100%;
}
.col-xs-push-59 {
  left: 98.33333333%;
}
.col-xs-push-58 {
  left: 96.66666667%;
}
.col-xs-push-57 {
  left: 95%;
}
.col-xs-push-56 {
  left: 93.33333333%;
}
.col-xs-push-55 {
  left: 91.66666667%;
}
.col-xs-push-54 {
  left: 90%;
}
.col-xs-push-53 {
  left: 88.33333333%;
}
.col-xs-push-52 {
  left: 86.66666667%;
}
.col-xs-push-51 {
  left: 85%;
}
.col-xs-push-50 {
  left: 83.33333333%;
}
.col-xs-push-49 {
  left: 81.66666667%;
}
.col-xs-push-48 {
  left: 80%;
}
.col-xs-push-47 {
  left: 78.33333333%;
}
.col-xs-push-46 {
  left: 76.66666667%;
}
.col-xs-push-45 {
  left: 75%;
}
.col-xs-push-44 {
  left: 73.33333333%;
}
.col-xs-push-43 {
  left: 71.66666667%;
}
.col-xs-push-42 {
  left: 70%;
}
.col-xs-push-41 {
  left: 68.33333333%;
}
.col-xs-push-40 {
  left: 66.66666667%;
}
.col-xs-push-39 {
  left: 65%;
}
.col-xs-push-38 {
  left: 63.33333333%;
}
.col-xs-push-37 {
  left: 61.66666667%;
}
.col-xs-push-36 {
  left: 60%;
}
.col-xs-push-35 {
  left: 58.33333333%;
}
.col-xs-push-34 {
  left: 56.66666667%;
}
.col-xs-push-33 {
  left: 55%;
}
.col-xs-push-32 {
  left: 53.33333333%;
}
.col-xs-push-31 {
  left: 51.66666667%;
}
.col-xs-push-30 {
  left: 50%;
}
.col-xs-push-29 {
  left: 48.33333333%;
}
.col-xs-push-28 {
  left: 46.66666667%;
}
.col-xs-push-27 {
  left: 45%;
}
.col-xs-push-26 {
  left: 43.33333333%;
}
.col-xs-push-25 {
  left: 41.66666667%;
}
.col-xs-push-24 {
  left: 40%;
}
.col-xs-push-23 {
  left: 38.33333333%;
}
.col-xs-push-22 {
  left: 36.66666667%;
}
.col-xs-push-21 {
  left: 35%;
}
.col-xs-push-20 {
  left: 33.33333333%;
}
.col-xs-push-19 {
  left: 31.66666667%;
}
.col-xs-push-18 {
  left: 30%;
}
.col-xs-push-17 {
  left: 28.33333333%;
}
.col-xs-push-16 {
  left: 26.66666667%;
}
.col-xs-push-15 {
  left: 25%;
}
.col-xs-push-14 {
  left: 23.33333333%;
}
.col-xs-push-13 {
  left: 21.66666667%;
}
.col-xs-push-12 {
  left: 20%;
}
.col-xs-push-11 {
  left: 18.33333333%;
}
.col-xs-push-10 {
  left: 16.66666667%;
}
.col-xs-push-9 {
  left: 15%;
}
.col-xs-push-8 {
  left: 13.33333333%;
}
.col-xs-push-7 {
  left: 11.66666667%;
}
.col-xs-push-6 {
  left: 10%;
}
.col-xs-push-5 {
  left: 8.33333333%;
}
.col-xs-push-4 {
  left: 6.66666667%;
}
.col-xs-push-3 {
  left: 5%;
}
.col-xs-push-2 {
  left: 3.33333333%;
}
.col-xs-push-1 {
  left: 1.66666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-60 {
  margin-left: 100%;
}
.col-xs-offset-59 {
  margin-left: 98.33333333%;
}
.col-xs-offset-58 {
  margin-left: 96.66666667%;
}
.col-xs-offset-57 {
  margin-left: 95%;
}
.col-xs-offset-56 {
  margin-left: 93.33333333%;
}
.col-xs-offset-55 {
  margin-left: 91.66666667%;
}
.col-xs-offset-54 {
  margin-left: 90%;
}
.col-xs-offset-53 {
  margin-left: 88.33333333%;
}
.col-xs-offset-52 {
  margin-left: 86.66666667%;
}
.col-xs-offset-51 {
  margin-left: 85%;
}
.col-xs-offset-50 {
  margin-left: 83.33333333%;
}
.col-xs-offset-49 {
  margin-left: 81.66666667%;
}
.col-xs-offset-48 {
  margin-left: 80%;
}
.col-xs-offset-47 {
  margin-left: 78.33333333%;
}
.col-xs-offset-46 {
  margin-left: 76.66666667%;
}
.col-xs-offset-45 {
  margin-left: 75%;
}
.col-xs-offset-44 {
  margin-left: 73.33333333%;
}
.col-xs-offset-43 {
  margin-left: 71.66666667%;
}
.col-xs-offset-42 {
  margin-left: 70%;
}
.col-xs-offset-41 {
  margin-left: 68.33333333%;
}
.col-xs-offset-40 {
  margin-left: 66.66666667%;
}
.col-xs-offset-39 {
  margin-left: 65%;
}
.col-xs-offset-38 {
  margin-left: 63.33333333%;
}
.col-xs-offset-37 {
  margin-left: 61.66666667%;
}
.col-xs-offset-36 {
  margin-left: 60%;
}
.col-xs-offset-35 {
  margin-left: 58.33333333%;
}
.col-xs-offset-34 {
  margin-left: 56.66666667%;
}
.col-xs-offset-33 {
  margin-left: 55%;
}
.col-xs-offset-32 {
  margin-left: 53.33333333%;
}
.col-xs-offset-31 {
  margin-left: 51.66666667%;
}
.col-xs-offset-30 {
  margin-left: 50%;
}
.col-xs-offset-29 {
  margin-left: 48.33333333%;
}
.col-xs-offset-28 {
  margin-left: 46.66666667%;
}
.col-xs-offset-27 {
  margin-left: 45%;
}
.col-xs-offset-26 {
  margin-left: 43.33333333%;
}
.col-xs-offset-25 {
  margin-left: 41.66666667%;
}
.col-xs-offset-24 {
  margin-left: 40%;
}
.col-xs-offset-23 {
  margin-left: 38.33333333%;
}
.col-xs-offset-22 {
  margin-left: 36.66666667%;
}
.col-xs-offset-21 {
  margin-left: 35%;
}
.col-xs-offset-20 {
  margin-left: 33.33333333%;
}
.col-xs-offset-19 {
  margin-left: 31.66666667%;
}
.col-xs-offset-18 {
  margin-left: 30%;
}
.col-xs-offset-17 {
  margin-left: 28.33333333%;
}
.col-xs-offset-16 {
  margin-left: 26.66666667%;
}
.col-xs-offset-15 {
  margin-left: 25%;
}
.col-xs-offset-14 {
  margin-left: 23.33333333%;
}
.col-xs-offset-13 {
  margin-left: 21.66666667%;
}
.col-xs-offset-12 {
  margin-left: 20%;
}
.col-xs-offset-11 {
  margin-left: 18.33333333%;
}
.col-xs-offset-10 {
  margin-left: 16.66666667%;
}
.col-xs-offset-9 {
  margin-left: 15%;
}
.col-xs-offset-8 {
  margin-left: 13.33333333%;
}
.col-xs-offset-7 {
  margin-left: 11.66666667%;
}
.col-xs-offset-6 {
  margin-left: 10%;
}
.col-xs-offset-5 {
  margin-left: 8.33333333%;
}
.col-xs-offset-4 {
  margin-left: 6.66666667%;
}
.col-xs-offset-3 {
  margin-left: 5%;
}
.col-xs-offset-2 {
  margin-left: 3.33333333%;
}
.col-xs-offset-1 {
  margin-left: 1.66666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-60 {
    float: left;
  }
  .col-sm-60 {
    width: 100%;
  }
  .col-sm-59 {
    width: 98.33333333%;
  }
  .col-sm-58 {
    width: 96.66666667%;
  }
  .col-sm-57 {
    width: 95%;
  }
  .col-sm-56 {
    width: 93.33333333%;
  }
  .col-sm-55 {
    width: 91.66666667%;
  }
  .col-sm-54 {
    width: 90%;
  }
  .col-sm-53 {
    width: 88.33333333%;
  }
  .col-sm-52 {
    width: 86.66666667%;
  }
  .col-sm-51 {
    width: 85%;
  }
  .col-sm-50 {
    width: 83.33333333%;
  }
  .col-sm-49 {
    width: 81.66666667%;
  }
  .col-sm-48 {
    width: 80%;
  }
  .col-sm-47 {
    width: 78.33333333%;
  }
  .col-sm-46 {
    width: 76.66666667%;
  }
  .col-sm-45 {
    width: 75%;
  }
  .col-sm-44 {
    width: 73.33333333%;
  }
  .col-sm-43 {
    width: 71.66666667%;
  }
  .col-sm-42 {
    width: 70%;
  }
  .col-sm-41 {
    width: 68.33333333%;
  }
  .col-sm-40 {
    width: 66.66666667%;
  }
  .col-sm-39 {
    width: 65%;
  }
  .col-sm-38 {
    width: 63.33333333%;
  }
  .col-sm-37 {
    width: 61.66666667%;
  }
  .col-sm-36 {
    width: 60%;
  }
  .col-sm-35 {
    width: 58.33333333%;
  }
  .col-sm-34 {
    width: 56.66666667%;
  }
  .col-sm-33 {
    width: 55%;
  }
  .col-sm-32 {
    width: 53.33333333%;
  }
  .col-sm-31 {
    width: 51.66666667%;
  }
  .col-sm-30 {
    width: 50%;
  }
  .col-sm-29 {
    width: 48.33333333%;
  }
  .col-sm-28 {
    width: 46.66666667%;
  }
  .col-sm-27 {
    width: 45%;
  }
  .col-sm-26 {
    width: 43.33333333%;
  }
  .col-sm-25 {
    width: 41.66666667%;
  }
  .col-sm-24 {
    width: 40%;
  }
  .col-sm-23 {
    width: 38.33333333%;
  }
  .col-sm-22 {
    width: 36.66666667%;
  }
  .col-sm-21 {
    width: 35%;
  }
  .col-sm-20 {
    width: 33.33333333%;
  }
  .col-sm-19 {
    width: 31.66666667%;
  }
  .col-sm-18 {
    width: 30%;
  }
  .col-sm-17 {
    width: 28.33333333%;
  }
  .col-sm-16 {
    width: 26.66666667%;
  }
  .col-sm-15 {
    width: 25%;
  }
  .col-sm-14 {
    width: 23.33333333%;
  }
  .col-sm-13 {
    width: 21.66666667%;
  }
  .col-sm-12 {
    width: 20%;
  }
  .col-sm-11 {
    width: 18.33333333%;
  }
  .col-sm-10 {
    width: 16.66666667%;
  }
  .col-sm-9 {
    width: 15%;
  }
  .col-sm-8 {
    width: 13.33333333%;
  }
  .col-sm-7 {
    width: 11.66666667%;
  }
  .col-sm-6 {
    width: 10%;
  }
  .col-sm-5 {
    width: 8.33333333%;
  }
  .col-sm-4 {
    width: 6.66666667%;
  }
  .col-sm-3 {
    width: 5%;
  }
  .col-sm-2 {
    width: 3.33333333%;
  }
  .col-sm-1 {
    width: 1.66666667%;
  }
  .col-sm-pull-60 {
    right: 100%;
  }
  .col-sm-pull-59 {
    right: 98.33333333%;
  }
  .col-sm-pull-58 {
    right: 96.66666667%;
  }
  .col-sm-pull-57 {
    right: 95%;
  }
  .col-sm-pull-56 {
    right: 93.33333333%;
  }
  .col-sm-pull-55 {
    right: 91.66666667%;
  }
  .col-sm-pull-54 {
    right: 90%;
  }
  .col-sm-pull-53 {
    right: 88.33333333%;
  }
  .col-sm-pull-52 {
    right: 86.66666667%;
  }
  .col-sm-pull-51 {
    right: 85%;
  }
  .col-sm-pull-50 {
    right: 83.33333333%;
  }
  .col-sm-pull-49 {
    right: 81.66666667%;
  }
  .col-sm-pull-48 {
    right: 80%;
  }
  .col-sm-pull-47 {
    right: 78.33333333%;
  }
  .col-sm-pull-46 {
    right: 76.66666667%;
  }
  .col-sm-pull-45 {
    right: 75%;
  }
  .col-sm-pull-44 {
    right: 73.33333333%;
  }
  .col-sm-pull-43 {
    right: 71.66666667%;
  }
  .col-sm-pull-42 {
    right: 70%;
  }
  .col-sm-pull-41 {
    right: 68.33333333%;
  }
  .col-sm-pull-40 {
    right: 66.66666667%;
  }
  .col-sm-pull-39 {
    right: 65%;
  }
  .col-sm-pull-38 {
    right: 63.33333333%;
  }
  .col-sm-pull-37 {
    right: 61.66666667%;
  }
  .col-sm-pull-36 {
    right: 60%;
  }
  .col-sm-pull-35 {
    right: 58.33333333%;
  }
  .col-sm-pull-34 {
    right: 56.66666667%;
  }
  .col-sm-pull-33 {
    right: 55%;
  }
  .col-sm-pull-32 {
    right: 53.33333333%;
  }
  .col-sm-pull-31 {
    right: 51.66666667%;
  }
  .col-sm-pull-30 {
    right: 50%;
  }
  .col-sm-pull-29 {
    right: 48.33333333%;
  }
  .col-sm-pull-28 {
    right: 46.66666667%;
  }
  .col-sm-pull-27 {
    right: 45%;
  }
  .col-sm-pull-26 {
    right: 43.33333333%;
  }
  .col-sm-pull-25 {
    right: 41.66666667%;
  }
  .col-sm-pull-24 {
    right: 40%;
  }
  .col-sm-pull-23 {
    right: 38.33333333%;
  }
  .col-sm-pull-22 {
    right: 36.66666667%;
  }
  .col-sm-pull-21 {
    right: 35%;
  }
  .col-sm-pull-20 {
    right: 33.33333333%;
  }
  .col-sm-pull-19 {
    right: 31.66666667%;
  }
  .col-sm-pull-18 {
    right: 30%;
  }
  .col-sm-pull-17 {
    right: 28.33333333%;
  }
  .col-sm-pull-16 {
    right: 26.66666667%;
  }
  .col-sm-pull-15 {
    right: 25%;
  }
  .col-sm-pull-14 {
    right: 23.33333333%;
  }
  .col-sm-pull-13 {
    right: 21.66666667%;
  }
  .col-sm-pull-12 {
    right: 20%;
  }
  .col-sm-pull-11 {
    right: 18.33333333%;
  }
  .col-sm-pull-10 {
    right: 16.66666667%;
  }
  .col-sm-pull-9 {
    right: 15%;
  }
  .col-sm-pull-8 {
    right: 13.33333333%;
  }
  .col-sm-pull-7 {
    right: 11.66666667%;
  }
  .col-sm-pull-6 {
    right: 10%;
  }
  .col-sm-pull-5 {
    right: 8.33333333%;
  }
  .col-sm-pull-4 {
    right: 6.66666667%;
  }
  .col-sm-pull-3 {
    right: 5%;
  }
  .col-sm-pull-2 {
    right: 3.33333333%;
  }
  .col-sm-pull-1 {
    right: 1.66666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-60 {
    left: 100%;
  }
  .col-sm-push-59 {
    left: 98.33333333%;
  }
  .col-sm-push-58 {
    left: 96.66666667%;
  }
  .col-sm-push-57 {
    left: 95%;
  }
  .col-sm-push-56 {
    left: 93.33333333%;
  }
  .col-sm-push-55 {
    left: 91.66666667%;
  }
  .col-sm-push-54 {
    left: 90%;
  }
  .col-sm-push-53 {
    left: 88.33333333%;
  }
  .col-sm-push-52 {
    left: 86.66666667%;
  }
  .col-sm-push-51 {
    left: 85%;
  }
  .col-sm-push-50 {
    left: 83.33333333%;
  }
  .col-sm-push-49 {
    left: 81.66666667%;
  }
  .col-sm-push-48 {
    left: 80%;
  }
  .col-sm-push-47 {
    left: 78.33333333%;
  }
  .col-sm-push-46 {
    left: 76.66666667%;
  }
  .col-sm-push-45 {
    left: 75%;
  }
  .col-sm-push-44 {
    left: 73.33333333%;
  }
  .col-sm-push-43 {
    left: 71.66666667%;
  }
  .col-sm-push-42 {
    left: 70%;
  }
  .col-sm-push-41 {
    left: 68.33333333%;
  }
  .col-sm-push-40 {
    left: 66.66666667%;
  }
  .col-sm-push-39 {
    left: 65%;
  }
  .col-sm-push-38 {
    left: 63.33333333%;
  }
  .col-sm-push-37 {
    left: 61.66666667%;
  }
  .col-sm-push-36 {
    left: 60%;
  }
  .col-sm-push-35 {
    left: 58.33333333%;
  }
  .col-sm-push-34 {
    left: 56.66666667%;
  }
  .col-sm-push-33 {
    left: 55%;
  }
  .col-sm-push-32 {
    left: 53.33333333%;
  }
  .col-sm-push-31 {
    left: 51.66666667%;
  }
  .col-sm-push-30 {
    left: 50%;
  }
  .col-sm-push-29 {
    left: 48.33333333%;
  }
  .col-sm-push-28 {
    left: 46.66666667%;
  }
  .col-sm-push-27 {
    left: 45%;
  }
  .col-sm-push-26 {
    left: 43.33333333%;
  }
  .col-sm-push-25 {
    left: 41.66666667%;
  }
  .col-sm-push-24 {
    left: 40%;
  }
  .col-sm-push-23 {
    left: 38.33333333%;
  }
  .col-sm-push-22 {
    left: 36.66666667%;
  }
  .col-sm-push-21 {
    left: 35%;
  }
  .col-sm-push-20 {
    left: 33.33333333%;
  }
  .col-sm-push-19 {
    left: 31.66666667%;
  }
  .col-sm-push-18 {
    left: 30%;
  }
  .col-sm-push-17 {
    left: 28.33333333%;
  }
  .col-sm-push-16 {
    left: 26.66666667%;
  }
  .col-sm-push-15 {
    left: 25%;
  }
  .col-sm-push-14 {
    left: 23.33333333%;
  }
  .col-sm-push-13 {
    left: 21.66666667%;
  }
  .col-sm-push-12 {
    left: 20%;
  }
  .col-sm-push-11 {
    left: 18.33333333%;
  }
  .col-sm-push-10 {
    left: 16.66666667%;
  }
  .col-sm-push-9 {
    left: 15%;
  }
  .col-sm-push-8 {
    left: 13.33333333%;
  }
  .col-sm-push-7 {
    left: 11.66666667%;
  }
  .col-sm-push-6 {
    left: 10%;
  }
  .col-sm-push-5 {
    left: 8.33333333%;
  }
  .col-sm-push-4 {
    left: 6.66666667%;
  }
  .col-sm-push-3 {
    left: 5%;
  }
  .col-sm-push-2 {
    left: 3.33333333%;
  }
  .col-sm-push-1 {
    left: 1.66666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-60 {
    margin-left: 100%;
  }
  .col-sm-offset-59 {
    margin-left: 98.33333333%;
  }
  .col-sm-offset-58 {
    margin-left: 96.66666667%;
  }
  .col-sm-offset-57 {
    margin-left: 95%;
  }
  .col-sm-offset-56 {
    margin-left: 93.33333333%;
  }
  .col-sm-offset-55 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-54 {
    margin-left: 90%;
  }
  .col-sm-offset-53 {
    margin-left: 88.33333333%;
  }
  .col-sm-offset-52 {
    margin-left: 86.66666667%;
  }
  .col-sm-offset-51 {
    margin-left: 85%;
  }
  .col-sm-offset-50 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-49 {
    margin-left: 81.66666667%;
  }
  .col-sm-offset-48 {
    margin-left: 80%;
  }
  .col-sm-offset-47 {
    margin-left: 78.33333333%;
  }
  .col-sm-offset-46 {
    margin-left: 76.66666667%;
  }
  .col-sm-offset-45 {
    margin-left: 75%;
  }
  .col-sm-offset-44 {
    margin-left: 73.33333333%;
  }
  .col-sm-offset-43 {
    margin-left: 71.66666667%;
  }
  .col-sm-offset-42 {
    margin-left: 70%;
  }
  .col-sm-offset-41 {
    margin-left: 68.33333333%;
  }
  .col-sm-offset-40 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-39 {
    margin-left: 65%;
  }
  .col-sm-offset-38 {
    margin-left: 63.33333333%;
  }
  .col-sm-offset-37 {
    margin-left: 61.66666667%;
  }
  .col-sm-offset-36 {
    margin-left: 60%;
  }
  .col-sm-offset-35 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-34 {
    margin-left: 56.66666667%;
  }
  .col-sm-offset-33 {
    margin-left: 55%;
  }
  .col-sm-offset-32 {
    margin-left: 53.33333333%;
  }
  .col-sm-offset-31 {
    margin-left: 51.66666667%;
  }
  .col-sm-offset-30 {
    margin-left: 50%;
  }
  .col-sm-offset-29 {
    margin-left: 48.33333333%;
  }
  .col-sm-offset-28 {
    margin-left: 46.66666667%;
  }
  .col-sm-offset-27 {
    margin-left: 45%;
  }
  .col-sm-offset-26 {
    margin-left: 43.33333333%;
  }
  .col-sm-offset-25 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-24 {
    margin-left: 40%;
  }
  .col-sm-offset-23 {
    margin-left: 38.33333333%;
  }
  .col-sm-offset-22 {
    margin-left: 36.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 35%;
  }
  .col-sm-offset-20 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 31.66666667%;
  }
  .col-sm-offset-18 {
    margin-left: 30%;
  }
  .col-sm-offset-17 {
    margin-left: 28.33333333%;
  }
  .col-sm-offset-16 {
    margin-left: 26.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 25%;
  }
  .col-sm-offset-14 {
    margin-left: 23.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 21.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 20%;
  }
  .col-sm-offset-11 {
    margin-left: 18.33333333%;
  }
  .col-sm-offset-10 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 15%;
  }
  .col-sm-offset-8 {
    margin-left: 13.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 11.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 10%;
  }
  .col-sm-offset-5 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 6.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 5%;
  }
  .col-sm-offset-2 {
    margin-left: 3.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 1.66666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-60 {
    float: left;
  }
  .col-md-60 {
    width: 100%;
  }
  .col-md-59 {
    width: 98.33333333%;
  }
  .col-md-58 {
    width: 96.66666667%;
  }
  .col-md-57 {
    width: 95%;
  }
  .col-md-56 {
    width: 93.33333333%;
  }
  .col-md-55 {
    width: 91.66666667%;
  }
  .col-md-54 {
    width: 90%;
  }
  .col-md-53 {
    width: 88.33333333%;
  }
  .col-md-52 {
    width: 86.66666667%;
  }
  .col-md-51 {
    width: 85%;
  }
  .col-md-50 {
    width: 83.33333333%;
  }
  .col-md-49 {
    width: 81.66666667%;
  }
  .col-md-48 {
    width: 80%;
  }
  .col-md-47 {
    width: 78.33333333%;
  }
  .col-md-46 {
    width: 76.66666667%;
  }
  .col-md-45 {
    width: 75%;
  }
  .col-md-44 {
    width: 73.33333333%;
  }
  .col-md-43 {
    width: 71.66666667%;
  }
  .col-md-42 {
    width: 70%;
  }
  .col-md-41 {
    width: 68.33333333%;
  }
  .col-md-40 {
    width: 66.66666667%;
  }
  .col-md-39 {
    width: 65%;
  }
  .col-md-38 {
    width: 63.33333333%;
  }
  .col-md-37 {
    width: 61.66666667%;
  }
  .col-md-36 {
    width: 60%;
  }
  .col-md-35 {
    width: 58.33333333%;
  }
  .col-md-34 {
    width: 56.66666667%;
  }
  .col-md-33 {
    width: 55%;
  }
  .col-md-32 {
    width: 53.33333333%;
  }
  .col-md-31 {
    width: 51.66666667%;
  }
  .col-md-30 {
    width: 50%;
  }
  .col-md-29 {
    width: 48.33333333%;
  }
  .col-md-28 {
    width: 46.66666667%;
  }
  .col-md-27 {
    width: 45%;
  }
  .col-md-26 {
    width: 43.33333333%;
  }
  .col-md-25 {
    width: 41.66666667%;
  }
  .col-md-24 {
    width: 40%;
  }
  .col-md-23 {
    width: 38.33333333%;
  }
  .col-md-22 {
    width: 36.66666667%;
  }
  .col-md-21 {
    width: 35%;
  }
  .col-md-20 {
    width: 33.33333333%;
  }
  .col-md-19 {
    width: 31.66666667%;
  }
  .col-md-18 {
    width: 30%;
  }
  .col-md-17 {
    width: 28.33333333%;
  }
  .col-md-16 {
    width: 26.66666667%;
  }
  .col-md-15 {
    width: 25%;
  }
  .col-md-14 {
    width: 23.33333333%;
  }
  .col-md-13 {
    width: 21.66666667%;
  }
  .col-md-12 {
    width: 20%;
  }
  .col-md-11 {
    width: 18.33333333%;
  }
  .col-md-10 {
    width: 16.66666667%;
  }
  .col-md-9 {
    width: 15%;
  }
  .col-md-8 {
    width: 13.33333333%;
  }
  .col-md-7 {
    width: 11.66666667%;
  }
  .col-md-6 {
    width: 10%;
  }
  .col-md-5 {
    width: 8.33333333%;
  }
  .col-md-4 {
    width: 6.66666667%;
  }
  .col-md-3 {
    width: 5%;
  }
  .col-md-2 {
    width: 3.33333333%;
  }
  .col-md-1 {
    width: 1.66666667%;
  }
  .col-md-pull-60 {
    right: 100%;
  }
  .col-md-pull-59 {
    right: 98.33333333%;
  }
  .col-md-pull-58 {
    right: 96.66666667%;
  }
  .col-md-pull-57 {
    right: 95%;
  }
  .col-md-pull-56 {
    right: 93.33333333%;
  }
  .col-md-pull-55 {
    right: 91.66666667%;
  }
  .col-md-pull-54 {
    right: 90%;
  }
  .col-md-pull-53 {
    right: 88.33333333%;
  }
  .col-md-pull-52 {
    right: 86.66666667%;
  }
  .col-md-pull-51 {
    right: 85%;
  }
  .col-md-pull-50 {
    right: 83.33333333%;
  }
  .col-md-pull-49 {
    right: 81.66666667%;
  }
  .col-md-pull-48 {
    right: 80%;
  }
  .col-md-pull-47 {
    right: 78.33333333%;
  }
  .col-md-pull-46 {
    right: 76.66666667%;
  }
  .col-md-pull-45 {
    right: 75%;
  }
  .col-md-pull-44 {
    right: 73.33333333%;
  }
  .col-md-pull-43 {
    right: 71.66666667%;
  }
  .col-md-pull-42 {
    right: 70%;
  }
  .col-md-pull-41 {
    right: 68.33333333%;
  }
  .col-md-pull-40 {
    right: 66.66666667%;
  }
  .col-md-pull-39 {
    right: 65%;
  }
  .col-md-pull-38 {
    right: 63.33333333%;
  }
  .col-md-pull-37 {
    right: 61.66666667%;
  }
  .col-md-pull-36 {
    right: 60%;
  }
  .col-md-pull-35 {
    right: 58.33333333%;
  }
  .col-md-pull-34 {
    right: 56.66666667%;
  }
  .col-md-pull-33 {
    right: 55%;
  }
  .col-md-pull-32 {
    right: 53.33333333%;
  }
  .col-md-pull-31 {
    right: 51.66666667%;
  }
  .col-md-pull-30 {
    right: 50%;
  }
  .col-md-pull-29 {
    right: 48.33333333%;
  }
  .col-md-pull-28 {
    right: 46.66666667%;
  }
  .col-md-pull-27 {
    right: 45%;
  }
  .col-md-pull-26 {
    right: 43.33333333%;
  }
  .col-md-pull-25 {
    right: 41.66666667%;
  }
  .col-md-pull-24 {
    right: 40%;
  }
  .col-md-pull-23 {
    right: 38.33333333%;
  }
  .col-md-pull-22 {
    right: 36.66666667%;
  }
  .col-md-pull-21 {
    right: 35%;
  }
  .col-md-pull-20 {
    right: 33.33333333%;
  }
  .col-md-pull-19 {
    right: 31.66666667%;
  }
  .col-md-pull-18 {
    right: 30%;
  }
  .col-md-pull-17 {
    right: 28.33333333%;
  }
  .col-md-pull-16 {
    right: 26.66666667%;
  }
  .col-md-pull-15 {
    right: 25%;
  }
  .col-md-pull-14 {
    right: 23.33333333%;
  }
  .col-md-pull-13 {
    right: 21.66666667%;
  }
  .col-md-pull-12 {
    right: 20%;
  }
  .col-md-pull-11 {
    right: 18.33333333%;
  }
  .col-md-pull-10 {
    right: 16.66666667%;
  }
  .col-md-pull-9 {
    right: 15%;
  }
  .col-md-pull-8 {
    right: 13.33333333%;
  }
  .col-md-pull-7 {
    right: 11.66666667%;
  }
  .col-md-pull-6 {
    right: 10%;
  }
  .col-md-pull-5 {
    right: 8.33333333%;
  }
  .col-md-pull-4 {
    right: 6.66666667%;
  }
  .col-md-pull-3 {
    right: 5%;
  }
  .col-md-pull-2 {
    right: 3.33333333%;
  }
  .col-md-pull-1 {
    right: 1.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-60 {
    left: 100%;
  }
  .col-md-push-59 {
    left: 98.33333333%;
  }
  .col-md-push-58 {
    left: 96.66666667%;
  }
  .col-md-push-57 {
    left: 95%;
  }
  .col-md-push-56 {
    left: 93.33333333%;
  }
  .col-md-push-55 {
    left: 91.66666667%;
  }
  .col-md-push-54 {
    left: 90%;
  }
  .col-md-push-53 {
    left: 88.33333333%;
  }
  .col-md-push-52 {
    left: 86.66666667%;
  }
  .col-md-push-51 {
    left: 85%;
  }
  .col-md-push-50 {
    left: 83.33333333%;
  }
  .col-md-push-49 {
    left: 81.66666667%;
  }
  .col-md-push-48 {
    left: 80%;
  }
  .col-md-push-47 {
    left: 78.33333333%;
  }
  .col-md-push-46 {
    left: 76.66666667%;
  }
  .col-md-push-45 {
    left: 75%;
  }
  .col-md-push-44 {
    left: 73.33333333%;
  }
  .col-md-push-43 {
    left: 71.66666667%;
  }
  .col-md-push-42 {
    left: 70%;
  }
  .col-md-push-41 {
    left: 68.33333333%;
  }
  .col-md-push-40 {
    left: 66.66666667%;
  }
  .col-md-push-39 {
    left: 65%;
  }
  .col-md-push-38 {
    left: 63.33333333%;
  }
  .col-md-push-37 {
    left: 61.66666667%;
  }
  .col-md-push-36 {
    left: 60%;
  }
  .col-md-push-35 {
    left: 58.33333333%;
  }
  .col-md-push-34 {
    left: 56.66666667%;
  }
  .col-md-push-33 {
    left: 55%;
  }
  .col-md-push-32 {
    left: 53.33333333%;
  }
  .col-md-push-31 {
    left: 51.66666667%;
  }
  .col-md-push-30 {
    left: 50%;
  }
  .col-md-push-29 {
    left: 48.33333333%;
  }
  .col-md-push-28 {
    left: 46.66666667%;
  }
  .col-md-push-27 {
    left: 45%;
  }
  .col-md-push-26 {
    left: 43.33333333%;
  }
  .col-md-push-25 {
    left: 41.66666667%;
  }
  .col-md-push-24 {
    left: 40%;
  }
  .col-md-push-23 {
    left: 38.33333333%;
  }
  .col-md-push-22 {
    left: 36.66666667%;
  }
  .col-md-push-21 {
    left: 35%;
  }
  .col-md-push-20 {
    left: 33.33333333%;
  }
  .col-md-push-19 {
    left: 31.66666667%;
  }
  .col-md-push-18 {
    left: 30%;
  }
  .col-md-push-17 {
    left: 28.33333333%;
  }
  .col-md-push-16 {
    left: 26.66666667%;
  }
  .col-md-push-15 {
    left: 25%;
  }
  .col-md-push-14 {
    left: 23.33333333%;
  }
  .col-md-push-13 {
    left: 21.66666667%;
  }
  .col-md-push-12 {
    left: 20%;
  }
  .col-md-push-11 {
    left: 18.33333333%;
  }
  .col-md-push-10 {
    left: 16.66666667%;
  }
  .col-md-push-9 {
    left: 15%;
  }
  .col-md-push-8 {
    left: 13.33333333%;
  }
  .col-md-push-7 {
    left: 11.66666667%;
  }
  .col-md-push-6 {
    left: 10%;
  }
  .col-md-push-5 {
    left: 8.33333333%;
  }
  .col-md-push-4 {
    left: 6.66666667%;
  }
  .col-md-push-3 {
    left: 5%;
  }
  .col-md-push-2 {
    left: 3.33333333%;
  }
  .col-md-push-1 {
    left: 1.66666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-60 {
    margin-left: 100%;
  }
  .col-md-offset-59 {
    margin-left: 98.33333333%;
  }
  .col-md-offset-58 {
    margin-left: 96.66666667%;
  }
  .col-md-offset-57 {
    margin-left: 95%;
  }
  .col-md-offset-56 {
    margin-left: 93.33333333%;
  }
  .col-md-offset-55 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-54 {
    margin-left: 90%;
  }
  .col-md-offset-53 {
    margin-left: 88.33333333%;
  }
  .col-md-offset-52 {
    margin-left: 86.66666667%;
  }
  .col-md-offset-51 {
    margin-left: 85%;
  }
  .col-md-offset-50 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-49 {
    margin-left: 81.66666667%;
  }
  .col-md-offset-48 {
    margin-left: 80%;
  }
  .col-md-offset-47 {
    margin-left: 78.33333333%;
  }
  .col-md-offset-46 {
    margin-left: 76.66666667%;
  }
  .col-md-offset-45 {
    margin-left: 75%;
  }
  .col-md-offset-44 {
    margin-left: 73.33333333%;
  }
  .col-md-offset-43 {
    margin-left: 71.66666667%;
  }
  .col-md-offset-42 {
    margin-left: 70%;
  }
  .col-md-offset-41 {
    margin-left: 68.33333333%;
  }
  .col-md-offset-40 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-39 {
    margin-left: 65%;
  }
  .col-md-offset-38 {
    margin-left: 63.33333333%;
  }
  .col-md-offset-37 {
    margin-left: 61.66666667%;
  }
  .col-md-offset-36 {
    margin-left: 60%;
  }
  .col-md-offset-35 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-34 {
    margin-left: 56.66666667%;
  }
  .col-md-offset-33 {
    margin-left: 55%;
  }
  .col-md-offset-32 {
    margin-left: 53.33333333%;
  }
  .col-md-offset-31 {
    margin-left: 51.66666667%;
  }
  .col-md-offset-30 {
    margin-left: 50%;
  }
  .col-md-offset-29 {
    margin-left: 48.33333333%;
  }
  .col-md-offset-28 {
    margin-left: 46.66666667%;
  }
  .col-md-offset-27 {
    margin-left: 45%;
  }
  .col-md-offset-26 {
    margin-left: 43.33333333%;
  }
  .col-md-offset-25 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-24 {
    margin-left: 40%;
  }
  .col-md-offset-23 {
    margin-left: 38.33333333%;
  }
  .col-md-offset-22 {
    margin-left: 36.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 35%;
  }
  .col-md-offset-20 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 31.66666667%;
  }
  .col-md-offset-18 {
    margin-left: 30%;
  }
  .col-md-offset-17 {
    margin-left: 28.33333333%;
  }
  .col-md-offset-16 {
    margin-left: 26.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 25%;
  }
  .col-md-offset-14 {
    margin-left: 23.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 21.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 20%;
  }
  .col-md-offset-11 {
    margin-left: 18.33333333%;
  }
  .col-md-offset-10 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 15%;
  }
  .col-md-offset-8 {
    margin-left: 13.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 11.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 10%;
  }
  .col-md-offset-5 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 6.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 5%;
  }
  .col-md-offset-2 {
    margin-left: 3.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 1.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-60 {
    float: left;
  }
  .col-lg-60 {
    width: 100%;
  }
  .col-lg-59 {
    width: 98.33333333%;
  }
  .col-lg-58 {
    width: 96.66666667%;
  }
  .col-lg-57 {
    width: 95%;
  }
  .col-lg-56 {
    width: 93.33333333%;
  }
  .col-lg-55 {
    width: 91.66666667%;
  }
  .col-lg-54 {
    width: 90%;
  }
  .col-lg-53 {
    width: 88.33333333%;
  }
  .col-lg-52 {
    width: 86.66666667%;
  }
  .col-lg-51 {
    width: 85%;
  }
  .col-lg-50 {
    width: 83.33333333%;
  }
  .col-lg-49 {
    width: 81.66666667%;
  }
  .col-lg-48 {
    width: 80%;
  }
  .col-lg-47 {
    width: 78.33333333%;
  }
  .col-lg-46 {
    width: 76.66666667%;
  }
  .col-lg-45 {
    width: 75%;
  }
  .col-lg-44 {
    width: 73.33333333%;
  }
  .col-lg-43 {
    width: 71.66666667%;
  }
  .col-lg-42 {
    width: 70%;
  }
  .col-lg-41 {
    width: 68.33333333%;
  }
  .col-lg-40 {
    width: 66.66666667%;
  }
  .col-lg-39 {
    width: 65%;
  }
  .col-lg-38 {
    width: 63.33333333%;
  }
  .col-lg-37 {
    width: 61.66666667%;
  }
  .col-lg-36 {
    width: 60%;
  }
  .col-lg-35 {
    width: 58.33333333%;
  }
  .col-lg-34 {
    width: 56.66666667%;
  }
  .col-lg-33 {
    width: 55%;
  }
  .col-lg-32 {
    width: 53.33333333%;
  }
  .col-lg-31 {
    width: 51.66666667%;
  }
  .col-lg-30 {
    width: 50%;
  }
  .col-lg-29 {
    width: 48.33333333%;
  }
  .col-lg-28 {
    width: 46.66666667%;
  }
  .col-lg-27 {
    width: 45%;
  }
  .col-lg-26 {
    width: 43.33333333%;
  }
  .col-lg-25 {
    width: 41.66666667%;
  }
  .col-lg-24 {
    width: 40%;
  }
  .col-lg-23 {
    width: 38.33333333%;
  }
  .col-lg-22 {
    width: 36.66666667%;
  }
  .col-lg-21 {
    width: 35%;
  }
  .col-lg-20 {
    width: 33.33333333%;
  }
  .col-lg-19 {
    width: 31.66666667%;
  }
  .col-lg-18 {
    width: 30%;
  }
  .col-lg-17 {
    width: 28.33333333%;
  }
  .col-lg-16 {
    width: 26.66666667%;
  }
  .col-lg-15 {
    width: 25%;
  }
  .col-lg-14 {
    width: 23.33333333%;
  }
  .col-lg-13 {
    width: 21.66666667%;
  }
  .col-lg-12 {
    width: 20%;
  }
  .col-lg-11 {
    width: 18.33333333%;
  }
  .col-lg-10 {
    width: 16.66666667%;
  }
  .col-lg-9 {
    width: 15%;
  }
  .col-lg-8 {
    width: 13.33333333%;
  }
  .col-lg-7 {
    width: 11.66666667%;
  }
  .col-lg-6 {
    width: 10%;
  }
  .col-lg-5 {
    width: 8.33333333%;
  }
  .col-lg-4 {
    width: 6.66666667%;
  }
  .col-lg-3 {
    width: 5%;
  }
  .col-lg-2 {
    width: 3.33333333%;
  }
  .col-lg-1 {
    width: 1.66666667%;
  }
  .col-lg-pull-60 {
    right: 100%;
  }
  .col-lg-pull-59 {
    right: 98.33333333%;
  }
  .col-lg-pull-58 {
    right: 96.66666667%;
  }
  .col-lg-pull-57 {
    right: 95%;
  }
  .col-lg-pull-56 {
    right: 93.33333333%;
  }
  .col-lg-pull-55 {
    right: 91.66666667%;
  }
  .col-lg-pull-54 {
    right: 90%;
  }
  .col-lg-pull-53 {
    right: 88.33333333%;
  }
  .col-lg-pull-52 {
    right: 86.66666667%;
  }
  .col-lg-pull-51 {
    right: 85%;
  }
  .col-lg-pull-50 {
    right: 83.33333333%;
  }
  .col-lg-pull-49 {
    right: 81.66666667%;
  }
  .col-lg-pull-48 {
    right: 80%;
  }
  .col-lg-pull-47 {
    right: 78.33333333%;
  }
  .col-lg-pull-46 {
    right: 76.66666667%;
  }
  .col-lg-pull-45 {
    right: 75%;
  }
  .col-lg-pull-44 {
    right: 73.33333333%;
  }
  .col-lg-pull-43 {
    right: 71.66666667%;
  }
  .col-lg-pull-42 {
    right: 70%;
  }
  .col-lg-pull-41 {
    right: 68.33333333%;
  }
  .col-lg-pull-40 {
    right: 66.66666667%;
  }
  .col-lg-pull-39 {
    right: 65%;
  }
  .col-lg-pull-38 {
    right: 63.33333333%;
  }
  .col-lg-pull-37 {
    right: 61.66666667%;
  }
  .col-lg-pull-36 {
    right: 60%;
  }
  .col-lg-pull-35 {
    right: 58.33333333%;
  }
  .col-lg-pull-34 {
    right: 56.66666667%;
  }
  .col-lg-pull-33 {
    right: 55%;
  }
  .col-lg-pull-32 {
    right: 53.33333333%;
  }
  .col-lg-pull-31 {
    right: 51.66666667%;
  }
  .col-lg-pull-30 {
    right: 50%;
  }
  .col-lg-pull-29 {
    right: 48.33333333%;
  }
  .col-lg-pull-28 {
    right: 46.66666667%;
  }
  .col-lg-pull-27 {
    right: 45%;
  }
  .col-lg-pull-26 {
    right: 43.33333333%;
  }
  .col-lg-pull-25 {
    right: 41.66666667%;
  }
  .col-lg-pull-24 {
    right: 40%;
  }
  .col-lg-pull-23 {
    right: 38.33333333%;
  }
  .col-lg-pull-22 {
    right: 36.66666667%;
  }
  .col-lg-pull-21 {
    right: 35%;
  }
  .col-lg-pull-20 {
    right: 33.33333333%;
  }
  .col-lg-pull-19 {
    right: 31.66666667%;
  }
  .col-lg-pull-18 {
    right: 30%;
  }
  .col-lg-pull-17 {
    right: 28.33333333%;
  }
  .col-lg-pull-16 {
    right: 26.66666667%;
  }
  .col-lg-pull-15 {
    right: 25%;
  }
  .col-lg-pull-14 {
    right: 23.33333333%;
  }
  .col-lg-pull-13 {
    right: 21.66666667%;
  }
  .col-lg-pull-12 {
    right: 20%;
  }
  .col-lg-pull-11 {
    right: 18.33333333%;
  }
  .col-lg-pull-10 {
    right: 16.66666667%;
  }
  .col-lg-pull-9 {
    right: 15%;
  }
  .col-lg-pull-8 {
    right: 13.33333333%;
  }
  .col-lg-pull-7 {
    right: 11.66666667%;
  }
  .col-lg-pull-6 {
    right: 10%;
  }
  .col-lg-pull-5 {
    right: 8.33333333%;
  }
  .col-lg-pull-4 {
    right: 6.66666667%;
  }
  .col-lg-pull-3 {
    right: 5%;
  }
  .col-lg-pull-2 {
    right: 3.33333333%;
  }
  .col-lg-pull-1 {
    right: 1.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-60 {
    left: 100%;
  }
  .col-lg-push-59 {
    left: 98.33333333%;
  }
  .col-lg-push-58 {
    left: 96.66666667%;
  }
  .col-lg-push-57 {
    left: 95%;
  }
  .col-lg-push-56 {
    left: 93.33333333%;
  }
  .col-lg-push-55 {
    left: 91.66666667%;
  }
  .col-lg-push-54 {
    left: 90%;
  }
  .col-lg-push-53 {
    left: 88.33333333%;
  }
  .col-lg-push-52 {
    left: 86.66666667%;
  }
  .col-lg-push-51 {
    left: 85%;
  }
  .col-lg-push-50 {
    left: 83.33333333%;
  }
  .col-lg-push-49 {
    left: 81.66666667%;
  }
  .col-lg-push-48 {
    left: 80%;
  }
  .col-lg-push-47 {
    left: 78.33333333%;
  }
  .col-lg-push-46 {
    left: 76.66666667%;
  }
  .col-lg-push-45 {
    left: 75%;
  }
  .col-lg-push-44 {
    left: 73.33333333%;
  }
  .col-lg-push-43 {
    left: 71.66666667%;
  }
  .col-lg-push-42 {
    left: 70%;
  }
  .col-lg-push-41 {
    left: 68.33333333%;
  }
  .col-lg-push-40 {
    left: 66.66666667%;
  }
  .col-lg-push-39 {
    left: 65%;
  }
  .col-lg-push-38 {
    left: 63.33333333%;
  }
  .col-lg-push-37 {
    left: 61.66666667%;
  }
  .col-lg-push-36 {
    left: 60%;
  }
  .col-lg-push-35 {
    left: 58.33333333%;
  }
  .col-lg-push-34 {
    left: 56.66666667%;
  }
  .col-lg-push-33 {
    left: 55%;
  }
  .col-lg-push-32 {
    left: 53.33333333%;
  }
  .col-lg-push-31 {
    left: 51.66666667%;
  }
  .col-lg-push-30 {
    left: 50%;
  }
  .col-lg-push-29 {
    left: 48.33333333%;
  }
  .col-lg-push-28 {
    left: 46.66666667%;
  }
  .col-lg-push-27 {
    left: 45%;
  }
  .col-lg-push-26 {
    left: 43.33333333%;
  }
  .col-lg-push-25 {
    left: 41.66666667%;
  }
  .col-lg-push-24 {
    left: 40%;
  }
  .col-lg-push-23 {
    left: 38.33333333%;
  }
  .col-lg-push-22 {
    left: 36.66666667%;
  }
  .col-lg-push-21 {
    left: 35%;
  }
  .col-lg-push-20 {
    left: 33.33333333%;
  }
  .col-lg-push-19 {
    left: 31.66666667%;
  }
  .col-lg-push-18 {
    left: 30%;
  }
  .col-lg-push-17 {
    left: 28.33333333%;
  }
  .col-lg-push-16 {
    left: 26.66666667%;
  }
  .col-lg-push-15 {
    left: 25%;
  }
  .col-lg-push-14 {
    left: 23.33333333%;
  }
  .col-lg-push-13 {
    left: 21.66666667%;
  }
  .col-lg-push-12 {
    left: 20%;
  }
  .col-lg-push-11 {
    left: 18.33333333%;
  }
  .col-lg-push-10 {
    left: 16.66666667%;
  }
  .col-lg-push-9 {
    left: 15%;
  }
  .col-lg-push-8 {
    left: 13.33333333%;
  }
  .col-lg-push-7 {
    left: 11.66666667%;
  }
  .col-lg-push-6 {
    left: 10%;
  }
  .col-lg-push-5 {
    left: 8.33333333%;
  }
  .col-lg-push-4 {
    left: 6.66666667%;
  }
  .col-lg-push-3 {
    left: 5%;
  }
  .col-lg-push-2 {
    left: 3.33333333%;
  }
  .col-lg-push-1 {
    left: 1.66666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-60 {
    margin-left: 100%;
  }
  .col-lg-offset-59 {
    margin-left: 98.33333333%;
  }
  .col-lg-offset-58 {
    margin-left: 96.66666667%;
  }
  .col-lg-offset-57 {
    margin-left: 95%;
  }
  .col-lg-offset-56 {
    margin-left: 93.33333333%;
  }
  .col-lg-offset-55 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-54 {
    margin-left: 90%;
  }
  .col-lg-offset-53 {
    margin-left: 88.33333333%;
  }
  .col-lg-offset-52 {
    margin-left: 86.66666667%;
  }
  .col-lg-offset-51 {
    margin-left: 85%;
  }
  .col-lg-offset-50 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-49 {
    margin-left: 81.66666667%;
  }
  .col-lg-offset-48 {
    margin-left: 80%;
  }
  .col-lg-offset-47 {
    margin-left: 78.33333333%;
  }
  .col-lg-offset-46 {
    margin-left: 76.66666667%;
  }
  .col-lg-offset-45 {
    margin-left: 75%;
  }
  .col-lg-offset-44 {
    margin-left: 73.33333333%;
  }
  .col-lg-offset-43 {
    margin-left: 71.66666667%;
  }
  .col-lg-offset-42 {
    margin-left: 70%;
  }
  .col-lg-offset-41 {
    margin-left: 68.33333333%;
  }
  .col-lg-offset-40 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-39 {
    margin-left: 65%;
  }
  .col-lg-offset-38 {
    margin-left: 63.33333333%;
  }
  .col-lg-offset-37 {
    margin-left: 61.66666667%;
  }
  .col-lg-offset-36 {
    margin-left: 60%;
  }
  .col-lg-offset-35 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-34 {
    margin-left: 56.66666667%;
  }
  .col-lg-offset-33 {
    margin-left: 55%;
  }
  .col-lg-offset-32 {
    margin-left: 53.33333333%;
  }
  .col-lg-offset-31 {
    margin-left: 51.66666667%;
  }
  .col-lg-offset-30 {
    margin-left: 50%;
  }
  .col-lg-offset-29 {
    margin-left: 48.33333333%;
  }
  .col-lg-offset-28 {
    margin-left: 46.66666667%;
  }
  .col-lg-offset-27 {
    margin-left: 45%;
  }
  .col-lg-offset-26 {
    margin-left: 43.33333333%;
  }
  .col-lg-offset-25 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-24 {
    margin-left: 40%;
  }
  .col-lg-offset-23 {
    margin-left: 38.33333333%;
  }
  .col-lg-offset-22 {
    margin-left: 36.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 35%;
  }
  .col-lg-offset-20 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 31.66666667%;
  }
  .col-lg-offset-18 {
    margin-left: 30%;
  }
  .col-lg-offset-17 {
    margin-left: 28.33333333%;
  }
  .col-lg-offset-16 {
    margin-left: 26.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 25%;
  }
  .col-lg-offset-14 {
    margin-left: 23.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 21.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 20%;
  }
  .col-lg-offset-11 {
    margin-left: 18.33333333%;
  }
  .col-lg-offset-10 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 15%;
  }
  .col-lg-offset-8 {
    margin-left: 13.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 11.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 10%;
  }
  .col-lg-offset-5 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-4 {
    margin-left: 6.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 5%;
  }
  .col-lg-offset-2 {
    margin-left: 3.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 1.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a7a7a7;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #F4F4F4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #5cb85c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #4cae4c;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #5bc0de;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #46b8da;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f0ad4e;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #eea236;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #D4003C;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #bb0035;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #5cb85c;
}
.has-success .form-control-feedback {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f0ad4e;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #D4003C;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #296273;
  border-color: #296273;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1c424d;
  border-color: #071215;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1c424d;
  border-color: #193c46;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c424d;
  border-color: #193c46;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #122c33;
  border-color: #071215;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #296273;
  border-color: #296273;
}
.btn-primary .badge {
  color: #296273;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1f7e9a;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #D4003C;
  border-color: #D4003C;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a1002e;
  border-color: #550018;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a1002e;
  border-color: #97002b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a1002e;
  border-color: #97002b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #7d0023;
  border-color: #550018;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #D4003C;
  border-color: #D4003C;
}
.btn-danger .badge {
  color: #D4003C;
  background-color: #fff;
}
.btn-link {
  color: #296273;
  font-weight: normal;
  padding-left: 2px;
  margin-top: -3px;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #296273;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a7a7a7;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.subnav{
  position: absolute;
  display: flex;
  top: 40px;
}
.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  border-radius: 2px;
  list-style: none;
  font-size: 16px;
  background: rgba(51,51,51,.98);
  color: hsla(0,0%,100%,.6);
  top: 45px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: hsla(0,0%,100%,.6);
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #296273;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a7a7a7;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #a7a7a7;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.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 {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.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 {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: 5px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 1px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #a7a7a7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a7a7a7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #296273;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #222222;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  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;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #F4F4F4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #296273;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F4F4F4;
  }
}
.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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #296273;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #296273;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #296273;
  border-color: #296273;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #a7a7a7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8e8e8e;
}
.label-primary {
  background-color: #296273;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1c424d;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #D4003C;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a1002e;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #296273;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.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;
}
.alert-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.alert-success hr {
  border-top-color: #4cae4c;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.alert-info hr {
  border-top-color: #46b8da;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #ebb8c1;
  border-color: #f0ad4e;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #eea236;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #D4003C;
  border-color: #D4003C;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #bb0035;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #a7a7a7;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #a7a7a7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #296273;
  border-color: #296273;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #90c7d8;
}
.list-group-item-success {
  color: #fff;
  background-color: #5cb85c;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #4cae4c;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #5bc0de;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #46b8da;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #f0ad4e;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #fff;
  background-color: #eea236;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #D4003C;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #fff;
  background-color: #bb0035;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ddd;
  border: 1px solid #cbcbcb;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 1px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.wrapper:after {
  clear: both;
}
.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;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.container-fluid {
  margin-left: 0;
  max-width: 1024px;
  background-color: #fff;
}
@media (min-width: 1360px) {
  .container-fluid {
    margin-left: calc(1vw);
  }
}
@media (min-width: 1390px) {
  .container-fluid {
    margin-left: calc(2vw);
  }
}
@media (min-width: 1420px) {
  .container-fluid {
    margin-left: calc(3vw);
  }
}
@media (min-width: 1430px) {
  .container-fluid {
    margin-left: calc(4vw);
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    margin-left: calc(6vw);
  }
}
@media (min-width: 1470px) {
  .container-fluid {
    margin-left: calc(7vw);
  }
}
@media (min-width: 1500px) {
  .container-fluid {
    margin-left: calc(8vw);
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    margin-left: 130px;
  }
}
h1,
h2,
h3,
h4 {
  letter-spacing: 0.1px;
}
.label {
  display: inline-block;
  border-radius: 1px;
  font-weight: 600;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.3em 0.6em;
  font-size: 75%;
  margin-right: 2px;
}
.falter-heading {
  color: #296273;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 500;
}
.mobile-menu-button {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  margin-top: -100px;
  float: right;
  background-color: #fff;
  box-shadow: 0 0 10px 5px white, 0px -20px 20px 20px white;
  padding-left: 5px;
}
.scrollable-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -15px 10px -15px;
  padding: 0 15px;
  padding-bottom: 5px;
  background: #fff;
}
.scrollable-nav .navbar-btn,
.scrollable-nav .navbar-btn:focus,
.scrollable-nav .navbar-btn:active {
  text-align: right;
  z-index: 1;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  padding: 0 0 0 12px;
  margin: 0 -8px 0 auto;
}
.scrollable-nav .navbar-btn .glyphicon,
.scrollable-nav .navbar-btn:focus .glyphicon,
.scrollable-nav .navbar-btn:active .glyphicon {
  top: 3px;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
/*
 .scrollable-nav::after {
     height: 60px;
    width: 30px;
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.7) 50%,#fff);
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
} 
@media screen and (min-width: 768px) {
  .scrollable-nav::after {
    right: 0px;
    width: 110px;
    top: 1px;
  }
}*/
.dropdown:hover  .subnav{
  display: flex;
  
}
.maincont {
  box-shadow: 0 -1px 0 #eee;
  padding: 20px 0 0 0;
}
.maincont.r{
  padding: 20px 15px 0 15px;
}
.scrollable-nav{
  margin-bottom: 0;
  margin-top: 10px;
}
.scrollable-nav > ul {
  padding-left: 0;
  padding-right: 100px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin-left: -12px;
  margin-bottom: 0;
}
.scrollable-nav > ul::-webkit-scrollbar {
  display: none;
}
.scrollable-nav > ul > li {
  line-height: 52px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .scrollable-nav > ul > li {
    padding-right: 0px;
  }
}
.scrollable-nav > ul > li > a {
  color: #a7a7a7;
  text-decoration: none;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 25px;
}
.scrollable-nav>ul>li.active a, .scrollable-nav>ul>li.active >a:hover {
  color: #000;
  box-shadow: 0 2px 0 0 #000;
}
.scrollable-nav > ul > li > a:hover {
  color: #333333;
}
.navbar-header {
  float: none !important;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.navbar-header .navbar-logo {
  height: 100%;
  max-height: 50px;
  min-width: 150px;
  max-width: 100%;
  display: block;
}
.navbar-header ul.navbar-menu {
  padding-left: 0;
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
.navbar-header ul.navbar-menu > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-header ul.navbar-menu > li .btn-group-social {
  margin-left: 8px;
}
.navbar-header ul.navbar-menu > li a:not(.btn) {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 2px;
  vertical-align: middle;
  padding-left: 10px;
}
.btn {
  font-weight: 600;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  outline: none !important;
}
.btn.btn-black {
  background: #222222;
  color: white;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  color: white;
  background-color: #333333;
}
.btn.navbar-btn {
  background-color: transparent;
  font-size: 18px;
}
.btn {
  font-size: 14px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 18px;
}
.btn-group-social {
  background: #333333;
}
.btn-group-social .btn,
.btn-group-social .btn:hover {
  background: transparent;
  border-color: #fff;
  padding: 2px;
  margin-left: -1px !important;
  height: 33px;
  width: 36px;
}
.btn-group-social .icon-facebook:hover,
.btn-group-social .icon-facebook:focus {
  background: #3B5998;
}
.btn-group-social .icon-twitter:hover,
.btn-group-social .icon-twitter:focus {
  background: #1da1f2;
}
.btn-group-social .icon-youtube:hover,
.btn-group-social .icon-youtube:focus {
  background: #ff0000;
}
.btn-group-social .icon-instagram:hover,
.btn-group-social .icon-instagram:focus {
  background: #C13584;
}
.btn-group-social .icon-radio:hover,
.btn-group-social .icon-radio:focus,
.btn-group-social .icon-newsletter:hover,
.btn-group-social .icon-newsletter:focus {
  background: #296273;
}
.btn-group-social .icon-newsletter svg,
.btn-group-social .icon-youtube svg {
  height: 12px;
  margin-top: 7px;
}
.btn-group-social svg {
  height: 14px;
  margin-top: 6px;
}
.separator-block {
  background-color: #777;
  padding-top: 15px;
}
.separator-block .article-preview:hover,
.separator-block .article-preview:focus {
  box-shadow: inset 0px -4px 0px white;
  background-color: rgba(255, 255, 255, 0.06);
}
.separator-block .article-preview a h2,
.separator-block .article-preview a p,
.separator-block .article-preview a p.author {
  color: white;
}
@media screen and (max-width: 767px) {
  .falter-radio {
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  .ad-component {
    word-break: normal;
  }
}
.text-label {
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.menu-items {
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  display: unset;
  grid-template-columns: unset;
}
.menu-items .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 479px) {
  .menu-items .col {
    grid-column: span 12;
  }
}
@media screen and (min-width: 480px) {
  .menu-items .col {
    grid-column: span 6;
  }
}
@media screen and (min-width: 700px) {
  .menu-items .col {
    grid-column: span 4;
  }
}
@media screen and (min-width: 930px) {
  .menu-items .col {
    grid-column: span 3;
  }
}
.menu-items .col.col-block {
  grid-column: span 12 !important;
}
.menu-items .col.col-block ul {
  display: grid;
  margin: 0 -15px;
  grid-template-columns: repeat(12, 1fr);
}
.menu-items .menu-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 30px;
  clear: both;
}
.menu-items ul > li {
  line-height: 28px;
}
.menu-items ul > li > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.menu-items ul > li > a:hover,
.menu-items ul > li > a:focus {
  text-decoration: none;
  color: #ffffff;
}
.menu-items.filtered div.col:not(.highlight) {
  display: none;
}
.menu-items.filtered ul > li > a,
.menu-items.filtered .menu-title {
  opacity: 0.2;
}
.menu-items.filtered ul > li > a.highlight {
  color: #ffffff;
  opacity: 1;
}
.menu-items.filtered .highlight .menu-title {
  opacity: 0.7;
}
div.vue2leaflet-map div.leaflet-map-pane img.leaflet-marker-shadow {
  display: none !important;
}
footer {
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #fff;
  background: #333333;
  margin-top: 20px;
}
footer hr {
  margin: 0 -15px 15px -15px;
  border-top: 1px solid #555555;
}
footer .btn-group-social {
  background: transparent;
}
footer .btn-group-social .btn,
footer .btn-group-social .btn:hover {
  border-color: transparent;
}

footer .menu-title{
  float: none;

}

footer .menu-items {
  padding: 0 7% 0 7%;
}
footer .menu-items .menu-title {
  font-size: 18px;
  color: #ddd;
}
footer .menu-items ul > li {
  font-size: 15px;
  line-height: 24px;
}
h2 {
  margin-top: 8px;
}
input.form-control {
  -webkit-appearance: none;
}
.form-control:not(.bootstrap-select) {
  box-shadow: inset 0px -1px 0px #d2d2d2;
  border-bottom-color: #d2d2d2;
  background-color: #fcfcfc;
}
.form-control:not(.bootstrap-select):focus {
  box-shadow: inset 0px -1px 0px #296273;
  border-bottom-color: #296273;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 1;
}
[v-cloak] {
  display: none;
}
.hamburger,
.hamburger:focus,
.hamburger:active {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #333;
}
.hamburger-box {
  width: 24px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
  top: -6px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger .hamburger-inner::after {
  bottom: -6px;
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dropdown-menu a {
  text-decoration: none;
  position: relative;
}
.tooltip-inner {
  padding: 4px 8px;
  font-size: 1.1em;
}
a.btn {
  text-decoration: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 4px 10px;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover {
  font-weight: bold;
  color: #000;
  background-color: #D9EDF7;
}
.media .pull-left {
  margin-right: 16px;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #333333;
  color: #fff;
}
::selection {
  background: #333333;
  color: #fff;
}
@media (min-width: 1200px) {
  .show-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-desktop {
    display: none !important;
  }
}
.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  box-shadow: 0px -1px 0px #eee;
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper:before,
.wrapper:after {
  display: none;
}
.content-main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 15px;
  min-width: 0px;
  box-shadow: 1px 0px 0px #eee;
}
.content-right {
  -ms-flex: 0 0 330px;
      flex: 0 0 330px;
  padding: 0 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
@media (max-width: 1023px) {
  .content-right {
    display: none;
  }
}

.adSkyscraper {
  left: 1031px;
  position: absolute;
  min-width: 160px;
 
}
@media (min-width: 1360px) {
  .adSkyscraper {
    left: calc(1031px + 1vw);
  }
}
@media (min-width: 1390px) {
  .adSkyscraper {
    left: calc(1031px + 2vw);
  }
}
@media (min-width: 1420px) {
  .adSkyscraper {
    left: calc(1031px + 3vw);
  }
}
@media (min-width: 1430px) {
  .adSkyscraper {
    left: calc(1031px + 4vw);
  }
}
@media (min-width: 1440px) {
  .adSkyscraper {
    left: calc(1031px + 6vw);
  }
}
@media (min-width: 1470px) {
  .adSkyscraper {
    left: calc(1031px + 7vw);
  }
}
@media (min-width: 1500px) {
  .adSkyscraper {
    left: calc(1031px + 8vw);
  }
}
@media (min-width: 1520px) {
  .adSkyscraper {
    left: calc(1031px + 130px);
  }
}

.adTopLarge {
  text-align: center;
  width: 1024px;
  margin-left: -15px;
  z-index: 30;
  background-color: #f4f4f4;
}
.mgT {
  padding-top: 20px;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
h1.ext {
  margin-bottom: 1.2em;
}
h2.small {
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 19px !important;
  }
}
.uc {
  text-transform: uppercase;
}
/* classes of wordpress == END */
.shariff.show-mobile {
  margin-top: 10px;
}
.shariff .orientation-horizontal {
  float: right;
}
@media screen and (max-width: 767px) {
  .shariff .orientation-horizontal {
    width: 210px;
  }
}
.shariff li .fa {
  font-size: 18px !important;
}
.shariff .orientation-horizontal li.mail .fa-envelope {
  font-size: 18px !important;
}
@media screen and (max-width: 1023px) {
  .shariff .orientation-horizontal li.mail .fa-envelope {
    font-size: 20px !important;
  }
}
.shariff .orientation-horizontal li {
  -ms-flex: 1 !important;
      flex: 1 !important;
  min-width: inherit !important;
  margin-right: 10px;
}
.shariff .orientation-horizontal li a {
  border-radius: 50%;
  width: 30px;
}
@media screen and (max-width: 1023px) {
  .shariff .orientation-horizontal li a {
    width: 35px;
  }
}
.shariff .orientation-horizontal li .share_text {
  display: none !important;
}
.stuck {
  position: fixed;
  top: 0;
}
.fancybox-wrap {
  z-index: 8020000;
}
.fancybox-opened {
  z-index: 8030000;
}
#fancybox-loading {
  z-index: 8060000;
}
.fancybox-close {
  z-index: 8040000;
}
.fancybox-nav {
  z-index: 8040000;
}
.fancybox-nav span {
  z-index: 8040000;
}
.fancybox-overlay {
  z-index: 8010000;
}
.fancybox-title {
  z-index: 8050000;
}
.fancybox-title-float-wrap {
  z-index: 8050000;
}
.stuck.down {
  position: fixed;
  bottom: 0;
  top: auto;
  z-index: 10;
  margin-left: -10px;
  width: 100%;
}
.suggestions {
  padding: 10px 0;
  z-index: 10;
}
.suggestions li {
  padding: 5px;
  margin-top: 3px;
}
.font-normal {
  font-weight: normal;
}
.well-search {
  border: 0;
  background-color: #ddd;
  box-shadow: none;
  margin-bottom: 0.9em;
}
@media (max-width: 1023px) {
  .well-search {
    margin-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  .col-button {
    float: left;
    width: 8.33333333%;
  }
}
.filter-form-col-fourth {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.filter-form-col-three-fourths {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.filter-form-col-third {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.form-field-mg {
  margin-bottom: 5px;
}
.btn-justified-falter .btn-group {
  padding-left: 10px;
}
.btn-justified-falter .btn-group:first-child {
  padding-left: 0;
}
.fadeout {
  position: absolute;
  height: 120px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.social-bar {
  margin-top: 10px;
}
textarea {
  resize: vertical;
}
.button-container {
  padding-top: 15px;
  padding-bottom: 10px;
}
.button-container .selectyco-button-container {
  padding-top: 79px;
}
@media (min-width: 1024px) {
  .button-container .selectyco-button-container {
    padding-left: 45px;
  }
}
.hlt1 {
  background-color: #ffff00;
  font-style: normal;
}
.meta,
.meta a {
  color: #333;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.ad-component {
  margin: 10px -10px;
}
ul.meta {
  padding-left: 20px;
}
ul.meta li {
  margin-bottom: 5px;
}
.bluebox {
  margin-bottom: 20px;
  padding: 10px;
  margin-left: 7px;
  box-shadow: -7px 0px 0px #296273;
}
.form-actions-falter {
  padding-top: 0;
  margin-top: 6px;
  border-top: 0;
}
.control-group.error {
  padding-left: 0;
}
.textarea-falter {
  width: 300px;
  height: 80px;
}
.geschenke {
  position: absolute;
  right: 3px;
  top: 0px;
  z-index: 500;
}
.cadBox h4 {
  background-color: #fff;
}
.cadBox.integrated {
  margin-bottom: 0;
}
.well-falter {
  padding: 10px 0 0 0;
  margin-bottom: 7px;
}
.well-search-bar {
  border-radius: 0;
  border-right: 0px;
}
.alert-slim {
  padding: 8px 8px 8px 10px;
}
.search-select {
  top: 0;
  left: 0;
  height: 34px;
  width: 205px;
  cursor: pointer;
}
.pR {
  position: relative;
}
.pR > .btn-group {
  height: 30px;
}
.dropdown-invisible {
  opacity: 0;
  position: absolute !important;
}
.storycontent {
  line-height: 20px;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .storycontent {
    line-height: 24px;
    font-size: 17px;
  }
}
.storycontent-article {
  line-height: 24px;
  font-size: 16px;
}
.strong {
  font-weight: bold;
}
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.deactived {
  color: #999999 !important;
  text-decoration: none !important;
}
.filter-info {
  width: 192px;
  background-color: #eee;
  padding: 4px 0;
}
.filter-info img {
  margin: auto;
}
.filter-info .copyright {
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}
.falter-list {
  list-style-type: square;
  list-style-position: inside;
  margin-left: 4px;
  color: #222;
}
.related-list-container {
  padding: 14px 4px 4px 4px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-top: 20px;
}
.related-list {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-top: 0.5em;
}
.related-list li {
  line-height: 16px;
  margin-bottom: 0.5em;
}
.related-list li a {
  font-size: 13px;
  display: block;
  line-height: 1.2em;
}
/* === Events === */
#was-laeuft .entries a {
  text-decoration: none;
}
.entries-short {
  min-height: 0px;
}
@media (max-width: 1023px) {
  .entries .entry {
    padding-top: 0;
  }
}
.entries .entry .hd {
  margin-bottom: 0.5em;
  text-transform: none;
}
.entries .entry .comment {
  margin-bottom: 12px;
}
.entries .entry .media-right {
  position: relative;
}
.entries .entry .media-right .img {
  width: 150px;
  height: 150px;
}
@media (max-width: 1023px) {
  .entries .entry .media-right .img {
    width: 100px;
    height: 100px;
  }
}
.entries .entry .pic {
  border: 1px solid #E8E8E8;
  border-bottom: 0;
}
.entries .event-hr {
  margin: 12px 0;
}
.entries .search-entry {
  border-bottom: 1px solid #b98855;
  min-height: 10em;
}
@media (max-width: 1023px) {
  .entries .search-entry {
    min-height: 8em;
  }
}
.entries .entry,
.termine li,
.gallery li {
  list-style-type: none;
  white-space: normal;
}
.small-entries {
  min-height: 0;
}
.termin-event .termine .termin {
  padding-bottom: 4px;
}
.termin.termin-hd {
  border-bottom: 1px solid #ccc;
}
.termin-hd {
  line-height: 16px;
}
.headline {
  margin-top: 30px;
}
.termin-filter {
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
}
.termin-filter li {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  margin-left: -1px;
}
.termin-filter li a {
  width: 100%;
}
.gallery .thumb-container {
  width: auto;
  margin-left: 5px;
}
.gallery .thumb-container:first-child {
  margin-left: 10px;
}
.tab-content > .active {
  padding-top: 10px;
}
.entries > li {
  margin-bottom: 16px;
}
.list-ad {
  margin: 0 -10px;
}
li.advertorial:first-child {
  padding-top: 0;
}
li.advertorial {
  background-color: #eee;
}
li.advertorial > h4 {
  text-align: left !important;
  margin-bottom: 10px;
}
.entry > a {
  line-height: 50px;
}
.entry > a > img {
  max-width: 100px;
  max-height: 100px;
}
.small-entries .entry > a img {
  max-width: 50px;
  max-height: 50px;
}
.list-header {
  margin-top: 20px;
}
.hidden {
  display: none;
}
.js-invisible {
  display: inline-block !important;
}
.control-bar-bottom {
  margin-bottom: 12px;
}
.btn-group-falter {
  float: right;
  margin-top: 4px;
}
.pagination-falter {
  margin: 4px 0 0 0;
}
.hits-dropdown {
  min-width: 85px;
}
.mri {
  margin-right: 2px;
  margin-top: -1px;
}
.mtal {
  margin-top: -1px;
}
.mli {
  margin-left: 2px;
}
.mti {
  margin-top: 2px;
}
.mg {
  margin-right: 12px;
}
.slim ul,
.gallery {
  margin: 0;
}
.termine {
  margin: 0 0 0 0;
  padding: 0;
}
input.filter-input {
  height: 16px;
  padding: 2px;
}
.ui-datepicker {
  z-index: 100 !important;
}
.time-controlls select {
  margin-bottom: 2px;
  padding-left: 1px;
  width: 48px;
}
.time-controlls a {
  margin-left: 10px;
  margin-bottom: 4px;
}
.img-high {
  border: 2px solid #E8E8E8;
}
.img-high:hover {
  border: 2px solid #fff;
}
.link-dec,
.link-dec:focus,
.link-silent,
.link-silent:hover,
.link-silent:active,
.link-silent:focus,
.link-silent:visited {
  color: #000;
  text-decoration: none;
}
.link-dec:hover {
  color: #000;
  text-decoration: underline;
}
.slim {
  margin-bottom: 0;
  margin-top: 0;
}
.slim-ext {
  margin-bottom: -5px;
}
/* Event End */
/* Navi Start */
.icon-caret {
  height: 17px;
}
.icon-caret-mix {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.icon-caret-right:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 1px;
  margin-right: 4px;
}
.icon-caret-right-white:after {
  border-left-color: #fff;
}
.icon-caret-down:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #000;
  border-width: 5px 5px 0 5px;
  margin-top: 3px;
  margin-right: 3px;
}
.icon-caret-down-white:after {
  border-top-color: #fff;
}
.btn-mini-falter .icon-caret-right:after {
  border-width: 4px 0 4px 4px;
}
.btn-mini-falter .icon-caret-down:after {
  border-width: 4px 4px 0 4px;
}
.icon-caret-left:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  margin-top: 3px;
  margin-right: 4px;
}
.btn-mini .icon-caret-left:after {
  margin-top: 1px;
}
.icon-caret-up:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-bottom-color: #000;
  margin-top: 5px;
  margin-right: 3px;
}
/* Navi End */
/* Content Start */
.sidebar-list .heading {
  font-weight: bold;
  font-size: 90%;
  color: #888;
  line-height: inherit;
  margin-bottom: 0.6em;
}
.sidebar-list ul {
  list-style-type: square;
  margin-top: 7px;
  margin-left: 14px;
  padding: 0;
}
.falter-red,
.nav a.falter-red:link,
.nav a.falter-red:visited {
  color: #D4003C;
}
/* Content End */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: bold;
}
.nav a:link,
.nav:link,
.footer a:link,
.nav a:visited,
.nav:visited,
.footer a:visited {
  color: #555555;
  font-weight: normal;
}
@media print {
  .wrapper {
    display: block !important;
  }
}
.inline-fc .form-control {
  display: inline;
}
.ts-l {
  float: left;
  margin: 5px;
}
.dark-green {
  background-color: #6b7e4d;
}
form {
  font-size: 15px;
}
span.label.light-green {
  background-color: #cee0a4;
  color: black;
}
.facebook-link {
  background-color: #3c5a98;
  padding: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
  display: block;
  text-decoration: none;
}
.facebook-link:hover {
  text-decoration: none;
  color: #fff;
}
.complete-gewinnspiellink {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}
.complete-gewinnspiellink a {
  color: #f19f18;
  text-decoration: none;
}
.loggedin .glyphicon.glyphicon-lock.archive-icon {
  display: none !important;
}
.glyphicon.glyphicon-info-sign {
  top: 3px;
}

h1.nomargin {
  margin-top: 0;
}
p.text-label.dachzeile {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  table.falter-responsive-table tr td {
    word-break: break-all;
  }
}
table.falter-responsive-table tr td:first-child {
  font-weight: bold;
}
@media (max-width: 767px) {
  table.falter-responsive-table tr td:first-child {
    display: none;
  }
}
table.falter-responsive-table .label-mobile {
  display: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  table.falter-responsive-table .label-mobile {
    display: block;
  }
}

.padding-same {
  margin: 18px 0;
}
/* Content Start */
.row-fluid .unit1of6 {
  width: 16.66667%;
}
.mgRBlock {
  margin-right: 5px;
}
.mgL {
  margin-left: 8px;
}
.mgB {
  margin-bottom: 10px;
}
.mg-cnt {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.shadow {
  box-shadow: 10px 10px 5px #888;
}
.ad-container {
  padding: 20px;
}
.teaser {
  width: 210px;
  background-color: #EFEFEF;
  margin: 0 auto;
}
.teaser img {
  height: 257px;
}
.teaser p {
  padding: 7px;
}
.falter-form .control-group {
  margin-bottom: 10px;
}
.form-actions {
  background-color: #fff;
}
.ad-mg-fix {
  margin: 0 10px;
}
.reader-image {
  border: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .button-margin {
    padding-right: 40px;
  }
}
#reader {
  width: 710px;
  height: 517px;
  margin: auto;
  display: block;
}
.error .controls {
  color: #000;
}
.rT {
  position: absolute;
  top: 0px;
  right: 0px;
}
.imgslider {
  height: 388px;
  margin: 0 auto;
  width: 270px;
}
.alert-full {
  margin-right: 0;
}
h1 i[class^="icon-"],
h1 i[class*=" icon-"] {
  margin-top: 9px;
  margin-left: 4px;
}
h2 i[class^="icon-"],
h2 i[class*=" icon-"] {
  margin-top: 5px;
  margin-left: 3px;
}
.warning {
  color: #b94a48;
}
.dec-info {
  color: #777;
  font-size: 11px;
}
.register-hd {
  margin-top: 18px;
  margin-bottom: 1px;
}
/* Main Start */
.overlay {
  position: absolute;
  max-height: 38px;
  background-image: url("/images/pxtrans.png");
  bottom: 0px;
  padding: 5px;
  color: #fff;
  width: 100%;
  left: 0;
  line-height: 16px;
  box-sizing: border-box;
  font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .overlay {
    font-size: 2rem;
    line-height: 2rem;
    max-height: none;
  }
}
.image-row {
  display: -ms-flexbox;
  display: flex;
}
.image-row .overlay.title {
  word-wrap: break-word;
  line-height: 15px;
}
.image-row .el {
  background-position: center top;
  position: relative;
  overflow: hidden;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.image-row .el a {
  height: 100%;
  width: 100%;
  display: block;
}
.image-row > * {
  float: left;
  margin-left: 0;
}
.image-row div.title {
  word-wrap: break-word;
}
.qp {
  height: 210px;
  margin-right: 4px;
}
.sp-container {
  width: 110px;
  margin-right: 4px;
}
.sp-container .sp {
  width: 110px;
  height: 103px;
  display: block;
}
.sp-container .sp:first-child {
  margin-bottom: 4px;
}
.rp {
  height: 210px;
  margin-right: 4px;
}
.cover {
  width: 150px;
  height: 210px;
}
.quicks li {
  position: relative;
  margin-bottom: 3px;
}
.teaser-box .subchannel {
  color: #AC5136;
}
.top-shop-list li {
  margin-top: 5px;
}
.top-shop-list .img {
  width: 50px;
  height: 50px;
}
.top-shop-list .link {
  color: #000;
}
.top-shop-list .price {
  color: #5D5D5D;
}
.subtitle {
  margin-bottom: 10px;
}
.title-prefix {
  color: #808080;
}
/* Main End */
.thumb-more .media-left img {
  height: 80px;
}
.thumb-more .media-body {
  vertical-align: middle;
}
.text-white {
  color: #fff;
}
@media (max-width: 1024px) {
  .mobile-input-form .form-control {
    font-size: 15px;
    height: 30px;
  }
}
.bg-light-blue {
  background-color: #e9f7fc;
}
.media-list-falter .list-group-item {
  border: 0;
  padding-left: 0;
}
@media print {
  .wp-caption img {
    max-width: 500px !important;
  }
  .article-navigation,
  .article-nav-contents,
  .suggestions,
  .related-items,
  .bluebox,
  .subscription-newsletter-ad {
    display: none !important;
  }
}
.social-nav {
  display: inline;
  margin-left: 2px;
}
.social-nav li {
  padding: 0;
}
.social-nav img {
  height: 25px;
  margin: 0;
}
.ol-overlaycontainer-stopevent {
  display: none;
}
.no-dates {
  font-weight: bold;
}
.table tbody td.place,
.table tbody td.spiel,
.table tbody td.gametime{
  vertical-align: middle;
}
.table tbody td.spiel{
  width: 100px !important;
}
.table tbody td.gametime{
  width: 180px !important;
}
.table tbody  td.tipps {
  width: 100px;
}
.dropdown-menu.user a{
  padding: 2px 4px;
}
.dropdown-menu.user{
  width: 170px;
  padding: 5px;
}
.navbar-header ul.navbar-menu > li a.profillink{
  padding-left: 1px;
}
.navbar-header ul.navbar-menu > li a:focus,
.navbar-header ul.navbar-menu > li a:hover{
  text-decoration: none;
}
.table.spielplan > tbody > tr > td{
  vertical-align: middle;
}
.tipps .form-control.mini{
  width: 46%;
  float: left;
  padding: 4px 5px;
}
.tipps .gamesep{
  float: left;
  padding-top: 6px;
}

.table > tbody > tr > td.td_flag img{
  float: right; 
  position: relative;
  top: 3px;
}

.table.tipps > tbody > tr > td.td_flag{
  width: 80px;
  vertical-align: middle;
}

.alert-primary{
  background-color: #296273;
  color: white;
}
.alert-warning{
  background-color: #ebb8c1;
  border-color: #dc8191;
  color: black;
}
.alert-primary .btn{
  background-color: white;
  color: black;
}
.alert-primary .btn:hover{
  border-color: #296273;
  color: #333;
}
.geschichte .slidebutton.nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.geschichte .slidebutton.nav:focus
.geschichte .slidebutton.nav:active,
.geschichte .slidebutton.nav:hover{
  color: white;
}
.geschichte .slidebutton.nav.left{
  margin-left: -70px;
}
.geschichte .slidebutton.nav.right{
  margin-left: 20px;
}
.slidebutton {
  border-radius: 2px;
}
.geschichte-cover {
  height: 245px;
}
.geschichte-cover div{
  height: 175px;
  display: table-cell;
  vertical-align: middle;
}

.geschichte-cover .thumbnail,
.geschichte-cover .dummy {
  margin-bottom: 10px;
}
.geschichte-cover .dummy{
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #F4F4F4;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: border 0.2s ease-in-out;
}
.geschichte-cover img {
  width: auto;
  max-height: 150px;
  max-width: 100%;
  height: auto;
}
.clearfix{
  clear: both;
}
.shariff ul{
  width: 150px;
}
.tipps input:disabled{
  background-color: #eee;
}
/*
  mobile styling 2020
*/
@media (max-width: 767px) {
  .geschichte .slidebutton{
    margin: 0;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    display: inline-block !important;
  }
  .geschichte-cover {
    height: 230px;
  }
  .geschichte-cover div{
    height: 160px;
  }
  .geschichte-cover .small{
    font-size: 0.8em;
  }
  .row .bannerwrap,
  .row .navwrap
  {
    padding-left: 0;
  }
  .navbar-header {
    margin-top: 10px;
  }
  .tipps span.form-control.mini {
    width: 46%;
    float: left;
  }
  .tipps span.gamesep{
    float: left;
    margin-top: 6px;
    font-size: 1.15em;
  }
  .dropdown-menu.user{
    margin-left: -50px;
    margin-top: -10px;
  }
  form.passwordform input.form-control {
    margin-bottom: 8px;
  }
  .table > tbody > tr > td.td_flag img{
    float: none;
  }
}

@media (max-width: 370px){
  .table tbody td.gametime{
    width: 20px !important;
  }
}
@media (max-width: 370px){
  .table tbody td.gametime{
    width: 20px !important;
  }
  .navbar-menu{
    width:40%;
  }
  .user-logo{
    margin: 0px;
    padding: 0px;
    width: 50px;
  }
 
}

@media (max-width: 370px){
.navbar-header{
  width:100%;
  
}

/* #navbarlogo{
  width: 500px;
} */
}

/* @media (max-width: 370px){
  .table tbody td.gametime{
    width: 80px !important;
  }
} 
 @media (max-width: 310px){
  .table tbody td.gametime{
    width: 20px !important;
  }
} */

.progress-bar-ratio {
	background-color:#9d0019;
  color: #9d0019;
  border: 1px solid white;
}

.ratio {
	font-weight:bold;
}

h2 span {
    margin-left: 16px;
    font-size: smaller;
}

.tipp {
    color: black;
    margin-top: 6px;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    letter-spacing: 0.7px;
}

.tipp.won{
  color: #1a721b;
}

@media (max-width: 768px) {

    td > span, .tipp {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 385px) {
  .tippsadmin {
    width:100px;
  }
  .admintbl td strong {
    font-size: 11px;
  }

  .admintbl > thead > tr > th,
  .admintbl > tbody > tr > th,
  .admintbl > tfoot > tr > th,
  .admintbl > thead > tr > td,
  .admintbl > tbody > tr > td,
  .admintbl > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
}
.sponsor-mobile-img{
  margin-bottom:20px;
}

@media (max-width: 400px) {
  .sponsor-img {
    display: none;
  }
  .sponsor-mobile-img {
    display: block !important;
  }

}


.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: #82929f;
    border-color: #82929f;
    color: #333;
  }

  
  .modal-dialog{
    width: 80%;
    max-width: 1100px;
  }
  .modal-dialog .container-fluid{
    margin-left: 20px;
  }
  
  @media (max-width: 767px) {
    .modal-dialog{
    width: 95%;
    }
    .modal-dialog .container-fluid{
      margin-left: 0px;
    }
  }