/* Minification failed. Returning unminified contents.
(7183,61): run-time error CSS1030: Expected identifier, found '='
(7183,62): run-time error CSS1031: Expected selector, found ''checkbox''
(7183,62): run-time error CSS1025: Expected comma or open brace, found ''checkbox''
(11312,15): run-time error CSS1039: Token not allowed after unary operator: '-filter-type-color'
(11320,26): run-time error CSS1039: Token not allowed after unary operator: '-filter-type-color'
(11343,20): run-time error CSS1039: Token not allowed after unary operator: '-filter-type-color'
 */

#admin-toolbar {
  background: url("/includes/images/core/toolbar-gradient.png") repeat-x left top;
  height: 34px;
  position: relative;
  text-align: left;
  width: 100%;
  opacity: 0.4;
  z-index: 1995; /* ELKÄÄMME KOSKAAN UNOHTAKO */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

#admin-toolbar:hover {
  opacity: 1;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

#admin-toolbar + .container {
  padding-top: 34px;
}

#admin-toolbar + header {
  top: 34px;
}

#admin-toolbar + header + #content {
  padding-top: 119px;
}

#admin-toolbar .container {
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  margin-left: 52px;
}

#admin-toolbar .admin-edit {
  background: url("/includes/images/core/admin-edit.png") no-repeat left top;
  height: 28px;
  overflow: hidden;
  position: absolute;
  left: 12px;
  top: 0;
  text-indent: -9999px;
  width: 28px;
}

#admin-toolbar .admin-home {
  background: url("/includes/images/core/admin-logo.png") no-repeat right top;
  position: absolute;
  right: 12px;
  top: 0;
  width: 60px;
  height: 35px;
  text-indent: -9999px;
}

#admin-tooltip {
  color: #fff;
  padding: 6px;
  font-size: 11px;
}


.flowplayer{position:relative;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-image:-moz-linear-gradient(transparent,transparent) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%;direction:ltr}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/white.png);background-size:37px 300px;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/white_rtl.png)}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/black.png);}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/black@x2.png)}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/black_rtl@x2.png)}
}@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/white@x2.png)}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/white_rtl@x2.png)}
}.flowplayer .fp-flash-disabled{background:#333;width:390px;margin:0 auto;position:absolute;bottom:0;color:#fff}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(/includes/css/Core/flowplayer-skins/skin/img/play_white.png) center no-repeat;background-size:12%;}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(/includes/css/Core/flowplayer-skins/skin/img/play_white_rtl.png) center no-repeat;background-size:12%}
@media (-webkit-min-device-pixel-ratio: 2){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(/includes/css/Core/flowplayer-skins/skin/img/play_white@x2.png) center no-repeat;background-size:12%}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(/includes/css/Core/flowplayer-skins/skin/img/play_white_rtl@x2.png) center no-repeat;background-size:12%}
}.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/play_black.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/play_black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/play_black@x2.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(/includes/css/Core/flowplayer-skins/skin/img/play_black_rtl@x2.png)}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-logo{position:absolute;top:auto;left:15px;bottom:30px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.fixed-controls.flowplayer .fp-logo{bottom:15px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:5px;left:auto;right:5px;display:block;width:30px;height:23px;background-position:12px -197px;cursor:pointer;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{right:auto;left:5px;background-position:18px -197px}
.flowplayer .fp-unload,.flowplayer .fp-close{background-position:14px -175px;display:none;}
.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{background-position:14px -175px}
.flowplayer .fp-play{display:none;width:27px;height:20px;background-position:9px -24px;position:absolute;bottom:0;left:0;}
.is-rtl.flowplayer .fp-play{background-position:18px -24px;left:auto;right:0}
.play-button.flowplayer .fp-play{display:block}
.is-paused.flowplayer .fp-play{background-position:9px 7px;}
.is-rtl.is-paused.flowplayer .fp-play{background-position:18px 7px}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-fullscreen{display:none}
.flowplayer.is-fullscreen .fp-fullscreen{background-position:10px -217px;display:block !important;}
.is-rtl.flowplayer.is-fullscreen .fp-fullscreen{background-position:21px -217px}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close{display:none !important}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden;top:5px;height:10px;margin:0 150px 0 45px;}
.no-volume.flowplayer .fp-timeline{margin-right:60px}
.no-mute.flowplayer .fp-timeline{margin-right:140px}
.no-mute.no-volume.flowplayer .fp-timeline{margin-right:45px}
.play-button.flowplayer .fp-timeline{margin-left:67px}
.is-rtl.flowplayer .fp-timeline{margin:0 45px 0 150px;}
.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:60px}
.no-mute.is-rtl.flowplayer .fp-timeline{margin-left:140px}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:45px}
.play-button.is-rtl.flowplayer .fp-timeline{margin-right:67px}
.is-long.flowplayer .fp-timeline{margin:0 180px 0 75px;}
.no-volume.is-long.flowplayer .fp-timeline{margin-right:90px}
.no-mute.is-long.flowplayer .fp-timeline{margin-right:75px}
.play-button.is-long.flowplayer .fp-timeline{margin-left:97px}
.is-rtl.is-long.flowplayer .fp-timeline{margin:75px 0 180px 0;}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline{margin-left:90px}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline{margin-left:75px}
.play-button.is-rtl.is-long.flowplayer .fp-timeline{margin-left:97px}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 110px 0 5px}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline{margin-right:20px}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline{margin-right:5px}
.play-button.no-time.flowplayer .fp-timeline,.play-button.aside-time.flowplayer .fp-timeline{margin-left:27px}
.is-rtl.aside-time.flowplayer .fp-timeline,.is-rtl.no-time.flowplayer .fp-timeline{margin:0 5px 0 110px}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,.is-rtl.no-time.no-volume.flowplayer .fp-timeline{margin-left:20px}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,.is-rtl.no-time.no-mute.flowplayer .fp-timeline{margin-left:5px}
.is-rtl.play-button.no-time.flowplayer .fp-timeline,.is-rtl.play-button.aside-time.flowplayer .fp-timeline{margin-right:27px}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-buffer{-webkit-transition:width .25s linear;-moz-transition:width .25s linear;transition:width .25s linear}
.flowplayer.is-touch .fp-timeline{overflow:visible}
.flowplayer.is-touch .fp-progress{-webkit-transition:width .2s linear;-moz-transition:width .2s linear;transition:width .2s linear}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress{-webkit-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;-moz-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before{content:'';display:block;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;right:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before{right:auto;left:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after{left:-10px;-webkit-box-shadow:-1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:-1px 0 4px rgba(0,0,0,0.5);box-shadow:-1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-progress:before{width:10px;height:10px}
.flowplayer.is-touch.is-mouseover .fp-progress:after{height:10px;width:10px;top:-5px;right:-10px;border:5px solid rgba(255,255,255,0.65);-webkit-box-shadow:1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:1px 0 4px rgba(0,0,0,0.5);box-shadow:1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after{border:10px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-transition:inherit;-moz-transition:inherit;transition:inherit;top:-10px;right:-15px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after{left:-15px;right:auto;border:10px solid #fff}
.flowplayer .fp-volume{position:absolute;top:7.5px;right:5px;}
.is-rtl.flowplayer .fp-volume{right:auto;left:5px}
.flowplayer .fp-mute{position:relative;width:10px;height:15px;float:left;top:-5px;cursor:pointer;background-position:-2px -99px;}
.is-rtl.flowplayer .fp-mute{float:right;background-position:-25px -99px}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:90px;height:5px;cursor:col-resize;float:left;}
.is-rtl.flowplayer .fp-volumeslider{float:right}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-size:12px;font-weight:bold;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:5px}
.no-time.flowplayer .fp-time{display:none}
.is-long.flowplayer .fp-time em{width:65px}
.flowplayer .fp-elapsed{left:5px;}
.play-button.flowplayer .fp-elapsed{left:27px}
.is-rtl.flowplayer .fp-elapsed{left:auto;right:5px;}
.play-button.is-rtl.flowplayer .fp-elapsed{right:27px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:110px;color:#eee;}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration{right:20px}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:100px}
.no-mute.no-volume.flowplayer .fp-remaining,.no-mute.no-volume.flowplayer .fp-duration{right:5px}
.is-rtl.flowplayer .fp-remaining,.is-rtl.flowplayer .fp-duration{right:auto;left:110px;}
.no-volume.is-rtl.flowplayer .fp-remaining,.no-volume.is-rtl.flowplayer .fp-duration{left:20px}
.no-mute.is-rtl.flowplayer .fp-remaining,.no-mute.is-rtl.flowplayer .fp-duration{left:100px}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,.no-mute.no-volume.is-rtl.flowplayer .fp-duration{left:5px}
.flowplayer .fp-remaining{display:none}
.flowplayer.color-light .fp-time{color:#222;text-shadow:0 0 1px #fff}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration{color:#666}
.flowplayer.aside-time .fp-time{position:absolute;top:5px;left:5px;bottom:auto !important;width:85px;}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:5px;}
.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:auto;margin-left:5px}
.flowplayer.is-long.aside-time .fp-time{width:130px}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-loading video.fp-engine{position:absolute;top:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;max-width:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333;}
.is-rtl.flowplayer.is-fullscreen{left:auto !important;right:0 !important}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.flowplayer.is-mouseout .fp-timeline{margin:0 !important}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:4px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-volume,.flowplayer.is-mouseout .fp-play{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume,.flowplayer.is-mouseover .fp-play,.flowplayer.fixed-controls .fp-play{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-20px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-15px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:5px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer.is-flash-disabled{background-color:#333;}
.flowplayer.is-flash-disabled object.fp-engine{z-index:100}
.flowplayer.is-flash-disabled .fp-flash-disabled{display:block;z-index:101}
.flowplayer .fp-embed{position:absolute;top:5px;left:5px;display:block;width:25px;height:20px;background-position:3px -237px;}
.is-rtl.flowplayer .fp-embed{background-position:22px -237px;left:auto;right:5px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;left:40px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;left:-10px;border:5px solid transparent;border-right-color:#333}
.is-rtl.flowplayer .fp-embed-code{left:auto;right:40px;}
.is-rtl.flowplayer .fp-embed-code:before{left:auto;right:-10px;border-right-color:transparent;border-left-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.aside-time .fp-embed{left:85px;}
.is-rtl.flowplayer.aside-time .fp-embed{left:auto;right:85px}
.flowplayer.aside-time .fp-embed-code{left:115px;}
.is-rtl.flowplayer.aside-time .fp-embed-code{left:auto;right:115px}
.flowplayer.aside-time.is-embedding .fp-time{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.is-long.aside-time .fp-embed{left:130px;}
.is-rtl.flowplayer.is-long.aside-time .fp-embed{left:auto;right:130px}
.flowplayer.no-time .fp-embed{left:5px !important;}
.is-rtl.flowplayer.no-time .fp-embed{left:auto;right:5px !important}
.flowplayer.is-live .fp-timeline,.flowplayer.is-live .fp-duration,.flowplayer.is-live .fp-remaining{display:none}
.flowplayer .fp-context-menu{position:absolute;display:none;z-index:1001;background-color:#fff;padding:10px;border:1px solid #aaa;-webkit-box-shadow:0 0 4px #888;-moz-box-shadow:0 0 4px #888;box-shadow:0 0 4px #888;width:170px;}
.flowplayer .fp-context-menu li{text-align:center;padding:10px;color:#444;margin:0 -10px 0 -10px;}
.flowplayer .fp-context-menu li a{color:#00a7c8;font-size:110%}
.flowplayer .fp-context-menu li:hover:not(.copyright){background-color:#eee}
.flowplayer .fp-context-menu li.copyright{margin:0;padding-left:110px;background-image:url("/includes/css/Core/flowplayer-skins/skin/img/flowplayer.png");background-repeat:no-repeat;background-size:100px 20px;background-position:5px 5px;border-bottom:1px solid #bbb;}
@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-context-menu li.copyright{background-image:url("/includes/css/Core/flowplayer-skins/skin/img/flowplayer@2x.png")}
}@-moz-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-webkit-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-o-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-ms-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@keyframes pulse{0%{opacity:0}
100%{opacity:1}
}.flowplayer .fp-controls{background-color:#333;background-color:rgba(51,51,51,0.6)}
.flowplayer.fixed-controls .fp-controls{background-color:#333}
.flowplayer .fp-timeline{background-color:#666}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#00a7c8}
.flowplayer .fp-volumeslider{background-color:#000}
.flowplayer .fp-volumelevel{background-color:#fff}
.flowplayer .fp-play{height:24px}
.flowplayer.is-touch.is-mouseover .fp-progress:before{background-color:#00a7c8}
.flowplayer.color-light .fp-controls{background-color:rgba(255,255,255,0.6)}
.flowplayer.color-light.fixed-controls .fp-controls{background-color:#fff}
.flowplayer.color-light .fp-volumeslider{background-color:#ddd}
.flowplayer.color-light .fp-volumelevel{background-color:#222}
.flowplayer.color-alt .fp-progress{background-color:#fff}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before{background-color:#fff}
.flowplayer.color-alt .fp-buffer{background-color:#999}
.flowplayer.color-alt2 .fp-progress{background-color:#900}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before{background-color:#900}

/*
 * Solu BS LESS stylesheet includes
 *
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #b20616;
}
.text-primary:hover {
  color: #810410;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kdb,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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-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-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-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 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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: #fff;
}
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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: #dff0d8;
  border-color: #d6e9c6;
}
.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.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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: #f2dede;
  border-color: #ebccd1;
}
.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.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e4b9c0;
}
.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: #fcf8e3;
  border-color: #faebcc;
}
.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.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f7e1b5;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #333;
}
.form-control::-moz-placeholder {
  color: #333;
}
.form-control:-ms-input-placeholder {
  color: #333;
}
.form-control::-webkit-input-placeholder {
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #b20616;
  border-color: #990513;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #8b0511;
  border-color: #5e030c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #b20616;
  border-color: #990513;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #08c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #b20616;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 90;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #08c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  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;
}
@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: 4px;
}
.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: 4px 4px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: @nav-pills-active-link-hover-color;
        background-color: @nav-pills-active-link-hover-bg;*/
}
.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;
}
@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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
}
.nav a:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 100;
  min-height: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 0;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 103;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 2.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-text {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .navbar-text {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: 0;
}
.navbar-default .navbar-brand {
  color: #3c3c3c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #232323;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #3c3c3c;
}
.navbar-default .navbar-nav > li > a {
  color: #3c3c3c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: 0;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #3c3c3c;
  border-bottom-color: #3c3c3c;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3c3c3c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #3c3c3c;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #000;
}
.breadcrumb > .active {
  color: #999999;
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #b20616;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #b20616;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #b20616;
  border-color: #b20616;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b20616;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b20616;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  /*margin-right: 15px*/
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 114;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 103;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.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%;
}
/* Picture group thumbnail dimensions. Set these to px/percent values, whatever suits your project. */
/* Mobile, tablet, large desktop */
/* Medium desktop */
#content_middle {
  font-size: 16px;
  line-height: 1.55em;
}
#content_middle p {
  font-weight: 300;
}
#content_middle h1 {
  color: #000;
}
#content_middle table {
  font-weight: 300;
}
#content_middle table p {
  font-weight: 300;
}
#content-right {
  font-size: 12px;
  line-height: 1.45em;
}
#quicklinks {
  float: left;
}
#quicklinks ul li {
  display: inline-block;
}
/** HEADINGS **/
h1,
h2,
h3 {
  line-height: normal;
  margin: 15px 0 10px;
}
/* removed some margin with multiple headings */
h1 + h1,
h1 + h2,
h1 + h3,
h2 + h2,
h2 + h3,
h3 + h3 {
  margin: 0.4em 0 0.2em 0;
}
h1 a,
h2 a,
h3 a {
  display: block;
}
/*h1 {
	font-size: 35px;
	margin: @heading-no-top-margin;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 19px;
	line-height: normal;
}

/*Used in Frontpage News and Search and Sitemap*/
/*
h5 {
	font-size: 15px;
}*/
h1 {
  font: 36px 'Roboto', arial;
  font-weight: 300;
  color: #fff;
  margin: 10px 0 6px;
  margin-right: 0;
  padding: 3px 0 3px 10px;
}
h2 {
  font: 24px 'Roboto', arial;
  font-weight: 700;
  color: #000;
  margin: 9px 0 8px 0;
  padding: 0;
}
h3 {
  font: 20px 'Roboto', arial;
  font-weight: 700;
  color: #3c3c3c;
  margin: 10px 0 10px 0;
  padding: 0;
}
h4 {
  font: 18px 'Roboto', arial;
  font-weight: 700;
  color: #3c3c3c;
  margin: 5px 0 3px 0;
  padding: 0;
}
h5 {
  font: 15px 'Roboto', arial;
  font-weight: 700;
  color: #3c3c3c;
  margin: 5px 0 3px 0;
  padding: 0;
}
h6 {
  font: 14px 'Roboto', arial;
  font-weight: 700;
  color: #b20616;
  margin: 20px 0 8px 6px;
  padding: 0;
}
#content-right h1 {
  font-size: 19px;
}
#content-right h2 {
  font-size: 19px;
}
#content-right h3 {
  font-size: 19px;
}
.page_position .rich_text:first-child h1,
.page_position .rich_text:first-child h2,
.page_position .rich_text:first-child h3 {
  margin: 0 0 10px;
}
/*** CONTENT TYPOGRAPHY ----------------------------------------------------------------- **/
a {
  color: #08c;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #005580;
  text-decoration: underline;
  cursor: pointer;
}
a:focus {
  outline: none;
}
p {
  margin: 0 0 15px 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  font-size: 16px;
  border-top: solid 3px #e3e3e3;
  border-bottom: solid 3px #e3e3e3;
  padding: 1em 0 0 0;
  margin: 0 2em 1em 2em;
}
blockquote em {
  font-size: 13px;
}
ul,
ol {
  padding-left: 20px;
}
hr {
  width: 100%;
  clear: both;
  display: block;
  border-top: 0;
}
/** PICTURES **/
.picture {
  position: relative;
  background: white;
  border-radius: 0;
  padding-bottom: 20px;
  max-width: 100%;
}
.picture .thumbnail {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.picture img {
  max-width: 100%;
  height: auto;
}
.picture a {
  cursor: pointer;
}
.picture._left {
  margin: 4px 0 4px 0;
  float: left;
}
.picture._right {
  margin: 4px 0 4px 0;
  float: right;
}
.picture.single {
  width: auto;
}
.picture._none {
  margin: 4px 0 4px 0;
  border: 1px solid transparent;
  overflow: hidden;
}
.picture.is-link {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.picture.grouped {
  background: none;
  border: 0;
  border-radius: 0;
}
.picture.as-thumbnail {
  display: inline-block;
}
.picture.as-thumbnail a {
  display: block;
  cursor: pointer;
}
.picture.as-thumbnail ins {
  background: url("/includes/icons/zoom.png") no-repeat 2px 0;
  position: absolute;
  width: 25px;
  height: 25px;
}
.picture-description {
  font-size: 11px;
  color: #999;
  line-height: normal;
  margin: 5px 0 20px 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.picture-description:hover {
  overflow: visible;
  text-overflow: auto;
  background: #fff;
  width: auto;
  z-index: 1000;
  padding-right: 10px;
}
/** Picture Group **/
.picture-group {
  margin: 0 0 15px 0;
  /*border: 1px solid #e5e5e5;*/
  border-radius: 5px;
  /* or defaultBorderRadius */
}
.picture-group .picture.grouped {
  margin: 0;
  padding: 0px 10px 10px 0px;
  width: 120px;
}
.picture-group .picture.grouped .thumbnail {
  margin: 0px;
}
.picture-group .picture.grouped ins {
  display: none;
}
/*If you change the width/height of the image from settings remember to change it here also! */
#content-right .picture.grouped {
  margin: 9px;
}
/** VIDEO **/
.video-title {
  display: block;
  background: #eee;
  padding: 4px;
  border-radius: 5px;
  /* or defaultBorderRadius */
}
.video.as-thumbnail {
  margin: 0 0 15px 0;
}
.youtube-video iframe {
  max-width: 100%;
}
body.modern .container-position {
  background: #f5f5f5;
  padding: 1em;
}
body.modern .container-position:before,
body.modern .container-position:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.modern .container-position:after {
  clear: both;
}
body.modern .container-position:before,
body.modern .container-position:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body.modern .container-position:after {
  clear: both;
}
.link-internal,
.link-external {
  margin: 0 0 0 0;
  display: block;
}
.link-internal i,
.link-external i {
  color: #b20616;
  float: left;
  margin: 0 4px 0 0px;
}
.link-internal:hover i,
.link-external:hover i {
  text-decoration: none;
}
.file_group {
  margin: 0 0 15px 0;
}
a.link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 3px 0;
}
a.link:hover {
  text-decoration: underline;
}
a.link.link-file i {
  background: url("/includes/icons/solu-16x14.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}
a.link.link-file i.file-pdf {
  background-position: -16px 0;
}
a.link.link-file i.file-doc,
a.link.link-file i.file-docx {
  background-position: -32px 0;
}
a.link.link-file i.file-ppt,
a.link.link-file i.file-pptx {
  background-position: -48px 0;
}
a.link.link-file i.file-xlsx,
a.link.link-file i.file-xls {
  background-position: -64px 0;
}
a.link.link-file i.file-psd {
  background-position: -80px 0;
}
a.link.link-file i.file-fla,
a.link.link-file i.file-swf {
  background-position: -96px 0;
}
a.link.link-file i.file-wmv,
a.link.link-file i.file-mov,
a.link.link-file i.file-mpg,
a.link.link-file i.file-mp4,
a.link.link-file i.file-m4v {
  background-position: -112px 0;
}
a.link.link-file i.file-jpg,
a.link.link-file i.file-tif,
a.link.link-file i.file-tiff,
a.link.link-file i.file-png {
  background-position: -128px 0;
}
a.link.link-file i.file-wav,
a.link.link-file i.file-mp3,
a.link.link-file i.file-aac,
a.link.link-file i.file-m4a,
a.link.link-file i.file-wma {
  background-position: -144px 0;
}
a.link.link-file i.file-dwg,
a.link.link-file i.file-dxf,
a.link.link-file i.file-cad {
  background-position: -160px 0;
}
a.link.link-file i.file-css,
a.link.link-file i.file-html {
  background-position: -176px 0;
}
a.link.link-file i.file-txt {
  background-position: -192px 0;
}
a.link.link-file i.file-zip,
a.link.link-file i.file-tar,
a.link.link-file i.file-rar,
a.link.link-file i.file-7z,
a.link.link-file i.file-gz,
a.link.link-file i.file-tgz,
a.link.link-file i.file-lha {
  background-position: -208px 0;
}
a.link.link-file i.file-vcf {
  background-position: -240px 0;
}
.header-container {
  position: relative;
  z-index: 60;
  background-color: #fff;
}
.header-container .navbar-nav {
  margin-bottom: 0;
}
.header-container .navbar-nav .navbar-toggle {
  margin: 0;
}
.header-container .navbar-nav > li.active {
  font-weight: bold;
}
.header-container .navbar-nav > li > a {
  color: #000;
}
.header-container .navbar-header {
  padding: 10px 0;
}
.header-container .navbar-toggle {
  border: 0;
  margin: 16px 32px;
}
.header-container .navbar-toggle .icon-bar {
  background-color: #cc2829;
  height: 4px;
  margin: 0 auto 4px;
}
.header-container .navbar-toggle .collapse-menu-heading {
  font-size: 11px;
  margin: 0 auto;
  font-weight: 700;
}
.header-container .logo {
  margin: 33px 42px 0;
  float: left;
}
.header-container .upper-navi {
  box-shadow: 0 0 5px rgba(57, 70, 78, 0.2);
  float: left;
  padding: 11px 5px;
  width: 100%;
}
.header-container .upper-navi .quicklinks,
.header-container .upper-navi .dropdown {
  float: right;
}
.header-container .upper-navi .quicklinks {
  padding: 9px 0;
  font-size: 12px;
  margin-right: 12px;
}
.header-container .upper-navi .language-dropdown {
  background: #f3f3f3;
}
.header-container .popover {
  max-width: 390px;
}
.header-container .popover .popover-content {
  padding: 15px 4px;
  min-width: 369px;
}
.header-container .popover .popover-content .product {
  clear: both;
  width: 100%;
}
.header-container .popover .popover-content .product .name {
  margin-right: 10px;
}
.header-container .popover .popover-content .product strong {
  float: right;
}
.header-container .toppestmenu {
  margin-top: 38px;
}
@media (max-width: 1200px) {
  .header-container .toppestmenu .navbar-nav > li {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
  }
}
.header-container .toppestmenu .navbar-nav > li > a:not(.dropdown-toggle) {
  padding: 10px 15px;
  float: left;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .header-container .toppestmenu .navbar-nav > li > a:not(.dropdown-toggle) {
    font-size: 18px;
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  .header-container .toppestmenu .navbar-nav > li > a:not(.dropdown-toggle) {
    font-size: 22px;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .header-container .toppestmenu .navbar-nav > li > a:not(.dropdown-toggle):hover ~ .dropdown-menu {
    display: flex;
  }
}
.header-container .toppestmenu .navbar-nav > li > a.dropdown-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.header-container .toppestmenu .navbar-nav > li > a.laastit-kuivabetoni-ja-vedeneristys ~ .dropdown-menu {
  height: 410px;
}
.header-container .toppestmenu .navbar-nav > li > a.laastit-kuivabetoni-ja-vedeneristys ~ .dropdown-menu > li {
  min-height: 228px;
}
@media (max-width: 1200px) {
  .header-container .toppestmenu .navbar-nav > li > a.laastit-kuivabetoni-ja-vedeneristys ~ .dropdown-menu > li {
    min-height: initial;
  }
}
.header-container .toppestmenu .navbar-nav > li .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .header-container .toppestmenu .navbar-nav > li .dropdown-menu {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header-container .toppestmenu .navbar-nav > li .dropdown-menu {
    top: 93%;
  }
  .header-container .toppestmenu .navbar-nav > li .dropdown-menu:hover {
    display: flex;
  }
}
.header-container .toppestmenu .navbar-nav > li .dropdown-menu > li #Link {
  font-size: 16px;
  padding: 3px 10px;
}
@media (max-width: 1200px) {
  .header-container .toppestmenu .navbar-nav > li .dropdown-menu > li #Link {
    padding: 5px 0px 0 10px;
  }
}
.header-container .toppestmenu .navbar-nav > li .dropdown-menu > li .move-right {
  list-style: none;
  padding-left: 10px;
}
.header-container .toppestmenu .navbar-nav > li .dropdown-menu > li .move-right a {
  color: #3c3c3c;
}
.header-container .toppestmenu .navbar-nav > li.open .dropdown-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-container .toppestmenu .navbar-nav > li.open .dropdown-menu {
  display: flex;
  position: relative;
}
.header-container .toppestmenu.in {
  width: 100%;
  border-bottom: 1px solid #ccc;
  overflow: visible;
}
.header-container .toppestmenu .mobile-quicklinks,
.header-container .toppestmenu .mobile-header-search {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 5px;
}
.header-container .toppestmenu .mobile-quicklinks .quicklinks li {
  margin: 0 5px;
  float: none;
}
.header-container .toppestmenu .mobile-quicklinks .quicklinks li a {
  padding: 5px;
  font-size: 13px;
}
.header-container .toppestmenu .mobile-header-search .search-collapser,
.header-container .toppestmenu .mobile-header-search .language-collapser {
  float: left;
  font-size: 15px;
  padding: 2px;
  cursor: pointer;
  margin: 0 10px 0 5px;
  color: #545454;
}
.header-container .toppestmenu .mobile-header-search .search-collapser img,
.header-container .toppestmenu .mobile-header-search .language-collapser img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  max-width: 100%;
}
.header-container.shrinked {
  position: fixed;
  background-color: #fff;
  z-index: 60;
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.55);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
@media (min-width: 1200px) {
  .header-container.shrinked .upper-navi {
    display: block;
  }
}
.header-container.shrinked .logo {
  margin: 5px 5px 0;
}
.header-container.shrinked .logo #LogoLink img {
  height: 40px;
  margin-left: 40px;
  margin-top: 10px;
}
.header-container.shrinked .header-cart {
  margin-top: 9px;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
.header-container.shrinked .header-cart .cart-text {
  padding: 6px 0 0;
}
.header-container.shrinked .header-cart .cart-icon {
  margin: 0;
  width: 32px;
}
.header-container.shrinked .toppestmenu {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .header-container .upper-navi {
    display: none;
  }
  .header-container .navbar-collapse {
    clear: both;
  }
  .header-container .navbar-collapse > .upper-navi {
    display: block;
    float: none;
    box-shadow: none;
  }
  .header-container .navbar-collapse > .upper-navi .header-search,
  .header-container .navbar-collapse > .upper-navi .quicklinks {
    float: left;
  }
}
.nav-list {
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 0;
}
.nav-list > li {
  border-top: 1px solid #ddd;
}
.nav-list > li:first-child {
  border-top: 0;
}
.nav-list ul {
  list-style: none;
  padding-left: 15px;
}
.nav-list ul li a {
  padding: 10px;
  display: block;
}
.nav-list ul li a:hover {
  background: transparent;
  text-decoration: none;
}
.nav-list .active > a {
  font-weight: bold;
  background: transparent;
}
.products-left-menu,
.materialbank-menu,
.reference-navi,
.global-navigation,
.construction-equipment-menu {
  background-color: #f3f3f3;
  box-shadow: 0 2px 2px #bbb;
}
.products-left-menu,
.construction-equipment-menu {
  margin: 15px 50px 15px 20px;
}
#collapsing-menu {
  margin: 15px 20px;
}
.products-left-menu,
.construction-equipment-menu,
#collapsing-menu {
  padding: 15px 0 35px 30px;
  background-color: #f3f3f3;
}
.products-left-menu .products-header,
.construction-equipment-menu .products-header,
#collapsing-menu .products-header,
.products-left-menu .construction-equipment-header,
.construction-equipment-menu .construction-equipment-header,
#collapsing-menu .construction-equipment-header {
  color: #000;
  display: block;
  font-size: 24px;
  padding: 15px 25px;
  margin-bottom: 7px;
}
.products-left-menu .products-header:hover,
.construction-equipment-menu .products-header:hover,
#collapsing-menu .products-header:hover,
.products-left-menu .construction-equipment-header:hover,
.construction-equipment-menu .construction-equipment-header:hover,
#collapsing-menu .construction-equipment-header:hover {
  color: #000;
}
.products-left-menu .construction-equipment-header,
.construction-equipment-menu .construction-equipment-header,
#collapsing-menu .construction-equipment-header {
  font-weight: normal;
}
.products-left-menu .product-navi,
.construction-equipment-menu .product-navi,
#collapsing-menu .product-navi {
  margin: 0;
}
.products-left-menu .product-navi li.active,
.construction-equipment-menu .product-navi li.active,
#collapsing-menu .product-navi li.active {
  background-color: #f3f3f3;
}
.products-left-menu .product-navi li.active > a,
.construction-equipment-menu .product-navi li.active > a,
#collapsing-menu .product-navi li.active > a {
  color: #ca0d0e;
}
.products-left-menu .product-navi li.active.open > ul,
.construction-equipment-menu .product-navi li.active.open > ul,
#collapsing-menu .product-navi li.active.open > ul {
  display: block;
}
.products-left-menu .product-navi li a,
.construction-equipment-menu .product-navi li a,
#collapsing-menu .product-navi li a {
  color: #3c3c3c;
  display: inline;
  font-size: 15px;
  color: #2c2b2b;
  font-weight: 300;
  margin-top: 1px;
  margin-bottom: 0;
}
.products-left-menu .product-navi li span.fa-stack,
.construction-equipment-menu .product-navi li span.fa-stack,
#collapsing-menu .product-navi li span.fa-stack {
  margin-right: 4px;
}
.products-left-menu .product-navi li i,
.construction-equipment-menu .product-navi li i,
#collapsing-menu .product-navi li i {
  cursor: pointer;
}
.products-left-menu .product-navi li i.fa-stack-1x,
.construction-equipment-menu .product-navi li i.fa-stack-1x,
#collapsing-menu .product-navi li i.fa-stack-1x {
  color: #fff;
}
.products-left-menu .product-navi li i.fa-stack-2x,
.construction-equipment-menu .product-navi li i.fa-stack-2x,
#collapsing-menu .product-navi li i.fa-stack-2x {
  color: #bb332d;
}
.products-left-menu .product-navi > li,
.construction-equipment-menu .product-navi > li,
#collapsing-menu .product-navi > li {
  margin: 4px 0 4px;
}
.products-left-menu .product-navi > li.parent .level-2,
.construction-equipment-menu .product-navi > li.parent .level-2,
#collapsing-menu .product-navi > li.parent .level-2,
.products-left-menu .product-navi > li.parent .level-3,
.construction-equipment-menu .product-navi > li.parent .level-3,
#collapsing-menu .product-navi > li.parent .level-3,
.products-left-menu .product-navi > li.parent .level-4,
.construction-equipment-menu .product-navi > li.parent .level-4,
#collapsing-menu .product-navi > li.parent .level-4 {
  padding-left: 25px;
  margin: 10px 0;
}
.products-left-menu .product-navi > li.parent .level-2 > li,
.construction-equipment-menu .product-navi > li.parent .level-2 > li,
#collapsing-menu .product-navi > li.parent .level-2 > li,
.products-left-menu .product-navi > li.parent .level-3 > li,
.construction-equipment-menu .product-navi > li.parent .level-3 > li,
#collapsing-menu .product-navi > li.parent .level-3 > li,
.products-left-menu .product-navi > li.parent .level-4 > li,
.construction-equipment-menu .product-navi > li.parent .level-4 > li,
#collapsing-menu .product-navi > li.parent .level-4 > li {
  padding: 4px 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-left-menu .product-navi > li.parent .level-2 > li > a,
.construction-equipment-menu .product-navi > li.parent .level-2 > li > a,
#collapsing-menu .product-navi > li.parent .level-2 > li > a,
.products-left-menu .product-navi > li.parent .level-3 > li > a,
.construction-equipment-menu .product-navi > li.parent .level-3 > li > a,
#collapsing-menu .product-navi > li.parent .level-3 > li > a,
.products-left-menu .product-navi > li.parent .level-4 > li > a,
.construction-equipment-menu .product-navi > li.parent .level-4 > li > a,
#collapsing-menu .product-navi > li.parent .level-4 > li > a {
  font-size: 14px;
}
.products-left-menu .product-navi > li.parent .level-2,
.construction-equipment-menu .product-navi > li.parent .level-2,
#collapsing-menu .product-navi > li.parent .level-2,
.products-left-menu .product-navi > li.parent .level-3,
.construction-equipment-menu .product-navi > li.parent .level-3,
#collapsing-menu .product-navi > li.parent .level-3,
.products-left-menu .product-navi > li.parent .level-4,
.construction-equipment-menu .product-navi > li.parent .level-4,
#collapsing-menu .product-navi > li.parent .level-4 {
  list-style: none;
  display: none;
}
.materialbank-menu {
  margin: 35px 50px 20px 20px;
  padding: 25px 0 35px 30px;
}
.materialbank-menu ul {
  padding: 10px;
}
.materialbank-menu .materials-header {
  margin-left: 10px;
  padding: 0;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}
.reference-navi {
  margin: 15px 50px 15px 20px;
  padding: 15px 0 35px 30px;
}
.reference-navi li {
  list-style: none;
  margin: 4px 0;
}
.reference-navi li a span {
  color: #000;
}
.reference-navi li a span.service-subnavi-selected {
  color: #b20616;
}
#archive-sorting {
  margin: 15px 50px 15px 20px;
  padding: 15px 0 35px 20px;
}
#archive-sorting h2 {
  font-weight: normal;
  margin: 0 0 10px;
}
#archive-sorting .archive-nav {
  border: 0;
}
#archive-sorting .archive-nav li.active {
  background-color: #f3f3f3;
}
#archive-sorting .archive-nav li.active > a {
  color: #ca0d0e;
}
#archive-sorting .archive-nav li a {
  color: #3c3c3c;
}
/*
 * Solu Layout Style Settings
 */
/* FOOTER */
.footer {
  margin-top: 50px;
  padding: 48px 70px 0;
  background-color: #2e3030;
  color: #ccc;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer.footer-first .footer-col {
    min-height: 380px;
  }
}
.footer.footer-second {
  margin-top: 0;
  padding: 0 70px;
  background: #3a3a3a;
}
@media (max-width: 767px) {
  .footer.gdpr-links {
    margin-bottom: 45px;
  }
}
.footer .footer-col .footer-header {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}
.footer .footer-col .footer-header.newsletter-header {
  padding-top: 20px;
}
.footer .footer-col .order-newsletter-btn,
.footer .footer-col .whistleblower-btn {
  background-color: #cc2829;
  color: #fff;
  border: 1px solid #cc2829;
}
.footer .footer-col .footer-sub-header {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  color: #ccc;
}
.footer .footer-col .footer-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0;
}
.footer .footer-col .footer-txt a {
  color: #fff;
  font-weight: 400;
}
.footer .footer-col h4 a,
.footer .footer-col .footer-txt a {
  color: #fff;
}
.footer .footer-col .somelink-container .somelink {
  color: #fff;
}
.footer-e21 img {
  height: 18px;
  width: auto;
  margin: 30px 0 0;
  float: right;
}
@media (max-width: 767px) {
  .footer-e21 img {
    float: left;
    margin-top: 0;
  }
}
header {
  height: 85px;
}
header .brand {
  float: left;
  background: url('/includes/images/brand.png') no-repeat;
  background-size: 51px 23.5px;
  width: 51px;
  height: 23.5px;
  margin: 8px 1em 0 0;
}
header .search-box {
  width: 300px;
}
header .search-box,
header .nav {
  padding-top: 15px;
}
header.navbar-default {
  border-bottom: solid 1px #e7e7e7;
}
header.navbar-fixed-top + .page-content {
  padding-top: 85px;
}
/*
 * Solu Template Stylesheets
 */
.pos_center_top {
  padding: 0;
}
.pos_center_bottom {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 20px;
  padding: 30px;
}
.pos_center_top table,
.pos_center_bottom table {
  font-size: 12px;
}
body {
  background-color: #fbfbfb;
  background-image: url("/includes/images/background.jpg");
  font-weight: 400;
  color: #3c3c3c;
}
body > form {
  margin: 0;
}
body .btn-contact {
  position: fixed;
  right: 50px;
  bottom: 0;
  background-color: #cc2829;
  font-size: 14px;
  color: #fff;
  border: 0;
  z-index: 90;
  font-weight: 800;
  line-height: 17px;
  border-radius: 3px 3px 0 0;
  padding: 15px 20px;
  text-align: left;
  transition: 0.5s all ease;
}
body .btn-contact:hover {
  background: #b82d2e;
}
body .btn-contact img {
  height: 26px;
}
label {
  margin: 0;
}
.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bd3d3d), to(#702424));
  background-image: -webkit-linear-gradient(top, #bd3d3d, 0%, #702424, 100%);
  background-image: -moz-linear-gradient(top, #bd3d3d 0%, #702424 100%);
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #702424 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3d3d', endColorstr='#ff702424', GradientType=0);
  border: 0;
  font-weight: 900;
  padding: 15px 20px;
  font-size: 16px;
}
.btn-highlight {
  color: #ce1e23;
  background: #fff;
  border: 1px solid #ce1e23;
  margin-top: 20px;
  font-size: 16px;
  border-radius: 3px;
}
thead th {
  font: 14px 'Roboto', arial;
  padding: 5px;
  margin: 0;
}
.cart-first-col {
  padding-left: 15px;
  text-align: left;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.page_position:before,
.page_position:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page_position:after {
  clear: both;
}
.page_position:before,
.page_position:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page_position:after {
  clear: both;
}
.navbar-form {
  padding: 0;
}
.header .header-top:before,
.header .header-top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header .header-top:after {
  clear: both;
}
.header .header-top:before,
.header .header-top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header .header-top:after {
  clear: both;
}
.header a.brand {
  display: block;
  background: url('/includes/images/brand.png') no-repeat;
  background-size: 51px 23.5px;
  width: 51px;
  height: 23.5px;
  margin: 8px 0 0 0;
}
.modal-title {
  font-size: 30px;
  font-weight: 300;
}
.frontpage-heading {
  box-shadow: 2px 4px 6px -5px #222;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.frontpage-heading h1 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 6px;
}
#content {
  overflow: hidden;
  padding: 20px 15px;
}
#footer {
  background-color: #ccc;
}
.tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}
.tt-dropdown-menu .tt-suggestion {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background: lightgray;
}
.banner {
  position: relative;
  /*margin-top: 77px;*/
  /*position: absolute;*/
}
.banner .banner-overlay {
  background-image: url("/includes/images/content-banner-overlay.png");
  background-color: transparent;
  z-index: 40;
  height: 139px;
  position: relative;
  top: 94%;
  width: 72%;
  display: none;
}
.banner .pos_banner_and_heading,
.banner .pos_banner {
  z-index: 39;
  padding: 0;
  position: relative;
}
.banner .pos_banner_and_heading .picture,
.banner .pos_banner .picture {
  width: 100%;
}
.banner .pos_banner_and_heading .picture img,
.banner .pos_banner .picture img {
  width: 100%;
}
.banner .pos_banner_and_heading h1,
.banner .pos_banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  color: #333;
  padding: 14px 32px 19px 54px;
  height: 75px;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}
.banner .pos_banner_and_heading h1::after,
.banner .pos_banner h1::after,
.banner .pos_banner_and_heading h1::before,
.banner .pos_banner h1::before {
  display: block;
  content: "";
  height: 76px;
  width: 25px;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  position: absolute;
  top: 0;
}
.banner .pos_banner_and_heading h1::after,
.banner .pos_banner h1::after {
  background-color: #fff;
  right: -13px;
}
.banner .pos_banner_and_heading h1::before,
.banner .pos_banner h1::before {
  background-color: #bb342e;
  left: -13px;
}
.banner .pos_banner_and_heading p,
.banner .pos_banner p {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
}
.banner .pos_banner_and_heading p a,
.banner .pos_banner p a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bd3d3d), to(#702424));
  background-image: -webkit-linear-gradient(top, #bd3d3d, 0%, #702424, 100%);
  background-image: -moz-linear-gradient(top, #bd3d3d 0%, #702424 100%);
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #702424 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3d3d', endColorstr='#ff702424', GradientType=0);
  color: #fff;
  display: block;
  padding: 15px 25px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
}
.banner .pos_banner_and_heading p a:hover,
.banner .pos_banner p a:hover {
  text-decoration: none;
}
.banner .pos_banner_and_heading + .overlay-bottom,
.banner .pos_banner + .overlay-bottom {
  background: rgba(0, 0, 0, 0) url("/includes/images/frontpage-banner-overlay-bottom.png") repeat scroll 0 0;
  bottom: 180px;
  top: auto;
  height: 114px;
  position: absolute;
  width: 100%;
  z-index: 51;
  display: none;
}
.banner .pos_ingress {
  margin: 15px auto;
  text-align: center;
  width: 80%;
  font-size: 18px;
  color: #363a3b;
  font-weight: 300;
  line-height: 22px;
}
.banner .pos_ingress p {
  margin: 0;
}
.banner .pos_ingress.shortened {
  height: 50px;
  overflow: hidden;
}
.banner .picture {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.banner .picture .picture-description {
  display: none;
}
.banner .read-more {
  display: none;
  background-color: #fff;
  color: #cd6563;
  margin: 5px 0 0 48%;
  border: 0;
  font-size: 20px;
}
/*  HOISTBOX  */
.flex-hoist {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-hoist.col-sm-4 {
    flex-basis: 33%;
  }
  .flex-hoist.col-sm-6 {
    flex-basis: 50%;
  }
  .flex-hoist.col-sm-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-hoist.col-md-4 {
    flex-basis: 33%;
  }
  .flex-hoist.col-md-6 {
    flex-basis: 50%;
  }
}
.flex-hoist .hoistbox,
.frontpage-product-solution-hoists .hoistbox {
  margin: 15px 10px 22px;
  box-shadow: 2px 4px 6px -5px #222;
  display: flex;
  flex-direction: column;
  flex: auto;
  background-color: #f3f3f3;
}
.flex-hoist .hoistbox .btn-highlight,
.frontpage-product-solution-hoists .hoistbox .btn-highlight {
  margin-top: auto;
  width: 100%;
}
.flex-hoist .hoistbox .title-link,
.frontpage-product-solution-hoists .hoistbox .title-link {
  height: 180px;
  overflow: hidden;
  display: block;
  margin: 0;
  background: #fff;
}
.flex-hoist .hoistbox .title-link .boxed,
.frontpage-product-solution-hoists .hoistbox .title-link .boxed {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-hoist .hoistbox .title-link img,
.frontpage-product-solution-hoists .hoistbox .title-link img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.flex-hoist .hoistbox .box-desc,
.frontpage-product-solution-hoists .hoistbox .box-desc {
  padding: 20px 25px 20px;
  /*position: relative;*/
  font-size: 16px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.flex-hoist .hoistbox .box-desc i,
.frontpage-product-solution-hoists .hoistbox .box-desc i {
  margin-left: 5px;
}
.flex-hoist .hoistbox > a h2,
.frontpage-product-solution-hoists .hoistbox > a h2 {
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12px;
}
.flex-hoist .hoistbox > a h2 i,
.frontpage-product-solution-hoists .hoistbox > a h2 i {
  margin-left: 5px;
}
.flex-hoist .hoistbox .short-description,
.frontpage-product-solution-hoists .hoistbox .short-description {
  color: #333;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  min-height: 85px;
  /*&::after {
				content: '';
				width: 100%;
				height: 50px;
				position: absolute;
				left: 0;
				bottom: 0;
				#gradient > .vertical(rgba(255,255,255,0); #f3f3f3;);
				background-repeat: repeat-x;
			}*/
}
.flex-hoist .call-to-action,
.frontpage-product-solution-hoists .call-to-action {
  padding: 15px 0;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  display: block;
  margin: auto auto 20px auto;
  width: 100%;
}
.flex-hoist .call-to-action.checkout-products,
.frontpage-product-solution-hoists .call-to-action.checkout-products {
  margin: 10px 0;
}
.product-sub-page .hoistbox .btn-highlight {
  margin: auto auto 0 auto;
  white-space: normal;
}
.frontpage-hoists,
.frontpage-product-solution-hoists {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.product-sub-page .hoistbox .title-link .boxed,
.product-page-content .hoistbox .title-link .boxed,
.solution-page-product-pages .hoistbox .title-link .boxed {
  background-size: contain;
}
.hide {
  display: none;
}
.cart-info {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 16px;
}
a.send-button {
  margin-top: 20px;
  border: 0;
  font-weight: 900;
  font-size: 18px;
  padding: 15px 23px;
}
a.send-button:hover {
  color: #fff;
}
.page {
  background-color: #fff;
}
.logo {
  margin-left: 0;
}
.secondary-navi-container {
  font-size: 13px;
  font-weight: 400;
  color: #3c3c3c;
}
.secondary-navi-container li {
  padding: 3px;
}
.list-inline,
.quicklinks {
  margin: 0;
  padding: 0;
  float: left;
}
.list-inline li,
.quicklinks li {
  margin-left: 12px;
  list-style: none;
  float: left;
}
.list-inline a,
.quicklinks a {
  color: #3c3c3c;
}
a.list-inline:hover {
  text-decoration: underline;
}
.badge {
  background-color: #49474b;
  padding: 7px 9px 7px 7px;
  display: inline-block;
  min-width: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
}
.header-cart {
  float: right;
  padding: 0 5px;
  margin-top: 19px;
  margin-right: 22px;
}
.header-cart a .cart-text {
  transition: all 0.2s;
}
.header-cart a .cart-text .amount {
  transition: transform 0.3s;
}
.header-cart a:hover .cart-text {
  color: #cc2829;
}
.header-cart a:hover .cart-text .amount {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
}
.header-cart .cart-text {
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: 900;
  padding: 25px 0 0;
  width: 60%;
  position: relative;
  text-align: left;
}
.header-cart .cart-text .amount {
  background-color: #ce1e23;
  border-radius: 10px;
  bottom: -2px;
  color: #fff;
  height: 20px;
  position: absolute;
  right: -13px;
  text-align: center;
  width: 20px;
}
.header-cart .cart-icon {
  float: left;
  margin: 14px 0 0 0;
  color: #000;
  width: 40px;
  height: 50px;
}
.nav-pills hr {
  margin: 4px 0 4px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d7dadc;
  padding: 0;
  width: 190px;
}
.nav-pills > li > a {
  border-radius: 0;
  margin-bottom: 6px;
  padding: 0;
  font: 16px 'Roboto', arial;
  font-weight: 300;
  color: #3c3c3c;
}
li > ul {
  margin-bottom: 6px;
}
.product-sub-navi {
  padding: 0;
  margin: 0 0 6px 16px;
  list-style: none;
  font-size: 12px;
}
.product-sub-navi a {
  color: #b20616;
}
.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}
.breadcrumb {
  font-size: 15px;
  font-weight: 700;
  padding: 22px 50px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.breadcrumb li {
  font-weight: 100;
}
.breadcrumb li a {
  color: #000;
}
.input-group-btn {
  margin: 0;
}
/* CONTENT */
/* Product group */
.product-group-button {
  padding: 10px;
  background-color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  border-bottom: 1px solid #8c8c8c;
}
.product-list-link {
  text-decoration: none;
}
.product-list-container {
  margin-top: 15px;
}
.product-list-container img {
  width: 128px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.product-list-detail-btn {
  background: #8d1214;
  background: -moz-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8d1214), color-stop(41%, #8d1214), color-stop(71%, #a64b3f), color-stop(98%, #8d1214), color-stop(100%, #8d1214));
  background: -webkit-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: -o-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: -ms-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: linear-gradient(to bottom, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='@brand-primary', GradientType=0);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.9px;
  padding: 4px 5px 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-list-detail {
  overflow: auto;
  display: block;
  padding-right: 10px;
}
.product-list-detail p {
  font-size: 13px;
  margin-bottom: 10px;
}
.more-info-icon {
  font-size: 14px;
  margin: 0 1px 0 5px;
  vertical-align: middle;
}
.alternative-products img {
  width: 128px;
  height: auto;
  margin-bottom: 10px;
}
.alternative-products p {
  font-size: 12px;
  padding-right: 10px;
  margin: -3px 0 0 0;
  line-height: 16px;
}
.alternative-products h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.alternative-product-list-container {
  margin-bottom: 30px;
  padding-left: 25px;
}
.alternative-product-list-container img {
  width: 128px;
  height: auto;
  float: left;
  margin: 0 20px 6px 0;
}
.alternative-product-list-container h5 {
  margin: 0 20px 6px 0;
}
.alternative-product-list-container p {
  margin: 0 0 13px 0;
}
.alternative-product-list-container span {
  background: #8d1214;
  background: -moz-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8d1214), color-stop(41%, #8d1214), color-stop(71%, #a64b3f), color-stop(98%, #8d1214), color-stop(100%, #8d1214));
  background: -webkit-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: -o-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: -ms-linear-gradient(top, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  background: linear-gradient(to bottom, #8d1214 0%, #8d1214 41%, #a64b3f 71%, #8d1214 98%, #8d1214 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='@brand-primary', GradientType=0);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.9px;
  padding: 4px 5px 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-services {
  padding: 3px 0 3px 10px;
  background-color: #3c3c3c;
  color: #ffffff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.header-kuivabetonit {
  margin-right: 5px;
  padding: 3px 0 3px 10px;
  background-color: #3c3c3c;
  color: #ffffff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sub-header-kuivabetonit {
  padding: 0 0 5px 0;
  margin: 20px 0 20px 0;
  color: #3c3c3c;
}
.produt-detail-bullets {
  list-style-position: inside;
  margin-bottom: 15px;
  font-size: 15px;
}
.table-header {
  margin: 0;
}
.table {
  margin-bottom: 5px;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px;
  line-height: 16px;
  vertical-align: top;
  border-top: none;
  font: 13px 'Roboto', arial;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-weight: 700;
  padding: 24px 7px 7px;
  line-height: 16px;
  vertical-align: top;
  border-top: none;
  font-family: 'Roboto', arial;
  font-size: 16px;
}
.front-page-header {
  margin-top: 15px;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.left {
  padding: 0;
}
.middle {
  padding: 0;
}
.right {
  padding: 0;
  float: right;
  margin-right: 5px;
}
.box-link {
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.box-link:hover {
  color: #fff;
  text-decoration: none;
}
.paksurappaus-btn {
  background-image: url('/includes/images/bg_paksurappaus.jpg');
}
.ohutrappaus-btn {
  background-image: url('/includes/images/bg_ohutrappaus.jpg');
}
.tuulettuvat-rappaukset-btn {
  background-image: url('/includes/images/bg_tuulettuvat_rappaukset.jpg');
}
.betonirakenteiden-korjaus-btn {
  background-image: url('/includes/images/bg_betonirakenteiden_korjaus.jpg');
}
.service-subnavi {
  margin: 20px 0 0 -20px;
}
.service-subnavi a {
  color: #b20616;
}
.service-subnavi-selected {
  color: #3c3c3c;
}
.service-top-header {
  margin-top: 5px;
}
.service-top-image {
  margin: 13px 0 20px 0;
}
.box-link-front {
  color: #fff;
  text-decoration: none;
}
.box-link-front:hover {
  color: #fff;
  text-decoration: none;
}
.box-link-front:hover p {
  background-color: rgba(60, 60, 60, 0.8);
}
.news-module {
  padding: 20px;
  margin: 12px 0 0 0;
  border: 0;
}
.news-module .news-heading a {
  color: #cb0f12;
  font-size: 20px;
  font-weight: 400;
}
.news-module a {
  font-size: 14px;
}
.news-module li {
  margin: 0;
  border: 0;
  padding: 10px 0;
}
.news-module p {
  margin: 0;
  padding: 0;
}
.news-timestamp {
  font-size: 13px;
}
.news-item {
  margin: 0;
  padding: 0 10px 10px 10px;
  border: 0;
}
.news-item img {
  margin: 5px 10px 0 0;
}
.news-item h2 {
  margin: 0;
}
.news-item a {
  margin: 0;
  padding: 0;
}
.news-item hr {
  margin: 20px 0 10px 0;
}
.news-item-nav {
  margin: 0;
  padding: 0 10px 0 5px;
  background: none;
}
.news-article {
  padding: 10px 5px 0 5px;
}
.shopping-cart-table-body {
  border-bottom: 1px solid #333;
  border-left: none;
  border-right: none;
}
.remove-from-cart {
  padding: 0;
}
.picture {
  margin: 3px 3px 3px 0;
  padding: 0;
  border-radius: 0;
}
/* CONTACT */
.contact-sub-header {
  margin: 0;
}
.table-condensed tr {
  border-bottom: 1px solid #3c3c3c;
}
#content_middle {
  padding: 0 5px 0 5px;
}
.shop-products .shopping-cart-table-header {
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #838381;
}
.shop-products .shopping-cart-table-header > div {
  padding: 10px 0 5px 5px;
}
.shop-products .shopping-cart-table-body {
  border: 0;
}
.shopping-cart-table-body > .row {
  padding: 0;
  border-top: none;
  border-bottom: 1px solid #333;
}
.cart-header-container {
  margin-top: 10px;
}
.cart-header-container h1 {
  color: #000;
}
/*.cart-ins {
	float: left;
	margin: 0;
}*/
.cart-buttons {
  /*float: left;*/
  margin-right: 5px;
  margin-top: 20px;
}
.cart-buttons a {
  border-radius: 4px;
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 10px;
  padding: 12px 20px;
}
.personcard {
  clear: both;
  margin: 15px 0 15px 0;
  padding: 0;
  font-size: 13px;
  overflow: hidden;
}
.personcard p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.personcard label {
  font-weight: 400;
}
.personcard img {
  float: left;
  margin-right: 10px;
}
.email-panel-container {
  margin: 0 0 0 10px;
  padding: 0;
  clear: both;
  width: auto;
}
.email-panel-container input[type="text"] {
  width: 100%;
  height: 30px;
  margin: 1px 0 6px 0;
  font-size: 14px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.email-panel-container .form-error {
  color: #8d1214;
  font-weight: 700;
}
.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}
.contact-info .form-control {
  height: 40px;
  width: 90%;
}
.contact-info .invalid-highlight {
  border: 1px solid #bd3d3d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(204, 40, 40, 0.12);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(204, 40, 40, 0.12);
  box-shadow: inset 0px 1px 5px 1px rgba(204, 40, 40, 0.12);
}
.contact-info textarea.form-control {
  height: 100px;
}
.AspNet-TreeView-Collapse {
  padding: 10px 7px 10px 0;
  background: url("/includes/images/icon_minus.gif") no-repeat -5px 8px;
}
.AspNet-TreeView-Expand {
  padding: 10px 7px 10px 0;
  background: url("/includes/images/icon_plus.gif") no-repeat -5px 8px;
}
.AspNet-TreeView-Root ul {
  margin: 0 0 0 23px;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}
div.tooltip-inner {
  font-size: 13px;
  max-width: 300px;
  width: 300px;
}
.pos_slideshow {
  margin-top: 15px;
}
.disclaimer {
  font: 12px 'Roboto', arial;
  font-weight: 400;
  color: #3c3c3c;
}
.somelink {
  color: #fff;
  margin-left: 10px;
}
.somelink:hover {
  color: #fff;
}
.somelink-container {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #solution-product-contact-form .gdpr-container .checkbox .gdpr-field label,
  #reference-contact-form .gdpr-container .checkbox .gdpr-field label {
    float: right;
  }
}
#general-contact-form .modal-dialog {
  width: 340px;
}
#general-contact-form .modal-dialog .modal-body {
  padding: 20px 35px;
}
#general-contact-form .modal-dialog .modal-body .the-form-view .form-group {
  margin-left: 0;
}
#general-contact-form .modal-dialog .modal-body button.close {
  right: -22px;
}
#general-contact-form .modal-dialog .modal-body h2 {
  color: #000;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  margin: 0 0 9px 0;
}
.contact-form .gdpr-container .checkbox {
  margin-left: 0;
  height: 50px;
}
@media (max-width: 1200px) {
  .contact-form .gdpr-container .checkbox {
    height: 75px;
  }
}
.contact-form .gdpr-container .checkbox .gdpr-field {
  width: 100%;
  display: block;
}
@media (min-width: 654px) {
  .contact-form .gdpr-container .checkbox .gdpr-field {
    width: 596px;
  }
}
.contact-form .gdpr-container .checkbox .gdpr-field label {
  float: right;
}
.contact-form .gdpr-container .checkbox .gdpr-field input[type='checkbox'] {
  height: auto;
  margin-top: 6px;
}
.contact-form .gdpr-container .checkbox .read-more {
  float: left;
  width: 100%;
  display: block;
}
.modal-dialog {
  width: 90%;
}
.modal .modal-body {
  padding: 20px 60px;
}
.modal .modal-body button.close {
  font-size: 32px;
  position: relative;
  right: -24px;
  top: -12px;
}
.modal .modal-body .loading-panel {
  text-align: center;
  margin: 0 auto;
}
.modal .modal-body .the-form-view {
  margin: 15px 0;
}
.modal .modal-body .the-form-view .form-group {
  margin-left: 40px;
}
.modal .modal-body .the-form-view .form-group input:not(type='checkbox') {
  height: 42px;
  margin-bottom: 18px;
  padding: 4px 15px;
  font-size: 16px;
}
.modal .modal-body .the-form-view .form-group input.btn {
  width: 100%;
  padding: 10px 20px;
  font-size: 24px;
  height: auto;
}
.modal .modal-body .the-form-view .form-group textarea {
  height: 100px;
  margin-bottom: 18px;
  padding: 4px 15px;
  font-size: 16px;
}
.modal .modal-body .the-form-view .gdpr-container .checkbox {
  margin-left: 0;
  height: 50px;
}
@media (max-width: 1200px) {
  .modal .modal-body .the-form-view .gdpr-container .checkbox {
    height: 75px;
  }
}
.modal .modal-body .the-form-view .gdpr-container .checkbox .gdpr-field {
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .modal .modal-body .the-form-view .gdpr-container .checkbox .gdpr-field label {
    float: right;
  }
}
.modal .modal-body .the-form-view .gdpr-container .checkbox .gdpr-field input.checkbox {
  height: auto;
}
.modal .modal-body .the-form-view .gdpr-container .checkbox .read-more {
  float: left;
  width: 100%;
  display: block;
}
.modal .modal-body .the-form-view .image-selector {
  width: 210px;
}
.modal .modal-body .the-form-view .form-control {
  background-color: #e3e3e3;
  border: 0;
}
.modal .modal-body .the-form-view .form-control::-moz-placeholder {
  color: #333;
}
.modal .modal-body .the-form-view .form-control:-ms-input-placeholder {
  color: #333;
}
.modal .modal-body .the-form-view .form-control::-webkit-input-placeholder {
  color: #333;
}
.modal .modal-body .the-form-view .form-control.invalid-highlight {
  border: 1px solid #bd3d3d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 5px 1px rgba(204, 40, 40, 0.12);
  -moz-box-shadow: inset 0px 1px 5px 1px rgba(204, 40, 40, 0.12);
  box-shadow: inset 0px 1px 5px 1px rgba(204, 40, 40, 0.12);
}
.modal .modal-body .the-form-view .form-control.invalid-highlight::-moz-placeholder {
  color: #671111;
}
.modal .modal-body .the-form-view .form-control.invalid-highlight:-ms-input-placeholder {
  color: #671111;
}
.modal .modal-body .the-form-view .form-control.invalid-highlight::-webkit-input-placeholder {
  color: #671111;
}
.modal .modal-body .the-form-view h2 {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 32px;
  margin-top: 0;
}
.modal .modal-body .the-form-view h5 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 18px;
  margin-top: 0;
}
.modal .modal-body .the-thank-you-view {
  display: none;
}
/*.contractor-ask-offer {
	float: right;
	margin: 10px 25px 35px;
	text-align: center;
	width: 22%;

	.call-to-action {
		#gradient > .vertical(@start-color: #bd3d3d; @end-color: #702424);
		border: 1px solid #a50b0b;
		color: #fff;
		display: block;
		font-weight: bold;
		margin: 10px auto;
		padding: 10px 45px;
		white-space: normal;
		font-size: 16px;
	}

	strong {
		padding: 5px;
	}
}*/
#language-modal .modal-dialog {
  width: 260px;
}
#search-modal .modal-header,
#language-modal .modal-header {
  padding: 15px 30px;
}
#search-modal .modal-body,
#language-modal .modal-body {
  padding: 30px 30px;
}
#search-modal .modal-body .language-menu li a,
#language-modal .modal-body .language-menu li a {
  padding: 8px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.search-page a {
  color: #bb342e;
}
.pos_thank_you_page {
  padding: 0 28px;
}
.pos_thank_you_page h1 {
  color: #000;
}
#wet-room-calculator,
#thin-layer-plaster-calculator {
  margin: 28px;
}
@media (max-width: 480px) {
  #wet-room-calculator,
  #thin-layer-plaster-calculator {
    margin: 10px;
  }
}
#wet-room-calculator h1,
#thin-layer-plaster-calculator h1 {
  color: #000;
  border-bottom: 2px solid #c40000;
}
#wet-room-calculator .selections-container,
#thin-layer-plaster-calculator .selections-container {
  padding: 0 20px;
  margin-right: 45px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  #wet-room-calculator .selections-container,
  #thin-layer-plaster-calculator .selections-container {
    padding: 0 0 30px 0;
    margin-right: 0;
  }
}
#wet-room-calculator .selections-container .alert,
#thin-layer-plaster-calculator .selections-container .alert {
  margin-top: 20px;
}
#wet-room-calculator .selections-container .buttons,
#thin-layer-plaster-calculator .selections-container .buttons {
  padding-top: 20px;
}
#wet-room-calculator .selections-container .buttons .btn-primary,
#thin-layer-plaster-calculator .selections-container .buttons .btn-primary {
  font-weight: 600;
}
#wet-room-calculator .selections-container .steps-progression,
#thin-layer-plaster-calculator .selections-container .steps-progression {
  padding: 0;
  min-height: 255px;
}
#wet-room-calculator .selections-container .steps-progression .fa-info-circle,
#thin-layer-plaster-calculator .selections-container .steps-progression .fa-info-circle {
  margin-left: 8px;
  font-size: 20px;
  color: #bf3d3d;
}
#wet-room-calculator .selections-container .steps-progression .info-text,
#thin-layer-plaster-calculator .selections-container .steps-progression .info-text {
  background: #f3f3f3 none repeat scroll 0 0;
  box-shadow: 0 2px 2px #bbb;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 40px;
  padding: 25px;
}
#wet-room-calculator .selections-container .steps-progression .info-text i,
#thin-layer-plaster-calculator .selections-container .steps-progression .info-text i {
  color: #bf3d3d;
  margin-right: 8px;
}
#wet-room-calculator .selections-container .steps-progression .step-container.ng-enter,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
  position: absolute;
  width: 100%;
}
#wet-room-calculator .selections-container .steps-progression .step-container.ng-enter.ng-active,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container.ng-enter.ng-active {
  opacity: 1;
}
#wet-room-calculator .selections-container .steps-progression .step-container.ng-leave,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
  position: absolute;
  width: 100%;
}
#wet-room-calculator .selections-container .steps-progression .step-container.ng-leave.ng-leave-active,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container.ng-leave.ng-leave-active {
  opacity: 0;
}
#wet-room-calculator .selections-container .steps-progression .step-container h2,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container h2 {
  border-bottom: 2px solid #c40000;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 30px;
}
#wet-room-calculator .selections-container .steps-progression .step-container label,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container label {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .input-group,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .input-group {
  max-width: 200px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .radio-container,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .radio-container {
  margin-bottom: 20px;
  border: 0;
  padding-left: 0;
  border-radius: 0;
}
#wet-room-calculator .selections-container .steps-progression .step-container .radio-container.has-error,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .radio-container.has-error {
  color: #b94a48;
  border: 1px solid #b94a48;
  background: #f2dede;
  border-radius: 5px;
  padding-left: 5px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .radio-container .radio label,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .radio-container .radio label {
  font-weight: 600;
}
#wet-room-calculator .selections-container .steps-progression .step-container table.table > tbody td.amount-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > tbody td.amount-cell,
#wet-room-calculator .selections-container .steps-progression .step-container table.table > thead td.amount-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > thead td.amount-cell,
#wet-room-calculator .selections-container .steps-progression .step-container table.table > tbody th.amount-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > tbody th.amount-cell,
#wet-room-calculator .selections-container .steps-progression .step-container table.table > thead th.amount-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > thead th.amount-cell {
  width: 113px;
}
#wet-room-calculator .selections-container .steps-progression .step-container table.table > tbody td.name-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > tbody td.name-cell,
#wet-room-calculator .selections-container .steps-progression .step-container table.table > thead td.name-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > thead td.name-cell,
#wet-room-calculator .selections-container .steps-progression .step-container table.table > tbody th.name-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > tbody th.name-cell,
#wet-room-calculator .selections-container .steps-progression .step-container table.table > thead th.name-cell,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table > thead th.name-cell {
  width: 60%;
}
#wet-room-calculator .selections-container .steps-progression .step-container table.table tr,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table tr,
#wet-room-calculator .selections-container .steps-progression .step-container table.table td,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container table.table td {
  font-size: 14px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .save-as-pdf-form,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .save-as-pdf-form {
  margin-bottom: 15px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .loading,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .loading {
  float: left;
  width: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-top: 2px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .email-form .input-group,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .email-form .input-group {
  max-width: unset;
}
#wet-room-calculator .selections-container .steps-progression .step-container .email-form .input-group input.form-control,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .email-form .input-group input.form-control {
  height: 53px;
}
#wet-room-calculator .selections-container .steps-progression .step-container .email-form .info-msg,
#thin-layer-plaster-calculator .selections-container .steps-progression .step-container .email-form .info-msg {
  display: block;
  margin: 5px 0 0 0;
  font-size: 13px;
}
#wet-room-calculator .selections-container .steps-progression h3,
#thin-layer-plaster-calculator .selections-container .steps-progression h3 {
  font-weight: 400;
  margin: 35px 0 0 0;
}
#wet-room-calculator .step-listing-container,
#thin-layer-plaster-calculator .step-listing-container {
  padding: 15px 30px 35px 30px;
  background-color: #f3f3f3;
  box-shadow: 0 2px 2px #bbb;
}
#wet-room-calculator .step-listing-container h2,
#thin-layer-plaster-calculator .step-listing-container h2 {
  margin-bottom: 22px;
  font-size: 22px;
}
#wet-room-calculator .step-listing-container h4,
#thin-layer-plaster-calculator .step-listing-container h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
#wet-room-calculator .step-listing-container p,
#thin-layer-plaster-calculator .step-listing-container p {
  font-weight: 300;
  padding-left: 20px;
  margin: 0 0 8px 0;
}
#wet-room-calculator .step-listing-container .steps-listing > div,
#thin-layer-plaster-calculator .step-listing-container .steps-listing > div {
  background: #fff;
  padding: 7px 20px;
  margin-bottom: 1px;
  box-shadow: 0 2px 2px #bbb;
}
#wet-room-calculator .step-listing-container .steps-listing > div.active > h4,
#thin-layer-plaster-calculator .step-listing-container .steps-listing > div.active > h4 {
  color: #bb332d;
  font-weight: 700;
}
#wet-room-calculator .step-listing-container .steps-listing > div.active > h4 .circle,
#thin-layer-plaster-calculator .step-listing-container .steps-listing > div.active > h4 .circle {
  background: #bb332d;
}
#wet-room-calculator .step-listing-container .steps-listing > div h4 .circle,
#thin-layer-plaster-calculator .step-listing-container .steps-listing > div h4 .circle {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: inline-block;
  background: #ccc;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
#wet-room-calculator .step-listing-container .steps-listing > div h4.toggleable,
#thin-layer-plaster-calculator .step-listing-container .steps-listing > div h4.toggleable {
  cursor: pointer;
}
/*Newsletter form*/
#joinNewsletter .modal-dialog {
  width: 800px;
}
@media (max-width: 768px) {
  #joinNewsletter .modal-dialog {
    width: 100%;
  }
  #joinNewsletter .modal-dialog .modal-body {
    padding: 20px 20px;
  }
}
#joinNewsletter .modal-dialog .modal-content {
  padding: 30px;
  height: 1100px;
}
#joinNewsletter .modal-dialog h1 {
  color: #000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#joinNewsletter .modal-dialog input[type=button] {
  width: 100px;
  float: left;
}
#joinNewsletter .modal-dialog .al-form {
  overflow: hidden;
}
#joinNewsletter .modal-dialog .al-form .al-input-field:nth-child(8n) {
  width: 100%;
  margin-top: 20px;
}
#joinNewsletter .modal-dialog .al-form .al-form-terms {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
}
#joinNewsletter .modal-dialog .al-form .al-errorValidationText {
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
#joinNewsletter .modal-dialog .al-input-field {
  width: 47%;
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  #joinNewsletter .modal-dialog .al-input-field {
    width: 100%;
    margin: 0;
  }
}
#joinNewsletter .modal-dialog .al-input-field label {
  clear: both;
  float: left;
  margin-top: 10px;
}
#joinNewsletter .modal-dialog .al-input-field input {
  float: left;
}
.modal-body.join-newsletter {
  padding-top: 5px;
}
.modal-body.join-newsletter input {
  margin-right: 5px;
}
.modal-body.join-newsletter label {
  color: #494949;
}
.modal-body.join-newsletter button,
.modal-body.join-newsletter h3 {
  margin-top: 20px;
}
.modal-body.join-newsletter .contact-info input {
  width: 95%;
}
.modal-body.join-newsletter .interested label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.modal-body.join-newsletter .send {
  margin-top: 20px;
}
/* Mandatory helper classes */
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.primary-call-to-action {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bd3d3d), to(#7b2727));
  background-image: -webkit-linear-gradient(top, #bd3d3d, 0%, #7b2727, 100%);
  background-image: -moz-linear-gradient(top, #bd3d3d 0%, #7b2727 100%);
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #7b2727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3d3d', endColorstr='#ff7b2727', GradientType=0);
  color: #fff;
  text-align: center;
  background-repeat: repeat-x;
  border-radius: 4px;
  font-weight: 900;
  font-size: 16px;
}
.secondary-call-to-action {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bd3d3d), to(#501a1a));
  background-image: -webkit-linear-gradient(top, #bd3d3d, 0%, #501a1a, 100%);
  background-image: -moz-linear-gradient(top, #bd3d3d 0%, #501a1a 100%);
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #501a1a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3d3d', endColorstr='#ff501a1a', GradientType=0);
  color: #fff;
}
.tertiary-call-to-action {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bd3d3d), to(#702424));
  background-image: -webkit-linear-gradient(top, #bd3d3d, 0%, #702424, 100%);
  background-image: -moz-linear-gradient(top, #bd3d3d 0%, #702424 100%);
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #702424 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3d3d', endColorstr='#ff702424', GradientType=0);
  color: #fff;
  display: block;
}
.primary-call-to-action:hover,
.secondary-call-to-action:hover,
.tertiary-call-to-action:hover {
  color: #fff;
}
/* Freight calculator */
.freight-calculator h2 label,
.freight-calculator .total-price {
  font-size: 24px;
}
.freight-calculator a.btn:active,
.freight-calculator a.btn:focus {
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #501a1a 100%);
  color: #000;
}
/* Contacts page */
.contacts-container .nav > li > a {
  font-size: 16px;
}
@media (max-width: 480px) {
  .contacts-container .nav-tabs li {
    width: 100%;
  }
}
.contacts-container .nav-tabs {
  margin-top: 20px;
  border: 0 0 1px solid #ccc;
}
.contacts-container .nav-tabs > li {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .contacts-container .nav-tabs > li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1px;
    padding-right: 0;
    width: 100%;
  }
}
.contacts-container .nav-tabs > li > a {
  background-color: #e8e8e8;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .contacts-container .nav-tabs > li > a {
    font-size: 13px;
  }
}
.contacts-container .nav-tabs > li.active > a {
  background-color: #bf3d3d;
  color: #fff;
  font-weight: bold;
}
.contacts-container .tab-content {
  padding: 10px;
}
.contacts-container .tab-content h2 {
  padding-top: 20px;
}
.contacts-container .pos_tehdas_left .personcard-container,
.contacts-container .pos_tehdas_middle .personcard-container,
.contacts-container .pos_tehdas_right .personcard-container {
  width: 95%;
}
@media (max-width: 480px) {
  .contacts-container .pos_tehdas_left .personcard-container,
  .contacts-container .pos_tehdas_middle .personcard-container,
  .contacts-container .pos_tehdas_right .personcard-container {
    width: 100%;
  }
}
.contacts-container .personcard-container {
  margin: 10px 1%;
  width: 31%;
  height: 192px;
  float: left;
  box-shadow: 2px 4px 6px -5px #222;
}
@media (max-width: 480px) {
  .contacts-container .personcard-container {
    width: 100%;
  }
}
.contacts-container .personcard-container .personcard {
  padding: 10px;
}
.contacts-container .personcard-container .personcard .person-image-container {
  width: 33%;
  float: left;
}
.contacts-container .personcard-container .personcard .person-contact-info {
  width: 66%;
  float: left;
}
.contacts-container .personcard-container .personcard img {
  max-width: 100px;
}
/** HEADER SEARCH **/
.header-search {
  float: right;
  margin-right: 38px;
}
.header-search .search-collapser,
.header-search .language-collapser {
  float: right;
  font-size: 14px;
  padding: 2px;
  cursor: pointer;
  margin-left: 34px;
  color: #545454;
  margin-top: 2px;
}
.header-search .search-collapser img,
.header-search .language-collapser img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
/** SEARCH RESULTS **/
.search-results {
  line-height: normal;
}
.search-results li {
  font-size: 11px;
  color: gray;
  display: block;
  border-bottom: 1px dashed #dfdfdf;
  padding: 1em 0;
  list-style: none;
  overflow: hidden;
}
.search-results li:first-child {
  border-top: 1px dashed #dfdfdf;
}
.search-results .result-number {
  color: #9d9d9d;
  float: left;
  display: inline-block;
  height: 40px;
  width: 50px;
}
.result-paging-size {
  font-size: 11px;
  margin: -4px 0 0 0;
}
/** SEARCH PAGINATION **/
.search-pagination {
  display: block;
  overflow: auto;
  padding: 8px;
  text-align: center;
  color: #7f7f7f;
  margin: 10px 0;
}
.search-pagination a:hover {
  text-decoration: none;
  background: #def1f4;
}
.search-pagination .previous,
.search-pagination .next,
.search-pagination .current,
.search-pagination .page {
  background: white;
  padding: 5px 10px;
}
.search-pagination .current {
  color: #3c3c3c;
}
.search-results {
  margin: 0;
  padding: 0;
}
.search-results a {
  font-size: 18px;
}
.search-results li {
  padding: 10px 0;
  margin: 0;
}
.search-results .result-number {
  color: #999;
}
.search-results .path-search {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
}
.search-results-filters ul {
  margin: 0;
  padding: 0;
}
.search-results-filters li {
  display: inline;
  margin-right: 10px;
}
.search-results-filters a {
  padding: 4px;
}
.search-results-filters .active {
  background-color: #ccc;
}
.search-results-filters .active a {
  color: #fff;
}
.result-paging-size {
  margin: 0;
  padding: 0 7px 10px 0;
}
#search-modal .modal-dialog {
  width: 500px;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .search-input {
  height: 60px;
  background-color: #e4e4e4;
  border: 0;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  box-shadow: none;
  border-radius: 3px;
  padding-left: 18px;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .search-input:focus {
  box-shadow: none;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .search-input::-moz-placeholder {
  color: #000;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .search-input::-webkit-input-placeholder {
  color: #000;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .search-input:-ms-input-placeholder {
  color: #000;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .input-group-btn {
  vertical-align: initial;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .input-group-btn a {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 38px;
  margin-left: 7px;
  padding-top: 2px;
}
#search-modal .modal-dialog .modal-content .modal-body .search-box .input-group-btn a:hover {
  background: #fff;
}
.e21-autocomplete-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.e21-autocomplete-container .e21-autocomplete.loading {
  background-image: url('/includes/images/ajax-loader.gif');
  background-position: right 5px center;
  background-repeat: no-repeat;
}
.e21-autocomplete-container .e21-autocomplete-results {
  display: none;
  width: 100%;
  background-color: #fff;
  min-width: 300px;
  padding: 5px 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 200;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.e21-autocomplete-container .e21-autocomplete-results ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.e21-autocomplete-container .e21-autocomplete-results a {
  display: block;
  padding: 3px 0;
  color: #000;
}
.e21-autocomplete-container .e21-autocomplete-results .selected {
  background-color: #f5f5f5;
}
.e21-autocomplete-container .e21-autocomplete-results #ShowAllContainer {
  border-top: 1px solid #ccc;
}
.e21-autocomplete-container .e21-autocomplete-results #ShowAllContainer i {
  color: #b20616;
}
.product-page {
  margin-right: 15px;
}
.product-page .cta-button-container .call-to-action {
  padding: 15px 20px;
}
.product-page .cta-button-container.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: auto;
  z-index: 2;
  transition: padding 0.5s ease;
  background-color: #f3f3f3;
  padding: 5px 5px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .product-page .cta-button-container.fixed {
    padding: 10px 20px 10px;
  }
}
.product-page .cta-button-container.fixed .call-to-action,
.product-page .cta-button-container.fixed .productpageoffer {
  margin: 0;
  float: right;
}
.product-page .calculator-btn-container {
  width: 100%;
  float: left;
  clear: both;
}
.product-group-btn {
  margin-top: 20px;
}
.product-group-btn .call-to-action {
  float: right;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .product-group-btn .call-to-action {
    float: left;
  }
}
.product-container {
  border-top: 2px solid #c40000;
  padding-top: 30px;
  float: left;
  margin-top: 5px;
}
.product-container .product-images > :first-of-type {
  width: 100%;
  margin-bottom: 20px;
}
.product-container .product-images > :not(:first-of-type) {
  width: 125px;
  float: left;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 8px;
}
.product-container .icon-container {
  float: left;
  clear: both;
}
.product-container .icon-container .icons {
  float: left;
  margin: 0;
  padding: 10px 0;
}
.product-container .icon-container .icons img {
  height: 33px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: baseline;
  width: auto;
  margin-bottom: 10px;
}
.product-container .icon-container .icons a {
  display: inline-block;
}
.product-container .icons-link {
  margin-left: 10px;
}
.product-container .product-detail {
  overflow: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.product-container .product-detail ul {
  margin-bottom: 25px;
  padding: 0;
}
.product-container .product-detail ul li {
  list-style: outside none none;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.product-container .product-detail ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ca0d0e;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.product-container .product-detail p {
  margin-bottom: 0;
}
.product-container .product-detail .detail-container {
  float: left;
  padding: 10px;
}
.product-container .product-detail .quicklinks {
  width: 100%;
}
.product-container .product-detail .quicklinks a {
  color: #ca0d0e;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  clear: left;
}
.find-reseller {
  padding: 12px 20px;
  margin-top: 20px;
  float: right;
}
.find-reseller:hover {
  color: #fff;
}
.product-table {
  margin: 27px 0;
  float: left;
  clear: both;
  width: 100%;
}
.product-table .cart-table thead th {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background-color: #e8e8e8;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  padding: 10px;
}
.product-table .cart-table thead th.add-to-cart-row {
  text-align: center;
}
.product-table .cart-table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.product-table .cart-table tbody tr .cart-table-header {
  font-weight: 700;
}
.product-table .cart-table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product-table .cart-table tbody tr td span {
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px 3px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-table .cart-table tbody tr td span:hover {
  background-color: #999;
  color: #fff;
}
.product-table .cart-table tbody tr td.add-to-cart-row {
  text-align: center;
}
.product-page-content {
  margin-top: 20px;
}
.product-page-content p {
  line-height: 18px;
  margin: 0 0 20px 0;
}
.product-page-content .disclaimer {
  margin-top: 10px;
}
.product-page-content .shop-products {
  padding: 0;
}
.product-page-content .nav-tabs {
  margin-top: 10px;
  border: 0;
}
.product-page-content .nav-tabs > li {
  margin-right: 5px;
}
.product-page-content .nav-tabs > li > a {
  background-color: #e8e8e8;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
}
.product-page-content .nav-tabs > li.active > a {
  background-color: #bf3d3d;
  color: #fff;
  font-weight: bold;
}
.product-page-content .tab-content {
  border: 2px solid #e3e3e3;
  padding: 30px;
  overflow: hidden;
}
.product-page-content .tab-content .sub-header {
  color: #000;
  margin: 0 0 10px 0;
}
.product-page-content .tab-content #technicalities .graph-picture {
  width: 100%;
}
.product-page-content .tab-content #technicalities p {
  font-weight: 400;
}
.product-page-content .tab-content .reference-link,
.product-page-content .tab-content .solution-link {
  margin: 15px 10px 22px;
  box-shadow: 2px 4px 6px -5px #222;
  display: flex;
  flex-direction: column;
  flex: auto;
  background-color: #f3f3f3;
  padding: 20px;
}
@media (min-width: 768px) {
  .product-page-content .tab-content .reference-link,
  .product-page-content .tab-content .solution-link {
    max-width: 30%;
  }
}
.product-sidebar {
  margin: 28px 0 0 0;
}
.product-sidebar .personcard .person-image {
  float: left;
}
.product-sidebar .personcard .person-contact-info a {
  display: inline;
  margin: 5px 0;
}
.product-sidebar .related-solution img,
.product-sidebar .reference-link img {
  border: 1px solid #8d1214;
  border-radius: 3px;
}
.product-sidebar h6:not(:first-child) {
  margin-top: 25px;
}
.product-sidebar a {
  color: #b20616;
  display: block;
  margin: 5px 0 5px 10px;
  font-size: 13px;
}
.product-sidebar .header-product-sidebar {
  padding: 5px 0 5px 10px;
  margin: 0;
  background-color: #dec8a4;
  color: #000;
  -webkit-box-shadow: 0 7px 9px -6px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 7px 9px -6px rgba(50, 50, 50, 0.2);
  box-shadow: 0 7px 9px -6px rgba(50, 50, 50, 0.2);
  clear: both;
}
#product-sub-page-list .flex-hoist .hoistbox,
#materialbank-sub-page-list .flex-hoist .hoistbox {
  margin: 15px 5px 22px;
}
@media (min-width: 768px) {
  #materialbank-sub-page-list .flex-hoist.col-sm-4 {
    flex-basis: 32%;
  }
  #materialbank-sub-page-list .flex-hoist.col-sm-6 {
    flex-basis: 49%;
  }
  #materialbank-sub-page-list .flex-hoist.col-sm-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  #materialbank-sub-page-list .flex-hoist.col-md-4 {
    flex-basis: 32%;
  }
  #materialbank-sub-page-list .flex-hoist.col-md-6 {
    flex-basis: 49%;
  }
}
#news-archive h2 {
  margin: 0 0 0.2em 0;
}
.news-module {
  padding: 15px;
  border: 1px dotted #eee;
  margin: 0 0 1em 0;
}
.news-module li {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  display: block;
  border-bottom: 1px dashed #e3e3e3;
}
.news-module li:last-child {
  margin: 0;
  border: 0;
}
.news-module .news-image {
  float: left;
  margin: 5px 5px 0 0;
}
/** next / prev navigation in news item **/
.news-item-nav {
  overflow: auto;
  padding: 8px;
  margin: 0 0 1em 0;
}
.news-item-nav a {
  display: block;
  color: #ca0d0e;
}
.news-item-nav span {
  display: block;
  font-size: 11px;
  color: #a4a4a4;
}
.news-item-nav .next {
  text-align: right;
}
/*RSS Link*/
#rss {
  display: none;
}
.frontpage-hoists .show-more {
  background: #bd3d3d none repeat scroll 0 0;
  border: 0 none;
  font-size: 15px;
  font-weight: 900;
  margin-top: 20px;
  padding: 15px 50px;
}
.frontpage-hoists .loading-icon {
  display: none;
  text-align: center;
  margin-top: 15px;
}
.frontpage-product-solution-hoists .hoistbox .box-desc a h2 {
  font-size: 24px;
}
/* Solution specific template styles */
.content-banner .banner-bg-picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 375px;
  background-color: #2a3335;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-banner .banner-bg-picture .heading,
.content-banner .banner-bg-picture .description,
.content-banner .banner-bg-picture p {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.content-banner .banner-bg-picture .heading {
  font-size: 32px;
}
.content-banner .banner-bg-picture p {
  font-size: 22px;
}
.content-banner .banner-bg-picture p a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #b20616;
  font-size: 18px;
  font-weight: 400;
}
.content-banner .banner-bg-picture p a:hover {
  background: #68040d;
}
.content-banner .banner-bg-picture p a:hover,
.content-banner .banner-bg-picture p a:focus,
.content-banner .banner-bg-picture p a:active {
  text-decoration: none;
}
#solution-content {
  padding: 20px;
}
#solution-content .solution-page-call-to-action h1 {
  color: #000;
  padding-left: 0;
  margin-top: 10px;
}
#solution-content .solution-page-call-to-action.fixed {
  transition: padding 0.5s ease;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 32px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  background: #f1f1f1;
}
@media (min-width: 1200px) {
  #solution-content .solution-page-call-to-action.fixed {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  #solution-content .solution-page-call-to-action.fixed {
    padding: 10px 20px 10px;
  }
}
#solution-content .solution-page-call-to-action.fixed > .row {
  width: 100%;
}
#solution-content .solution-page-call-to-action.fixed h1 {
  font-size: 20px;
  float: left;
  margin-bottom: 0;
}
#solution-content .solution-page-call-to-action.fixed .ask-offer-solution {
  margin: 0;
  float: right;
  width: auto;
}
@media (max-width: 767px) {
  #solution-content .solution-page-call-to-action.fixed .ask-offer-solution {
    padding: 15px 10px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
#solution-content .solution-page-call-to-action .ask-offer-button-container {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #solution-content .solution-page-call-to-action .ask-offer-button-container {
    width: 41.66666667%;
    float: right;
  }
}
@media (min-width: 1200px) {
  #solution-content .solution-page-call-to-action .ask-offer-button-container {
    width: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  #solution-content .solution-page-call-to-action .ask-offer-button-container {
    width: 25%;
  }
}
#solution-content .solution-page-call-to-action .ask-offer-solution {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #solution-content .solution-page-call-to-action .ask-offer-solution {
    margin-top: 18px;
  }
}
#solution-content .solution-page-call-to-action .ask-offer-solution p {
  margin-bottom: 0;
}
#solution-content .content-inner-container {
  padding-right: 40px;
}
#solution-content .content-inner-container p {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #solution-content .content-inner-container {
    padding-right: 0;
  }
}
#solution-content .solution-benefits {
  background: #f3f3f3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 4px 6px -5px #222;
}
#solution-content .solution-benefits h3 {
  margin-top: 0;
}
#solution-content .solution-benefits ul {
  list-style-position: inside;
  padding-left: 0;
  font-size: 16px;
}
#solution-content .solution-benefits ul li {
  list-style: outside none none;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
#solution-content .solution-benefits ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ca0d0e;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
#solution-content .related-products {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 8px -4px #222222;
}
#solution-content .related-products .panel-group .panel {
  border: 0;
}
#solution-content .related-products .panel-group .panel .panel-heading {
  border: 0;
  background: #fff;
  padding: 10px 0;
}
#solution-content .related-products .panel-group .panel .panel-heading a {
  color: #b20616;
  display: block;
  font-weight: 400;
}
#solution-content .related-products .panel-group .panel .panel-body img {
  height: 150px;
}
#solution-content .related-products .panel-group .panel .btn-highlight {
  width: 100%;
}
#solution-content .related-products .panel-group .panel p {
  margin-bottom: 0;
}
#solution-content .contact-sales {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}
#solution-content .contact-sales .personcard-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #solution-content .contact-sales .personcard-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #solution-content .contact-sales .personcard-container {
    float: left;
    width: 100%;
  }
}
#solution-content .contact-sales .personcard-container .personcard .person-img-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #solution-content .contact-sales .personcard-container .personcard .person-img-container {
    float: left;
    width: 100%;
  }
}
#solution-content .contact-sales .personcard-container .personcard .person-info-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #solution-content .contact-sales .personcard-container .personcard .person-info-container {
    float: left;
    width: 100%;
  }
}
#solution-content .picture {
  margin-bottom: 20px;
}
#solution-content .nav-tabs {
  margin-top: 20px;
  border: 0;
}
#solution-content .nav-tabs > li {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  #solution-content .nav-tabs > li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1px;
    padding-right: 0;
    width: 100%;
  }
}
#solution-content .nav-tabs > li > a {
  background-color: #e8e8e8;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  #solution-content .nav-tabs > li > a {
    font-size: 13px;
  }
}
#solution-content .nav-tabs > li.active > a {
  background-color: #bf3d3d;
  color: #fff;
  font-weight: bold;
}
#solution-content .tab-content {
  border: 2px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 30px;
}
#solution-content .tab-content .sub-header {
  color: #000;
  margin: 0 0 10px 0;
}
#solution-content .tab-content #references .hoistbox h3 {
  padding: 5px 15px;
}
.solutions-list .flex-wrap .flex-hoist .solution-hoist-item {
  margin: 15px 10px 22px;
  box-shadow: 2px 4px 6px -5px #222;
  display: flex;
  flex-direction: column;
  flex: auto;
  background-color: #f3f3f3;
}
.solutions-list .flex-wrap .flex-hoist .solution-hoist-item .hoist-item-link {
  overflow: hidden;
  display: block;
  margin: 0;
}
.solutions-list .flex-wrap .flex-hoist .solution-hoist-item .hoist-item-link .list-item-image {
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solutions-list .flex-wrap .flex-hoist .solution-hoist-item h3 {
  padding: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.survey-pal-info-container {
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0 4px 9px -6px #222;
}
.survey-pal-info-container p {
  font-weight: 700;
}
.frontpage .bx-wrapper {
  position: relative;
}
.frontpage .bx-controls {
  display: none;
}
.frontpage .bx-controls .bx-pager {
  z-index: 5100;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.frontpage .bx-controls .bx-pager-link {
  display: block;
  border: solid 1px #f00;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.frontpage .bx-controls .bx-pager-link.active {
  background: #f00;
}
.frontpage .bx-controls .bx-controls-direction {
  bottom: 50%;
  position: absolute;
  width: 100%;
  z-index: 65;
}
.frontpage .bx-controls .bx-controls-direction .bx-prev,
.frontpage .bx-controls .bx-controls-direction .bx-next {
  color: #fff;
}
.frontpage .bx-controls .bx-controls-direction .bx-prev {
  float: left;
  margin-left: 25px;
}
.frontpage .bx-controls .bx-controls-direction .bx-next {
  float: right;
  margin-right: 25px;
}
.frontpage section.slideshow {
  height: 490px;
  overflow: hidden;
  position: relative;
}
.frontpage section.slideshow ul {
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 490px;
  padding: 0;
}
.frontpage section.slideshow ul li .slide-container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 490px;
  position: relative;
  /*.overlay-top {
                        background: url('/includes/images/frontpage-banner-overlay.png');
                        top: 0;
                        position: absolute;
                        height: 121px;
                        width: 100%;
                        z-index: 51;
                    }

                    .overlay-bottom {
                        background: url('/includes/images/frontpage-banner-overlay-bottom.png');
                        bottom: 0;
                        position: absolute;
                        height: 114px;
                        width: 100%;
                        z-index: 51;
                    }*/
}
.frontpage section.slideshow ul li .slide-container img {
  height: 50%;
  max-width: 100%;
  position: absolute;
  right: 210px;
  top: 85px;
}
.frontpage section.slideshow ul li .slide-container .call-to-action {
  position: absolute;
  right: 146px;
  bottom: 80px;
  display: inline-block;
  padding: 12px 26px;
  font-weight: 900;
  font-size: 22px;
  z-index: 52;
  border-radius: 3px;
  min-width: 287px;
  text-align: center;
}
.frontpage section.slideshow ul li .slide-container .call-to-action > i {
  font-size: 18px;
}
.frontpage section.slideshow ul li .slide-container .call-to-action:hover {
  text-decoration: none;
}
.frontpage section.slideshow ul li .slide-container .description {
  height: 87px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  bottom: 78px;
  left: 75px;
  position: absolute;
  width: auto;
  transform: skewX(15deg);
  padding: 19px 35px;
  border-left: 18px solid #bb342e;
  font-size: 18px;
  font-style: oblique;
}
.frontpage section.slideshow ul li .slide-container .description span {
  font-size: 30px;
  font-weight: 300;
  color: #1e1e1e;
  transform: skewX(-5deg);
  display: block;
}
.frontpage section.slideshow ul li .slide-container h2,
.frontpage section.slideshow ul li .slide-container p {
  margin: 0;
}
/* Magnific Popup LESS */
/* Converted from CSS-file by Kare */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-prev-image {
  position: absolute;
  left: -700px;
  display: inline-block;
}
.mfp-prev-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mfp-next-image {
  position: absolute;
  right: -700px;
  display: inline-block;
}
.mfp-next-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#video {
  background: #EBE8E8;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 500px;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
  max-width: 100%;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
@keyframes leftToRight {
  0% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes leftToRight {
  0% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
@keyframes rightToLeft {
  0% {
    transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
  }
}
.mfp-figure {
  line-height: 0;
  position: relative;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.filters-area {
  margin: 10px 15px;
  background: #f2f2f2;
  padding: 25px 10px 20px;
}
.filters-area .filter-label {
  margin: 0 10px;
}
.filters-area .filters-list {
  margin: 20px 10px;
  list-style: none;
  padding: 0;
  align-items: center;
}
.filters-area .filters-list > li {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
}
.filters-area .filters-list > li:last-of-type {
  margin-right: 0;
}
.filters-area .filters-list > li .dropdown .filter-btn {
  width: 92%;
}
.filters-area .filters-list > li .search-dropdown .filter-btn {
  position: relative;
}
.filters-area .filters-list > li .search-dropdown .filter-btn .filter-count {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: orangered;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  color: #fff;
}
.filters-area .filters-list > li .search-dropdown .dropdown-menu {
  padding: 2px 10px;
  width: 92%;
}
.filters-area .checkbox-list {
  min-height: 23px;
  list-style: none;
  padding: 0;
  margin: 10px 10px;
}
.filters-area .checkbox-list li {
  margin-right: 10px;
  display: inline-block;
}
.filters-area .checkbox-list li:last-of-type {
  margin-right: 0;
}
.filters-area .search-field {
  width: 92%;
}
/*
 * Modern component base styles
 */
.component-state-loading {
  border: solid 1px #f00;
  padding: 15px;
  text-align: center;
}
.component-state-loading .spinner {
  margin-bottom: 0.5em;
}
/* Modern Grid Component
 */
.component-grid {
  padding: 15px 0;
}
.component-grid .component-body {
  margin-top: 7px;
}
.component-grid:before,
.component-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.component-grid:after {
  clear: both;
}
.component-grid:before,
.component-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.component-grid:after {
  clear: both;
}
.component-grid .grid-item {
  width: 33.33333333%;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
.component-grid .grid-item:before,
.component-grid .grid-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.component-grid .grid-item:after {
  clear: both;
}
.component-grid .grid-item:before,
.component-grid .grid-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.component-grid .grid-item:after {
  clear: both;
}
.component-grid .grid-item .grid-item-content {
  height: 400px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0.8;
}
.component-grid .grid-item .grid-item-content.no-link {
  cursor: default;
  color: #000;
}
.component-grid .grid-item.grid-item-big {
  width: 66.66666667%;
}
.component-grid .grid-item.grid-item-big .grid-item-content {
  height: 815px;
}
.component-grid .grid-item .grid-item-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30px;
  background-position: center center;
  background-size: cover;
}
.component-grid .grid-item .grid-item-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
}
.component-grid > .component-header {
  font-size: 30px;
  text-align: center;
}
/* ♪ Solu Shop/Tarjouskori Styles
 *
 */
/* Add to cart-styles */
.add-to-cart,
.add-to-cart-notice {
  background-color: white;
  border: 1px solid #b20616;
  z-index: 801;
  display: none;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 13px;
  color: #000;
}
.add-to-cart h3,
.add-to-cart-notice h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.add-to-cart input,
.add-to-cart-notice input {
  margin-top: 6px;
  width: 67px;
  color: #585858;
  font-size: 13px;
  display: inline-block;
  margin-right: 8px;
}
.add-to-cart .add-button,
.add-to-cart-notice .add-button {
  width: 100%;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bd3d3d), to(#7b2727));
  background-image: -webkit-linear-gradient(top, #bd3d3d, 0%, #7b2727, 100%);
  background-image: -moz-linear-gradient(top, #bd3d3d 0%, #7b2727 100%);
  background-image: linear-gradient(to bottom, #bd3d3d 0%, #7b2727 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3d3d', endColorstr='#ff7b2727', GradientType=0);
  color: white;
  padding: 5px 40px;
  margin-top: 8px;
  height: auto;
  font-weight: 900;
  font-size: 18px;
}
.add-to-cart .add-button:hover,
.add-to-cart-notice .add-button:hover {
  text-decoration: underline;
}
.add-to-cart {
  height: 140px;
  width: 180px;
}
.add-to-cart-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 800;
}
/* Tarjouskori styles */
.shop-products {
  padding: 0 15px;
  margin-top: 30px;
}
.shop-products .shopping-cart-table-header {
  font-weight: bold;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.shop-products .shopping-cart-table-header > div {
  padding: 10px 5px;
}
.shop-products .shopping-cart-table-body {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.shop-products .shopping-cart-table-body > .row {
  padding: 5px 0;
  border-top: 1px solid #333;
}
.shop-products .shopping-cart-table-body .product-row-item {
  padding: 5px;
  margin-top: 8px;
}
.shop-products .shopping-cart-table-body .product-row-item.product-quantity,
.shop-products .shopping-cart-table-body .product-row-item.product-edit {
  margin-top: 4px;
}
.shop-products .shopping-cart-table-body .amount {
  width: 100px;
}
.shop-products .shopping-cart-table-body .remove-from-cart {
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  color: #333;
}
.shop-products .shopping-cart-table-body .remove-from-cart:hover {
  text-decoration: none;
}
/*
 * Responsive utilities and styles
 *
 * RULES OF USE:
 * - These are reserved for "exception"-style solutions, where some elements
 *   explicitly need media query -specific styles.
 *
 * - When adding styles here, comment what it does, and why it is needed here
 *   (No need to comment on every single class declaration)
 *
 * - The above is mandatory.
 */
/*
    Handy guide for determing what variable is what
    @screen-xs = 480px;
    @screen-sm = 768px;
    @screen-md = 1200px;
*/
@media (max-width: 785px) {
  /** PICTURES **/
  .picture._left {
    margin: 4px 6px 4px 6px;
    float: none;
  }
  .picture._right {
    margin: 4px 6px 4px 6px;
    float: none;
  }
  .banner .pos_banner_and_heading .picture,
  .banner .pos_banner .picture {
    display: none;
  }
  .banner .pos_banner_and_heading h1,
  .banner .pos_banner h1 {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    height: unset;
    padding: 20px 14px 21px;
    text-align: center;
    font-weight: 400;
  }
  .banner .pos_banner_and_heading h1:after,
  .banner .pos_banner h1:after,
  .banner .pos_banner_and_heading h1::after,
  .banner .pos_banner h1::after {
    display: none;
  }
  .banner .pos_banner_and_heading h1:before,
  .banner .pos_banner h1:before,
  .banner .pos_banner_and_heading h1::before,
  .banner .pos_banner h1::before {
    display: none;
  }
  .banner .pos_banner_and_heading p,
  .banner .pos_banner p {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  .banner .pos_banner_and_heading p a,
  .banner .pos_banner p a {
    margin: 0 14px;
  }
  /* Responsive tables on mobile */
  .mobile-info-text {
    background: #dec8a4;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
  }
  .product-table .mobile-info-text {
    background: #dec8a4;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
  }
  .product-table .responsive {
    margin: 0;
  }
  .product-table .responsive td,
  .product-table .responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  .product-table .responsive td:last-child,
  .product-table .responsive th:last-child {
    display: none;
  }
  .product-table .table-wrapper {
    position: relative;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  .product-table .table-wrapper .pinned {
    position: absolute;
    -webkit-backface-visibility: hidden;
    left: 0;
    top: 0;
    background: #fff;
    width: 56px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .product-table .table-wrapper .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
    margin: 0;
  }
  .product-table .table-wrapper .pinned table th,
  .product-table .table-wrapper .pinned table td {
    white-space: nowrap;
  }
  .product-table .table-wrapper .pinned table th {
    height: 40px;
    padding: 0 8px;
  }
  .product-table .table-wrapper .pinned table td {
    height: 42px;
    padding: 0 8px;
  }
  .product-table .table-wrapper .pinned table td.add-to-cart-row {
    white-space: normal;
    text-align: left;
    padding: 5px 3px;
  }
  .product-table .table-wrapper .pinned table td:last-child {
    border-bottom: 0;
  }
  .product-table .table-wrapper .scrollable {
    margin-left: 56px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .product-table .table-wrapper .scrollable th:last-child,
  .product-table .table-wrapper .scrollable td:last-child {
    display: none;
  }
  .product-table .table-wrapper .scrollable th {
    height: 40px;
    padding: 0 8px;
  }
  .product-table .table-wrapper .scrollable td {
    height: 42px;
    padding: 0 8px;
  }
  #solution-product-contact-form .modal-dialog,
  #general-contact-form .modal-dialog,
  #reference-contact-form .modal-dialog,
  #search-modal .modal-dialog {
    width: 90%;
  }
  #solution-product-contact-form .modal-dialog .modal-body,
  #general-contact-form .modal-dialog .modal-body,
  #reference-contact-form .modal-dialog .modal-body,
  #search-modal .modal-dialog .modal-body {
    padding: 15px;
  }
  #solution-product-contact-form .modal-dialog .modal-body .image-selector,
  #general-contact-form .modal-dialog .modal-body .image-selector,
  #reference-contact-form .modal-dialog .modal-body .image-selector,
  #search-modal .modal-dialog .modal-body .image-selector {
    margin: 10px 0 20px;
  }
  #solution-product-contact-form .modal-dialog .modal-body .form-group,
  #general-contact-form .modal-dialog .modal-body .form-group,
  #reference-contact-form .modal-dialog .modal-body .form-group,
  #search-modal .modal-dialog .modal-body .form-group {
    margin: 0;
  }
  #solution-product-contact-form .modal-dialog .modal-body button.close,
  #reference-contact-form .modal-dialog .modal-body button.close {
    bottom: 25px;
    right: 0;
    top: auto;
  }
  #general-contact-form .modal-dialog .modal-body button.close {
    right: 0;
  }
  .breadcrumb {
    border: 0;
    padding: 10px 6px;
  }
  .modal .modal-body .the-form-view h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .modal .modal-body .the-form-view h5 {
    font-size: 16px;
  }
  .modal .modal-body .the-form-view img.img-responsive {
    display: none;
  }
  .modal .modal-body .the-form-view .form-group input.form-control {
    font-size: 13px;
    height: 32px;
    margin-bottom: 10px;
  }
  .modal .modal-body .the-form-view .form-group textarea {
    font-size: 13px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  #content {
    padding: 5px;
  }
  .breadcrumb {
    line-height: 14px;
    font-size: 11px;
    font-weight: 400;
    padding: 0;
    margin: 10px 15px 5px 15px;
    list-style: none;
    background-color: #fff;
  }
  .page {
    background-position: left -5px top -20px;
  }
  .navbar-collapse {
    max-height: none;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .header-container {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.55);
  }
  .header-container .logo-and-toggle .logo {
    margin: 18px 10px 0 15px;
  }
  .header-container .logo-and-toggle .logo img {
    margin-top: 3px;
    width: 65px;
    height: auto;
  }
  .header-container .logo-and-toggle .navbar-toggle {
    float: right;
    margin: 6px 3px 0 2px;
  }
  .header-container .toppestmenu {
    float: left;
    clear: both;
    background: #fff;
  }
  .header-container .header-cart {
    margin-top: 0;
    margin-right: 0;
  }
  .header-container .header-cart .cart-icon {
    width: 28px;
    margin-top: 15px;
    height: 37px;
  }
  .header-container .header-cart .cart-text {
    padding-top: 18px;
    font-size: 11px;
  }
  .header-container .navbar-collapse {
    margin: 0;
    box-shadow: none;
  }
  .header-container .navbar-collapse .upper-navi {
    overflow: hidden;
    float: left;
    margin-top: 10px;
    background: #fff;
    text-align: center;
  }
  .header-container .navbar-collapse .upper-navi .header-search {
    width: 100%;
    margin-right: 0;
  }
  .header-container .navbar-collapse .upper-navi .header-search .language-collapser,
  .header-container .navbar-collapse .upper-navi .header-search .search-collapser {
    width: 50%;
    float: left;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
  }
  .header-container .navbar-collapse .upper-navi .header-search .language-collapser img,
  .header-container .navbar-collapse .upper-navi .header-search .search-collapser img {
    display: none;
  }
  .header-container .navbar-collapse .upper-navi .header-search .language-collapser {
    border-right: 1px solid #bbb;
  }
  .header-container .navbar-collapse .upper-navi .quicklinks {
    width: 100%;
    margin-top: 13px;
    text-align: center;
  }
  .header-container .navbar-collapse .upper-navi .quicklinks li {
    width: 100%;
  }
  .header-container .navbar-collapse .upper-navi .quicklinks li a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
    display: block;
  }
  .header-container.shrinked .header-cart {
    margin-top: 9px;
  }
  .header-container.shrinked .header-cart .cart-text {
    padding-top: 8px;
  }
  .header-container.shrinked .header-cart .cart-icon {
    margin-top: 5px;
    width: 28px;
    height: 35px;
  }
  .header-container.shrinked .logo #LogoLink img {
    height: auto;
    margin-top: 3px;
    margin-left: 0;
  }
  .header-container.shrinked .solutions-menu {
    margin: 0;
  }
  .header-container.shrinked .solutions-menu .solution {
    min-height: 0;
    padding: 0 5px;
    margin: 0;
  }
  .header-container.shrinked .solutions-menu .solution a {
    padding: 5px;
  }
  #og-grid li {
    max-width: 100%;
  }
  #og-grid li .og-expander {
    width: 95%;
  }
  #og-grid li .og-expander .og-expander-inner .og-details {
    width: 100%;
  }
  .products-left-menu {
    margin: 15px;
    padding: 15px 0 30px 20px;
  }
  .products-left-menu .product-navi li a {
    font-size: 12px;
    font-weight: 400;
  }
  .products-left-menu .product-navi li.parent > ul.level-2 li a {
    font-size: 12px;
    font-weight: 400;
  }
  .materialbank-menu,
  .construction-equipment-menu {
    margin: 35px 15px 20px;
    padding: 25px 0 35px 15px;
  }
  body .btn-contact {
    border-radius: 0;
    padding: 10px;
    right: 0;
    width: 100%;
  }
  /*.contractor-ask-offer {
		float: none;
		margin: 10px 0 35px;
		text-align: center;
		width: 100%;

		.call-to-action {
			padding: 10px 15px;
		}
	}*/
  .product-page {
    margin-right: 0;
  }
  .find-reseller {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  .col-sm-6 .hoistbox,
  .col-sm-4 .hoistbox {
    min-height: initial;
  }
  .col-sm-6 .hoistbox .box-desc,
  .col-sm-4 .hoistbox .box-desc {
    min-height: 0;
  }
  .col-sm-6 .hoistbox .box-desc .short-description,
  .col-sm-4 .hoistbox .box-desc .short-description {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
    float: none;
    overflow: visible;
  }
  .col-sm-6 .hoistbox .box-desc .call-to-action,
  .col-sm-4 .hoistbox .box-desc .call-to-action {
    bottom: initial;
    position: static;
    top: initial;
    left: initial;
    right: initial;
    clear: both;
  }
  .two-column-product-content .product-page-content {
    padding-right: 0;
  }
  .two-column-product-content .product-page-content .tab-content {
    padding: 20px;
  }
  .frontpage-heading h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 12px 10px 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .shoppingcart-contactinfo {
    padding: 0 10px;
  }
  .cart-header-container {
    margin-top: 0;
  }
  .cart-header-container h1 {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .header-container .logo-and-toggle .logo {
    margin: 21px 25px 0;
  }
  .header-container .logo-and-toggle .logo img {
    margin-top: 3px;
    height: auto;
  }
  .header-container .logo-and-toggle .navbar-toggle {
    margin: 16px 32px 12px 10px;
  }
  .header-container.shrinked .logo #LogoLink img {
    margin-top: 4px;
    margin-left: 5px;
  }
  .header-container .header-cart {
    margin: 2px 0 0 0;
  }
  .header-container .header-cart .cart-text {
    padding: 25px 0 0 0;
  }
  .header-container .header-cart .cart-icon {
    margin-top: 19px;
  }
  .banner .pos_banner_and_heading h1,
  .banner .pos_banner h1 {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    height: unset;
    padding: 24px 14px 24px;
    text-align: center;
    font-weight: 400;
  }
  .banner .pos_banner_and_heading h1:after,
  .banner .pos_banner h1:after,
  .banner .pos_banner_and_heading h1::after,
  .banner .pos_banner h1::after {
    display: none;
  }
  .banner .pos_banner_and_heading h1:before,
  .banner .pos_banner h1:before,
  .banner .pos_banner_and_heading h1::before,
  .banner .pos_banner h1::before {
    display: none;
  }
  .banner .pos_banner_and_heading p,
  .banner .pos_banner p {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }
  .banner .pos_banner_and_heading p a,
  .banner .pos_banner p a {
    margin: 0 14px;
  }
}
@media (min-width: 768px) {
  /** PICTURES **/
  .picture._left {
    margin: 15px 20px 20px 0;
    float: left;
  }
  .picture._right {
    margin: 15px 0 20px 20px;
    float: right;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding: 0 10px;
  }
  .shop-products .shopping-cart-table-body .remove-from-cart {
    padding: 10px 0;
  }
  #og-grid li {
    max-width: 100%;
  }
  #og-grid li .og-expander {
    width: 95%;
  }
  #og-grid li .og-expander .og-expander-inner .og-fullimg {
    display: none;
  }
  #og-grid li .og-expander .og-expander-inner .og-details {
    float: none;
    width: 100%;
    height: 100%;
  }
  .product-table .cart-table tbody tr td {
    padding: 5px 10px;
  }
  .product-page-content .nav-tabs li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1px;
    padding-right: 0;
    width: 100%;
  }
  .header-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-container {
    width: 768px;
    box-shadow: 0 0 5px rgba(57, 70, 78, 0.2);
  }
  .header-container .navbar-toggle {
    margin: 16px 32px 16px 10px;
  }
  .header-container .navbar-toggle .collapse-menu-heading {
    font-size: 16px;
  }
  .header-container .logo {
    float: left;
    margin: 21px 42px 0;
  }
  .header-container .logo img {
    height: 51px;
  }
  .header-container .header-cart {
    margin: 2px 0 0 0;
  }
  .header-container .header-cart .cart-icon {
    margin: 19px 0 0;
    width: 34px;
    height: 43px;
  }
  .header-container.shrinked .header-cart {
    margin-top: 13px;
  }
  .header-container.shrinked .logo-and-toggle .logo {
    margin: 5px 40px 0;
  }
  .header-container.shrinked .logo-and-toggle .logo #LogoLink img {
    margin-top: 22px;
  }
  .product-list-detail p {
    font-size: 15px;
  }
  .left {
    padding-left: 0;
    padding-right: 5px;
  }
  .middle {
    padding: 0 5px;
  }
  #sitemap {
    padding: 0 20px 0 0;
    margin: 0 10px;
  }
  .hoistbox .title-link h2 {
    height: 50px;
  }
  .hoistbox .box-desc .short-description {
    height: 130px;
  }
  .banner .pos_banner_and_heading h1,
  .banner .pos_banner h1 {
    font-size: 19px;
    padding: 16px 32px 19px 54px;
  }
  .banner .overlay-bottom {
    display: block;
  }
  .frontpage section.slideshow ul li .slide-container img {
    height: 35%;
    left: 179px;
    right: unset;
    top: 60px;
  }
  .frontpage section.slideshow ul li .slide-container .call-to-action {
    left: 93px;
    right: unset;
    bottom: 188px;
  }
  .frontpage-heading h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .frontpage-hoists .hoistbox .box-desc,
  .frontpage-product-solution-hoists .hoistbox .box-desc {
    min-height: 200px;
  }
  .frontpage-hoists .hoistbox .box-desc .short-description,
  .frontpage-product-solution-hoists .hoistbox .box-desc .short-description {
    height: 185px;
  }
  .col-md-6 .hoistbox .box-desc {
    min-height: 275px;
  }
  .col-md-6 .hoistbox .box-desc .short-description {
    height: 130px;
  }
  .navbar-header {
    padding: 20px 0;
  }
  .header a.brand {
    width: 102px !important;
    height: 47px !important;
    background-size: 102px 47px;
    margin: 0;
  }
  /** Picture Group **/
  .picture-group .picture.grouped {
    width: 250px;
  }
  #og-grid li .og-expander-inner .og-details {
    width: 50%;
  }
  .news-module {
    padding: 0;
    margin: 12px 0 0 0;
    border: 0;
  }
  .news-module a {
    font-size: 15px;
  }
  h1 {
    font-weight: 300;
    margin: 20px 5px 6px 0;
    padding: 3px 0 3px 0px;
  }
  #sitemap {
    padding: 0 15px 0 0;
    margin: 0 10px 0 10px;
  }
  /* Add column spacing for center grid columns, e.g. for CMS content.
	 * Since Bootstrap's gutter spacing is reset to zero, we're just applying
	 * spacing for places that we need it in, rather than just resetting it
	 * everywhere. */
  .center-grid .col:first-child {
    padding-right: 15px;
  }
  .center-grid .col:last-child {
    padding-left: 15px;
  }
  .banner .pos_banner_and_heading h1,
  .banner .pos_banner h1 {
    font-size: 30px;
    padding: 15px 32px 19px 54px;
  }
  .navbar-collapse {
    max-height: none;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .header-container {
    width: 1170px;
    margin-bottom: 20px;
  }
  .header-container.shrinked + * {
    margin-top: 185px;
  }
  .header-container.shrinked + * + .banner {
    margin-top: 0;
  }
  .header-container.shrinked .header-cart {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-container.shrinked .toppestmenu {
    width: 69%;
    margin-left: 20px;
  }
  .header-container .logo {
    margin: 30px 42px 6px;
  }
  .header-container .toppestmenu {
    float: left;
    clear: none;
    width: 61%;
  }
  .header-container .header-cart {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
  }
  .header-container .popover {
    left: 68% !important;
  }
  .header-container .navbar-toggle {
    margin: 16px 32px 12px 10px;
  }
  .header-container .header-search .search-collapser,
  .header-container .header-search .language-collapser {
    color: #000;
    font-size: 14px;
  }
  .hoistbox .box-desc {
    padding: 20px;
  }
  .hoistbox .box-desc .short-description {
    font-size: 14px;
    line-height: normal;
  }
  .hoistbox .box-desc > a h2 {
    font-size: 16px;
  }
  .hoistbox .call-to-action {
    line-height: normal;
    font-size: 16px;
    left: 18px;
  }
  /*.contractor-ask-offer .call-to-action {
		padding: 10px 25px;
	}*/
  .products-left-menu .product-navi li a {
    font-size: 14px;
  }
  .product-table .cart-table tbody tr td {
    padding: 5px 10px;
  }
  .materialbank-menu,
  .construction-equipment-menu {
    margin: 35px 20px 20px;
    padding: 25px 0 35px 30px;
  }
  .product-page-content .nav-tabs > li > a {
    font-size: 13px;
  }
  #solution-product-contact-form .modal-dialog,
  #general-contact-form .modal-dialog,
  #reference-contact-form .modal-dialog,
  #search-modal .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 1400px) {
  /** Picture Group **/
  .picture-group .picture.grouped {
    width: 250px;
  }
  .header-container {
    width: 1370px;
  }
  .header-container .upper-navi {
    width: 1370px;
  }
  .header-container .toppestmenu {
    width: 66%;
    float: left;
  }
  .header-container .popover {
    left: 73% !important;
  }
  .header-container.shrinked + * {
    margin-top: 195px;
  }
  .frontpage-hoists .hoistbox {
    margin: 15px 15px 22px;
  }
  .banner .pos_banner_and_heading h1,
  .banner .pos_banner h1 {
    font-size: 34px;
    padding: 13px 32px 19px 54px;
  }
  .hoistbox .box-desc .short-description {
    font-size: 16px;
    line-height: normal;
  }
  .hoistbox .box-desc > a h2 {
    font-size: 20px;
  }
}
#og-grid {
  list-style: none;
  padding: 0;
}
#og-grid li {
  display: inline-block;
  padding: 10px 5px 0 5px;
  vertical-align: top;
  z-index: 5;
  line-height: 20px;
  font-size: 13px;
  /*@media screen and (max-width: 650px) {

            .og-fullimg {
                display: none;
            }

            .og-details {
                float: none;
                width: 100%;
                height: 100%;
            }
        }*/
}
#og-grid li > a {
  display: block;
  position: relative;
}
#og-grid li > a img {
  max-height: 248px;
}
#og-grid li > a .reference-description {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  padding: 6px 10px;
}
#og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #dbdbdb;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}
#og-grid li .og-expander {
  position: absolute;
  background: #dbdbdb;
  top: auto;
  left: 0;
  margin: 8px;
  padding: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
  width: 98%;
  z-index: 10;
  /*max-height: 460px;*/
}
#og-grid li .og-expander-inner {
  padding: 10px;
  height: 100%;
}
#og-grid li .og-expander-inner .og-fullimg,
#og-grid li .og-expander-inner .og-details {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#og-grid li .og-expander-inner .og-details {
  padding: 0 0 0 20px;
  width: 50%;
}
#og-grid li .og-expander-inner .og-details h3 {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
#og-grid li .og-expander-inner .og-details p {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  margin: 10px 0 12px 0;
}
#og-grid li .og-expander-inner .og-details .used-products-list,
#og-grid li .og-expander-inner .og-details .application-pages-list {
  padding: 0;
}
#og-grid li .og-expander-inner .og-details .used-products-list li,
#og-grid li .og-expander-inner .og-details .application-pages-list li {
  margin: 0;
  display: block;
  max-width: none;
  padding: 0;
}
#og-grid li .og-expander-inner .og-fullimg {
  text-align: center;
  width: 50%;
}
#og-grid li .og-expander-inner .og-fullimg .mainImg {
  display: block;
  margin: 0 auto;
  clear: right;
}
#og-grid li .og-expander-inner .og-fullimg .mainImg img {
  max-height: 230px;
}
#og-grid li .og-expander-inner .og-fullimg .thumbnails {
  margin-top: 5px;
  float: left;
}
#og-grid li .og-expander-inner .og-fullimg .thumbnails .summary {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: hidden;
  float: left;
}
#og-grid li .og-expander-inner .og-fullimg .thumbnails .summary img {
  width: 100px;
  height: 100px;
}
#og-grid li .og-close {
  float: right;
  height: 30px;
  width: 28px;
  cursor: pointer;
  color: #b20616;
  display: block;
}
#og-grid li .og-close i {
  font-size: 30px;
}
#og-grid li .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  -o-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}
@media screen and (max-width: 830px) {
  #og-grid li .og-expander h3 {
    font-size: 32px;
  }
  #og-grid li .og-expander p {
    font-size: 13px;
  }
  #og-grid li .og-expander a {
    font-size: 12px;
  }
}
@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@-moz-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
/* NEW REFERENCES */
.references-list .hoistbox {
  margin: 15px 10px 22px;
  box-shadow: 2px 4px 6px -5px #222;
  display: flex;
  flex-direction: column;
  flex: auto;
  background-color: #f3f3f3;
}
.references-list .hoistbox .btn-highlight {
  margin-top: auto;
  width: 100%;
}
.references-list .hoistbox .title-link {
  height: 180px;
  overflow: hidden;
  display: block;
  margin: 0;
  background: #fff;
}
.references-list .hoistbox .title-link .boxed {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.references-list .hoistbox .title-link img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.references-list .hoistbox .box-desc {
  padding: 20px 25px 20px;
  /*position: relative;*/
  font-size: 16px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.references-list .hoistbox .box-desc i {
  margin-left: 5px;
}
.references-list .hoistbox > a h2 {
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12px;
}
.references-list .hoistbox > a h2 i {
  margin-left: 5px;
}
.references-list .hoistbox .short-description {
  color: #333;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  min-height: 85px;
  /*&::after {
				content: '';
				width: 100%;
				height: 50px;
				position: absolute;
				left: 0;
				bottom: 0;
				#gradient > .vertical(rgba(255,255,255,0); #f3f3f3;);
				background-repeat: repeat-x;
			}*/
}
.references-list .call-to-action {
  padding: 15px 0;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  display: block;
  margin: auto auto 20px auto;
  width: 100%;
}
/* REFERENCES PAGE */
.reference-slider-container .reference-banner {
  background-size: cover;
  height: 600px;
  width: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .reference-slider-container .reference-banner {
    height: 300px;
  }
}
.reference-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.reference-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b20616;
}
.reference-slider-container .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 59;
}
.reference-slider-container .bx-wrapper .bx-prev {
  left: 10px;
  background: url('/includes/images/controls.png') no-repeat 0 -32px;
}
.reference-slider-container .bx-wrapper .bx-next {
  right: 10px;
  background: url('/includes/images/controls.png') no-repeat -43px -32px;
}
.reference-slider-container .bx-pager {
  text-align: center;
  margin: 15px 0;
}
.reference-slider-container .bx-pager-item {
  display: inline-block;
}
#reference-content {
  padding: 20px;
}
#reference-content h1 {
  color: #000;
  padding-left: 0;
  margin-top: 10px;
}
#reference-content .reference-page-call-to-action h1 {
  color: #000;
  padding-left: 0;
  margin-top: 10px;
}
#reference-content .reference-page-call-to-action.fixed {
  transition: padding 0.5s ease;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 32px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  background: #f1f1f1;
}
@media (min-width: 1200px) {
  #reference-content .reference-page-call-to-action.fixed {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  #reference-content .reference-page-call-to-action.fixed {
    padding: 10px 20px 10px;
  }
}
#reference-content .reference-page-call-to-action.fixed > .row {
  width: 100%;
}
#reference-content .reference-page-call-to-action.fixed h1 {
  font-size: 20px;
  float: left;
  margin-bottom: 0;
}
#reference-content .reference-page-call-to-action.fixed .ask-offer-solution {
  margin: 0;
  float: right;
  width: auto;
}
@media (max-width: 767px) {
  #reference-content .reference-page-call-to-action.fixed .ask-offer-solution {
    padding: 15px 10px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
#reference-content .reference-page-call-to-action .ask-offer-button-container {
  float: left;
  width: 100%;
}
#reference-content .reference-page-call-to-action .ask-offer-reference,
#reference-content .reference-page-call-to-action .view-other-references {
  width: 100%;
  margin-bottom: 20px;
}
#reference-content .reference-page-call-to-action .ask-offer-reference p,
#reference-content .reference-page-call-to-action .view-other-references p {
  margin-bottom: 0;
}
#reference-content .content-inner-container {
  padding-right: 40px;
}
#reference-content .content-inner-container p {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #reference-content .content-inner-container {
    padding-right: 0;
  }
}
#reference-content .related-products,
#reference-content .related-solutions {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 8px -4px #222222;
}
#reference-content .related-products .panel-group .panel,
#reference-content .related-solutions .panel-group .panel {
  border: 0;
}
#reference-content .related-products .panel-group .panel .panel-heading,
#reference-content .related-solutions .panel-group .panel .panel-heading {
  border: 0;
  background: #fff;
  padding: 10px 0;
}
#reference-content .related-products .panel-group .panel .panel-heading a,
#reference-content .related-solutions .panel-group .panel .panel-heading a {
  color: #b20616;
  display: block;
  font-weight: 400;
}
#reference-content .related-products .panel-group .panel .panel-body img,
#reference-content .related-solutions .panel-group .panel .panel-body img {
  height: 150px;
}
#reference-content .related-products .panel-group .panel .btn-highlight,
#reference-content .related-solutions .panel-group .panel .btn-highlight {
  width: 100%;
}
#reference-content .related-products .panel-group .panel p,
#reference-content .related-solutions .panel-group .panel p {
  margin-bottom: 0;
}
#reference-content .contact-sales {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}
#reference-content .contact-sales .personcard-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #reference-content .contact-sales .personcard-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #reference-content .contact-sales .personcard-container {
    float: left;
    width: 100%;
  }
}
#reference-content .contact-sales .personcard-container .personcard .person-img-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #reference-content .contact-sales .personcard-container .personcard .person-img-container {
    float: left;
    width: 100%;
  }
}
#reference-content .contact-sales .personcard-container .personcard .person-info-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #reference-content .contact-sales .personcard-container .personcard .person-info-container {
    float: left;
    width: 100%;
  }
}
#reference-content .picture {
  margin-bottom: 20px;
}
#reference-content .nav-tabs {
  margin-top: 20px;
  border: 0;
}
#reference-content .nav-tabs > li {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  #reference-content .nav-tabs > li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1px;
    padding-right: 0;
    width: 100%;
  }
}
#reference-content .nav-tabs > li > a {
  background-color: #e8e8e8;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  #reference-content .nav-tabs > li > a {
    font-size: 13px;
  }
}
#reference-content .nav-tabs > li.active > a {
  background-color: #bf3d3d;
  color: #fff;
  font-weight: bold;
}
#reference-content .tab-content {
  border: 2px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 30px;
}
#reference-content .tab-content .sub-header {
  color: #000;
  margin: 0 0 10px 0;
}
#reference-content .reference-additional-image {
  background-color: #fff;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px;
}

.reference-pages-view {
  margin: 0 25px; }

.reference-pages-view h1 {
  color: #000;
  margin-left: 25px; }

@media (max-width: 767px) {
  .reference-pages-view h1 {
    margin-left: 0;
    padding-left: 0; } }

.reference-pages-view .references-filter-info {
  margin-left: 25px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .reference-pages-view .references-filter-info {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px; } }

.reference-pages-view .filters-section {
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 10px; }

.reference-pages-view .filters {
  /*		display: block;
  flex-direction: row;
  justify-content: space-between;*/ }

.reference-pages-view .filters .filter {
  position: relative;
  /*width: 300px;*/
  /*margin-right: 15px;*/
  padding: 5px; }

.reference-pages-view .filters .filter label {
  margin-bottom: 5px; }

.reference-pages-view .filters .remove-filters-button {
  margin-top: 30px; }

.reference-pages-view .active-filters {
  margin: 10px 0 0 0; }

.reference-pages-view .sort-section {
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 10px;
  margin: 15px 0;
  background: #fff; }

.reference-pages-view .results-section {
  margin-top: 15px; }

.reference-pages-view .results-section .product-pages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }

@media (max-width: 767px) {
  .reference-pages-view .results-section .flex-hoist.col-xs-12 {
    flex-basis: 100%; } }

@media (min-width: 768px) {
  .reference-pages-view .results-section .flex-hoist.col-sm-6 {
    flex-basis: 48%; } }

@media (min-width: 1200px) {
  .reference-pages-view .results-section .flex-hoist.col-md-4 {
    flex-basis: 32%; } }

/*# sourceMappingURL=ReferencesGrid.vue.map */
.v-select {
  position: relative;
  font-family: inherit; }

.v-select, .v-select * {
  box-sizing: border-box; }

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.vs__fade-enter-active, .vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0; }

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8; }

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px; }

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0; }

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px; }

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right; }

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal; }

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative; }

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px; }

.vs--searchable .vs__dropdown-toggle {
  cursor: text; }

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer; }

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855); }

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1); }

.vs--loading .vs__open-indicator {
  opacity: 0; }

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px; }

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff; }

.vs__no-options {
  text-align: center; }

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap; }

.vs__dropdown-option:hover {
  cursor: pointer; }

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff; }

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5); }

.vs__dropdown-option--disabled:hover {
  cursor: inherit; }

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
  z-index: 0; }

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff; }

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent; }

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4; }

.vs--single.vs--searching .vs__selected {
  display: none; }

.vs__search::-webkit-search-cancel-button {
  display: none; }

.vs__search::-ms-clear, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
  display: none; }

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1; }

.vs__search::-webkit-input-placeholder {
  color: inherit; }

.vs__search::-moz-placeholder {
  color: inherit; }

.vs__search:-ms-input-placeholder {
  color: inherit; }

.vs__search::-ms-input-placeholder {
  color: inherit; }

.vs__search::placeholder {
  color: inherit; }

.vs--unsearchable .vs__search {
  opacity: 1; }

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2; }

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s; }

.vs__spinner, .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.vs--loading .vs__spinner {
  opacity: 1; }

/*# sourceMappingURL=vue-select.css.map*/
.sort-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 5px;
  margin: 0 0 0 15px; }

.sort-button.sorting {
  text-decoration: underline; }

.sort-button:hover {
  text-decoration: underline; }

.sort-button span {
  position: absolute;
  top: -2px;
  right: -5px; }

/*# sourceMappingURL=SortButton.vue.map */
.product-table-item {
  width: 270px;
  padding: 15px;
  border: 1px solid #333; }

@supports (-ms-ime-align: auto) {
  .product-table-item {
    /* Old Edge doesnt support "grid" property on the parent */
    margin-right: 15px;
    margin-bottom: 15px; } }

.product-table-item .details {
  font-size: 14px;
  color: #333; }

.product-table-item:hover {
  text-decoration: none; }

/*# sourceMappingURL=ProductPageThumbnail.vue.map */
.select-filter .selected-option {
  font-weight: bold;
  color: var(--filter-type-color); }

/*# sourceMappingURL=SelectFilter.vue.map */
.active-filter {
  display: inline-block;
  border-radius: 8px;
  background: white;
  padding: 5px 10px;
  border: 1px solid var(--filter-type-color);
  margin: 5px; }

.active-filter:hover {
  border-color: red;
  cursor: pointer; }

.active-filter small {
  display: block;
  font-size: 11px;
  text-transform: capitalize;
  color: #666; }

.active-filter span {
  margin: 0 5px;
  color: tomato; }

.active-filter:hover span {
  color: red; }

/*# sourceMappingURL=ActiveFilter.vue.map */
.filter-count {
  border-radius: 100%;
  background: var(--filter-type-color);
  color: white;
  font-weight: bold;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center; }

/*# sourceMappingURL=FilterCount.vue.map */

