/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.16.4/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.16.4/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../../assets/jquery/mediaelement/2.16.4/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../../assets/jquery/mediaelement/2.16.4/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.16.4/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-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:-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:-ms-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);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(20,20,20,0.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px !important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url("../../assets/jquery/mediaelement/2.16.4/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8 !important;background-color:rgba(255,255,255,.4) !important}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url("../../assets/jquery/mediaelement/2.16.4/images/skipback.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
/* galerie-masonry.css */
.masonry{margin:0 auto;padding:20px 0 45px}.msry_theme_standard.ce_masonry_gallery{padding:5px}.ie9 .msry_theme_standard.ce_masonry_gallery{padding:5px}.ie8 .msry_theme_standard.ce_masonry_gallery{padding:5px}.ie9 .masonry{padding:20px 0 45px 45px;text-align:center}.ie9 .content-masonry h1{text-align:center}.ie8 .content-masonry h1{text-align:center}.ie8 .masonry{padding:20px 30px 45px 40px}.msry_theme_standard .masonry_gallery{width:190px;height:190px;margin-bottom:20px;padding:0;text-align:center;background-color:#198963;border:0px solid;border-radius:0;line-height:190px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");box-shadow:none}.masonry .image_container img:hover{opacity:0}.masonry .image_container img{padding-top:0;padding-bottom:0;vertical-align:middle;-webkit-transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-o-transition: opacity 1s ease-in-out;transition: opacity 1s ease-in-out}.ie9 .msry_theme_standard .masonry_gallery{width:185px;height:185px;margin-right:20px;margin-bottom:20px;text-align:center;background-color:#c3c3c3}.ie8 .msry_theme_standard .masonry_gallery{width:185px;height:185px;margin-right:20px;margin-bottom:20px;text-align:center;background-color:#c3c3c3}
/* styles.css */
@import url("http://fonts.googleapis.com/css?family=Open+Sans");#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button{margin: 0;  padding: 0;  border: 0;  list-style: none;  line-height: 1;  display: block;  position: relative;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box}#cssmenu:after,#cssmenu > ul:after{height:0;clear:both;display:block;line-height:0;content: ".";visibility: hidden}#cssmenu #menu-button{display:none;background-color:#d61d1d}#cssmenu{width:auto;font-family:'Open Sans',Helvetica,sans-serif;line-height:1;z-index:1000}#menu-line{height:3px;left:0;top:0;position:absolute;background-color:#198963;-webkit-transition: all 0.25s ease-out;-moz-transition: all 0.25s ease-out;-ms-transition: all 0.25s ease-out;-o-transition: all 0.25s ease-out;transition: all 0.25s ease-out}#cssmenu > ul > li{float:left}#cssmenu.align-center > ul{text-align:center;font-size:0}#cssmenu.align-center > ul > li{float:none;display:inline-block}#cssmenu.align-center ul ul{text-align:left}#cssmenu.align-right > ul > li{float:right}#cssmenu.align-right ul ul{text-align:right}#cssmenu > ul > li > a{padding:20px;font:12px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#000;text-transform:uppercase;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease}#cssmenu > ul > li:hover > a{font-family:'Open Sans',sans-serif;font-weight:bold;color:#198963}#cssmenu > ul > li.visited > a{font-family:'Open Sans',sans-serif;font-weight:bold;color:#000}#cssmenu > ul > li.has-sub > a{padding-right:25px;font-family:'Open Sans',Helvetica,sans-serif;font-weight:bold}#cssmenu > ul > li.has-sub > a::after{width:4px;height:4px;top:21px;position:absolute;border-bottom:1px solid #000;font-weight:bold;right: 10px;border-right: 1px solid #000000;content: "";-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease}#cssmenu > ul > li.has-sub:hover > a::after,#cssmenu > ul > li.has-sub:focus > a::after{background-color:#fff;border-color:#198963;font-family:'Open Sans',Helvetica,sans-serif;color:#198963;text-transform:none}#cssmenu ul ul{left:-9999px;position:absolute}#cssmenu li:hover > ul{left:auto}#cssmenu.align-right li:hover > ul{right:0}#cssmenu ul ul ul{top:0;margin-left:100%}#cssmenu.align-right ul ul ul{margin-right:100%;margin-left:0}#cssmenu ul ul li{height:0;-webkit-transition: height .2s ease;-moz-transition: height .2s ease;-ms-transition: height .2s ease;-o-transition: height .2s ease;transition: height .2s ease}#cssmenu ul li:hover > ul > li{height:32px}#cssmenu ul ul li a{width:160px;padding:10px 20px;background-color:#198963;font:12px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#fff;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease}#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover,#cssmenu ul ul li a:focus{background-color:#fff;font-family:'Open Sans',sans-serif;font-weight:bold;color:#198963;text-transform:none}#cssmenu ul ul li.has > a::after{width:4px;height:4px;top:13px;position:absolute;border-bottom:1px solid #ddd;font-family:'Open Sans',Helvetica,sans-serif;right: 10px;border-right: 1px solid #dddddd;content: "";-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease}#cssmenu.align-right ul ul li.has-sub > a::after{left:10px;right:auto;border-right:0;border-bottom:0;font-family:'Open Sans',Helvetica,sans-serif;font-weight:bold;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd}#cssmenu ul ul li.has-sub:hover > a::after{border-color:#fff;font-family:'Open Sans',Helvetica,sans-serif}#logo-mobile{max-width:426px;max-height:90px;display:none}{}@media all and (max-width: 768px),only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),only screen and (min-resolution: 192dpi) and (max-width: 1024px),only screen and (min-resolution: 2dppx) and (max-width: 1024px){#container .mod_sitemap {text-align:center;}#footer-content ul li.li-last {display:none;}.mod_article [class*="ce_"], .mod_article [class*="mod_"] {margin:10px;}#container .content p {text-align:center;}#container .content-text p {text-align:center;}#container .content-headline {margin-left:0px; margin-bottom:0px;text-align:center;}#container .content-text h1 {text-align:center;font-size:21px;padding-bottom:7px; margin-top:30px;}#container .content h1 {text-align:center;font-size:21px;padding-bottom:7px;margin-top:30px;}#container .content-text h2 {text-align:center;font-size:18px;margin-bottom:10px; margin-top:0px;}#container .box .jumbotron h2 {text-align:center;font-size:18px;margin-bottom:10px; margin-top:15px;}#container .box .jumbotron {padding-left:11px;font-size:13px;}#container .box .jumbotron p {margin-top:10px; margin-bottom:10px;}#container .pdf_link {text-align:center;}#container span.block {width:100%; display:block; overflow:hidden;}#container .content h2 {text-align:center;font-size:18px;margin-bottom:10px;margin-top:0px;}#container .content-text h3 {font-size:15px;text-align:center;}#container .content h3 {font-size:15px;text-align:center;}#container .content-headline > h1 {margin-top:20px;}#container .content img {padding:5px 0px 5px 0px;}#container .content-text, #container .content {padding:10px;}#container #field {padding-top:5px; padding-bottom:3px; background-color:#d61d1d;}#field #clockdiv .smalltext {font-size:10px;padding-top:0;padding-bottom:3px;font-weight:bold;color:#e71300;}#field #clockdiv .item .smalltext {color:#fff;}#container #field #clockdiv { background-color:#d61d1d; border:none; background:none; font-size:12px; padding-left:5px; padding-top:5px; padding-bottom:10px; padding-right:5px;}#field #clockdiv div > span { font-size:12px;padding-bottom:0;padding-top:3px;font-weight:bold;color:#e71300;}#fieled #clockdiv .item span {padding:0;}#field #clockdiv div { float:none; font-size:12px;}#field #clockdiv > div { margin-right:0;}#field #clockdiv .item { width:100%;padding-top:0;margin:0;}#logo-mobile { display:block;}#title {display:none;}#logo {display:none;}#cssmenu {width: 100%;  }  #cssmenu ul {width: 100%; display: none; }  #cssmenu.align-center > ul,  #cssmenu.align-right ul ul { text-align: left;}  #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {width: 100%;    height: auto;    border-top: 1px solid rgba(120, 120, 120, 0.15);  }  #cssmenu ul li a,  #cssmenu ul ul li a {    width: 100%;  }  #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {    float: none;    display: block;  }  #cssmenu ul ul li a {    padding: 20px 20px 20px 30px;    font-size: 12px;    color: #000000;    background: none;  }  #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {    color: #000000;  }  #cssmenu ul ul ul li a {    padding-left: 40px;  }  #cssmenu ul ul,  #cssmenu ul ul ul {    position: relative;    left: 0;    right: auto;    width: 100%;    margin: 0;  }  #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {    display: none;  }  #menu-line {    display: none;  }  #cssmenu #menu-button {    display: block;    padding: 20px;    color: #000000;    cursor: pointer;    font-size: 12px;   font-weight:bold;    text-transform: uppercase;  }  #cssmenu #menu-button::after {    content: '';    position: absolute;    top: 20px;    right: 20px;    display: block;    width: 15px;    height: 2px;    background: #000000;  }  #cssmenu #menu-button::before {    content: '';    position: absolute;    top: 25px;    right: 20px;    display: block;    width: 15px;    height: 7px;    border-top: 2px solid #000000;    border-bottom: 2px solid #000000;  }  #cssmenu .submenu-button {    position: absolute;    z-index: 10;    right: 0;    top: 0;    display: block;    border-left: 1px solid rgba(120, 120, 120, 0.15);    height: 52px;    width: 52px;    cursor: pointer;  }  #cssmenu .submenu-button::after {    content: '';    position: absolute;    top: 21px;    left: 26px;    display: block;    width: 1px;    height: 11px;    background: #000000;    z-index: 99;  }  #cssmenu .submenu-button::before {    content: '';    position: absolute;    left: 21px;    top: 26px;    display: block;    width: 11px;    height: 1px;    background: #000000;    z-index: 99;  }  #cssmenu .submenu-button.submenu-opened:after {    display: none;  }#container .caption {letter-spacing:0; font-size:12px; line-height:16px;}}@media only screen and (min-device-width: 240px) and (max-device-width: 1069px){#container #main .content {margin:0 15px;padding:0 10px;}#container #main .content-text {margin:0 15px;padding:0 10px;}}@media only screen and (min-width: 769px) and (max-width: 1090px){#container .content-text, #container .content {padding-right:15px;padding-left:15px;}}@media only screen and (min-width: 769px) and (max-width: 960px){#logo img {width:67px; height:auto;}}@media only screen and (min-width: 240px) and (max-width: 426px){#field #clockdiv > div {margin-top:4px;}#container .msry_theme_standard .masonry_gallery {margin-right:0px;}#container .content-text h1 {font-size:19px;}#container .content h1 {font-size:19px;}#container .team-box table th.disable {display:none;}#container .team-box table td.img-disable {display:none;}#footer #footer-content ul li.link-disabled {display:none;}#container #wrapper-logo {height:90px;}}@media only screen and (min-width: 240px) and (max-width: 599px){.mod_article [class*="ce_"], .mod_article [class*="mod_"] {margin:0px;}#container .content-headline {margin-left:0px;margin-bottom:10px;}#container .team-box table td {font-size:11px; padding-right:0;}#container .team-box table th {font-size:11px; padding-right:0;}}@media only screen and (min-width: 240px) and (max-width: 320px){#container .box .jumbotron p {font-family: "Open Sans Condensed", Helvetica, sans-serif; font-size:12px;}#container .box .jumbotron {border:none;}}
/* main.css */
.block{overflow:hidden}div[class^="ce_"],textarea,iframe{max-width:100%}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none}.mod_article > *{margin:0}body{margin:0;background-color:#fff;font-weight:normal;color:#484848;font:14px/1.7em 'Open Sans',Helvetica,sans-serif}#header{width:100%;position:relative;z-index: 1000}#header .inside{width:100%}#header .mod_search{float:right;padding:0 10px 0 5px}#wrapper{width:100%;min-height:100%;position:relative}#container{max-width:1070px;margin:0 auto}#main{width:100%;min-height:500px;padding:0 0 70px}#logo{max-width:1070px;max-height:110px;margin-right:auto;margin-left:auto;padding-left:12px;background-image:url("../../files/lindow-seite/layout-images/volleyball-bundesliga.png");background-position:right bottom;background-repeat:no-repeat;background-size:80px 80px}#logo img{max-width:115px;float:left;margin-top:10px;z-index:10003}#logo-mobile span img{max-width:115px;max-height:90px;vertical-align:middle}#wrapper-logo{width:100%;height:90px;background-color:#fff}#title a,#title a:hover,#title a:visited,#title a:focus{text-align:left;white-space:nowrap;font:40px/90px 'Open Sans Condensed',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963;text-transform:uppercase;text-indent:15px}.wrapper-top{width:100%;height:73px;background-image:url("../../files/lindow-seite/layout-images/bg.jpg");background-position:left top;background-repeat:repeat-x}#top-links{width:100%;height:45px;max-width:1070px;max-height:45px;margin-right:auto;margin-left:auto;padding-top:9px;text-align:left}#top-links img{vertical-align:top;opacity: 1.0;filter: alpha(opacity=100)}#top-links img:hover,#top-links img:focus{vertical-align:top;opacity: 0.8;filter: alpha(opacity=80)}#top-links a{float:right;display:block;margin:0;padding-right:10px;padding-bottom:0;font-weight:bold;text-decoration:none;color:#fff;font:12px/45px 'Open Sans',Helvetica,sans-serif;transition-delay: 0s, 0s;-moz-transition-delay: 0s, 0s;-webkit-transition-delay: 0s, 0s;-o-transition-delay: 0s, 0s;-ms-transition-delay: 0s, 0s;transition-duration:250ms, 250ms;-ms-transition-duration:250ms, 250ms;-o-transition-duration:250ms, 250ms;transition-timing-function:ease, ease;-ms-transition-timing-function:ease, ease;-webkit-transition-timing-function:ease, ease;-moz-transition-timing-function:ease, ease;-o-transition-timing-function:ease, ease;-webkit-transition-duration:250ms, 250ms;-moz-transition-duration:250ms, 250ms;transition-property:height, color;-moz-transition-property:height, color;-ms-transition-property:height, color;-o-transition-property:height, color;-webkit-transition-property:height, color;overflow-x:hidden;overflow-y:hidden}.gallery-box{margin-bottom:35px}.content{max-width:1070px;margin:0 auto;padding:0}.content-text{max-width:1070px;margin:0 auto;padding:0 15px 0 0}.caption{text-align:left;font-size:14px;letter-spacing:1px}.content .mannschaft{margin-bottom:20px}.content .mannschaft img{width:100%;padding-top:15px;padding-bottom:15px}.content img{padding-top:5px;padding-bottom:5px}.content a,.content a:visited{font-weight:normal;text-decoration:underline;color:#484848;text-transform:none;font:14px/1.7em "Open Sans",Helvetica,sans-serif;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s}.content-text a,.content-text a:visited{font-weight:normal;text-decoration:underline;color:#484848;text-transform:none;font:14px/1.7em "Open Sans",Helvetica,sans-serif;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s}.content a:hover,.content a:focus{font-weight:normal;text-decoration:underline;color:#222;text-transform:none;font:14px/1.7em "Open Sans",Helvetica,sans-serif;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s}.content-text a:hover,.content-text a:focus{font-weight:normal;text-decoration:underline;color:#222;text-transform:none;font:14px/1.7em "Open Sans",Helvetica,sans-serif;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s}.content .text-home h1{margin-top:35px}.content .content-headline{display:block;margin:0 0 20px;border-top:0px solid rgba(0,0,0,0.13);border-right:0px solid rgba(0,0,0,0.13);border-bottom:1px solid rgba(0,0,0,0.13);border-left:0px solid rgba(0,0,0,0.13)}.content-text .content-headline{display:block;margin:0;border-top:0px solid rgba(0,0,0,0.13);border-right:0px solid rgba(0,0,0,0.13);border-bottom:1px solid rgba(0,0,0,0.13);border-left:0px solid rgba(0,0,0,0.13)}.content-headline > h1{display:inline-block;margin-top:40px;margin-bottom:0;padding-bottom:10px;vertical-align:bottom;border-top:0px solid #198963;font:30px/42px 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#198963;text-transform:uppercase;border-right:0px solid #198963;border-bottom:3px solid #198963;border-left:0px solid #198963}.content-headline > h1:hover{display:block;margin-top:40px;margin-bottom:0;padding-bottom:10px;vertical-align:bottom;border-top:0px solid #198963;font:30px/42px 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#198963;text-transform:uppercase;border-right:0px solid #198963;border-bottom:3px solid #198963;border-left:0px solid #198963;cursor: default}img{height:auto;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;max-width:100% !important}span.contact{width:35px;float:left;font-weight:bold}.content h2{margin-top:5px;margin-bottom:5px;text-align:left;font:26px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963}.content-text h2{margin-top:5px;margin-bottom:5px;text-align:left;font:26px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963}.content h2.h2-gallery{margin-top:5px;margin-bottom:20px;margin-left:0;text-align:left;font:26px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963}.content-text h2{margin-top:15px;margin-bottom:5px;text-align:left;font:26px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963}.content-text h2 a,.content-text h2 a:visited{margin-top:15px;margin-bottom:5px;text-align:left;font:26px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963;cursor: text}.content-text h2 a:focus,.content-text h2 a:hover{margin-top:15px;margin-bottom:5px;text-align:left;font:26px 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963;cursor: text}.content h3{margin-top:0;margin-bottom:5px;text-align:left;font:20px/1.7em 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#198963}.content-text h3{margin-top:0;margin-bottom:5px;text-align:left;font:20px/1.3em 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#198963}.content-text h3 a,.content-text h3 a:visited{margin-top:0;margin-bottom:5px;text-align:left;font:20px/1.3em 'Open Sans',Helvetica,sans-serif;font-weight:normal;color:#198963}.content-text h3 a:focus,.content-text h3 a:hover{margin-top:0;margin-bottom:5px;text-align:left;font:20px/1.3em 'Open Sans',Helvetica,sans-serif;font-weight:normal;text-decoration:underline;color:#198963}.odd h3 span,.even h3 span,.odd h3 a,.even h3 a{margin-top:0;margin-bottom:5px;text-align:left;font-weight:bold;color:#198963;font:20px/1.7em 'Open Sans',sans-serif}.context span.highlight{font-weight:bold;color:#e71300}.news-link{margin:0;text-align:left}.news-link a,.news-link a:visited{display:block;margin-top:0;margin-bottom:30px;padding-top:0;padding-bottom:0;font:20px/1.2em 'Open Sans Condensed',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#198963;text-transform:none}.news-link a:hover,.news-link a:focus{font:20px/1.2em 'Open Sans Condensed',Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#e2001a;text-transform:none}.top{margin:10px 0 5px;padding:0;text-align:left;font-weight:normal;color:#555;font:12px 'Open Sans',Helvetica,sans-serif}.top a,.top a:visited{display:block;margin:0;padding:0;font-weight:normal;text-decoration:none;color:#555;text-transform:none;font:12px 'Open Sans',Helvetica,sans-serif}.top a:hover,.top a:focus{display:block;margin:0;padding:0;font-weight:normal;text-decoration:none;color:#e2001a;text-transform:none;font:12px 'Open Sans',Helvetica,sans-serif}.partner img{margin-bottom:35px;text-align:center}.news-item img{margin-top:15px;margin-bottom:15px}#footer{width:100%;min-height:45px;overflow:hidden;float:left;display:block;margin:0;padding:0;text-align:center;background-color:#198963;border-width:1px 0px;border-style:solid;border-color:#b7b7b7;font-size:12px;font-weight:normal;font-variant:small-caps;color:#fff}#footer .inside{margin:0;padding-top:10px}#footer-content{max-width:1070px;display:block;margin:0 auto}#footer-content ul{margin:0;padding-left:15px}#footer-content ul li{float:left;display:list-item;margin-right:15px;text-align:match-parent;list-style-type:none}#footer-content ul li.link-disabled{float:left;display:block;margin-right:15px;list-style-type:none}#footer-content ul li a,#footer-content ul li a:visited{font-weight:normal;font:11px 'Open Sans',Helvetica,sans-serif;color:rgba(255,255,255,0.75)}#footer-content ul li a:hover,#footer-content ul li a:focus{font-weight:normal;text-decoration:underline;text-transform:none;font:11px 'Open Sans',Helvetica,sans-serif;color:rgba(255,255,255,0.75)}#footer-content ul li.s-icons{width:24px;height:20px;float:left;display:inline-block;margin-right:40px;vertical-align:middle;list-style-type:none}#footer-content ul li.icons{float:left;display:inline-block;margin-right:5px;vertical-align:middle;list-style-type:none}#footer .toggle_view{clear:both;padding:3em 0 2em}#footer .toggle_view a{padding:1em;background-color:#f5f4e9;border-radius:4px;font-size:14;font-weight:normal;text-decoration:none;color:#484848;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}option{padding:5px 10px}header,nav,article,footer,address{display:block}#nav{height:66px;max-width:1070px;display:block;margin-top:0;margin-right:auto;margin-left:auto;padding-left:120px;text-align:left;font-weight:normal;color:#fff;text-transform:uppercase;font:22px 'Open Sans Condensed',sans-serif;z-index:20000}#wrapper-nav{width:100%;max-height:66px;text-align:left;background-color:#d61d1d}#nav ul.level_1{position:relative;display:inline-table;margin:0 auto;padding:0}#nav > a{display:none}#nav li a,#nav span{display:block;font-weight:normal;text-decoration:none;color:#000;text-transform:uppercase;transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;-webkit-transition:all 0.1s ease 0s}#nav li{position:relative;float:none}#nav > ul > li{width:auto;height:100%;float:left}#nav ul li a,#nav span{padding:0 12px;text-align:center;line-height:62px;transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;-webkit-transition:all 0.1s ease 0s}#nav ul li a,#nav ul li a:visited{padding:0 12px;border-top:0px solid #08636;font-size:22px;line-height:62px;border-right:0px solid #08636;border-bottom:4px solid #08636;border-left:0px solid #08636}#nav span.active,#nav li a:hover,#nav .level_1 li.trail{border-top:0px solid #086a36;font-size:22px;color:#086a36;border-right:0px solid #086a36;border-bottom:4px solid #086a36;border-left:0px solid #086a36;transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s}#nav li ul{top:100%;position:absolute;display:none;margin-bottom:0;-webkit-box-shadow: 4px 4px 9px 0px rgba(72,72,72,0.61);-moz-box-shadow: 4px 4px 9px 0px rgba(72,72,72,0.61);box-shadow: 4px 4px 9px 0px rgba(72,72,72,0.61);z-index: 1010;transition: all 0.1s ease 0s;-webkit-transition: all 0.1s ease 0s;-moz-transition: all 0.1s ease 0s;-o-transition: all 0.1s ease 0s;-ms-transition: all 0.1s ease 0s}#nav ul ul li a,#nav ul ul li a:visited{background-color:#086a36;font-size:20px;color:#fff}#nav li:hover ul{max-width:350px;left:0;right:0;top:60px;display:block}#nav li:hover:not(:first-child) ul{left:-1px}#nav li ul a{padding:15px;text-align:left;font-size:20px}#nav ul ul li.last{border:0px}#nav ul ul .active{padding:5px;text-align:left;font-size:20px}#nav ul ul a.active{background-color:#086a36;color:#fff}#nav ul li a.active:hover,#nav ul li a.active:focus,#nav ul li a.active:visited:hover,#nav ul li a.active:visited:focus{font-size:20px}#nav ul ul li a:hover,#nav ul ul li a:visited:hover{border:0px solid;border-radius:0;font-size:20px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");background: #086a36 none repeat scroll 0 0}#nav ul ul li a,#nav ul ul li a:visited{background-color:#fff;line-height:14px;color:#086a36}#nav-mobile{width:100%;height:45px;display:none;margin-top:0;margin-right:auto;margin-left:auto;text-align:center;border-width:1px 0px;border-style:solid;border-color:#b7b7b7;z-index:20000}.mod_sitemap{margin-top:20px}.mod_sitemap ul ul{margin-bottom:0}.mod_sitemap li{margin-left:0;list-style-type:none}.mod_sitemap li li{margin-left:20px}.mod_sitemap a,.mod_sitemap a:visited{font:14px/1.7em 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;text-transform:none}.mod_sitemap a:focus,.mod_sitemap a:hover{font:14px/1.7em 'Open Sans',Helvetica,sans-serif;font-weight:bold;text-decoration:none;text-transform:none}.mod_sitemap .level_2 a{font-weight:normal;text-transform:none}#google-map{margin-top:20px;margin-bottom:20px}.team-box table{width:100%;margin-top:20px;margin-bottom:20px}.team-box table tr{border-top:0px solid #c4c4c4;border-right:0px solid #c4c4c4;border-bottom:1px solid #c4c4c4;border-left:0px solid #c4c4c4}.team-box table td{padding:5px;text-align:left}.team-box table th{padding:5px;text-align:left;font-weight:bold}.team-box p{width:100%;margin-top:0;margin-bottom:0}.team-box p a{width:100%;display:block;margin-top:0;margin-bottom:0;text-decoration:none;color:#484848;text-transform:uppercase;font:18px/24px 'Open Sans Condensed',Helvetica,sans-serif}.team-box p a:hover,a:focus{text-decoration:none;color:#086a36;text-transform:uppercase;font:18px/24px 'Open Sans Condensed',Helvetica,sans-serif}.team-box img{margin-top:30px;margin-bottom:0;transform: rotate(0deg) scale(1) skew(0deg) translate(0px);transition-delay: 0s;transition-duration: 0.7s;transition-property: all;transition-timing-function: ease;-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-ms-transition-delay: 0s;-ms-transition-duration: 0.7s;-ms-transition-property: all;-ms-transition-timing-function: ease;-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-moz-transition-delay: 0s;-moz-transition-duration: 0.7s;-moz-transition-property: all;-moz-transition-timing-function: ease;-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-o-transition-delay: 0s;-o-transition-duration: 0.7s;-o-transition-property: all;-o-transition-timing-function: ease;-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-webkit-transition-delay: 0s;-webkit-transition-duration: 0.7s;-webkit-transition-property: all;-webkit-transition-timing-function: ease}.player img{margin-top:0;margin-bottom:0;transform: rotate(0deg) scale(1) skew(0deg) translate(0px);transition-delay: 0s;transition-duration: 0.7s;transition-property: all;transition-timing-function: ease;-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-ms-transition-delay: 0s;-ms-transition-duration: 0.7s;-ms-transition-property: all;-ms-transition-timing-function: ease;-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-moz-transition-delay: 0s;-moz-transition-duration: 0.7s;-moz-transition-property: all;-moz-transition-timing-function: ease;-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-o-transition-delay: 0s;-o-transition-duration: 0.7s;-o-transition-property: all;-o-transition-timing-function: ease;-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-webkit-transition-delay: 0s;-webkit-transition-duration: 0.7s;-webkit-transition-property: all;-webkit-transition-timing-function: ease}.team-box-text img{margin-top:30px;margin-bottom:30px}.team-player img{max-height:600px;margin-top:0;margin-bottom:0;vertical-align:top;transform: rotate(0deg) scale(1) skew(0deg) translate(0px);transition-delay: 0s;transition-duration: 0.7s;transition-property: all;transition-timing-function: ease;-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-ms-transition-delay: 0s;-ms-transition-duration: 0.7s;-ms-transition-property: all;-ms-transition-timing-function: ease;-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-moz-transition-delay: 0s;-moz-transition-duration: 0.7s;-moz-transition-property: all;-moz-transition-timing-function: ease;-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-o-transition-delay: 0s;-o-transition-duration: 0.7s;-o-transition-property: all;-o-transition-timing-function: ease;-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);-webkit-transition-delay: 0s;-webkit-transition-duration: 0.7s;-webkit-transition-property: all;-webkit-transition-timing-function: ease}.team-box img:hover{transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px)}.player img:hover{transform: rotate(0deg) scale(1.7) skew(0deg) translate(0px);-webkit-transform: rotate(0deg) scale(1.7) skew(0deg) translate(0px);-ms-transform: rotate(0deg) scale(1.7) skew(0deg) translate(0px);-o-transform: rotate(0deg) scale(1.7) skew(0deg) translate(0px);-moz-transform: rotate(0deg) scale(1.7) skew(0deg) translate(0px)}.team-player img:hover{transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);-moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px)}span.captcha_text{border:0px;box-shadow:none}.top-link{margin-top:35px;text-align:center}.top-link a,.top-link a:visited{display:inline-block;padding:6px 12px;vertical-align:middle;text-align:center;white-space:nowrap;background-color:#198963;border:0px solid;border-radius:4px;font-weight:normal;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");font:14px/1.42857 'Open Sans',sans-serif;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-user-select:none}.top-link a:hover,.top-link a:focus{background-color:#d61d1d;text-decoration:none;color:#fff;text-transform:none;font:14px 'Open Sans',sans-serif}input#ctrl_keywords_12{width:100px;height:25px;display:inline-block;padding-top:0;padding-right:6px;padding-left:5px;text-align:left;white-space:nowrap;background-color:#000;border:2px solid #bcbec0;border-radius:15px;font:12px/1em 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-user-select: none;overflow: hidden;-webkit-user-select: auto;-webkit-background-color:#000;-webkit-appearance: none}.label{border:0px solid;border-radius: 0.25em;    color: #ffffff;    display: inline;    font-size: 100%;    font-weight: 700;    line-height: 1;    padding: 0.2em 0.6em 0.3em;    text-align: center;    vertical-align: baseline;    white-space: nowrap}input#ctrl_submit_12{width:25px;height:25px;margin-left:5px;text-indent:-400000em;background:url("../../files/lindow-seite/layout-images/lupe.png") center center no-repeat;background-size: 25px 25px;opacity: 1.0;filter: alpha(opacity=100)}input#ctrl_submit_12:hover,input#ctrl_submit_12:focus{width:25px;height:25px;margin-left:5px;text-indent:-400000em;background:url("../../files/lindow-seite/layout-images/lupe.png") center center no-repeat;background-size: 25px 25px;opacity: 0.8;filter: alpha(opacity=80)}#seach_page .formbody{display:none}.odd h3 a:hover,.even h3 a:focus{text-transform:none}.rs-column{text-align:center}p.header{font-size:18px;color:#e71300}.contact{margin-top:20px}.video-container iframe,.video-container object,.video-container embed{width:100%;height:100%;left:0;top:0;position:absolute}.video-container{height:0;position:relative;overflow:hidden;margin-top:30px;margin-bottom:30px;padding-bottom:56.25%;padding-top:30px}.label-info{background-color:#5bc0de}.jumbotron{margin-bottom:30px;padding-top:5px;padding-bottom:5px}.box{margin-top:20px}.box .jumbotron{margin-bottom:5px;padding:5px 15px 20px 25px;background-image:url("../../files/lindow-seite/layout-images/jumbotron-bg.png");background-position:left top;background-repeat:repeat;border-top:0px solid #198963;border-right:0px solid #198963;border-bottom:0px solid #198963;border-left:4px solid #198963;font-weight:bold;color:#333}.box .jumbotron p{margin-top:0;margin-bottom:0}span.mail{padding-right:10px;font-weight:bold}.box .jumbotron h2{margin-bottom:10px;font-weight:bold;color:#198963}span.block{white-space:nowrap}.table_data{text-align:center;background-color:#198963}.team-box table th.disable{display:block}.team-box table td.img-disable{display:block}.social-icons{margin-top:65px}
/* clock.css */
#field{width:100%;display:block;margin-right:auto;margin-left:auto;padding:25px 3px;text-align:center;background-color:#e71300}#clockdiv{width:100%;max-width:800px;max-height:300px;display:inline-block;padding:20px 0 20px 8px;text-align:center;border:2px solid #fff;font-weight:bold;color:#fff;text-transform:uppercase;font:20px 'Open Sans',Helvetica,sans-serif;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e71300+0,cb1400+100 */background: #e71300;/* Old browsers */background: -moz-linear-gradient(left,  #e71300 0%, #cb1400 100%);/* FF3.6-15 */background: -webkit-linear-gradient(left,  #e71300 0%,#cb1400 100%);/* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  #e71300 0%,#cb1400 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e71300', endColorstr='#cb1400',GradientType=1 );/* IE6-9 */}#clockdiv h1{float:left;margin:12px 0 10px;text-align:right;font-weight:bold;color:#fff;text-transform:uppercase;font:14px 'Open Sans',Helvetica,sans-serif}#clockdiv > div{display:inline-block;margin-top:0;margin-right:5px;padding:0;text-align:center;background-color:#fff}#clockdiv .item{background:none}#clockdiv .item .smalltext{color:#fff;background:none}#clockdiv .item span{display:inline;background:none}#clockdiv .item h1{font-weight:bold;color:#fff;text-transform:uppercase;font:14px 'Open Sans',Helvetica,sans-serif}#clockdiv div > span{width:100%;float:none;display:inline-block;padding:5px 5px 0;text-align:center;background-color:#fff;font:14px 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#e71300}.smalltext{float:none;padding:0 7px 5px;background-color:#fff;font:14px 'Open Sans',Helvetica,sans-serif;font-weight:bold;color:#e71300}.smalltext_red{float:left;padding:30px 10px 10px;font-size:16px;color:#fff}
/* allinone_bannerWithPlaylist.css */
.thumbsHolder_ThumbOFF{margin-top:0;cursor:text}.padding{margin-top:-2px;cursor:text}*{-webkit-text-size-adjust: none}.allinone_bannerWithPlaylistBorder{position:relative;overflow:hidden}.allinone_bannerWithPlaylist{position:relative}.allinone_bannerWithPlaylist img{max-width:none;max-height:none;top:0;left:0;position:absolute}.allinone_bannerWithPlaylist_list{display:none;margin:0;padding:0;list-style:none}.allinone_bannerWithPlaylist .stripe{height:100%;position:absolute;overflow:hidden;display:block;z-index:1}.allinone_bannerWithPlaylist .block{position:absolute;overflow:hidden;display:block;z-index:1}.mycanvas{top:8px;position:absolute;right:10px;z-index:10}}




/***EASY SKIN***/

.allinone_bannerWithPlaylist.easy .bannerControls{width:100%;left:0;top:0;position:absolute;z-index:2}.allinone_bannerWithPlaylist.easy .leftNav{height:41px;left:5px;position:absolute;margin-top:-35px;top:50%;/* height/2 */	width:41px;background:url("../../assets/css/skins/easy/leftNavOFF.png") 0 0 no-repeat;cursor: pointer}.allinone_bannerWithPlaylist.easy .leftNav:hover{background:url("../../assets/css/skins/easy/leftNavON.png") 0 0 no-repeat}.allinone_bannerWithPlaylist.easy .rightNav{height:41px;right:5px;position:absolute;margin-top:-35px;top:50%;/* height/2 */	width:41px;background:url("../../assets/css/skins/easy/rightNavOFF.png") 0 0 no-repeat;cursor: pointer}.allinone_bannerWithPlaylist.easy .rightNav:hover{background:url("../../assets/css/skins/easy/rightNavON.png") 0 0 no-repeat}.allinone_bannerWithPlaylist.easy .thumbsHolderWrapper{height:100%;position:absolute;overflow:hidden;background:#e9e9e9}.allinone_bannerWithPlaylist.easy .thumbsHolderVisibleWrapper{height:100%;position:absolute;overflow:hidden}.allinone_bannerWithPlaylist.easy .thumbsHolder{position:absolute;cursor:text}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbOFF{height:96px;display:block;text-align:left;line-height:1.4em;background:url("../../assets/css/skins/easy/bgPlaylistUnit.png") top left repeat-x;cursor: pointer}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbOFF  .padding{padding:10px}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbOFF .title{display:inline-block;padding-bottom:5px;line-height:17px;color:#333;font: bold 13px 'Open Sans', sans-serif}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbOFF .reg{line-height:15px;color:#333;font: 11px Arial, sans-serif}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbON{/*background: #198963 -3px 0px no-repeat;*/	background: #198963;z-index:4}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbON .title{color:#ff771c}.allinone_bannerWithPlaylist.easy .thumbsHolder_ThumbON .reg{color:#FFF}.allinone_bannerWithPlaylist.easy .slider-vertical{width:6px;position:absolute;display:none}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider{position:relative}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider .ui-slider-handle{width:6px;height:25px;position:absolute;z-index: 2;cursor: pointer;background:url("../../assets/css/skins/easy/scrollerFaceOFF.png") 0 0 no-repeat}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider .ui-slider-handle:hover{background:url("../../assets/css/skins/easy/scrollerFaceON.png") 0 0 no-repeat}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider .ui-slider-range{position:absolute;display:block;border:0;z-index: 1}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider-vertical{width:6px;height:100px}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider-vertical .ui-slider-handle{left:0;margin-bottom:-25px;margin-left:0;border:0}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider-vertical .ui-slider-range{width:100%;left:0}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider-vertical .ui-slider-range-min{bottom:0}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-slider-vertical .ui-slider-range-max{top:0}.allinone_bannerWithPlaylist.easy .slider-vertical.ui-widget-content{xbackground: #FF0000}.allinone_bannerWithPlaylist.easy .slider-vertical .ui-widget-header{xbackground: #0000cc}.textElement11_easy{width:100%;padding:5px 10px;background-color:#e71300;color:#fff;font: 22px/27px 'Open Sans', Helvetica, sans-serif}.textElement21_easy{padding:5px 10px;background-color:#e71300;color:#fff;text-transform:uppercase;font: bold 22px/27px 'Open Sans', Helvetica, sans-serif}.textElement22_easy{padding:5px 10px;background-color:#198963;color:#fff;font: bold 14px/18px 'Open Sans', Helvetica, sans-serif}.textElement31_easy{padding:5px 10px;background-color:#e71300;color:#fff;text-transform:uppercase;font: bold 18px/22px 'Open Sans', Helvetica, sans-serif}.textElement32_easy{padding:5px 10px;color:#333;background:#ffffff;font: bold 18px/22px 'Open Sans', Helvetica, sans-serif}.textElement33_easy{padding:5px 10px;background-color:#198963;color:#fff;font: bold 18px/22px 'Open Sans', Helvetica, sans-serif}.textElement41_easy{width:100%;padding:5px 10px;color:#fff;background:#198963;font: 22px/27px 'Open Sans', Helvetica, sans-serif}.textElement41_easy a{text-decoration:none;color:#ff5c1c}.textElement41_easy a:hover{color:#d2c30f}.textElement51_easy{padding:2px 3px;color:#333;text-transform:uppercase;font: bold 38px/48px 'Open Sans', Helvetica, sans-serif}.textElement52_easy{padding:2px 3px;color:#333;text-transform:uppercase;font: bold 20px/28px 'Open Sans', Helvetica, sans-serif}.allinone_bannerWithPlaylist_texts{width:100%;position:absolute;display:none;text-align:left;z-index:3}.allinone_bannerWithPlaylist_text_line{position:absolute}.hideElement{display:none}
/* bootstrap.css */
.content .formbody{margin-top:15px}html{font-family:sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){height:0;display:none}[hidden],template{display:none}a{background-color: transparent;transition:all 0.1s ease 0s;-moz-transition:all 0.1s ease 0s;-o-transition:all 0.1s ease 0s;-ms-transition:all 0.1s ease 0s;-webkit-transition:all 0.1s ease 0s}a:active,a:hover{outline-color: -moz-use-text-color;outline-style: none;outline-width: 0;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s}a:focus{outline:none}abbr[title]{border-bottom-color: -moz-use-text-color;border-bottom-style: dotted;border-bottom-width: 1px}b,strong{font-weight: 700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{background-color:#ff0;background-image:none;background-repeat:repeat;color:#000;background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-position: 0 0;background-size: auto auto}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-0.5em}sub{bottom:-0.25em}svg:not(:root){overflow-x: hidden;overflow-y: hidden}figure{margin:1em 40em}hr{height:0;box-sizing: content-box}pre{overflow-x: auto;overflow-y: auto}code,kbd,pre,samp{font:1em monospace,monospace}button,input,optgroup,select,textarea{margin:0;-x-system-font: none;color: inherit;font-family: inherit;font-feature-settings: inherit;font-kerning: inherit;font-language-override: inherit;font-size: inherit;font-size-adjust: inherit;font-stretch: inherit;font-style: inherit;font-synthesis: inherit;font-variant-alternates: inherit;font-variant-caps: inherit;font-variant-east-asian: inherit;font-variant-ligatures: inherit;font-variant-numeric: inherit;font-variant-position: inherit;font-weight: inherit;line-height: inherit}button{overflow-x: visible;overflow-y: visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor: pointer}button[disabled],html input[disabled]{cursor: default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing: border-box}input[type="search"]{box-sizing: content-box}fieldset{margin:0 2px;padding:.35em .625em .75em;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: silver;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: silver;border-left-style: solid;border-left-width: 1px;border-right-color: silver;border-right-style: solid;border-right-width: 1px;border-top-color: silver;border-top-style: solid;border-top-width: 1px}legend{padding:0;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}textarea{overflow-x: auto;overflow-y: auto}optgroup{font-weight: 700}table{width:100%;max-width:100%;margin-bottom:20px;border-collapse:collapse;border-spacing:0}td,th{padding:0}a,a:visited{text-decoration-color: -moz-use-text-color;text-decoration-line: underline;text-decoration-style: solid}abbr[title]::after{content: " (" attr(title) ")"}a[href^="javascript:"]::after,a[href^="#"]::after{content: ""}blockquote,pre{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #999;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #999;border-left-style: solid;border-left-width: 1px;border-right-color: #999;border-right-style: solid;border-right-width: 1px;border-top-color: #999;border-top-style: solid;border-top-width: 1px;page-break-inside: avoid}thead{display:table-header-group}img,tr{page-break-inside: avoid}img{max-width: 100% !important}h2,h3,p{orphans: 3;widows: 3}h2,h3{page-break-after: avoid}.navbar{display:none}.btn > .caret,.dropup > .btn > .caret{border-top-color: #000 !important}.table{border-collapse: collapse !important}.table td,.table th{background-color: #fff !important}.table-bordered td,.table-bordered th{-moz-border-bottom-colors: none !important;-moz-border-left-colors: none !important;-moz-border-right-colors: none !important;-moz-border-top-colors: none !important;border-bottom-color: #ddd !important;border-bottom-style: solid !important;border-bottom-width: 1px !important;border-image-outset: 0 0 0 0 !important;border-image-repeat: stretch stretch !important;border-image-slice: 100% 100% 100% 100% !important;border-image-source: none !important;border-image-width: 1 1 1 1 !important;border-left-color: #ddd !important;border-left-style: solid !important;border-left-width: 1px !important;border-right-color: #ddd !important;border-right-style: solid !important;border-right-width: 1px !important;border-top-color: #ddd !important;border-top-style: solid !important;border-top-width: 1px !important}*{margin:0;padding:0;border:0px;box-sizing: border-box;text-rendering: optimizelegibility;outline: 0 none}*::after,*::before{box-sizing: border-box}button,input,select,textarea{font-family: inherit;font-size: inherit;line-height: inherit}a{font-weight:bold;text-decoration:none;color:#595959;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}a:focus,a:hover{text-decoration:none;color:#595959;text-decoration-color: -moz-use-text-color;text-decoration-line: underline;text-decoration-style: solid}a:focus{outline:none}figure{margin:0}img{vertical-align:middle}.carousel-inner > .item > a > img,.carousel-inner > .item > img,.img-responsive,.thumbnail a > img,.thumbnail > img{height:auto;max-width:100%;display:block}.img-rounded{border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}.img-thumbnail{height:auto;max-width:100%;display:inline-block;padding:4px;background-color:#fff;line-height:1.42857;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;transition-delay: 0s;transition-duration: 0.2s;transition-property: all;transition-timing-function: ease-in-out}.img-circle{margin-top:0;padding:2px;border:1px solid #b7b7b7;border-radius:500px;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");border-bottom-left-radius: 50%;border-bottom-right-radius: 50%;border-top-left-radius: 50%;border-top-right-radius: 50%;-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.34);-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.34);box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.34)}hr{margin-top:20px;margin-bottom:20px;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: #eee;border-top-style: solid;border-top-width: 1px}.sr-only{width:1px;height:1px;position:absolute;margin:-1px;padding:0;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;clip: rect(0px, 0px, 0px, 0px);overflow-x: hidden;overflow-y: hidden}.sr-only-focusable:active,.sr-only-focusable:focus{width:auto;height:auto;position:static;margin:0;clip: auto;overflow-x: visible;overflow-y: visible}[role="button"]{cursor: pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1;color:#666;font-family: inherit;font-weight: 500}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h{line-height:1;color:#777;font-weight: 400}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.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}p{margin:15px 0}.lead{margin-bottom:20px;font-size:16px;line-height:1.4;font-weight: 300}@media (min-width: 768px){.lead {     font-size: 21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{background-color:#337ab7;color:#fff}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{margin:40px 0 20px;padding-bottom:9px;border-bottom-color: #eee;border-bottom-style: solid;border-bottom-width: 1px}ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style-type:none;list-style-image:none;list-style-position: outside}.list-inline{margin-left:-5px;padding-left:0;list-style-type:none;list-style-image:none;list-style-position: outside}.list-inline > li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857}dt{font-weight: 700}dd{margin-left:0}@media (min-width: 768px){width:160px;float:left;text-align:right;white-space:nowrap;.dl-horizontal dt {     clear: left;overflow-x: hidden;overflow-y: hidden;text-overflow: ellipsis}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{border-bottom-color: #777;border-bottom-style: dotted;border-bottom-width: 1px;cursor: help}.initialism{font-size:90%;text-transform:uppercase}blockquote{margin:0 0 20px;padding:10px 20px;font-size:17.5px;border-left-color: #eee;border-left-style: solid;border-left-width: 5px}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}blockquote .small::before,blockquote footer::before,blockquote small::before{content: "}.blockquote-reverse,blockquote.pull-right{padding-right:15;padding-left:0;text-align:right;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: #eee;border-right-style: solid;border-right-width: 5px}.blockquote-reverse .small::before,.blockquote-reverse footer::before,.blockquote-reverse small::before,blockquote.pull-right .small::before,blockquote.pull-right footer::before,blockquote.pull-right small::before{content: ""}.blockquote-reverse .small::after,.blockquote-reverse footer::after,.blockquote-reverse small::after,blockquote.pull-right .small::after,blockquote.pull-right footer::after,blockquote.pull-right small::after{content: "}address{margin-bottom:20px;line-height:1.42857;font-style: normal}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;background-color:#f9f2f4;font-size:90%;color:#c7254e;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}kbd{padding:2px 4px;background-color:#333;font-size:90%;color:#fff;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset}kbd kbd{padding:0;font-size:100%;box-shadow: none;font-weight: 700}pre{display:block;margin:0 0 10px;padding:9.5px;background-color:#f5f5f5;font-size:13px;line-height:1.42857;color:#333;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ccc;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ccc;border-left-style: solid;border-left-width: 1px;border-right-color: #ccc;border-right-style: solid;border-right-width: 1px;border-top-color: #ccc;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;word-break: break-all;word-wrap: break-word}pre code{padding:0;white-space:pre-wrap;background-color: transparent;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0;color: inherit;font-size: inherit}.pre-scrollable{max-height:340px;overflow-y: scroll}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width: 768px){.container {     width: 750px}}.container{width:970px}.container{width:1170px}} .container-fluid{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md{min-height:1px;position:relative;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.6667%}.col-xs-10{width:83.3333%}.col-xs-9{width:75%}.col-xs-8{width:66.6667%}.col-xs-7{width:58.3333%}.col-xs-6{width:50%}.col-xs-5{width:41.6667%}.col-xs-4{width:33.3333%}.col-xs-3{width:25%}.col-xs-2{width:16.6667%}.col-xs-1{width:8.33333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.6667%}.col-xs-pull-10{right:83.3333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.6667%}.col-xs-pull-7{right:58.3333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.6667%}.col-xs-pull-4{right:33.3333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.6667%}.col-xs-pull-1{right:8.33333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.6667%}.col-xs-push-10{left:83.3333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.6667%}.col-xs-push-7{left:58.3333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.6667%}.col-xs-push-4{left:33.3333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.6667%}.col-xs-push-1{left:8.33333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.6667%}.col-xs-offset-10{margin-left:83.3333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.6667%}.col-xs-offset-7{margin-left:58.3333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.6667%}.col-xs-offset-4{margin-left:33.3333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.6667%}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {     float: left}.col-sm-12{width:100%}.col-sm-11{width:91.6667%}.col-sm-10{width:83.3333%}.col-sm-9{width:75%;padding:20px 0 20px 30px}.col-sm-8{width:66.6667%}.col-sm-7{width:58.3333%}.col-sm-6{width:50%}.col-sm-5{width:41.6667%}.col-sm-4{width:33.3333%}.col-sm-3{width:25%;padding-right:10px}.col-sm-2{width:16.6667%}.col-sm-1{width:8.33333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.6667%}.col-sm-pull-10{right:83.3333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.6667%}.col-sm-pull-7{right:58.3333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.6667%}.col-sm-pull-4{right:33.3333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.6667%}.col-sm-pull-1{right:8.33333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.6667%}.col-sm-push-10{left:83.3333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.6667%}.col-sm-push-7{left:58.3333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.6667%}.col-sm-push-4{left:33.3333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.6667%}.col-sm-push-1{left:8.33333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.6667%}.col-sm-offset-10{margin-left:83.3333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.6667%}.col-sm-offset-7{margin-left:58.3333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.6667%}.col-sm-offset-4{margin-left:33.3333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.6667%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-0{margin-left:0}}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.6667%}.col-md-10{width:83.3333%}.col-md-9{width:75%}.col-md-8{width:66.6667%}.col-md-7{width:58.3333%}.col-md-6{width:50%}.col-md-5{width:41.6667%}.col-md-4{width:33.3333%}.col-md-3{width:25%}.col-md-2{width:16.6667%}.col-md-1{width:8.33333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.6667%}.col-md-pull-10{right:83.3333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.6667%}.col-md-pull-7{right:58.3333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.6667%}.col-md-pull-4{right:33.3333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.6667%}.col-md-pull-1{right:8.33333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.6667%}.col-md-push-10{left:83.3333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.6667%}.col-md-push-7{left:58.3333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.6667%}.col-md-push-4{left:33.3333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.6667%}.col-md-push-1{left:8.33333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.6667%}.col-md-offset-10{margin-left:83.3333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.6667%}.col-md-offset-7{margin-left:58.3333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.6667%}.col-md-offset-4{margin-left:33.3333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.6667%}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-0{margin-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.6667%}.col-lg-10{width:83.3333%}.col-lg-9{width:75%}.col-lg-8{width:66.6667%}.col-lg-7{width:58.3333%}.col-lg-6{width:50%}.col-lg-5{width:41.6667%}.col-lg-4{width:33.3333%}.col-lg-3{width:25%}.col-lg-2{width:16.6667%}.col-lg-1{width:8.33333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.6667%}.col-lg-pull-10{right:83.3333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.6667%}.col-lg-pull-7{right:58.3333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.6667%}.col-lg-pull-4{right:33.3333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.6667%}.col-lg-pull-1{right:8.33333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.6667%}.col-lg-push-10{left:83.3333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.6667%}.col-lg-push-7{left:58.3333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.6667%}.col-lg-push-4{left:33.3333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.6667%}.col-lg-push-1{left:8.33333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.6667%}.col-lg-offset-10{margin-left:83.3333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.6667%}.col-lg-offset-7{margin-left:58.3333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.6667%}.col-lg-offset-4{margin-left:33.3333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.6667%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-0{margin-left:0}} table{background-color: transparent}caption{padding-top:8px;padding-bottom:8px;text-align:left;color:#777}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{padding:8px;vertical-align:top;line-height:1.42857;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.table > thead > tr > th{vertical-align:bottom;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 2px}.table > caption + thead > tr:first-child > td,.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > td,.table > th{border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.table > tbody + tbody{border-top-color: #ddd;border-top-style: solid;border-top-width: 2px}.table .table{background-color:#fff}.table-condensed > tbody > tr > td,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > td,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > thead > tr > th{padding:5px}.table-bordered{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.table-bordered > tbody > tr > td,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > td,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > thead > tr > th{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.table-bordered > thead > tr > td,.table-bordered > thead > tr > th{border-bottom-width: 2px}.table-striped > tbody > tr:nth-of-type(2n+1){background-color:#f9f9f9}.table-hover > tbody > tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table > tbody > tr.active > td,.table > tbody > tr.active > th,.table > tbody > tr > td.active,.table > tbody > tr > th.active,.table > tfoot > tr.active > td,.table > tfoot > tr.active > th,.table > tfoot > tr > td.active,.table > tfoot > tr > th{background-color:#f5f5f5}.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr.active:hover > th,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover{background-color:#e8e8e8}.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot >{background-color:#dff0d8}.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr.success:hover > th,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover{background-color:#d0e9c6}.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table{background-color:#d9edf7}.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr.info:hover > th,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover{background-color:#c4e3f3}.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot >{background-color:#fcf8e3}.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr.warning:hover > th,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover{background-color:#faf2cc}.table > tbody > tr.danger > td,.table > tbody > tr.danger > th,.table > tbody > tr > td.danger,.table > tbody > tr > th.danger,.table > tfoot > tr.danger > td,.table > tfoot > tr.danger > th,.table > tfoot > tr > td.danger,.table > tfoot > tr > th{background-color:#f2dede}.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr.danger:hover > th,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x: auto}@media screen and (max-width: 767px){width:100%;margin-bottom:15px;.table-responsive {     -moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px;overflow-y: hidden}.table-responsive > .table{margin-bottom:0}.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > td,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .tabl{white-space:nowrap}.table-responsive > .table-bordered{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > th:{border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0}.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > th:las{border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0}.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-chi{border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0}}fieldset{min-width:0;margin:0;padding:0;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}legend{width:100%;display:block;margin-bottom:20px;padding:0;font-size:21px;color:#333;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #e5e5e5;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;line-height: inherit}label{max-width:100%;display:block;margin-bottom:5px;font-weight: 700}input[type="search"]{box-sizing: border-box}input[type="checkbox"],input[type="radio"]{margin:4px 0 0}input[type="file"]{display:block}input[type="range"]{width:100%;display:block}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="checkbox"]:focus,input[type="radio"]:focus{outline-color: -moz-use-text-color;outline-offset: -2px;outline-style: dotted;outline-width: thin}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555}input#ctrl_1,input#ctrl_2,input#ctrl_4,input#ctrl_6,input#ctrl_7,input#ctrl_9{width:100%;height:34px;display:block;margin-bottom:20px;padding:6px 12px;background-color:#fff;background-image:none;font-size:14px;line-height:1.42857;color:#555;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ccc;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ccc;border-left-style: solid;border-left-width: 1px;border-right-color: #ccc;border-right-style: solid;border-right-width: 1px;border-top-color: #ccc;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;transition-delay: 0s, 0s;transition-duration: 0.15s, 0.15s;transition-property: border-color, box-shadow;transition-timing-function: ease-in-out, ease-in-out}input#ctrl_1:focus,input#ctrl_2:focus,input#ctrl_4:focus,input#ctrl_6:focus,input#ctrl_7:focus,input#ctrl_9:focus{border-bottom-color: #086a36;border-left-color: #086a36;border-right-color: #086a36;border-top-color: #086a36;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(8, 106, 54, 0.6);outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}textarea#ctrl_3,textarea#ctrl_8{width:100%;height:auto;display:block;margin-bottom:20px;padding:6px 12px;background-color:#fff;background-image:none;font-size:14px;line-height:1.42857;color:#555;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ccc;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ccc;border-left-style: solid;border-left-width: 1px;border-right-color: #ccc;border-right-style: solid;border-right-width: 1px;border-top-color: #ccc;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;transition-delay: 0s, 0s;transition-duration: 0.15s, 0.15s;transition-property: border-color, box-shadow;transition-timing-function: ease-in-out, ease-in-out}textarea#ctrl_3:focus,textarea#ctrl_8:focus{border-bottom-color: #086a36;border-left-color: #086a36;border-right-color: #086a36;border-top-color: #086a36;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(8, 106, 54, 0.6);outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}.form-control::-moz-placeholder{color:#999;opacity: 1}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity: 1}.form-control[disabled],fieldset[disabled] .form-control{cursor: not-allowed}textarea#ctrl_3,textarea#ctrl_8{height:auto}input.form-control[type="date"],input.form-control[type="time"],input.form-control[type="datetime-local"],input.form-control[type="month"]{line-height:34px}.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"],input.input-sm[type="date"],input.input-sm[type="time"],input.input-sm[type="datetime-local"],inp{line-height:30px}.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"],input.input-lg[type="date"],input.input-lg[type="time"],input.input-lg[type="datetime-local"],inp{line-height:46px}} .form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;margin-bottom:0;padding-left:20px;cursor: pointer;font-weight: 400}.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"],.radio input[type="radio"],.radio-inline input[type="radio"]{position:absolute;margin-left:-20px}.checkbox + .checkbox,.radio + .radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;margin-bottom:0;padding-left:20px;vertical-align:middle;cursor: pointer;font-weight: 400}.checkbox-inline + .checkbox-inline,.radio-inline + .radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type="checkbox"],fieldset[disabled] input[type="radio"],input.disabled[type="checkbox"],input[type="checkbox"][disabled],input.disabled[type="radio"],input[type="radio"][disabled]{cursor: not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor: not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor: not-allowed}.form-control-static{min-height:34px;margin-bottom:0;padding-top:7px;padding-bottom:7px}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px}select.input-sm{height:30px;line-height:30px}select.input-sm[multiple],textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select.form-control[multiple],.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}select.input-lg{height:46px;line-height:46px}select.input-lg[multiple],textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select.form-control[multiple],.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{width:34px;height:34px;right:0;top:0;position:absolute;display:block;text-align:center;line-height:34px;pointer-events: none;z-index: 2}.form-group-lg .form-control + .form-control-feedback,.input-group-lg + .form-control-feedback,.input-lg + .form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control + .form-control-feedback,.input-group-sm + .form-control-feedback,.input-sm + .form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-{color:#3c763d}.has-success .form-control{border-bottom-color: #3c763d;border-left-color: #3c763d;border-right-color: #3c763d;border-top-color: #3c763d;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset}.has-success .form-control:focus{border-bottom-color: #2b542c;border-left-color: #2b542c;border-right-color: #2b542c;border-top-color: #2b542c;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168}.has-success .input-group-addon{background-color:#dff0d8;color:#3c763d;border-bottom-color: #3c763d;border-left-color: #3c763d;border-right-color: #3c763d;border-top-color: #3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-{color:#8a6d3b}.has-warning .form-control{border-bottom-color: #8a6d3b;border-left-color: #8a6d3b;border-right-color: #8a6d3b;border-top-color: #8a6d3b;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset}.has-warning .form-control:focus{border-bottom-color: #66512c;border-left-color: #66512c;border-right-color: #66512c;border-top-color: #66512c;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b}.has-warning .input-group-addon{background-color:#fcf8e3;color:#8a6d3b;border-bottom-color: #8a6d3b;border-left-color: #8a6d3b;border-right-color: #8a6d3b;border-top-color: #8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline{color:#a94442}.has-error .form-control{border-bottom-color: #a94442;border-left-color: #a94442;border-right-color: #a94442;border-top-color: #a94442;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset}.has-error .form-control:focus{border-bottom-color: #843534;border-left-color: #843534;border-right-color: #843534;border-top-color: #843534;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483}.has-error .input-group-addon{background-color:#f2dede;color:#a94442;border-bottom-color: #a94442;border-left-color: #a94442;border-right-color: #a94442;border-top-color: #a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:25px}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){margin-bottom:0;vertical-align:middle;.form-inline .form-group {     display: inline-block}.form-inline .form-control{width:auto;display:inline-block;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group > .form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){padding-top:7px;text-align:right;.form-horizontal .control-label {     margin-bottom: 0}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){padding-top:14.33px;.form-horizontal .form-group-lg .control-label {     font-size: 18px}}padding-top:6px;.form-horizontal .form-group-sm .control-label{font-size:12px}input#ctrl_5,input#ctrl_10{display:inline-block;margin-top:20px;margin-bottom:20px;padding:6px 12px;vertical-align:middle;text-align:center;white-space:nowrap;background-image:none;font-size:14px;line-height:1.42857;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;-moz-user-select: none;border-bottom-color: transparent;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: transparent;border-left-style: solid;border-left-width: 1px;border-right-color: transparent;border-right-style: solid;border-right-width: 1px;border-top-color: transparent;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;cursor: pointer;font-weight: 400}input#ctrl_5.active.focus,input#ctrl_5.active:focus,input#ctrl_5.focus,input#ctrl_5.focus:active,input#ctrl_5:active:focus,input#ctrl_5:focus{outline-color: -moz-use-text-color;outline-offset: -2px;outline-style: dotted;outline-width: thin}input#ctrl_10.active.focus,input#ctrl_10.active:focus,input#ctrl_10.focus,input#ctrl_10.focus:active,input#ctrl_10:active:focus,input#ctrl_10:focus{outline-color: -moz-use-text-color;outline-offset: -2px;outline-style: dotted;outline-width: thin}input#ctrl_5.focus,input#ctrl_5:focus,input#ctrl_5:hover,input#ctrl_10.focus,input#ctrl_10:focus,input#ctrl_10:hover{color:#333;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}input#ctrl_5.active,input#ctrl_5:active{background-image:none;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}input#ctrl_10.active,input#ctrl_10:active{background-image:none;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}input#ctrl_5.disabled,input#ctrl_5[disabled],fieldset[disabled] input#ctrl_5{box-shadow: none;cursor: not-allowed;opacity: 0.65}input#ctrl_10.disabled,input#ctrl_10[disabled],fieldset[disabled] input#ctrl_10{box-shadow: none;cursor: not-allowed;opacity: 0.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events: none}input#ctrl_5{background-color:#fff;color:#333;border-bottom-color: #ccc;border-left-color: #ccc;border-right-color: #ccc;border-top-color: #ccc}input#ctrl_10{background-color:#fff;color:#333;border-bottom-color: #ccc;border-left-color: #ccc;border-right-color: #ccc;border-top-color: #ccc}input#ctrl_5.focus,input#ctrl_5:focus{color:#fff;background-color:rgba(8,106,54,0.6);border-bottom-color: #086a36;border-left-color: #086a36;border-right-color: #086a36;border-top-color: #086a36;outline:none}input#ctrl_10.focus,input#ctrl_10:focus{color:#fff;background-color:rgba(8,106,54,0.6);border-bottom-color: #086a36;border-left-color: #086a36;border-right-color: #086a36;border-top-color: #086a36;outline:none}input#ctrl_5:hover{color:#fff;background-color:rgba(8,106,54,0.6);border-bottom-color: #086a36;border-left-color: #086a36;border-right-color: #086a36;border-top-color: #086a36}input#ctrl_10:hover{color:#fff;background-color:rgba(8,106,54,0.6);border-bottom-color: #086a36;border-left-color: #086a36;border-right-color: #086a36;border-top-color: #086a36}input#ctrl_5.active,input#ctrl_5:active,.open > .dropdown-toggle{background-color:#e6e6e6;color:#333;border-bottom-color: #adadad;border-left-color: #adadad;border-right-color: #adadad;border-top-color: #adadad}input#ctrl_10.active,input#ctrl_10:active,.open > .dropdown-toggle{background-color:#e6e6e6;color:#333;border-bottom-color: #adadad;border-left-color: #adadad;border-right-color: #adadad;border-top-color: #adadad}input#ctrl_5.active.focus,input#ctrl_5.active:focus,input#ctrl_5.active:hover,input#ctrl_5.focus:active,input#ctrl_5:active:focus,input#ctrl_5:active:hover,.open > .dropdown-toggle.btn-default.focus,.open > .dropdown-toggle.btn-default:focus,.open{background-color:#d4d4d4;color:#333;border-bottom-color: #8c8c8c;border-left-color: #8c8c8c;border-right-color: #8c8c8c;border-top-color: #8c8c8c}input#ctrl_10.active.focus,input#ctrl_10.active:focus,input#ctrl_10.active:hover,input#ctrl_10.focus:active,input#ctrl_10:active:focus,input#ctrl_10:active:hover,.open > .dropdown-toggle.btn-default.focus,.open > .dropdown-toggle.btn-default:focus,.open{background-color:#d4d4d4;color:#333;border-bottom-color: #8c8c8c;border-left-color: #8c8c8c;border-right-color: #8c8c8c;border-top-color: #8c8c8c}.btn-default.active,.btn-default:active,.open > .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default.active[disabled],.btn-default.focus[disabled],{background-color:#fff;border-bottom-color: #ccc;border-left-color: #ccc;border-right-color: #ccc;border-top-color: #ccc}input#ctrl_5 .badge{background-color:#333;color:#fff}input#ctrl_10 .badge{background-color:#333;color:#fff}.btn-primary{background-color:#fff;border:1px solid #b7b7b7;border-radius:0;font-weight:normal;font-variant:small-caps;color:#484848;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}.btn-primary.focus,.btn-primary:focus{background-color:#7d7d7d;color:#fff;outline:none}.btn-primary:hover{background-color:#286090;color:#fff}.btn-primary.active,.btn-primary:active,.open > .dropdown-toggle.btn-primary{background-color:#286090;color:#fff}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary.focus:active,.btn-primary:active:focus,.btn-primary:active:hover,.open > .dropdown-toggle.btn-primary.focus,.open > .dropdown-toggle.btn-primary:focus,.open{background-color:#204d74;color:#fff}.btn-primary.active,.btn-primary:active,.open > .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary.active[disabled],.btn-primary.focus[disabled],{background-color:#337ab7}.btn-primary .badge{background-color:#fff;color:#337ab7}.btn-success{background-color:#5cb85c;color:#fff}.btn-success.focus,.btn-success:focus{background-color:#449d44;color:#fff}.btn-success:hover{background-color:#449d44;color:#fff}.btn-success.active,.btn-success:active,.open > .dropdown-toggle.btn-success{background-color:#449d44;color:#fff}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success.focus:active,.btn-success:active:focus,.btn-success:active:hover,.open > .dropdown-toggle.btn-success.focus,.open > .dropdown-toggle.btn-success:focus,.open{background-color:#398439;color:#fff}.btn-success.active,.btn-success:active,.open > .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success.active[disabled],.btn-success.focus[disabled],{background-color:#5cb85c}.btn-success .badge{background-color:#fff;color:#5cb85c}.btn-info{background-color:#5bc0de;color:#fff;border-bottom-color: #46b8da;border-left-color: #46b8da;border-right-color: #46b8da;border-top-color: #46b8da}.btn-info.focus,.btn-info:focus{background-color:#31b0d5;color:#fff;border-bottom-color: #1b6d85;border-left-color: #1b6d85;border-right-color: #1b6d85;border-top-color: #1b6d85}.btn-info:hover{background-color:#31b0d5;color:#fff;border-bottom-color: #269abc;border-left-color: #269abc;border-right-color: #269abc;border-top-color: #269abc}.btn-info.active,.btn-info:active,.open > .dropdown-toggle.btn-info{background-color:#31b0d5;color:#fff;border-bottom-color: #269abc;border-left-color: #269abc;border-right-color: #269abc;border-top-color: #269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info.focus:active,.btn-info:active:focus,.btn-info:active:hover,.open > .dropdown-toggle.btn-info.focus,.open > .dropdown-toggle.btn-info:focus,.open > .dropdown-toggle.btn-{background-color:#269abc;color:#fff;border-bottom-color: #1b6d85;border-left-color: #1b6d85;border-right-color: #1b6d85;border-top-color: #1b6d85}.btn-info.active,.btn-info:active,.open > .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info.active[disabled],.btn-info.focus[disabled],.btn-info[disabled]:active,{background-color:#5bc0de;border-bottom-color: #46b8da;border-left-color: #46b8da;border-right-color: #46b8da;border-top-color: #46b8da}.btn-info .badge{background-color:#fff;color:#5bc0de}.btn-warning{background-color:#ffa82e;color:#fff;border-bottom-color: #eea236;border-left-color: #eea236;border-right-color: #eea236;border-top-color: #eea236}.btn-warning.focus,.btn-warning:focus{background-color:#ffa82e;color:#fff;border-bottom-color: #985f0d;border-left-color: #985f0d;border-right-color: #985f0d;border-top-color: #985f0d}.btn-warning:hover{background-color:#ffa82e;color:#fff;border-bottom-color: #d58512;border-left-color: #d58512;border-right-color: #d58512;border-top-color: #d58512}.btn-warning.active,.btn-warning:active,.open > .dropdown-toggle.btn-warning{background-color:#ec971f;color:#fff;border-bottom-color: #d58512;border-left-color: #d58512;border-right-color: #d58512;border-top-color: #d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning.focus:active,.btn-warning:active:focus,.btn-warning:active:hover,.open > .dropdown-toggle.btn-warning.focus,.open > .dropdown-toggle.btn-warning:focus,.open{background-color:#ffa82e;color:#fff;border-bottom-color: #985f0d;border-left-color: #985f0d;border-right-color: #985f0d;border-top-color: #985f0d}.btn-warning.active,.btn-warning:active,.open > .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning.active[disabled],.btn-warning.focus[disabled],{background-color:#f0ad4e;border-bottom-color: #eea236;border-left-color: #eea236;border-right-color: #eea236;border-top-color: #eea236}.btn-warning .badge{background-color:#fff;color:#f0ad4e}.btn-danger{background-color:#d9534f;color:#fff;border-bottom-color: #d43f3a;border-left-color: #d43f3a;border-right-color: #d43f3a;border-top-color: #d43f3a}.btn-danger.focus,.btn-danger:focus{background-color:#c9302c;color:#fff;border-bottom-color: #761c19;border-left-color: #761c19;border-right-color: #761c19;border-top-color: #761c19}.btn-danger:hover{background-color:#c9302c;color:#fff;border-bottom-color: #ac2925;border-left-color: #ac2925;border-right-color: #ac2925;border-top-color: #ac2925}.btn-danger.active,.btn-danger:active,.open > .dropdown-toggle.btn-danger{background-color:#c9302c;color:#fff;border-bottom-color: #ac2925;border-left-color: #ac2925;border-right-color: #ac2925;border-top-color: #ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger.focus:active,.btn-danger:active:focus,.btn-danger:active:hover,.open > .dropdown-toggle.btn-danger.focus,.open > .dropdown-toggle.btn-danger:focus,.open > .drop{background-color:#ac2925;color:#fff;border-bottom-color: #761c19;border-left-color: #761c19;border-right-color: #761c19;border-top-color: #761c19}.btn-danger.active,.btn-danger:active,.open > .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger.active[disabled],.btn-danger.focus[disabled],.btn-dang{background-color:#d9534f;border-bottom-color: #d43f3a;border-left-color: #d43f3a;border-right-color: #d43f3a;border-top-color: #d43f3a}.btn-danger .badge{background-color:#fff;color:#d9534f}.btn-link{color:#337ab7;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0;font-weight: 400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color: transparent;box-shadow: none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-bottom-color: transparent;border-left-color: transparent;border-right-color: transparent;border-top-color: transparent}.btn-link:focus,.btn-link:hover{color:#23527c;background-color: transparent;text-decoration-color: -moz-use-text-color;text-decoration-line: underline;text-decoration-style: solid}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.btn-group-lg > .btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}.btn-group-sm > .btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px}.btn-group-xs > .btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px}.btn-block{width:100%;display:block}.btn-block + .btn-block{margin-top:5px}input.btn-block[type="button"],input.btn-block[type="reset"],input.btn-block[type="submit"]{width:100%}.fade{opacity: 0;transition-delay: 0s;transition-duration: 0.15s;transition-property: opacity;transition-timing-function: linear}.fade.in{opacity: 1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;position:relative;overflow-x: hidden;overflow-y: hidden;transition-duration: 0.35s;transition-property: height, visibility;transition-timing-function: ease}.caret{width:0;height:0;display:inline-block;margin-left:2px;vertical-align:middle;border-left-color: transparent;border-left-style: solid;border-left-width: 4px;border-right-color: transparent;border-right-style: solid;border-right-width: 4px;border-top-color: -moz-use-text-color;border-top-style: dashed;border-top-width: 4px}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}.dropdown-menu{min-width:160px;left:0;top:100%;position:absolute;float:left;display:none;margin:2px 0 0;padding:5px 0;text-align:left;background-color:#fff;font-size:14px;list-style-type:none;list-style-image:none;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-clip: padding-box;border-bottom-color: rgba(0, 0, 0, 0.15);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: rgba(0, 0, 0, 0.15);border-left-style: solid;border-left-width: 1px;border-right-color: rgba(0, 0, 0, 0.15);border-right-style: solid;border-right-width: 1px;border-top-color: rgba(0, 0, 0, 0.15);border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);list-style-position: outside;z-index: 1000}.dropdown-menu.pull-right{left:auto;right:0}.open > .dropdown-menu{display:block}.dropdown-menu .divider{height:1px;margin:9px 0;background-color:#e5e5e5;overflow-x: hidden;overflow-y: hidden}.dropdown-menu > li > a{clear:both;display:block;padding:3px 20px;white-space:nowrap;line-height:1.42857;color:#333;font-weight: 400}.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover{background-color:#f5f5f5;color:#262626;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.dropdown-menu > .active > a,.dropdown-menu > .active > a:focus,.dropdown-menu > .active > a:hover{background-color:#337ab7;color:#fff;outline-color: -moz-use-text-color;outline-style: none;outline-width: 0;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:focus,.dropdown-menu > .disabled > a:hover{color:#777}.dropdown-menu > .disabled > a:focus,.dropdown-menu > .disabled > a:hover{background-image:none;background-color: transparent;cursor: not-allowed;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.open > .dropdown-menu{display:block}.open > a{outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap;font-size:12px;line-height:1.42857;color:#777}.dropdown-backdrop{bottom:0;left:0;right:0;top:0;position:fixed;z-index: 990}.pull-right > .dropdown-menu{left:auto;right:0}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-bottom-color: -moz-use-text-color;border-bottom-style: dashed;border-bottom-width: 4px;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;content: ""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{bottom:100%;top:auto;margin-bottom:2px}@media (min-width: 768px){right:0;.navbar-right .dropdown-menu {     left: auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical > .btn,.btn-group > .btn{position:relative;float:left}.btn-group-vertical > .btn.active,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:hover,.btn-group > .btn.active,.btn-group > .btn:active,.btn-group > .btn:focus,.btn-group > .btn:hover{z-index: 2}.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group{margin-left:5px}.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-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-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0}.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius: 0;border-top-right-radius: 0}.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius: 0;border-top-left-radius: 0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}.btn-group > .btn + .dropdown-toggle{padding-right:15px;padding-left:15px}.btn-group > .btn-lg + .dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset}.btn-group.open .dropdown-toggle.btn-link{box-shadow: none}.btn .caret{margin-left:0}.btn-lg .caret{border-bottom-width: 0;border-left-width: 5px;border-right-width: 5px;border-top-width: 5px}.dropup .btn-lg .caret{border-bottom-width: 5px;border-left-width: 5px;border-right-width: 5px;border-top-width: 0}.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn{width:100%;max-width:100%;float:none;display:block}.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-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0}.btn-group-vertical > .btn:first-child:not(:last-child){border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-right-radius: 4px}.btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius: 4px;border-top-left-radius: 0;border-top-right-radius: 0}.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0}.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-left-radius: 0;border-bottom-right-radius: 0}.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-left-radius: 0;border-top-right-radius: 0}.btn-group-justified{width:100%;display:table;border-collapse:separate;table-layout: fixed}.btn-group-justified > .btn,.btn-group-justified > .btn-group{width:1%;float:none;display:table-cell}.btn-group-justified > .btn-group .btn{width:100%}.btn-group-justified > .btn-group .dropdown-menu{left:auto}[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"]{position:absolute;clip: rect(0px, 0px, 0px, 0px);pointer-events: none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;position:relative;float:left;margin-bottom:0;z-index: 2}.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px}select.input-group-lg[multiple] > .form-control,select.input-group-lg[multiple] > .input-group-addon,select.input-group-lg[multiple] > .input-group-btn > .btn,textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textar{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-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-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}select.input-group-sm[multiple] > .form-control,select.input-group-sm[multiple] > .input-group-addon,select.input-group-sm[multiple] > .input-group-btn > .btn,textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textar{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0}.input-group-addon,.input-group-btn{width:1%;vertical-align:middle;white-space:nowrap}.input-group-addon{padding:6px 12px;text-align:center;background-color:#eee;font-size:14px;line-height:1;color:#555;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ccc;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ccc;border-left-style: solid;border-left-width: 1px;border-right-color: #ccc;border-right-style: solid;border-right-width: 1px;border-top-color: #ccc;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;font-weight: 400}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}.input-group-addon input[type="checkbox"],.input-group-addon input[type="radio"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn-group:not(:l{border-bottom-right-radius: 0;border-top-right-radius: 0}.input-group-addon:first-child{border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:last-child > .btn,.input-group-btn:last-chil{border-bottom-left-radius: 0;border-top-left-radius: 0}.input-group-addon:last-child{border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0}.input-group-btn{position:relative;white-space:nowrap;font-size:0}.input-group-btn > .btn{position:relative}.input-group-btn > .btn + .btn{margin-left:-1px}.input-group-btn > .btn:active,.input-group-btn > .btn:focus,.input-group-btn > .btn:hover{z-index: 2}.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group{margin-right:-1px}.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group{margin-left:-1px;z-index: 2}.nav{margin-bottom:0;padding-left:0;list-style-type:none;list-style-image:none;list-style-position: outside}.nav > li{position:relative;display:block}.nav > li > a{position:relative;display:block;padding:10px 15px}.nav > li > a:focus,.nav > li > a:hover{background-color:#eee;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.nav > li.disabled > a{color:#777}.nav > li.disabled > a:focus,.nav > li.disabled > a:hover{color:#777;background-color: transparent;cursor: not-allowed;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.nav .open > a,.nav .open > a:focus,.nav .open > a:hover{background-color:#eee;border-bottom-color: #337ab7;border-left-color: #337ab7;border-right-color: #337ab7;border-top-color: #337ab7}.nav .nav-divider{height:1px;margin:9px 0;background-color:#e5e5e5;overflow-x: hidden;overflow-y: hidden}.nav > li > a > img{max-width:none}.nav-tabs{border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px}.nav-tabs > li{float:left;margin-bottom:-1px}.nav-tabs > li > a{margin-right:2px;line-height:1.42857;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: transparent;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: transparent;border-left-style: solid;border-left-width: 1px;border-right-color: transparent;border-right-style: solid;border-right-width: 1px;border-top-color: transparent;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px}.nav-tabs > li > a:hover{border-bottom-color: #ddd;border-left-color: #eee;border-right-color: #eee;border-top-color: #eee}.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus,.nav-tabs > li.active > a:hover{background-color:#fff;color:#555;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: transparent;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px;cursor: default}.nav-tabs.nav-justified{width:100%;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0}.nav-tabs.nav-justified > li{float:none}.nav-tabs.nav-justified > li > a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified > .dropdown .dropdown-menu{left:auto;top:auto}@media (min-width: 768px){width:1%;.nav-tabs.nav-justified > li {     display: table-cell}.nav-tabs.nav-justified > li > a{margin-bottom:0}}.nav-tabs.nav-justified > li > a{margin-right:0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:hover{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}@media (min-width: 768px){.nav-tabs.nav-justified > li > a {     border-bottom-color: #ddd;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 4px;border-top-right-radius: 4px}.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:hover{border-bottom-color: #fff}}.nav-pills > li{float:left}.nav-pills > li > a{border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}.nav-pills > li + li{margin-left:2px}.nav-pills > li.active > a,.nav-pills > li.active > a:focus,.nav-pills > li.active > a:hover{background-color:#337ab7;color:#fff}.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{margin-bottom:5px;text-align:center}.nav-justified > .dropdown .dropdown-menu{left:auto;top:auto}@media (min-width: 768px){width:1%;.nav-justified > li {     display: table-cell}.nav-justified > li > a{margin-bottom:0}}.nav-tabs-justified{border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0}.nav-tabs-justified > li > a{margin-right:0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:focus,.nav-tabs-justified > .active > a:hover{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}@media (min-width: 768px){.nav-tabs-justified > li > a {     border-bottom-color: #ddd;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 4px;border-top-right-radius: 4px}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:focus,.nav-tabs-justified > .active > a:hover{border-bottom-color: #fff}}.tab-content > .tab-pane{display:none}.tab-content > .active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius: 0;border-top-right-radius: 0}.navbar{min-height:50px;position:relative;margin-bottom:20px;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: transparent;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: transparent;border-left-style: solid;border-left-width: 1px;border-right-color: transparent;border-right-style: solid;border-right-width: 1px;border-top-color: transparent;border-top-style: solid;border-top-width: 1px}@media (min-width: 768px){.navbar {     border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}}#menu nav{display:none}.navbar-header{float:left}} .navbar-collapse{padding-right:15px;padding-left:15px;border-top-color: transparent;border-top-style: solid;border-top-width: 1px;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;overflow-x: visible}.navbar-collapse.in{overflow-y: auto}@media (min-width: 768px){width:auto;.navbar-collapse {     border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;box-shadow: none}.navbar-collapse.collapse{padding-bottom:0;display: block !important;height: auto !important;overflow-x: visible !important;overflow-y: visible !important}.navbar-collapse.in{overflow-y: visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {     max-height: 200px}}.container-fluid > .navbar-collapse,.container-fluid > .navbar-header,.container > .navbar-collapse,.container > .navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){margin-right:0;.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {     margin-left: 0}}.navbar-static-top{border-bottom-width: 1px;border-left-width: 0;border-right-width: 0;border-top-width: 0;z-index: 1000}@media (min-width: 768px){.navbar-static-top {     border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0}}.navbar-fixed-bottom,.navbar-fixed-top{left:0;right:0;position:fixed;z-index: 1030}@media (min-width: 768px){.navbar-fixed-bottom, .navbar-fixed-top {     border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-top-right-radius: 0}}.navbar-fixed-top{top:0;border-bottom-width: 1px;border-left-width: 0;border-right-width: 0;border-top-width: 0}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-bottom-width: 0;border-left-width: 0;border-right-width: 0;border-top-width: 1px}.navbar-brand{height:50px;float:left;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.navbar-brand > img{display:block}@media (min-width: 768px){.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {     margin-left: -15px}}.navbar-toggle{position:relative;float:right;margin-top:8px;margin-right:15px;margin-bottom:8px;padding:9px 10px;background-image:none;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-color: transparent;border-bottom-color: transparent;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: transparent;border-left-style: solid;border-left-width: 1px;border-right-color: transparent;border-right-style: solid;border-right-width: 1px;border-top-color: transparent;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px}.navbar-toggle:focus{outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}.navbar-toggle .icon-bar{width:22px;height:2px;display:block;border-bottom-left-radius: 1px;border-bottom-right-radius: 1px;border-top-left-radius: 1px;border-top-right-radius: 1px}.navbar-toggle .icon-bar + .icon-bar{margin-top:4px}@media (min-width: 768px){.navbar-toggle {     display: none}}.navbar-nav{margin:7.5px -15px}.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){width:auto;position:static;float:none;margin-top:0;.navbar-nav .open .dropdown-menu {     -moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-color: transparent;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;box-shadow: none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu > li > a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu > li > a{line-height:20px}.navbar-nav .open .dropdown-menu > li > a:focus,.navbar-nav .open .dropdown-menu > li > a:hover{background-image:none}}#menu{text-align:left}.navbar-nav{float:left;margin:0}.navbar-nav > li{float:left}.navbar-nav > li > a{padding-top:15px;padding-bottom:15px}} .navbar-form{margin:8px -15px;padding:10px 15px;border-bottom-color: transparent;border-bottom-style: solid;border-bottom-width: 1px;border-top-color: transparent;border-top-style: solid;border-top-width: 1px;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1)}@media (min-width: 768px){margin-bottom:0;vertical-align:middle;.navbar-form .form-group {     display: inline-block}.navbar-form .form-control{width:auto;display:inline-block;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group > .form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type="checkbox"],.navbar-form .radio input[type="radio"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}width:auto;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;.navbar-form{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;box-shadow: none}} .navbar-nav > li > .dropdown-menu{margin-top:0;border-top-left-radius: 0;border-top-right-radius: 0}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 4px;border-top-right-radius: 4px}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){margin-right:15px;margin-left:15px;.navbar-text {     float: left}}.navbar-left{float: left !important}.navbar-right{margin-right:-15px;float: right !important}.navbar-right ~ .navbar-right{margin-right:0}} .navbar-default{background-color:#f8f8f8;border-bottom-color: #e7e7e7;border-left-color: #e7e7e7;border-right-color: #e7e7e7;border-top-color: #e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color: transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav > li > a{color:#777}.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a:hover{color:#333;background-color: transparent}.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .active > a:hover{background-color:#e7e7e7;color:#555}.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:focus,.navbar-default .navbar-nav > .disabled > a:hover{color:#ccc;background-color: transparent}.navbar-default .navbar-toggle{border-bottom-color: #ddd;border-left-color: #ddd;border-right-color: #ddd;border-top-color: #ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-bottom-color: #e7e7e7;border-left-color: #e7e7e7;border-right-color: #e7e7e7;border-top-color: #e7e7e7}.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:focus,.navbar-default .navbar-nav > .open > a:hover{background-color:#e7e7e7;color:#555}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a {     color: #777}.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#333;background-color: transparent}.navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover{background-color:#e7e7e7;color:#555}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover{color:#ccc;background-color: transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-bottom-color: #080808;border-left-color: #080808;border-right-color: #080808;border-top-color: #080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color: transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav > li > a{color:#9d9d9d}.navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav > li > a:hover{color:#fff;background-color: transparent}.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:focus,.navbar-inverse .navbar-nav > .active > a:hover{background-color:#080808;color:#fff}.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:focus,.navbar-inverse .navbar-nav > .disabled > a:hover{color:#444;background-color: transparent}.navbar-inverse .navbar-toggle{border-bottom-color: #333;border-left-color: #333;border-right-color: #333;border-top-color: #333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-bottom-color: #101010;border-left-color: #101010;border-right-color: #101010;border-top-color: #101010}.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:focus,.navbar-inverse .navbar-nav > .open > a:hover{background-color:#080808;color:#fff}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {     border-bottom-color: #080808;border-left-color: #080808;border-right-color: #080808;border-top-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{color:#fff;background-color: transparent}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover{background-color:#080808;color:#fff}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover{color:#444;background-color: transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{margin-bottom:20px;padding:8px 15px;background-color:#f5f5f5;list-style-type:none;list-style-image:none;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;list-style-position: outside}.breadcrumb > li{display:inline-block}.breadcrumb > li + li::before{padding:0 5;color:#ccc;content: "/ "}.breadcrumb > .active{color:#777}.pagination{display:inline-block;margin:20px 0;padding-left:0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}.pagination > li{display:inline}.pagination > li > a,.pagination > li > span{position:relative;float:left;margin-left:-1px;padding:6px 12px;background-color:#fff;line-height:1.42857;color:#337ab7;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0;border-bottom-left-radius: 4px;border-top-left-radius: 4px}.pagination > li:last-child > a,.pagination > li:last-child > span{border-bottom-right-radius: 4px;border-top-right-radius: 4px}.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover{background-color:#eee;color:#23527c;border-bottom-color: #ddd;border-left-color: #ddd;border-right-color: #ddd;border-top-color: #ddd;z-index: 3}.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover{background-color:#337ab7;color:#fff;border-bottom-color: #337ab7;border-left-color: #337ab7;border-right-color: #337ab7;border-top-color: #337ab7;cursor: default;z-index: 2}.pagination > .disabled > a,.pagination > .disabled > a:focus,.pagination > .disabled > a:hover,.pagination > .disabled > span,.pagination > .disabled > span:focus,.pagination > .disabled > span:hover{background-color:#fff;color:#777;border-bottom-color: #ddd;border-left-color: #ddd;border-right-color: #ddd;border-top-color: #ddd;cursor: not-allowed}.pagination-lg > li > a,.pagination-lg > li > span{padding:10px 16px;font-size:18px;line-height:1.33333}.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span{border-bottom-left-radius: 6px;border-top-left-radius: 6px}.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span{border-bottom-right-radius: 6px;border-top-right-radius: 6px}.pagination-sm > li > a,.pagination-sm > li > span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span{border-bottom-left-radius: 3px;border-top-left-radius: 3px}.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span{border-bottom-right-radius: 3px;border-top-right-radius: 3px}.pager{margin:20px 0;padding-left:0;text-align:center;list-style-type:none;list-style-image:none;list-style-position: outside}.pager li{display:inline}.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-left-radius: 15px;border-top-right-radius: 15px;border-top-style: solid;border-top-width: 1px}.pager li > a:focus,.pager li > a:hover{background-color:#eee;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.pager .next > a,.pager .next > span{float:right}.pager .previous > a,.pager .previous > span{float:left}.pager .disabled > a,.pager .disabled > a:focus,.pager .disabled > a:hover,.pager .disabled > span{background-color:#fff;color:#777;cursor: not-allowed}.label{display:inline;padding:.2em .6em .3em;vertical-align:baseline;text-align:center;white-space:nowrap;font-size:75%;line-height:1;color:#fff;border-bottom-left-radius: 0.25em;border-bottom-right-radius: 0.25em;border-top-left-radius: 0.25em;border-top-right-radius: 0.25em;font-weight: 700}a.label:focus,a.label:hover{color:#fff;cursor: pointer;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.label:empty{display:none}.btn .label{top:-1px;position:relative}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{min-width:10px;display:inline-block;padding:3px 7px;vertical-align:middle;text-align:center;white-space:nowrap;background-color:#777;font-size:12px;line-height:1;color:#fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: 700}.badge:empty{display:none}.btn .badge{top:-1px;position:relative}.btn-group-xs > .btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;cursor: pointer;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.list-group-item.active > .badge,.nav-pills > .active > a > .badge{background-color:#fff;color:#337ab7}.list-group-item > .badge{float:right}.list-group-item > .badge + .badge{margin-right:5px}.nav-pills > li > a > .badge{margin-left:3px}.jumbotron{margin-bottom:30px;padding-top:30px;padding-bottom:30px;background-color:#eee;color: inherit}.jumbotron .h1,.jumbotron h1{color: inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight: 200}.jumbotron > hr{border-top-color: #d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){position:relative;vertical-align:middle;.btn-group, .btn-group-vertical {     display: none}.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;margin-bottom:20px;padding:4px;background-color:#fff;line-height:1.42857;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;transition-delay: 0s;transition-duration: 0.2s;transition-property: border;transition-timing-function: ease-in-out}.thumbnail a > img,.thumbnail > img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-bottom-color: #337ab7;border-left-color: #337ab7;border-right-color: #337ab7;border-top-color: #337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{margin-bottom:20px;padding:15px;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: transparent;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: transparent;border-left-style: solid;border-left-width: 1px;border-right-color: transparent;border-right-style: solid;border-right-width: 1px;border-top-color: transparent;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px}.alert h4{margin-top:0;color: inherit}.alert .alert-link{font-weight: 700}.alert > p,.alert > ul{margin-bottom:0}.alert > p + p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{right:-21px;position:relative;color: inherit;top: -2px}.alert-success{background-color:#dff0d8;color:#3c763d;border-bottom-color: #d6e9c6;border-left-color: #d6e9c6;border-right-color: #d6e9c6;border-top-color: #d6e9c6}.alert-success hr{border-top-color: #c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;color:#31708f;border-bottom-color: #bce8f1;border-left-color: #bce8f1;border-right-color: #bce8f1;border-top-color: #bce8f1}.alert-info hr{border-top-color: #a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-bottom-color: #faebcc;border-left-color: #faebcc;border-right-color: #faebcc;border-top-color: #faebcc}.alert-warning hr{border-top-color: #f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;color:#a94442;border-bottom-color: #ebccd1;border-left-color: #ebccd1;border-right-color: #ebccd1;border-top-color: #ebccd1}.alert-danger hr{border-top-color: #e4b9c0}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{0% {     background-position: 40px 0}100%{background-position: 0 0}}.progress{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;overflow-x: hidden;overflow-y: hidden}.progress-bar{width:0;height:100%;float:left;text-align:center;background-color:#337ab7;font-size:12px;line-height:20px;color:#fff;box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;transition-delay: 0s;transition-duration: 0.6s;transition-property: width;transition-timing-function: ease}.progress-bar-striped,.progress-striped .progress-bar{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-bar.active,.progress.active .progress-bar{animation-delay: 0s;animation-direction: normal;animation-duration: 2s;animation-fill-mode: none;animation-iteration-count: infinite;animation-name: progress-bar-stripes;animation-play-state: running;animation-timing-function: linear}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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: 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: 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: 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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow-x: hidden;overflow-y: hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media > .pull-right{padding-left:10px}.media-left,.media > .pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style-type:none;list-style-image:none;list-style-position: outside}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;margin-bottom:-1px;padding:10px 15px;background-color:#fff;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #ddd;border-left-style: solid;border-left-width: 1px;border-right-color: #ddd;border-right-style: solid;border-right-width: 1px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.list-group-item:first-child{border-top-left-radius: 4px;border-top-right-radius: 4px}.list-group-item:last-child{margin-bottom:0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{background-color:#f5f5f5;color:#555;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor: not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color: inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background-color:#337ab7;color:#fff;border-bottom-color: #337ab7;border-left-color: #337ab7;border-right-color: #337ab7;border-top-color: #337ab7;z-index: 2}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .l{color: inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{background-color:#dff0d8;color:#3c763d}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color: inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{background-color:#d0e9c6;color:#3c763d}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{background-color:#3c763d;color:#fff;border-bottom-color: #3c763d;border-left-color: #3c763d;border-right-color: #3c763d;border-top-color: #3c763d}.list-group-item-info{background-color:#d9edf7;color:#31708f}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color: inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{background-color:#c4e3f3;color:#31708f}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{background-color:#31708f;color:#fff;border-bottom-color: #31708f;border-left-color: #31708f;border-right-color: #31708f;border-top-color: #31708f}.list-group-item-warning{background-color:#fcf8e3;color:#8a6d3b}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color: inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{background-color:#faf2cc;color:#8a6d3b}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{background-color:#8a6d3b;color:#fff;border-bottom-color: #8a6d3b;border-left-color: #8a6d3b;border-right-color: #8a6d3b;border-top-color: #8a6d3b}.list-group-item-danger{background-color:#f2dede;color:#a94442}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color: inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{background-color:#ebcccc;color:#a94442}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{background-color:#a94442;color:#fff;border-bottom-color: #a94442;border-left-color: #a94442;border-right-color: #a94442;border-top-color: #a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: transparent;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: transparent;border-left-style: solid;border-left-width: 1px;border-right-color: transparent;border-right-style: solid;border-right-width: 1px;border-top-color: transparent;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom-color: transparent;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px}.panel-heading > .dropdown .dropdown-toggle{color: inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color: inherit}.panel-title > .small,.panel-title > .small > a,.panel-title > a,.panel-title > small,.panel-title > small > a{color: inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.panel > .list-group,.panel > .panel-collapse > .list-group{margin-bottom:0}.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item{border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom-width: 1px;border-left-width: 0;border-right-width: 0;border-top-left-radius: 0;border-top-right-radius: 0;border-top-width: 1px}.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top-color: -moz-use-text-color;border-top-left-radius: 3px;border-top-right-radius: 3px;border-top-style: none;border-top-width: 0}.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom-color: -moz-use-text-color;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-bottom-style: none;border-bottom-width: 0}.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-left-radius: 0;border-top-right-radius: 0}.panel-heading + .list-group .list-group-item:first-child{border-top-width: 0}.list-group + .panel-footer{border-top-width: 0}.panel > .panel-collapse > .table,.panel > .table,.panel > .table-responsive > .table{margin-bottom:0}.panel > .panel-collapse > .table caption,.panel > .table caption,.panel > .table-responsive > .table caption{padding-right:15px;padding-left:15px}.panel > .table-responsive:first-child > .table:first-child,.panel > .table:first-child{border-top-left-radius: 3px;border-top-right-radius: 3px}.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-{border-top-left-radius: 3px;border-top-right-radius: 3px}.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:fi{border-top-left-radius: 3px}.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:firs{border-top-right-radius: 3px}.panel > .table-responsive:last-child > .table:last-child,.panel > .table:last-child{border-bottom-left-radius: 3px;border-bottom-right-radius: 3px}.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child,.pan{border-bottom-left-radius: 3px;border-bottom-right-radius: 3px}.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child{border-bottom-left-radius: 3px}.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child >{border-bottom-right-radius: 3px}.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body{border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.panel > .table > tbody:first-child > tr:first-child td,.panel > .table > tbody:first-child > tr:first-child th{border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.panel > .table-bordered,.panel > .table-responsive > .table-bordered{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thea{border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0}.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead >{border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0}.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .t{border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0}.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table{border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0}.panel > .table-responsive{margin-bottom:0;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}.panel-group .panel + .panel{margin-top:5px}.panel-group .panel-heading{border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0}.panel-group .panel-heading + .panel-collapse > .list-group,.panel-group .panel-heading + .panel-collapse > .panel-body{border-top-color: #ddd;border-top-style: solid;border-top-width: 1px}.panel-group .panel-footer{border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom-color: #ddd;border-bottom-style: solid;border-bottom-width: 1px}.panel-default{border-bottom-color: #ddd;border-left-color: #ddd;border-right-color: #ddd;border-top-color: #ddd}.panel-default > .panel-heading{background-color:#f5f5f5;color:#333;border-bottom-color: #ddd;border-left-color: #ddd;border-right-color: #ddd;border-top-color: #ddd}.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ddd}.panel-default > .panel-heading .badge{background-color:#333;color:#f5f5f5}.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ddd}.panel-primary{border-bottom-color: #337ab7;border-left-color: #337ab7;border-right-color: #337ab7;border-top-color: #337ab7}.panel-primary > .panel-heading{background-color:#337ab7;color:#fff;border-bottom-color: #337ab7;border-left-color: #337ab7;border-right-color: #337ab7;border-top-color: #337ab7}.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color: #337ab7}.panel-primary > .panel-heading .badge{background-color:#fff;color:#337ab7}.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #337ab7}.panel-success{border-bottom-color: #d6e9c6;border-left-color: #d6e9c6;border-right-color: #d6e9c6;border-top-color: #d6e9c6}.panel-success > .panel-heading{background-color:#dff0d8;color:#3c763d;border-bottom-color: #d6e9c6;border-left-color: #d6e9c6;border-right-color: #d6e9c6;border-top-color: #d6e9c6}.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color: #d6e9c6}.panel-success > .panel-heading .badge{background-color:#3c763d;color:#dff0d8}.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #d6e9c6}.panel-info{border-bottom-color: #bce8f1;border-left-color: #bce8f1;border-right-color: #bce8f1;border-top-color: #bce8f1}.panel-info > .panel-heading{background-color:#d9edf7;color:#31708f;border-bottom-color: #bce8f1;border-left-color: #bce8f1;border-right-color: #bce8f1;border-top-color: #bce8f1}.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color: #bce8f1}.panel-info > .panel-heading .badge{background-color:#31708f;color:#d9edf7}.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #bce8f1}.panel-warning{border-bottom-color: #faebcc;border-left-color: #faebcc;border-right-color: #faebcc;border-top-color: #faebcc}.panel-warning > .panel-heading{background-color:#fcf8e3;color:#8a6d3b;border-bottom-color: #faebcc;border-left-color: #faebcc;border-right-color: #faebcc;border-top-color: #faebcc}.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color: #faebcc}.panel-warning > .panel-heading .badge{background-color:#8a6d3b;color:#fcf8e3}.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #faebcc}.panel-danger{border-bottom-color: #ebccd1;border-left-color: #ebccd1;border-right-color: #ebccd1;border-top-color: #ebccd1}.panel-danger > .panel-heading{background-color:#f2dede;color:#a94442;border-bottom-color: #ebccd1;border-left-color: #ebccd1;border-right-color: #ebccd1;border-top-color: #ebccd1}.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ebccd1}.panel-danger > .panel-heading .badge{background-color:#a94442;color:#f2dede}.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ebccd1}.embed-responsive{height:0;position:relative;display:block;padding:0;overflow-x: hidden;overflow-y: hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{width:100%;height:100%;bottom:0;left:0;top:0;position:absolute;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;margin-bottom:20px;padding:19px;background-color:#f5f5f5;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-bottom-color: #e3e3e3;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #e3e3e3;border-left-style: solid;border-left-width: 1px;border-right-color: #e3e3e3;border-right-style: solid;border-right-width: 1px;border-top-color: #e3e3e3;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset}.well blockquote{border-bottom-color: rgba(0, 0, 0, 0.15);border-left-color: rgba(0, 0, 0, 0.15);border-right-color: rgba(0, 0, 0, 0.15);border-top-color: rgba(0, 0, 0, 0.15)}.well-lg{padding:24px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px}.well-sm{padding:9px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px}.close{float:right;font-size:21px;line-height:1;color:#000;font-weight: 700;opacity: 0.2;text-shadow: 0 1px 0 #fff}.close:focus,.close:hover{color:#000;cursor: pointer;opacity: 0.5;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}button.close{padding:0;background-image:none;background-repeat:repeat;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-attachment: scroll;background-clip: border-box;background-color: rgba(0, 0, 0, 0);background-origin: padding-box;background-position: 0 0;background-size: auto auto;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;cursor: pointer}.modal-open{overflow-x: hidden;overflow-y: hidden}.modal{bottom:0;left:0;right:0;top:0;position:fixed;display:none;outline-color: -moz-use-text-color;outline-style: none;outline-width: 0;overflow-x: hidden;overflow-y: hidden;z-index: 1050}.modal.fade .modal-dialog{transform: translate(0px, -25%);transition-delay: 0s;transition-duration: 0.3s;transition-property: transform;transition-timing-function: ease-out}.modal.in .modal-dialog{transform: translate(0px, 0px)}.modal-open .modal{overflow-x: hidden;overflow-y: auto}.modal-dialog{width:auto;position:relative;margin:10px}.modal-content{position:relative;background-color:#fff;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-clip: padding-box;border-bottom-color: rgba(0, 0, 0, 0.2);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: rgba(0, 0, 0, 0.2);border-left-style: solid;border-left-width: 1px;border-right-color: rgba(0, 0, 0, 0.2);border-right-style: solid;border-right-width: 1px;border-top-color: rgba(0, 0, 0, 0.2);border-top-left-radius: 6px;border-top-right-radius: 6px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);outline-color: -moz-use-text-color;outline-style: none;outline-width: 0}.modal-backdrop{bottom:0;left:0;right:0;top:0;position:fixed;background-color:#000;z-index: 1040}.modal-backdrop.fade{opacity: 0}.modal-backdrop.in{opacity: 0.5}.modal-header{min-height:16.43px;padding:15px;border-bottom-color: #e5e5e5;border-bottom-style: solid;border-bottom-width: 1px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top-color: #e5e5e5;border-top-style: solid;border-top-width: 1px}.modal-footer .btn + .btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn + .btn{margin-left:-1px}.modal-footer .btn-block + .btn-block{margin-left:0}.modal-scrollbar-measure{width:50px;height:50px;top:-9999px;position:absolute;overflow-x: scroll;overflow-y: scroll}@media (min-width: 768px){width:600px;margin-top:30px;margin-right:auto;margin-left:auto;.modal-dialog {     margin-bottom: 30px}.modal-content{box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)}.modal-sm{width:300px}}.modal-lg{width:900px}} .tooltip{position:absolute;display:block;text-align:start;white-space:normal;text-transform:none;font:12px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;font-style: normal;font-weight: 400;opacity: 0;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid;text-shadow: none;word-break: normal;word-wrap: normal;z-index: 1070}.tooltip.in{opacity: 0.9}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5}.tooltip-inner{max-width:200px;padding:3px 8px;text-align:center;background-color:#000;color:#fff;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px}.tooltip-arrow{width:0;height:0;position:absolute;border-bottom-color: transparent;border-bottom-style: solid;border-left-color: transparent;border-left-style: solid;border-right-color: transparent;border-right-style: solid;border-top-color: transparent;border-top-style: solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-bottom-width: 0;border-left-width: 5px;border-right-width: 5px;border-top-color: #000;border-top-width: 5px}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-bottom-width: 0;border-left-width: 5px;border-right-width: 5px;border-top-color: #000;border-top-width: 5px}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-bottom-width: 0;border-left-width: 5px;border-right-width: 5px;border-top-color: #000;border-top-width: 5px}.tooltip.right .tooltip-arrow{left:0;top:50%;margin-top:-5px;border-bottom-width: 5px;border-left-width: 0;border-right-color: #000;border-right-width: 5px;border-top-width: 5px}.tooltip.left .tooltip-arrow{right:0;top:50%;margin-top:-5px;border-bottom-width: 5px;border-left-color: #000;border-left-width: 5px;border-right-width: 0;border-top-width: 5px}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px;border-bottom-color: #000;border-bottom-width: 5px;border-left-width: 5px;border-right-width: 5px;border-top-width: 0;top: 0}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px;border-bottom-color: #000;border-bottom-width: 5px;border-left-width: 5px;border-right-width: 5px;border-top-width: 0;top: 0}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px;border-bottom-color: #000;border-bottom-width: 5px;border-left-width: 5px;border-right-width: 5px;border-top-width: 0;top: 0}.popover{max-width:276px;left:0;top:0;position:absolute;display:none;padding:1px;text-align:start;white-space:normal;background-color:#fff;text-transform:none;font:14px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-clip: padding-box;border-bottom-color: rgba(0, 0, 0, 0.2);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: rgba(0, 0, 0, 0.2);border-left-style: solid;border-left-width: 1px;border-right-color: rgba(0, 0, 0, 0.2);border-right-style: solid;border-right-width: 1px;border-top-color: rgba(0, 0, 0, 0.2);border-top-left-radius: 6px;border-top-right-radius: 6px;border-top-style: solid;border-top-width: 1px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);font-style: normal;font-weight: 400;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid;text-shadow: none;word-break: normal;word-wrap: normal;z-index: 1060}.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;background-color:#f7f7f7;font-size:14px;border-bottom-color: #ebebeb;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom-style: solid;border-bottom-width: 1px;border-top-left-radius: 5px;border-top-right-radius: 5px}.popover-content{padding:9px 14px}.popover > .arrow,.popover > .arrow::after{width:0;height:0;position:absolute;display:block;border-bottom-color: transparent;border-bottom-style: solid;border-left-color: transparent;border-left-style: solid;border-right-color: transparent;border-right-style: solid;border-top-color: transparent;border-top-style: solid}.popover > .arrow{border-bottom-width: 11px;border-left-width: 11px;border-right-width: 11px;border-top-width: 11px}.popover > .arrow::after{border-bottom-width: 10px;border-left-width: 10px;border-right-width: 10px;border-top-width: 10px;content: ""}.popover.top > .arrow{bottom:-11px;margin-left:-11px;border-bottom-width: 0;border-top-color: rgba(0, 0, 0, 0.25);left: 50%}.popover.top > .arrow::after{bottom:1px;margin-left:-10px;border-bottom-width: 0;border-top-color: #fff;content: " "}.popover.right > .arrow{left:-11px;margin-top:-11px;border-left-width: 0;border-right-color: rgba(0, 0, 0, 0.25);top: 50%}.popover.right > .arrow::after{bottom:-10px;border-left-width: 0;border-right-color: #fff;content: " ";left: 1px}.popover.bottom > .arrow{left:50%;margin-left:-11px;border-bottom-color: rgba(0, 0, 0, 0.25);border-top-width: 0;top: -11px}.popover.bottom > .arrow::after{top:1px;margin-left:-10px;border-bottom-color: #fff;border-top-width: 0;content: " "}.popover.left > .arrow{right:-11px;margin-top:-11px;border-left-color: rgba(0, 0, 0, 0.25);border-right-width: 0;top: 50%}.popover.left > .arrow::after{bottom:-10px;border-left-color: #fff;border-right-width: 0;content: " ";right: 1px}.carousel{position:relative}.carousel-inner{width:100%;position:relative;overflow-x: hidden;overflow-y: hidden}.carousel-inner > .item{position:relative;display:none;transition-delay: 0s;transition-duration: 0.6s;transition-property: left;transition-timing-function: ease-in-out}.carousel-inner > .item > a > img,.carousel-inner > .item > img{line-height:1}@media not all,not all{.carousel-inner > .item {     backface-visibility: hidden;perspective: 1000px;transition-delay: 0s;transition-duration: 0.6s;transition-property: transform;transition-timing-function: ease-in-out}.carousel-inner > .item.active.right,.carousel-inner > .item.next{left:0;transform: translate3d(100%, 0px, 0px)}.carousel-inner > .item.active.left,.carousel-inner > .item.prev{left:0;transform: translate3d(-100%, 0px, 0px)}.carousel-inner > .item.active,.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right{left:0;transform: translate3d(0px, 0px, 0px)}}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display:block}.carousel-inner > .active{left:0}.carousel-inner > .next,.carousel-inner > .prev{width:100%;top:0;position:absolute}.carousel-inner > .next{left:100%}.carousel-inner > .prev{left:-100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left:0}.carousel-inner > .active.left{left:-100%}.carousel-inner > .active.right{left:100%}.carousel-control{width:15%;bottom:0;left:0;top:0;position:absolute;text-align:center;font-size:20px;color:#fff;opacity: 0.5;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)}.carousel-control.left{background-repeat:repeat-x;background:-moz-linear-gradient(left,#rgba(0,#0.5 0px,#rgba(0,#0) 100%));background:-webkit-linear-gradient(left,#rgba(0,#0.5 0px,#rgba(0,#0) 100%));background:-o-linear-gradient(left,#rgba(0,#0.5 0px,#rgba(0,#0) 100%));background:-ms-linear-gradient(left,#rgba(0,#0.5 0px,#rgba(0,#0) 100%));background:linear-gradient(to right,#rgba(0,#0.5 0px,#rgba(0,#0) 100%));-pie-background:linear-gradient(left,#rgba(0,#0.5 0px,#rgba(0,#0) 100%));behavior:url("assets/css3pie/1.0.0/PIE.htc")}.carousel-control.right{left:auto;right:0;background-repeat:repeat-x;background:-moz-linear-gradient(left,#rgba(0,#0 0px,#rgba(0,#0.5) 100%));background:-webkit-linear-gradient(left,#rgba(0,#0 0px,#rgba(0,#0.5) 100%));background:-o-linear-gradient(left,#rgba(0,#0 0px,#rgba(0,#0.5) 100%));background:-ms-linear-gradient(left,#rgba(0,#0 0px,#rgba(0,#0.5) 100%));background:linear-gradient(to right,#rgba(0,#0 0px,#rgba(0,#0.5) 100%));-pie-background:linear-gradient(left,#rgba(0,#0 0px,#rgba(0,#0.5) 100%));behavior:url("assets/css3pie/1.0.0/PIE.htc")}.carousel-control:focus,.carousel-control:hover{color:#fff;opacity: 0.9;outline-color: -moz-use-text-color;outline-style: none;outline-width: 0;text-decoration-color: -moz-use-text-color;text-decoration-line: none;text-decoration-style: solid}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{top:50%;position:absolute;display:inline-block;margin-top:-10px;z-index: 5}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev::before{content: "}.carousel-control .icon-next::before{content: "}.carousel-indicators{width:60%;bottom:10px;position:absolute;margin-left:-30%;padding-left:0;text-align:center;list-style-type:none;list-style-image:none;left: 50%;list-style-position: outside;z-index: 15}.carousel-indicators li{width:10px;height:10px;display:inline-block;margin:1px;text-indent:-999px;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-color: rgba(0, 0, 0, 0);border-bottom-color: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-bottom-style: solid;border-bottom-width: 1px;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: #fff;border-left-style: solid;border-left-width: 1px;border-right-color: #fff;border-right-style: solid;border-right-width: 1px;border-top-color: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;border-top-style: solid;border-top-width: 1px;cursor: pointer}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{bottom:20px;position:absolute;padding-top:20px;padding-bottom:20px;text-align:center;color:#fff;left: 15%;right: 15%;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);z-index: 10}.carousel-caption .btn{text-shadow: none}@media screen and (min-width: 768px){position:relative;vertical-align:middle;.btn-group, .btn-group-vertical {     display: none}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;padding-bottom:30px;right: 20%}.carousel-indicators{bottom:20px}}.btn-group-vertical > .btn-group::after,.btn-group-vertical > .btn-group::before,.btn-toolbar::after,.btn-toolbar::before,.clearfix::after,.clearfix::before,.container-fluid::after,.container-fluid::before,.container::after,.container::before,{display:table;content: " "}.btn-group-vertical > .btn-group::after,.btn-toolbar::after,.clearfix::after,.container-fluid::after,.container::after,.dl-horizontal dd::after,.form-horizontal .form-group::after,.modal-footer::after,.nav::after,.navbar-collapse::after,.navbar-{clear:both}.center-block{display:block;margin-right:auto;margin-left: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-weight:normal;font:0/0 a;-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;-x-system-font: none;background-color: transparent;border-bottom-color: -moz-use-text-color;border-bottom-style: none;border-bottom-width: 0;border-image-outset: 0 0 0 0;border-image-repeat: stretch stretch;border-image-slice: 100% 100% 100% 100%;border-image-source: none;border-image-width: 1 1 1 1;border-left-color: -moz-use-text-color;border-left-style: none;border-left-width: 0;border-right-color: -moz-use-text-color;border-right-style: none;border-right-width: 0;border-top-color: -moz-use-text-color;border-top-style: none;border-top-width: 0;color: transparent;font-feature-settings: normal;font-kerning: auto;font-language-override: normal;font-size-adjust: none;font-stretch: normal;font-style: normal;font-synthesis: weight style;font-variant-alternates: normal;font-variant-caps: normal;font-variant-east-asian: normal;font-variant-ligatures: normal;font-variant-numeric: normal;font-variant-position: normal;text-shadow: none}.hidden{display: none !important}.affix{position:fixed}.visible-lg,.visible-md,.visible-sm,.visible-xs{display: none !important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-bl{display: none !important}@media (max-width: 767px){.visible-xs {     display: block !important}table.visible-xs{display: table !important}tr.visible-xs{display: table-row !important}td.visible-xs,th.visible-xs{display: table-cell !important}}.visible-xs-block{display: block !important}.visible-xs-inline{display: inline !important}.visible-xs-inline-block{display: inline-block !important}.visible-sm{display: block !important}table.visible-sm{display: table !important}tr.visible-sm{display: table-row !important}td.visible-sm,th.visible-sm{display: table-cell !important}.visible-sm-block{display: block !important}.visible-sm-inline{display: inline !important}.visible-sm-inline-block{display: inline-block !important}.visible-md{display: block !important}table.visible-md{display: table !important}tr.visible-md{display: table-row !important}td.visible-md,th.visible-md{display: table-cell !important}.visible-md-block{display: block !important}.visible-md-inline{display: inline !important}.visible-md-inline-block{display: inline-block !important}.visible-lg{display: block !important}table.visible-lg{display: table !important}tr.visible-lg{display: table-row !important}td.visible-lg,th.visible-lg{display: table-cell !important}.visible-lg-block{display: block !important}.visible-lg-inline{display: inline !important}.visible-lg-inline-block{display: inline-block !important}.hidden-xs{display: none !important}.hidden-sm{display: none !important}.hidden-md{display: none !important}.hidden-lg{display: none !important}} .visible-print{display: none !important}@media print{.visible-print {     display: block !important}table.visible-print{display: table !important}tr.visible-print{display: table-row !important}td.visible-print,th.visible-print{display: table-cell !important}}.visible-print-block{display: none !important}@media print{.visible-print-block {     display: block !important}}@media print{{}
/* lightbox.css */
#mbCenter{border:0px solid;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}#mbImage{padding:0;background-color:#fff;border:0px solid;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc")}#mbBottom{background-color:#b7b7b7;font-weight:normal;color:#484848;font:12px/1.7em "PT Sans Narrow",Arial Narrow,sanse-serif}
/* mediaquery.css */

