
/*

    Supersized - Fullscreen Slideshow jQuery Plugin
    Version : 3.2.7
    Site	: www.buildinternet.com/project/supersized
    
    Author	: Sam Dunn
    Company : One Mighty Roar (www.onemightyroar.com)
    License : MIT License / GPL License
    
*/

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url('../..//typo3conf/ext/mbx_slideshow/Resources/Public/img/progress.gif') no-repeat center center; }
#supersized { display:block; position:absolute; left:0; top:85px; overflow:hidden; z-index:-999; height:100%; width:100%; padding:0; margin:0; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:relative; height:7px; width:100%; }
#progress-bar{ position:relative; height:7px; width:100%; background:#eee; }


/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_srfreecap" */
		.tx-srfreecap-captcha label { display: inline-block; width: 150px; }
		img.tx-srfreecap-image { margin-left: 1em; margin-right: 1em; vertical-align: middle; }
		.tx-srfreecap-accessible-image { vertical-align: middle; }
		.tx-srfreecap-accessible-link { width: 10em; float: right; vertical-align: middle; margin-right: 7em; }
		.tx-srfreecap-cant-read { display: inline-block; width: 150px; }
		.tx-srfreecap-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	DIV.csc-textpic, DIV.csc-textpic DIV.csc-textpic-imagerow, UL.csc-uploads LI { overflow: hidden; }

	/* Set padding for tables */
	DIV.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	DIV.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	DIV.csc-textpic .csc-textpic-imagewrap FIGURE, DIV.csc-textpic FIGURE.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	FIGCAPTION.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	DIV.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap IMG {
		border: 0px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic .csc-textpic-imagewrap IMG { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 28px; }
	DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	DIV.csc-textpic-imagecolumn, TD.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 28px; }
	DIV.csc-textpic-imagecolumn.csc-textpic-lastcol, TD.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left .csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 28px;
	}
	DIV.csc-textpic-intext-right .csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 28px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	DIV.csc-textpic-center .csc-textpic-imagewrap, DIV.csc-textpic-center FIGURE.csc-textpic-imagewrap { overflow: hidden; }
	DIV.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	DIV.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	DIV.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	DIV.csc-textpic DIV.csc-textpic-imagerow-last, DIV.csc-textpic DIV.csc-textpic-imagerow-none DIV.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	UL.csc-uploads { padding: 0; }
	UL.csc-uploads LI { list-style: none outside none; margin: 1em 0; }
	UL.csc-uploads IMG { float: left; padding-right: 1em; vertical-align: top; }
	UL.csc-uploads SPAN { display: block; }
	UL.csc-uploads SPAN.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	TABLE.contenttable-color-1 { background-color: #EDEBF1; }
	TABLE.contenttable-color-2 { background-color: #F5FFAA; }
	TABLE.contenttable-color-240 { background-color: black; }
	TABLE.contenttable-color-241 { background-color: white; }
	TABLE.contenttable-color-242 { background-color: #333333; }
	TABLE.contenttable-color-243 { background-color: gray; }
	TABLE.contenttable-color-244 { background-color: silver; }
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 532px; }
	.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 532px; }
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -28px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 28px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
.span18 {
  width: 980px;
}
.span17 {
  width: 924px;
}
.span16 {
  width: 868px;
}
.span15 {
  width: 812px;
}
.span14 {
  width: 756px;
}
.span13 {
  width: 700px;
}
.span12 {
  width: 644px;
}
.span11 {
  width: 588px;
}
.span10 {
  width: 532px;
}
.span9 {
  width: 476px;
}
.span8 {
  width: 420px;
}
.span7 {
  width: 364px;
}
.span6 {
  width: 308px;
}
.span5 {
  width: 252px;
}
.span4 {
  width: 196px;
}
.span3 {
  width: 140px;
}
.span2 {
  width: 84px;
}
.span1 {
  width: 28px;
}
.offset18 {
  margin-left: 1036px;
}
.offset17 {
  margin-left: 980px;
}
.offset16 {
  margin-left: 924px;
}
.offset15 {
  margin-left: 868px;
}
.offset14 {
  margin-left: 812px;
}
.offset13 {
  margin-left: 756px;
}
.offset12 {
  margin-left: 700px;
}
.offset11 {
  margin-left: 644px;
}
.offset10 {
  margin-left: 588px;
}
.offset9 {
  margin-left: 532px;
}
.offset8 {
  margin-left: 476px;
}
.offset7 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 364px;
}
.offset5 {
  margin-left: 308px;
}
.offset4 {
  margin-left: 252px;
}
.offset3 {
  margin-left: 196px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 84px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.857142857142857%;
  *margin-left: 2.806122448979592%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.857142857142857%;
}
.row-fluid .span18 {
  width: 100%;
  *width: 99.94897959183673%;
}
.row-fluid .span17 {
  width: 94.28571428571428%;
  *width: 94.23469387755101%;
}
.row-fluid .span16 {
  width: 88.57142857142858%;
  *width: 88.52040816326532%;
}
.row-fluid .span15 {
  width: 82.85714285714286%;
  *width: 82.8061224489796%;
}
.row-fluid .span14 {
  width: 77.14285714285714%;
  *width: 77.09183673469387%;
}
.row-fluid .span13 {
  width: 71.42857142857143%;
  *width: 71.37755102040816%;
}
.row-fluid .span12 {
  width: 65.71428571428572%;
  *width: 65.66326530612245%;
}
.row-fluid .span11 {
  width: 60%;
  *width: 59.94897959183673%;
}
.row-fluid .span10 {
  width: 54.28571428571429%;
  *width: 54.234693877551024%;
}
.row-fluid .span9 {
  width: 48.57142857142857%;
  *width: 48.5204081632653%;
}
.row-fluid .span8 {
  width: 42.85714285714286%;
  *width: 42.80612244897959%;
}
.row-fluid .span7 {
  width: 37.14285714285714%;
  *width: 37.09183673469387%;
}
.row-fluid .span6 {
  width: 31.42857142857143%;
  *width: 31.377551020408166%;
}
.row-fluid .span5 {
  width: 25.714285714285715%;
  *width: 25.66326530612245%;
}
.row-fluid .span4 {
  width: 20%;
  *width: 19.948979591836736%;
}
.row-fluid .span3 {
  width: 14.285714285714285%;
  *width: 14.234693877551019%;
}
.row-fluid .span2 {
  width: 8.571428571428571%;
  *width: 8.520408163265305%;
}
.row-fluid .span1 {
  width: 2.857142857142857%;
  *width: 2.806122448979592%;
}
.row-fluid .offset18 {
  margin-left: 105.71428571428571%;
  *margin-left: 105.61224489795917%;
}
.row-fluid .offset18:first-child {
  margin-left: 102.85714285714286%;
  *margin-left: 102.75510204081633%;
}
.row-fluid .offset17 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.89795918367345%;
}
.row-fluid .offset17:first-child {
  margin-left: 97.14285714285714%;
  *margin-left: 97.0408163265306%;
}
.row-fluid .offset16 {
  margin-left: 94.28571428571429%;
  *margin-left: 94.18367346938776%;
}
.row-fluid .offset16:first-child {
  margin-left: 91.42857142857144%;
  *margin-left: 91.32653061224491%;
}
.row-fluid .offset15 {
  margin-left: 88.57142857142857%;
  *margin-left: 88.46938775510203%;
}
.row-fluid .offset15:first-child {
  margin-left: 85.71428571428572%;
  *margin-left: 85.61224489795919%;
}
.row-fluid .offset14 {
  margin-left: 82.85714285714285%;
  *margin-left: 82.75510204081631%;
}
.row-fluid .offset14:first-child {
  margin-left: 80%;
  *margin-left: 79.89795918367346%;
}
.row-fluid .offset13 {
  margin-left: 77.14285714285714%;
  *margin-left: 77.0408163265306%;
}
.row-fluid .offset13:first-child {
  margin-left: 74.28571428571429%;
  *margin-left: 74.18367346938776%;
}
.row-fluid .offset12 {
  margin-left: 71.42857142857143%;
  *margin-left: 71.3265306122449%;
}
.row-fluid .offset12:first-child {
  margin-left: 68.57142857142858%;
  *margin-left: 68.46938775510205%;
}
.row-fluid .offset11 {
  margin-left: 65.71428571428571%;
  *margin-left: 65.61224489795917%;
}
.row-fluid .offset11:first-child {
  margin-left: 62.857142857142854%;
  *margin-left: 62.75510204081632%;
}
.row-fluid .offset10 {
  margin-left: 60.00000000000001%;
  *margin-left: 59.89795918367347%;
}
.row-fluid .offset10:first-child {
  margin-left: 57.142857142857146%;
  *margin-left: 57.04081632653061%;
}
.row-fluid .offset9 {
  margin-left: 54.285714285714285%;
  *margin-left: 54.18367346938775%;
}
.row-fluid .offset9:first-child {
  margin-left: 51.42857142857142%;
  *margin-left: 51.32653061224489%;
}
.row-fluid .offset8 {
  margin-left: 48.57142857142858%;
  *margin-left: 48.46938775510204%;
}
.row-fluid .offset8:first-child {
  margin-left: 45.714285714285715%;
  *margin-left: 45.61224489795918%;
}
.row-fluid .offset7 {
  margin-left: 42.857142857142854%;
  *margin-left: 42.75510204081632%;
}
.row-fluid .offset7:first-child {
  margin-left: 39.99999999999999%;
  *margin-left: 39.89795918367346%;
}
.row-fluid .offset6 {
  margin-left: 37.142857142857146%;
  *margin-left: 37.04081632653061%;
}
.row-fluid .offset6:first-child {
  margin-left: 34.285714285714285%;
  *margin-left: 34.183673469387756%;
}
.row-fluid .offset5 {
  margin-left: 31.42857142857143%;
  *margin-left: 31.326530612244902%;
}
.row-fluid .offset5:first-child {
  margin-left: 28.571428571428573%;
  *margin-left: 28.469387755102044%;
}
.row-fluid .offset4 {
  margin-left: 25.714285714285715%;
  *margin-left: 25.612244897959187%;
}
.row-fluid .offset4:first-child {
  margin-left: 22.857142857142858%;
  *margin-left: 22.75510204081633%;
}
.row-fluid .offset3 {
  margin-left: 20%;
  *margin-left: 19.897959183673468%;
}
.row-fluid .offset3:first-child {
  margin-left: 17.142857142857142%;
  *margin-left: 17.04081632653061%;
}
.row-fluid .offset2 {
  margin-left: 14.285714285714285%;
  *margin-left: 14.183673469387754%;
}
.row-fluid .offset2:first-child {
  margin-left: 11.428571428571429%;
  *margin-left: 11.326530612244897%;
}
.row-fluid .offset1 {
  margin-left: 8.571428571428571%;
  *margin-left: 8.46938775510204%;
}
.row-fluid .offset1:first-child {
  margin-left: 5.714285714285714%;
  *margin-left: 5.612244897959184%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 28px;
  padding-left: 28px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 200;
  line-height: 33px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 20px 28px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 22px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline  > li,
ol.inline  > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 11px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 27.5px;
}
blockquote small {
  display: block;
  line-height: 22px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 22px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.label,
.badge {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7b7a7a;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.contenttable {
  width: 100%;
  margin-bottom: 28px;
}
.contenttable th,
.contenttable td {
  padding: 8px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.contenttable th {
  color: #aaa;
  font-weight: normal;
}
.contenttable thead th {
  vertical-align: top;
}
.contenttable caption + thead tr:first-child th,
.contenttable caption + thead tr:first-child td,
.contenttable colgroup + thead tr:first-child th,
.contenttable colgroup + thead tr:first-child td,
.contenttable thead:first-child tr:first-child th,
.contenttable thead:first-child tr:first-child td {
  border-top: 0;
}
.contenttable tbody + tbody {
  border-top: 2px solid #dddddd;
}
.contenttable .contenttable {
  background-color: #efefef;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.contenttable td.span1,
.contenttable th.span1 {
  float: none;
  width: 12px;
  margin-left: 0;
}
.contenttable td.span2,
.contenttable th.span2 {
  float: none;
  width: 68px;
  margin-left: 0;
}
.contenttable td.span3,
.contenttable th.span3 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.contenttable td.span4,
.contenttable th.span4 {
  float: none;
  width: 180px;
  margin-left: 0;
}
.contenttable td.span5,
.contenttable th.span5 {
  float: none;
  width: 236px;
  margin-left: 0;
}
.contenttable td.span6,
.contenttable th.span6 {
  float: none;
  width: 292px;
  margin-left: 0;
}
.contenttable td.span7,
.contenttable th.span7 {
  float: none;
  width: 348px;
  margin-left: 0;
}
.contenttable td.span8,
.contenttable th.span8 {
  float: none;
  width: 404px;
  margin-left: 0;
}
.contenttable td.span9,
.contenttable th.span9 {
  float: none;
  width: 460px;
  margin-left: 0;
}
.contenttable td.span10,
.contenttable th.span10 {
  float: none;
  width: 516px;
  margin-left: 0;
}
.contenttable td.span11,
.contenttable th.span11 {
  float: none;
  width: 572px;
  margin-left: 0;
}
.contenttable td.span12,
.contenttable th.span12 {
  float: none;
  width: 628px;
  margin-left: 0;
}
.contenttable tbody tr.success td {
  background-color: #dff0d8;
}
.contenttable tbody tr.error td {
  background-color: #f2dede;
}
.contenttable tbody tr.warning td {
  background-color: #fcf8e3;
}
.contenttable tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 28px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin: 0 0  22px;
    padding: 0 0 .75em;
    text-transform: uppercase;
    width: 100%;
}
legend small {
  font-size: 12px;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
label {
    display: block;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 22px;
  padding: .25em .375em;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
  resize: vertical;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #eee;
  border: 1px solid #fff;
  border-top-color: #d9d9d9;
  border-left-color: #d9d9d9;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(123, 122, 122, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 122, 122,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 122, 122,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 122, 122,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 32px;
}
select {
  width: 220px;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7b7a7a;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7b7a7a;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7b7a7a;
}
.radio,
.checkbox {
  min-height: 22px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 28px;
}
input.span18, textarea.span18, .uneditable-input.span18 {
  width: 966px;
}
input.span17, textarea.span17, .uneditable-input.span17 {
  width: 910px;
}
input.span16, textarea.span16, .uneditable-input.span16 {
  width: 854px;
}
input.span15, textarea.span15, .uneditable-input.span15 {
  width: 798px;
}
input.span14, textarea.span14, .uneditable-input.span14 {
  width: 742px;
}
input.span13, textarea.span13, .uneditable-input.span13 {
  width: 686px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 630px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 574px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 518px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 462px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 406px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 350px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 294px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 238px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 182px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 126px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 70px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 14px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #8c8c8c;
}
.help-block {
  display: block;
  margin-bottom: 11px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 22px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 11px;
}
legend + .control-group {
  margin-top: 22px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 22px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: .5em 2em .5em 1.25em;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background-color: #7b7a7a;
    border: none;
}
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  text-decoration: underline;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-large {
  padding: 11px 19px;
  font-size: 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 16px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 12px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #000000;
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #000000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #000000;
  *background-color: #000000;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 11px;
  margin-bottom: 11px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 12px;
}
.btn-group > .btn-small {
  font-size: 16px;
}
.btn-group > .btn-large {
  font-size: 32px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #000000;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 22px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #000000;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #efefef;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #000000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.pagination {
  margin: 22px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 22px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 32px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 16px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 12px;
}
.pager {
  margin: 0 0 14px;
  list-style: none;
  text-align: right;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: .25em .5em;
    background-color: #fff;
    margin-bottom: .5em;
    text-decoration: none;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.pager .active > span {
    background: #272727;
    color: #fff;
}
.thumbnails {
  margin-left: -28px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 22px;
  margin-left: 28px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 22px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #000000;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 22px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  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: -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: 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: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  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: -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: 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-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  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: -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: 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-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  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: -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: 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-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  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: -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: 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);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 33px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 33px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
/* http://www.fontfont.com/ */ 
@font-face {
    font-family: 'Corporate';
    src: url('../../fileadmin/default/fonts/c063003tWeb.eot');
    src: url('../../fileadmin/default/fonts/c063003tWeb.eot?#iefix') format('embedded-opentype'),
        url('../../fileadmin/default/fonts/c063003tWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Corporate';
    src: url('../../fileadmin/default/fonts/c063023tWeb.eot');
    src: url('../../fileadmin/default/fonts/c063023tWeb.eot?#iefix') format('embedded-opentype'),
        url('../../fileadmin/default/fonts/c063023tWeb.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Corporate';
    src: url('../../fileadmin/default/fonts/c063006tWeb.eot');
    src: url('../../fileadmin/default/fonts/c063006tWeb.eot?#iefix') format('embedded-opentype'),
        url('../../fileadmin/default/fonts/c063006tWeb.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Corporate';
    src: url('../../fileadmin/default/fonts/c063002tWeb.eot');
    src: url('../../fileadmin/default/fonts/c063002tWeb.eot?#iefix') format('embedded-opentype'),
        url('../../fileadmin/default/fonts/c063002tWeb.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
/*! jQuery UI - v1.9.2 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: 'Corporate'; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Corporate'; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url('../../fileadmin/default/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url('../../fileadmin/default/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url('../../fileadmin/default/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url('../../fileadmin/default/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url('../../fileadmin/default/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url('../../fileadmin/default/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url('../../fileadmin/default/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_222222_256x240.png'); }
.ui-widget-content .ui-icon {background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_222222_256x240.png'); }
.ui-widget-header .ui-icon {background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_222222_256x240.png'); }
.ui-state-default .ui-icon { background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_888888_256x240.png'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_454545_256x240.png'); }
.ui-state-active .ui-icon {background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_454545_256x240.png'); }
.ui-state-highlight .ui-icon {background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_2e83ff_256x240.png'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('../../fileadmin/default/images/jquery-ui/ui-icons_cd0a0a_256x240.png'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url('../../fileadmin/default/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url('../../fileadmin/default/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
    margin-left: 14px;

	max-width: 280px;
	min-width: 50px;

	font-size: 12px;
	line-height: 14px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red {
	background-color: #eee;
	border-color: #c0c0c0;
	color: #f00;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url('../../fileadmin/default/css/lib/#default#VML');
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/*
    Document   : layout
    Description: main styling of website
*/


/*** general styling - begin ***/
html, body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0;
}
body {
    font: 16px/22px 'Corporate';
    color: #666666;
    background-color: #efefef;
}
h1, h2, h3, h4, h5, h6, .video-headline {
    margin: 28px 0 20px;
    font-size: 20px;
    font-weight: 100;
    line-height: 22px;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}
h2, .sidebar .csc-header h2, .video-headline {
    font-size: 24px;
    font-weight: bold;
}
.sidebar h2.light {
    color: #aaa;
    font-weight: 100;
    letter-spacing: -1px;
    margin-top: 0;
    text-transform: uppercase;
}
hgroup {
    margin: 28px 0 20px;
}
hgroup > * {
    margin: 0 0 5px;
}
hgroup > h1 + h2, hgroup > h2 + h3, hgroup > h3 + h4 {
    color: #7b7a7a;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: -1px;
}
.sidebar hgroup > h1 + h2, .sidebar hgroup > h2 + h3, .sidebar hgroup > h3 + h4 {
    color: #aaa;
}
input,
button,
select,
textarea {
    font-family: 'Corporate';
}
select > .opt-label {
/*    font-family: 'Corporate';
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;*/
}
select > .opt-label > option {
/*    font-weight: normal;
    text-transform: none;*/
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.btn {
    background-image: url('../../fileadmin/default/images/s.png');
    background-repeat: no-repeat;
    background-position: 102% 12px;
}
.hide {
    display: none;
}
/*** general styling - end ***/

/*** main page elements styling - begin ***/
#header, #content, #footer, #desktop-wrapper {
    position: relative;
}
#desktop-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -308px;
    min-width: 980px;
    overflow: hidden;
    z-index: 5;
}
#header {
    background: #fff;
    z-index: 10;
}
#header > .container > * {
    position: relative;
}
#header > .container > .row {
    z-index: 10;
}
#header .meta-wrap {
    font-size: 12px;
    line-height: 16px;
    padding: .5em 0 1em;
    z-index: 20;
}
#header .meta-wrap > * {
    float: right;
    margin: 0;
}
#header .meta-wrap > p {
    color: #333;
}
#header .meta-wrap > p > span {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 2px -138px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    padding: 0 .5em 0 1em;
}
#content {
    padding: 0 0 19.25em;
    z-index: 5;
}
#content > .container {
    padding: 2.625em 0 2.875em;
}
#menuOverlay {
    background: #333;
    height: 100%;
    left: 0;
    opacity: .4;
    filter: alpha(opacity=40);
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
#footer {
    background: #7b7a7a;
    color: #fff;
    min-height: 308px;
    min-width: 980px;
    z-index: 10;
}
#footer > .container {
    padding-top: 2em;
}
#footer > .container > .row {
    position: relative;
}
#footer h4 {
    text-transform: uppercase;
}
#footer .additional-info {
    margin-bottom: 28px;
}
#footer .additional-info > * {
    background: transparent;
    border: none;
    color: #fff;
    margin-bottom: 28px;
}
#footer .additional-info > h4 {
    cursor: pointer;
    line-height: 26px;
    margin: 2em 0 .5em;
    outline: none;
    padding: 0 0 0 1.6em;
    position: relative;
}
#footer .additional-info h4.ui-accordion-header {
    font-size: 20px;
    font-weight: 100;
}
#footer .additional-info > h4 .ui-icon {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 0 -392px;
    display: block;
    left: 0;
    height: 24px;
    position: absolute;
    top: 0;
    width: 32px;
}
#footer .additional-info > h4.ui-state-active .ui-icon {
    background-position: 0 -420px;
}
#footer .additional-info > .csc-text {
    font-size: 12px;
    line-height: 16px;
}
#footer .additional-info > .csc-text p {
    margin-bottom: .75em;
}
#footer div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    border-bottom: 1px solid #aaa;
    margin-bottom: .75em;
    padding-bottom: 1.125em;
}
#footer div.csc-textpic .csc-textpic-imagewrap .csc-textpic-last {
    border: none;
    margin: 0;
    padding: 0;
}
#footer .copyright {
    background: transparent url('../../fileadmin/default/images/bg_footer-logo.jpg') no-repeat right center;
    bottom: 32px;
    color: #ddd;
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    right: 28px;
    width: 224px;
}
.two-column-layout > .row > [class*="span"] {
    float: right;
}
/* changes in case of homepage */
body.home #desktop-wrapper { margin-bottom: 0; }
body.home #content { padding-bottom: 0; }

body.natural #desktop-wrapper { margin-bottom: 0; }
body.natural #content { padding-bottom: 0; }
/*** main page elements styling - end ***/

/*** menu styling - begin ***/
.meta-wrap ul, .main-nav ul, .sub-nav ul {
    margin: 0;
}
nav ul a, .meta-wrap ul a, #footer ul a {
    text-decoration: none;
}
nav ul a:hover, .meta-wrap ul a:hover, #footer ul a:hover {
    text-decoration: underline;
}
nav ul li {
    display: block;
}
.main-nav > ul > li.div,
.meta-wrap > ul > li.div {
    border-right: 1px solid #ddd;
    padding: 0;
    width: 0;
}
/* meta nav */
.meta-wrap p,
.meta-wrap form {
    margin: 0;
}
.meta-wrap > ul {
    position: relative;
}
.meta-wrap > ul > li,
.meta-wrap .languages > ul > li {
    color: #000;
    line-height: 14px;
    margin-left: 2px;
    padding: 0 .5em .5em;
}
.meta-wrap > ul > li > a,
.meta-wrap > ul > li.languages a{
    display: block;
}
.meta-wrap li.felogin input {
    background-color: #fff;
    font-size: 12px;
    float: left;
    line-height: 22px;
    margin: 0 .5em 1em 0;
    padding: 0 .75em;
}
.meta-wrap li.felogin .btn {
    background: #272727;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 10px;
    height: 24px;
    padding: 0 1.5em;
    margin-right: 0;
}
.meta-wrap li.felogin .login-header {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 126% -50px;
    cursor: pointer;
    padding: 0 1.5em .5em .5em;
}
.meta-wrap li.felogin .login-box a,
.meta-wrap li.felogin .logout-box a {
    text-decoration: underline;
}
.meta-wrap li.felogin .login-box a:hover,
.meta-wrap li.felogin .logout-box a:hover {
    text-decoration: none;
}
.meta-wrap li.felogin .login-box {
    background: #efefef;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    display: none;
    padding: 1em .75em 1em 1.5em;
    position: absolute;
    right: 0;
    top: 100%;
    width: 322px;
}
.meta-wrap li.felogin:hover .login-header,
.meta-wrap li.felogin .logout-box {
    background-color: #efefef;
    background-position: 120% -47px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    margin: -3px -3px 0 -3px;
    padding: .25em 1.75em .5em .75em;
}
.meta-wrap li.felogin:hover .login-box {
    display: block;
}
.meta-wrap li.felogin .logout-box {
    padding-right: .75em;
}
.meta-wrap li.felogin .logout-box > * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 7px;
}
.meta-wrap li.felogin .logout-box > .user,
.meta-wrap li.felogin .logout-box form .btn {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 0 -280px;
}
.meta-wrap li.felogin .logout-box > .user {
    padding-left: 1.5em;
}
.meta-wrap li.felogin .logout-box form {
    margin: 0;
    vertical-align: bottom;
}
.meta-wrap li.felogin .logout-box form .btn {
    background-color: #272727;
    background-position: 8px -306px;
    font-size: 8px;
    font-weight: normal;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding-left: 2.5em;
}
.meta-wrap .languages {
    margin-left: 7px;
    height: 11px;
    padding: 0;
    position: relative;
    width: 38px;
}
.meta-wrap .languages > ul {
    background: #000;
    border-radius: 14px;
    position: absolute;
    width: 38px;
}
.meta-wrap .languages > ul > li {
    border-top: 1px solid #fff;
    display: none;
    font-size: 10px;
    line-height: 6px;
    margin: 0;
    padding: .4em;
    text-align: right;
    width: 30px;
}
.meta-wrap .languages > ul > li:first-child  {
    border-top: none;
}
.meta-wrap .languages:hover > ul {
    border-radius: 7px;
    border-bottom: 1px solid #aaa;
}
.meta-wrap .languages:hover > ul > li,
.meta-wrap .languages > ul > li:first-child {
    display: block;
}
.meta-wrap .languages a, .meta-wrap .languages a:hover, .meta-wrap .languages span {
    background: transparent url('../../fileadmin/default/images/s_flags.png') no-repeat 0 0;
    color: #fff;
    display: block;
    margin-left: .3em;
    padding-right: .3em;
    text-decoration: none;
    text-transform: uppercase;
}
.meta-wrap .languages li.en a, .meta-wrap .languages li.en span {
    background-position: 0 -8px;
}
.meta-wrap .languages li.fr a, .meta-wrap .languages li.fr span {
    background-position: 0 -16px;
}
.meta-wrap .languages li.es a, .meta-wrap .languages li.es span {
    background-position: 0 -24px;
}
.meta-wrap .languages li span {
    cursor: default;
    opacity: .75;
    filter: alpha(opacity = 75);
}
/* main nav */
.main-nav > ul,
.main-nav ul > li.default {
    position: relative;
}
.main-nav > ul {
    padding-top: .5em;
}
.main-nav > ul > li {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
.main-nav > ul > li > a {
    color: #7b7a7a;
    display: block;
    font-weight: 100;
    padding: 0 .7em .9em;
    text-transform: uppercase;
}
.main-nav > ul:hover > li > a.active {
    background: transparent;
}
.main-nav > ul > li:hover > a,
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a.active,
.main-nav > ul:hover > li:hover > a:hover,
.main-nav > ul:hover > li:hover > a.active {
    background: transparent url('../../fileadmin/default/images/img_nav-arrow.jpg') no-repeat center bottom;
    color: #000;
    text-decoration: none;
}
.main-nav > ul > li > a.active {
    font-weight: bold;
}
.main-nav > ul > li > .sub-menu-wrap {
    background: #efefef;
    display: none;
    left: 50%;
    margin-left: -154px;
    padding: 1.4em;
    position: absolute;
    top: 100%;
}
.main-nav > ul > li.special > .sub-menu-wrap {
    left: -196px;
    margin: 0;
}
.main-nav > ul > li:hover > .sub-menu-wrap,
.main-nav > ul > li > .sub-menu-wrap ul > li {
    display: block;
}
.main-nav > ul > li > .sub-menu-wrap > * {
    margin: 0;
}
.main-nav > ul > li > .sub-menu-wrap ul > li {
    border-bottom: 1px solid #ddd;
}
.main-nav > ul > li > .sub-menu-wrap ul > li.last {
    border-bottom: none;
}
.main-nav > ul > li > .sub-menu-wrap ul > li > a {
    color: #333;
    font-size: 16px;
    line-height: 40px;
}
/* special main menues */
.main-nav > ul > li > .sub-menu-wrap .headline {
    color: #aaa;
    font-size: 32px;
    font-weight: 100;
    line-height: 37px;
    margin: 7px 0 16px;
    text-transform: uppercase;
}
.main-nav > ul > li > .sub-menu-wrap.span18 .row {
    margin-left: -28px;
}
.main-nav > ul > li > .sub-menu-wrap.span18 .row > ul,
.main-nav > ul > li > .sub-menu-wrap .sub-container ul.row > li {
    float: left;
    margin-left: 28px;
    width: 224px;
}
.main-nav > ul > li > .sub-menu-wrap .sub-container {
    margin-bottom: 42px;
}
.main-nav .news-container-related {
    margin-bottom: 0;
}
.main-nav .news-container-related a {
    display: block;
}
.main-nav .news-container-related a,
.main-nav .news-container-related img {
    height: 100%;
    width: 100%;
}
.main-nav .news-container-related .news-item {
    background: #fff;
}
.main-nav .news-container-related .span {
    height: 112px;
    width: 224px;
}
.main-nav .news-container-related .span9 {
    margin-bottom: 14px;
}
.main-nav .news-container-related .span .title-underlay {
    height: 56px;
}
.main-nav .news-container-related .span .title {
    padding: 0 0 7px;
}
.main-nav .news-container-related .span .title > * {
    margin: 0 14px;
}
.main-nav .news-container-related .span .title h2 {
    font-size: 16px;
}
.main-nav .sub a#page98 {
    width: 20px;
    height: 20px;
    background: url('../../fileadmin/default/images/menu-shop.png') 0 0 no-repeat;
    background-size: 53%;
    text-indent: -999999px;
    margin: 0px 0 0 13px;
}
.main-nav .sub a#page98:hover,
.main-nav .sub a#page98.selected {
    width: 20px!important;
    height: 20px!important;
    background: url('../../fileadmin/default/images/menu-shop-hover.png') 0 0 no-repeat!important;
    background-size: 53%!important;
    margin: 0px 0 0 13px!important;
}
/* sub nav */
.sub-nav {
    border-bottom: 1px solid #fff;
}
.sub-nav > ul {
    line-height: 12px;
    margin: 0 auto;
    padding: 1.125em 0;
}
.sub-nav > ul > li {
    border-right: 1px solid #ddd;
    line-height: 12px;
    margin-right: 21px;
    padding: 0 1.3125em 0 0;
    text-transform: uppercase;
}
.sub-nav > ul > li.last {
    border: none;
    margin: 0;
    padding-right: 0;
}
.sub-nav > ul > li a {
    color: #333;
}
.sub-nav > ul > li a:hover,
.sub-nav > ul > li a.selected {
    text-decoration: underline;
}
.sub-nav > ul > li a.active,
.sub-nav > ul > li a.selected {
    font-weight: bold;
    text-decoration: none;
}
/* footer menus */
#footer h4.menu-header {
    font-weight: 100;
    margin: 0 0 1.1em;
}
#footer ul {
    margin: 0;
}
#footer ul > li {
    display: block;
    line-height: 24px;
}
#footer ul > li > a {
    color: #ddd;
}
/*** menu styling - end ***/

/*** general content styling - begin ***/
.no-header {
    padding-top: 1.75em;
}
.csc-plugin.no-header {
    padding: 0;
}
.csc-header-only .csc-header > * {
    margin-bottom: 28px;
}
.content > .csc-default, .sidebar > .csc-default,
.content > .row > .span12 > .csc-default,
.content .csc-plugin.csc-frame, .sidebar .csc-plugin.csc-frame {
    background: #fff;
    margin: 0 0 28px;
}
.csc-default .csc-header,
.csc-plugin .csc-header {
    text-transform: uppercase;
}
.csc-default > .csc-header,
.csc-default .csc-text, .csc-default .csc-textpic-text,
.csc-plugin.csc-frame > *, .csc-default > .content-login-box {
    margin: 0 28px;
}
.csc-plugin .csc-default > .csc-header,
.csc-plugin .csc-default .csc-text,
.csc-plugin .csc-default .csc-textpic-text{
    margin: 0;
}
.csc-table {
    padding-left: 1.75em;
    padding-right: 1.75em;
}
.csc-table .tr-0 th,
.csc-table .tr-0 td {
    border-top: none;
}
.csc-plugin .csc-default .csc-header > * {
    font-style: italic;
    font-weight: normal;
    margin: 0 0 14px;
    text-transform: none;
}
.csc-textpic-caption {
    font-weight: 100;
    line-height: 18px;
    padding: .4375em 0 0;
}
.csc-default > .content-login-box h3,
.csc-text h2, .csc-text h3, .csc-text h4,
.csc-textpic-text > h2, .csc-textpic-text > h3, .csc-textpic-text > h4 {
    margin-top: 0;
}
.csc-default .content-login-box form {
    margin-left: 0;
}
.csc-textpic .csc-textpic-imagerow {
    padding: 0 1.75em 1.75em 0;
}
.content .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}
/*** general content styling - end ***/

/*** form styling - begin ***/
form p {
    margin: 14px 0;
}
.content form fieldset {
    margin-bottom: 10px;
}
form fieldset > .row-fluid {
    margin-bottom: 14px;
}
form .type-check,
.sidebar form input,
.sidebar form .type-radio {
    margin-bottom: 7px;
}
form .error input,
form .error textarea {
    border-color: #f00;
}
form .type-check.error label,
form .error .type-radio-group label {
    color: #f00;
}
form .type-radio {
    padding-top: .375em;
    margin-bottom: 18px;
}
form .type-check input,
form .type-radio input {
    vertical-align: top;
}
form .type-button {
    margin: 14px 0 28px;
}
form .type-button input {
    float: right;
}
form .legend {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
}
form .row-fluid .legend {
    min-height: 1em;
}
form fieldset > .row-fluid.legend-container {
    margin-bottom: 0;
}
form.contact-form label,
form .ui-hide-label label {
    display: none;
}
form.contact-form label.description {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1em 0 .25em;
}
form.contact-form .type-check label.description {
    margin-right: 0;
    max-width: 95%;
}
form .type-fileupload > * {
    margin-bottom: 7px;
}
form .type-fileupload .fileupload {
    margin-bottom: 0;
}
form .type-fileupload .fileupload .btn {
    background-position: 116% 8px;
    float: right;
    font-size: 12px;
    padding: .25em 2em .25em 1em;
}
form .type-fileupload .fileupload-info .info {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 7px;
}
form .type-fileupload.error .fileupload input.file,
form .type-fileupload.error .fileupload-info .info {
    color: #f00;
}
form .type-fileupload.error .fileupload input.btn {
    background-color: #f00;
}
form .type-fileupload .uploadedfiles {
    font-size: 14px;
}
form .type-fileupload ul.fileupload-list {
    margin: 0;
}
form .type-fileupload ul.fileupload-list li {
    color: #aaa;
    display: block;
    line-height: 18px;
}
form .type-fileupload ul.fileupload-list li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 14px;
}
form fieldset.product-fieldset {
    margin-bottom: 7px;
}
form fieldset.product-fieldset > .product-row-container > .product-row {
    margin-bottom: 0;
    position: relative;
}
form fieldset.product-fieldset > .product-row-container > .product-row .sign {
    right: 31.42857142857143%;
    padding-top: .25em;
    position: absolute;
    text-align: center;
    width: 2.857142857142857%;
}
form fieldset.product-fieldset > .product-row-container > .additional {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 0 -364px;
    color: #000;
    cursor: pointer;
    display: none;
    line-height: 24px;
    margin-bottom: 14px;
    padding-left: 1.75em;
}
form input.delivery {
    background: #eee url('../../fileadmin/default/images/s.png') no-repeat 105% -328px;
    padding-right: 1.5em;
}
/*** form styling - end ***/

/*** mbx_contacts styling - begin ***/
.contacts {
    background: #fff;
    margin-bottom: 28px;
}
.contacts hgroup {
    margin: 0 0 8px;
}
.contacts hgroup > * {
    margin-bottom: 0;
}
.contacts h2, .contacts h3 {
    text-transform: uppercase;
}
.contacts h3 {
    color: #aaa;
}
.contacts.contact-person h3 {
    font-size: 16px;
}
.contacts p {
    margin: 0 0 12px;
}
.contacts a {
    text-decoration: underline;
}
.contacts a:hover {
    text-decoration: none;
}
.contacts > .description {
    margin: 28px;
}
.contacts > .description .with-icon {
    padding-left: 1.75em;
}
.contacts > .description span.icon {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 0 -168px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-left: -28px;
    vertical-align: middle;
    width: 28px;
}
.contacts > .description span.icon-fax {
    background-position: 0 -196px;
    height: 18px;
}
.contacts > .description span.icon-email {
    background-position: 0 -224px;
    height: 12px;
}
.contacts > .description span.icon-address {
    background-position: 0 -252px;
    height: 12px;
}
.contacts .company-item {
    margin: 0 0 28px;
}
.contacts .company-item h3 {
    margin: 0 0 14px;
}
.contacts .company-item .additional-info {
    margin: 20px 0 0;
}
/*** mbx_contacts styling - end ***/

/*** sitemap styling - begin ***/
.csc-sitemap ul li {
    border: none !important;
    display: block;
    padding: 0 !important;
    text-transform: uppercase;
}
.csc-sitemap > ul {
    margin: 0 28px 28px !important;
}
.csc-sitemap > ul > li {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.csc-sitemap > ul > li > a {
    color: #666;
}
.csc-sitemap > ul > li > ul {
    margin-bottom: 0 !important;
}
.csc-sitemap > ul > li > ul > li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
}
.csc-sitemap > ul > li > ul > li > a {
    color: #aaa;
}
/*** sitemap styling - end ***/

/*** search - begin ***/
#header form.search {
    background: #fff url('../../fileadmin/default/images/bg_search.jpg') no-repeat left bottom;
    margin: 0;
    padding: .25em 0 0;
}
#header form.search input {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: .5em 0 .5em 1.168em;
    vertical-align: top;
    width: 96px;
}
#header form.search input.submit {
    background: url('../../fileadmin/default/images/s.png') no-repeat 6px -104px;
    color: transparent;
    height: 28px;
    padding: .5em 0;
    text-indent: -9999px;
    width: 25px;
}
#header form.search input:-moz-placeholder {
  color: #fff;
}
#header form.search input:-ms-input-placeholder {
  color: #fff;
}
#header form.search input::-webkit-input-placeholder {
  color: #fff;
}
/*** search - end ***/

/*** pde content elements styling - begin ***/
.production-steps .step {
    background: #fff;
    text-align: center;
    position: relative;
    width: 224px;
}
.production-steps .step > * {
    margin: 0 28px 28px;
}
.production-steps .step > *:first-child {
    margin-top: 28px;
}
.production-steps .step h2 {
    color: #aaa;
    font-weight: 100;
    text-transform: uppercase;
}
.production-steps .step p {
    margin: 0 14px 28px;
}
.production-steps .step .arrow {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 28px solid #fff;
    height: 0;
    margin: 0;
    position: absolute;
    right: -28px;
    top: 48px;
    width: 0;
}
.production-steps .step .thumb {
    cursor: pointer;
}
.video-headline {
    margin: 28px;
    margin-right: 56px;
}
.video-iframe {
    background: #000;
    height: 510px;
    overflow: hidden;
    padding: 0 7.625em;
}
.company-portrait-container .teaser-item {
    background: #fff;
    margin-bottom: 28px;
    position: relative;
}
.company-portrait-container .teaser-item p {
    margin: 0;
    text-align: center;
}
.company-portrait-container .teaser-item .teaser-headline {
    text-transform: uppercase;
}
.company-portrait-container .teaser-item .teaser-headline > * {
    margin: 28px;
}
.company-portrait-container .teaser-type-0 .teaser-headline > h2 {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 14px;
}
.company-portrait-container .teaser-type-0 img {
    display: block;
    margin: 0 28px 14px;
}
.company-portrait-container .teaser-type-1 .teaser-headline {
    left: 0;
    position: absolute;
    width: 100%;
    text-decoration: none
}
.company-portrait-container .teaser-type-1 .teaser-headline h2,
.company-portrait-container .teaser-type-1 .teaser-headline h3 {
    color: #fff;
}
.company-portrait-container .teaser-type-1 .teaser-headline.bottom {
    bottom: 0;
}
.company-portrait-container .teaser-type-1 .teaser-headline.top {
    top: 0;
}
.company-portrait-container .teaser-type-1 .teaser-headline h2 {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -2px;
}
.company-portrait-container .teaser-type-2 {
    padding: 1.75em 0 .5em;
}
.company-portrait-container .teaser-type-2 > * {
    margin: 28px 14px;
}
.company-portrait-container .teaser-type-2 .after,
.company-portrait-container .teaser-type-2 .before {
    color: #efefef;
    font-size: 106px;
    font-weight: bold;
    margin: 0;
    position: absolute;
}
.company-portrait-container .teaser-type-2 .after {
    bottom: -24px;
    right: 7px;
}
.company-portrait-container .teaser-type-2 .before {
    left: 7px;
    top: 28px;
}
.company-portrait-container .teaser-item .quote-text {
    font-size: 30px;
    font-style: italic;
    line-height: 38px;
}
.company-portrait-container .teaser-item .quote-author {
    color: #aaa;
    text-align: right;
}
.company-portrait-container .teaser-item .colorbox-content {
    cursor: pointer;
}
.company-portrait-container .teaser-item .colorbox-content .link-icon {
    background: transparent url('../../fileadmin/default/images/s.png') no-repeat 0 -532px;
    bottom: 28px;
    height: 29px;
    margin: 0;
    position: absolute;
    right: 28px;
    width: 28px;
}
.company-portrait-container .teaser-item .colorbox-content:hover h2,
.company-portrait-container .teaser-item .colorbox-content:hover h3 {
    text-decoration: underline;
}
.csc-plugin > .catalog-downloads.row {
    margin-left: 0;
}
.csc-plugin > .catalog-downloads > .catalog-item {
    margin-bottom: 14px;
    position: relative;
    text-transform: uppercase;
    width: 112px;
}
.csc-plugin > .catalog-downloads > .catalog-item p {
    margin: 7px 0 14px;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box,
.csc-plugin > .catalog-downloads > .catalog-item .icon-box .underlay {
    left: 0;
    top: 0;
    position: absolute;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box {
    color: #fff;
    display: none;
    height: 158px;
    width: 112px;
}
.csc-plugin > .catalog-downloads > .catalog-item:hover .icon-box {
    display: block;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box .underlay {
    background: #666;
    height: 100%;
    opacity: .6;
    filter: alpha(opacity=60);
    width: 100%;
    z-index: 2;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box .inner-icon-box {
    margin: 52px auto 0;
    position: relative;
    z-index: 10;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box .inner-icon-box.double {
    margin-top: 24px;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box a {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box a > span {
    background: transparent url('../../fileadmin/default/images/s_icons-catalog.png') no-repeat 0 0;
    display: block;
    margin: 0 auto;
    height: 30px;
    width: 28px;
}
.csc-plugin > .catalog-downloads > .catalog-item .icon-box a > span.download-icon {
    background-position: 0 -34px;
}
.csc-plugin > .catalog-downloads-square > .catalog-item .icon-box {
    height: 112px;
}
.csc-plugin > .catalog-downloads-square > .catalog-item .icon-box .inner-icon-box {
    line-height: 14px;
    margin-top: 38px;
}
.csc-plugin > .catalog-downloads-square > .catalog-item .icon-box .inner-icon-box.double {
    margin-top: 10px;
}
/*** pde content elements styling - end ***/

/*** isotope - begin ***/
/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*** isotope - end ***/

.videoContainer {
    background: #fff;
    margin: 0 0 28px;
    overflow: hidden;
}
.videoContainer.right .video {
    margin-left: 28px;
    float: right;
    margin-bottom: -6px;
}
.videoContainer.left .video {
    margin-right: 28px;
    float: left;    
    margin-bottom: -6px;
}
.videoContainer .text {
    margin: 0 28px;
}
.videoContainer .text h2 {
    color: #666666;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .videoContainer .video {
        margin: 0 0 10px 0!important;
        width: 100%;
    }
    .videoContainer iframe {
        width: 100%;
        height: auto;
    }
    .videoContainer .text {
        margin: 0 10px;
    }
    .videoContainer .video {
        margin-bottom: 10px;
    }
}

.shop #colorbox {
    left: 50%!important;
    transform: translatex(-50%)!important;
}
@media (max-width: 480px) {
    .shop #colorbox, .shop #cboxWrapper, .shop #cboxContent {
        width: 100%!important;
    }
}
.shop #c1155 {
    display: none;
}
.shop #cboxContent {
    height: 250px!important;
    width: 620px!important;
}
.shop #cboxLoadedContent {
    width: auto!important;
}
.shop #cboxContent a {
    font-weight: normal;
    width: auto;
    padding: 7px 24px 7px 15px;
    display: inline-block;
    background-position: 104% 12px;
    background-image: url('../../fileadmin/default/images/s.png');
    background-repeat: no-repeat;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background-color: #7b7a7a;
    border: none;
    text-decoration: none;
    margin-top: 10px;
}

.shop #colorbox .csc-header {
    margin: 0 10px 20px 26px!important;
}
.shop #colorbox #cboxClose {
    right: 5px!important;
    top: 5px!important;
}

.uppercase {
    text-transform: uppercase;
}

.grey {
    color:#aaa;
}

/* links */
a.back-link {
    margin-bottom:5px;
    display:block;
    text-decoration: none;
}

a.back-link:hover {
    text-decoration: underline;
}

/* sidebar */
.sidebar nav ul {
    margin-bottom:66px;
}

.sidebar nav ul li {
    padding:0.5em 0;
    border-bottom:1px solid #ddd;
}

.sidebar nav ul li.active {
    font-weight:bold;
}

.sidebar nav ul li.last,
.sidebar nav.filter ul li.last {
    border-bottom:0;
}

.sidebar nav.filter ul li {
    padding: 0.5em;
    color:#333;
}

.sidebar nav.filter ul li.active {
    background:#7b7a7a;
    color:#eee;
}

.sidebar nav.filter ul li label {
    display:inline;
}

.mbx-collections .sidebar .type-checkbox{
    float:left;
    margin-right: 7px;
}

.design-container {
    margin-top:-28px;
    margin-right:-28px;
    margin-left:0;
}

.design-container-related li.design-item a,
.design-container li.design-item a {
    display:block;
    text-decoration: none;
}

.design-container-related li.design-item img,
.design-container li.design-item img {
    width:100%;
}

.design-container-related li.design-item,
.design-container li.design-item {
    position:relative;
    display:block;
    width:168px;
    height:278px;
    float:left;
    background: #fff;
    margin:28px 28px 0 0;
    text-align:center;
    zoom:1;
}

.design-container-related {
    margin-left:-35px;
    margin-bottom:-35px;
}

.design-container-related li.design-item {
    margin:0 0 35px 35px;
}

.design-container li.design-item.active {
    margin: 14px 21px -16px -7px;
    width: 182px;
    height:308px;
    -webkit-box-shadow:  0px 0px 20px 2px #dddddd;
    box-shadow:  0px 0px 20px 2px #dddddd;
}

.design-container-related li.design-item.active {
    margin: -16px -7px 14px 28px;
    width: 182px;
    height:308px;
    -webkit-box-shadow:  0px 0px 20px 2px #dddddd;
    box-shadow:  0px 0px 20px 2px #dddddd;
}

/* news related */
.news-container-related {
    margin-bottom:50px;
}

.news-container-related .news-item {
    position:relative;
    height:196px;
}

.news-container-related .news-item .title-underlay,
.news-container-related .news-item .title {
    display:block;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
}

.news-container-related .news-item .title {
    padding: 12px 0 20px 0;
}

.news-container-related .news-item .title-underlay {
    opacity:0.6;
    filter: alpha(opacity=60);
    background: #666666;
    height:70px;
}

.news-container-related .news-item .title > * {
    margin: 0 27px;
    padding:0;
    color:#fff;
}

.news-container-related .news-item .title p {
    font-size:12px;
}

.news-container-related .news-item .title h2 {
    text-transform: uppercase;
    font-weight:100;
}

.news-container-related .news-item .btn {
    display:block;
    position:absolute;
    top:13px;
    right:13px;
    color:#fff;
}


.design-container li.design-item.active img {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.design-container li.design-item .hover-container {
    position:absolute;
    top:0;
    left:0;
    display:none;
    height:182px;
    height:182px;
}

.design-container li.design-item .hover-container .btn {
    font-weight: normal;
    position:absolute;
    width: 143px;
    padding:7px 5px 7px 15px;
    display:block;
    bottom:20px;
    left:9px;
    text-align:left;
    background-position: 106% 12px;
}

.design-container li.design-item ul.ico-filter {
    position:absolute;
    display:block;
    top:9px;
    left:6px;
    list-style: none;
    width:200px
}

.design-container li.design-item ul.ico-filter li {
    display:block;
    width:36px;
    height:36px;
    background:url("/fileadmin/default/images/bg_filters-mask.png") 0 0 no-repeat;
    margin:3px;
    float:left;
}

.design-container li.design-item ul.ico-filter img {
    background: #7B7A7A;
    width: 23px;
    height: 23px;
    margin: 7px 0 0 1px;
    opacity: 1;
}

.design-container li.design-item.active .hover-container {
    display:block;
}

.design-container-related li.design-item .title,
.design-container li.design-item .title {
    padding:20px 0;
    text-align: center;
    height: 70px;
    bottom: 0;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
}

.design-container-related li.design-item .title h2,
.design-container li.design-item .title h2 {
    font-weight:100;
    font-size:20px;
    text-transform: uppercase;
    padding:0 10px;
    margin:0;
}

.design-container-related li.design-item .title p,
.design-container li.design-item .title p {
    font-weight:100;
    font-size:12px;
    text-transform: uppercase;
    color:#aaaaaa;
    margin:0;
}

.design-container-related li.design-item.active .title,
.design-container li.design-item.active .title {
    height:85px;
}

.design-container-related li.design-item.active .title p,
.design-container li.design-item.active .title p {
    font-size:13px;
}

.design-container-related li.design-item.active .title h2,
.design-container li.design-item.active .title h2 {
    font-size:22px;
}

/* collection description */
.collection-description {
    background:#fff;
    margin-bottom:28px;
    border-bottom:8px solid #7b7a7a;
}

.collection-description img {
    display:block;
    float:right;
}

.collection-description .row .span9 > * {
    margin-left:28px;
}

/* design count */
.design-count {
    margin-bottom:3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.design-count .big {
    font-size:24px;
    font-weight:bold;
}

.design-count .black {
    color:#333;
}

/* design products */
.design-description {
    position: relative;
    background:#fff;
    margin-bottom:28px;
}

.design-description h1 {
    margin-top:0;
    font-weight:normal;
}

.design-description .collection-label {
    display:block;
    margin-top:28px;
    color:#aaa;
    text-transform: uppercase;
}

.design-description .contact-banner {
    position:absolute;
    right:15px;
    top:15px;
}

.design-products {
    margin-left:-28px;
}

.design-products h4 {
    margin:0;
    font-size:16px;
    font-weight:normal;
    height: 22px;
    overflow:hidden;
}

.design-products ul li {
    float:left;
}

.design-products .group-item {
    background: #fff;
    margin-bottom:28px;
    margin-left:28px;
    height:112px;
    overflow:hidden;
}

.design-products .group-item > * {
    float:left;
}

.design-products .group-item .item {
    width:135px;
    padding:0 15px;
    margin:10px 0;
    border-right:1px solid #efefef;
    line-height:10px;
}

.design-products .group-item .item.last {
    border-right:0;
}

.design-products .product-item .sku,
.design-products .group-item .item .sku {
    display:block;
    margin-bottom:10px;
    font-size:12px;
}

.design-products .product-item .content,
.design-products .group-item .item .content {
    font-size:12px;
    line-height:14px;
}

.design-products .product-item {
    background:#fff;
    margin-left:28px;
    margin-bottom:28px;
    height:112px;
    overflow:hidden;
    line-height:10px;
}

.design-products .product-item img {
    float:left;
    margin-right:10px;
    padding: 14px 0 14px 10px;
}

.design-products .product-item-content {
    padding:0 15px;
    margin:10px 0;
}

/* longtext */
.longtext {
    display:none;
}

a.more {
    text-decoration: none;
}

a.more:hover {
    text-decoration: underline;
}

.more {
    display:block;
    margin:12px 0;
}

.more span {
    display: inline-block;
    width:22px;
    height:21px;
    background: #7b7a7a url("/fileadmin/default/images/ico_more-less.png") no-repeat 0 0;
    margin:0 5px -5px 0;
}

.more.expanded span {
    background-position: 0 -21px;
}


/* 
    Document   : slideshow
    Created on : 16.01.2013, 10:22:37
    Author     : tobias.jueschke
    Description:
        Purpose of the stylesheet follows.
*/


.hotspot {
    width:85px;
    height:85px;
    z-index:1;
}

.hotspot .hotspot-container {
    position:relative;
    overflow:hidden;
    text-align:center;
    
}

.hotspot .hotspot-container img {
    width:100% !important;
    height:100% !important;
    top:0 !important;
    left:0 !important;
}

.hotspot .hotspot-container .content {
    position:absolute;
    text-align:center;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hotspot .hotspot-container .content p {
    margin:0;
    font-size:12px;
    color:#aaa;
    text-transform: uppercase;
    display:none;
}

.hotspot .hotspot-container .content .btn {
    display:block;
    width: 105px !important;
    height: auto !important;
    line-height: 28px;
    margin: 0 auto;
    padding: 3px 0 3px 19px;
    text-align: left;
    background-position: 100px 11px;
    text-decoration: none;
}

.hotspot .hotspot-container .content .btn:hover {
    text-decoration: underline;
}

.hotspot .hotspot-container .content h3 {
    font-size:24px;
    text-transform: uppercase;
    margin:0 10px 15px;
    display:none;
}

.hotspot .hotspot-container .content .img-wrapper {
    width:45px;
    height:46px;
    padding:11px 0 0 12px;  
    margin:14px auto 7px auto;
    background:url('/fileadmin/default/images/bg_filters-mask.png') 0 -42px no-repeat;
}

.hotspot .hotspot-container .content img {
    display:block !important;
    width:34px !important;
    height:34px !important;
}

/* slider title-container */

.slider-title-underlay,
.slider-title-container {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    height:167px;
    width:100%; 
}

.slider-title-underlay {
    background:#fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index:-1;
}
.slider-title-close {
    position:absolute;
    top:252px;
    right:150px;
    width:55px;
    height:47px;
    background: url('/fileadmin/default/images/bg_flap.png') 0 0 no-repeat;
    z-index:5;
}

.slider-title-close span {
    position:absolute;
    top:8px;
    left:13px;
    display:block;
    background: url('/fileadmin/default/images/s.png') 0 -448px;
    height:29px;
    width:29px;
    z-index:999;
    cursor:pointer;
}

.slider-title-close.closed span {
    background-position: 0 -490px;
}

.slider-title-container .slider-title {
    width:980px;
    margin: 0 auto;
    padding:27px 0;
}

.slider-title-container .slider-title-next {
    position:absolute;
    right:-620px;
    top:0px;
    color:#ccc !important;
    cursor:pointer;
}

.slider-title-container .slider-title-next h2.title {
    color: #ccc !important;
}

.slider-title-container .slider-title-next .btn {
    background:#ccc !important;
}

.slider-title-container .slider-title-next .date {
    color: #ccc !important;
}

.slider-title-container .slider-title h2 {
    margin: 12px 0;
    font-size:42px;
    text-transform: uppercase;
    font-weight: lighter;
}

.slider-title-container .slider-title h2 b {
    font-weight: bold;
}

.slider-title-container .slider-title .btn {
    text-decoration: none;
}

/* date */
.slider-title-container .slider-title .date {
    vertical-align: middle;
    color:#aaa;
}

.slider-title-container .slider-title .date .day {
    font-size:42px;
    line-height:34px;
    margin-right:3px;
    font-weight:bold;
}

.slider-title-container .slider-title .date .month-year {
    font-size: 14px;
    line-height:16px;
    text-transform: uppercase;
}

.slider-title-container .slider-title .date .day,
.slider-title-container .slider-title .date .month-year {
    display:block;
    float:left;
}


/*
 * Trends
*/

.sidebar .news {
    margin-bottom: 42px;
}

/*** news list view ***/

.news-list-date {
    letter-spacing: -1px;
}

.news .news-list-view {
    list-style-type: none;
    margin: 0;
}

.news .news-list-view li {
    position: relative;
    margin-bottom: 28px;
    background: #ffffff;
    padding:0;
}

.news .news-list-view li .article {
    height: 182px;
}

.news .news-list-view li .news-text-wrap h2 {
    font-weight: 100;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.news .news-list-view li .news-text-wrap a {
    color: #666666;
    text-decoration: none;
}

.news .news-list-view li .topnews .news-text-wrap a,
.news .news-list-view li .news-text-wrap a.btn {
    color: #ffffff;
}

/*** news list view - image ***/

.news .news-list-view li .article .news-img-wrap,
.news .news-list-view li .article .news-img-wrap {
    height: 182px;
}

.news .news-list-view li .article.topnews,
.news .news-list-view li .article.topnews .news-img-wrap {
    height: 280px;
}

.news .news-list-view li .topnews .news-img-wrap,
.news .news-list-view li.left .news-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.news .news-list-view li.right .news-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 182px;
}

/*** news list view - text ***/
.news .news-list-view li .topnews .title-underlay,
.news .news-list-view li .news-text-wrap {
    position: absolute;
    padding: 20px 28px;
    z-index: 10;
}
.news .news-list-view li .topnews .title-underlay,
.news .news-list-view li.left .news-text-wrap {
    top: 0;
    left: 252px;
    padding: 20px 28px;
}

.news .news-list-view li .topnews .title-underlay,
.news .news-list-view li.right .news-text-wrap,
.news .news-list-view li.left .news-text-wrap {
    width: 448px;
}

.news .news-list-view li .topnews .title-underlay,
.news .news-list-view li .article.topnews .news-text-wrap {
    bottom: 0 !important;
    top: auto;
    left: 0;
    width: 700px;
    height: 50px;
    padding: 10px 28px;
    z-index: 10;
    color: #ffffff;
}

.news .news-list-view li .topnews .title-underlay {
    z-index:9;
    opacity:0.6;
    filter: alpha(opacity=60);
}

.news .news-list-view li .topnews.colorscheme-0 .title-underlay,
.news .news-list-view li .colorscheme-0 .news-list-comments,
.news .news-single-view.colorscheme-0 .news-single-comments,
.news .news-single-view.colorscheme-0 .news-tags li a {
    background-color: #333;
    color: #ffffff;
}
.news .news-list-view li .colorscheme-0.topnews .news-list-comments {
    color: #666;
}

.news .news-list-view li .topnews.colorscheme-5 .title-underlay,
.news .news-list-view li .colorscheme-5 .news-list-comments,
.news .news-single-view.colorscheme-5 .news-single-comments,
.news .news-single-view.colorscheme-5 .news-tags li a {
    background-color: #86be3d;
    color: #ffffff;
}

.news .news-list-view li .topnews.colorscheme-8 .title-underlay,
.news .news-list-view li .colorscheme-8 .news-list-comments,
.news .news-single-view.colorscheme-8 .news-single-comments,
.news .news-single-view.colorscheme-8 .news-tags li a {
    background-color: #db9f22;
    color: #ffffff;
}

.news .news-list-view li .topnews.colorscheme-9 .title-underlay,
.news .news-list-view li .colorscheme-9 .news-list-comments,
.news .news-single-view.colorscheme-9 .news-single-comments,
.news .news-single-view.colorscheme-9 .news-tags li a {
    background-color: #007dc3;
    color: #ffffff;
}

.news .news-list-view li .topnews.colorscheme-10 .title-underlay,
.news .news-list-view li .colorscheme-10 .news-list-comments,
.news .news-single-view.colorscheme-10 .news-single-comments,
.news .news-single-view.colorscheme-10 .news-tags li a {
    background-color: #d191c0;
    color: #ffffff;
}

.news .news-list-view li .topnews.colorscheme-11 .title-underlay,
.news .news-list-view li .colorscheme-11 .news-list-comments,
.news .news-single-view.colorscheme-11 .news-single-comments,
.news .news-single-view.colorscheme-11 .news-tags li a {
    background-color: #7b7a7a;
    color: #ffffff;
}

.news .news-list-view li .topnews.colorscheme-12 .title-underlay,
.news .news-list-view li .colorscheme-12 .news-list-comments,
.news .news-single-view.colorscheme-12 .news-single-comments,
.news .news-single-view.colorscheme-12 .news-tags li a {
    background-color: #c09848;
    color: #ffffff;
}

.news-list-header {
    color: #aaaaaa;
    margin-bottom: 7px;
    font-size: 16px;
}

.topnews .news-list-header {
    color: #ffffff;
    margin-bottom: 0;
}

.news .news-list-view li .article.topnews .news-list-morelink {
    position: absolute;
    display: block;
    top: 28px !important;
    bottom: auto;
    right: 28px !important;
    left: auto;
    padding: 4px 25px 4px 12px;
    background-position: 110% 9px;
    text-decoration: none;
    z-index: 10;
}

.news .news-list-view li .article.topnews .news-list-comments {
    position: absolute;
    right: 28px;
    bottom: 40px !important;
    top: auto;
    overflow: hidden;
    background: url('../../fileadmin/default/images/s2.png') no-repeat 0 0 transparent;
    height: 53px;
    width: 56px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    z-index: 900;
}

.news .news-list-view li .article .news-list-comments {
    position: absolute;
    right: 28px;
    top: 23px;
    overflow: hidden;
    background-image: url('../../fileadmin/default/images/s2.png');
    background-repeat: no-repeat;
    background-position: 0 -57px;
    height: 28px;
    width: 29px;
    z-index: 900;
    text-align: center;
    font-weight: bold;
}

.news .news-list-view li.right .news-list-comments {
    position: absolute;
    right: 280px;
    top: 23px;
    overflow: hidden;
    background-image: url('../../fileadmin/default/images/s2.png');
    background-repeat: no-repeat;
    background-position: 0 -57px;
    height: 28px;
    width: 29px;
    z-index: 900;
    text-align: center;
    font-weight: bold;
}

.news .news-list-view li.left .news-list-morelink {
    position: absolute;
    display: block;
    bottom: 21px;
    left: 280px;
    padding: 4px 25px 4px 12px;
    background-position: 110% 9px;
    text-decoration: none;
    z-index: 10;
}

.news .news-list-view li.right .news-list-morelink {
    position: absolute;
    display: block;
    bottom: 18px;
    left: 28px;
    padding: 4px 25px 4px 12px;
    background-position: 110% 9px;
    text-decoration: none;
    z-index: 10;
}

.news .news-list-view .news-list-morelink a {
    color: #ffffff;
    text-decoration: none;
}

.news .news-list-view .news-list-morelink a:hover {
    text-decoration: underline;
}

.news .news-list-view .news-list-subtitle {
    font-size: 15px;
    line-height: 22px;
}

/*** news list view - date ***/

.news .news-list-view .news-list-catsplit {
    display: inline-block;
    padding: 0 1px 0 3px;
}

.news .news-list-view li.left .news-list-date, .news .news-list-view li.right .news-list-date,
.news .news-single-view .news-single-date, .press .press-single-view .news-single-date {
    position: relative;
    height: 24px;
    line-height: 24px;
    width: 60px;
    float: left;
    margin-right: 5px;
    border-right: 1px solid #ccc;
}

.news .news-list-view li.left .topnews .news-list-date {
    line-height: 16px;
    height: 16px;
    padding-right: 5px;
    border-right: 1px solid #ffffff;
    margin-left:0;
}

.news .news-list-view li.left .topnews .news-list-date .news-list-day {
    font-weight: normal;
}

.news .news-list-view li .topnews .news-list-date {
    width: auto !important;
}

.news .news-list-view li .topnews .news-list-date .news-list-month {
    display: inline-block !important;
}


.news .news-single-view .news-single-date .news-single-day, .press .press-single-view .news-single-date .news-single-day {
   display: block;
   font-size: 24px;
   float: left;
   font-weight: bold;
}

.news .news-list-view li.left .news-list-date .news-list-day,
.news .news-list-view li.right .news-list-date .news-list-day {
    font-size:24px;
    font-weight:bold;
}

.news .news-list-view li.left .news-list-date .news-list-month-letters, .news .news-list-view li.right .news-list-date .news-list-month-letters,
.news .news-single-view .news-single-date .news-single-month-letters, .news .news-single-view .news-single-date .news-single-year,
.press .press-single-view .news-single-date .news-single-month-letters, .press .press-single-view .news-single-date .news-single-year {
    float: left;
    font-size: 9px;
}

.news .news-list-view li.left .topnews .news-list-date > div,
.news .news-list-view li.right .topnews .news-list-date > div {
    float: left;
    position: relative;
    background: transparent;
    top: 0;
    left: 0;
    font-size: 16px !important;
    line-height: 16px
}

.news .news-list-view li.left .news-list-month-letters, .news .news-list-view li.right .news-list-month-letters,
.news .news-single-view .news-single-date .news-single-month-letters, .press .press-single-view .news-single-date .news-single-month-letters {
    position: absolute;
    top: 1px;
    left: 30px;
    font-size: 10px !important;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.news .news-list-view li.left .news-list-year, .news .news-list-view li.right .news-list-year,
.news .news-single-view .news-single-date .news-single-year, .press .press-single-view .news-single-date .news-single-year {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: .05em;
    background-color: #ffffff;
}

.news .news-list-view li.left .news-catsplit, .news .news-list-view li.right .news-catsplit,
.news .news-single-view .news-single-date .news-catsplit {
    display: block;
    float: left;
}

.news .news-list-view li .topnews .news-text-wrap .news-list-subtitle, .news .news-list-view li .topnews .news-list-month-letters,
.news .news-list-view li.left .news-list-month, .news .news-list-view li.right .news-list-month,
.news .news-single-view .news-single-date .news-single-month, .press .press-single-view .news-single-date .news-single-month {
    display: none !important;
}

.news-list-category {
    font-size: 14px;
    height: 24px;
    line-height: 12px;
    vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
}

.topnews .news-list-category {
    height: 16px;
    line-height: 16px;
    font-weight: normal;
}

/*** news catmenu view ***/

.sidebar .news a {
    color: #333333;
}

.news .news-catmenu {
    margin: 0;
    list-style-type: none;
}

.news .news-catmenu li {
    padding: 8px 0;
    border-bottom: 1px solid #dddddd;
}

.news .news-catmenu li:last-child {
    border-bottom: 0;
}

.news .news-catmenu li a {
    text-decoration: none;
}

/*** news datemenu view ***/
.news .news-menu-view ul {margin:0}
.news .news-menu-view ul li {display:block;padding: 8px 0;border-top:1px solid #ddd}
.news .news-menu-view ul li:first-child {border-top:none}
.news .news-menu-view li a {text-decoration:none}


/*** news single view ***/
.news .news-single-view .news-header-wrap {
    position: relative;
    margin-bottom: 28px;
    background: #ffffff;
}

.news .news-single-view .news-header-wrap .news-header-left {
    position: relative;
    float: left;
    width: 420px;
    padding-bottom: 10px;
}
.news .news-single-view .news-header-wrap .news-header-right {
    position: relative;
    float: right;
    width: 336px;
}

.news-single-header {
    color: #aaaaaa;
    margin-bottom: 7px;
    width: 364px;
}

.news .news-single-view .news-header-wrap .news-single-header {
    float: left;
    padding: 23px 28px 0 28px;
}

.news .news-single-view .news-header-wrap .news-single-title {
    border-width: 0 0 7px 0;
    border-style: solid;
    margin: 0 28px;
}

.news .news-single-view .news-header-wrap .news-single-title h1 {
    width:320px;
    line-height: 35px;
    margin-bottom:5px;
}

.news .news-single-view .news-single-subtitle {
    margin-top: 17px;
}

.news .news-single-view .news-header-wrap .news-single-subtitle,
.news .news-single-view .news-header-wrap .news-single-author {
    margin-bottom: 10px;
    padding: 0 28px;
    width: 364px;
    font-size: 20px;
}

.news .news-single-view .news-header-wrap .news-single-subtitle {
    font-size:16px;
}

.news .news-single-view .news-header-wrap .news-single-author {
    text-align: right;
    margin-top: -14px;
}

.news .news-single-view .news-single-comments {
    position: absolute;
    right: 28px;
    top: 23px;
    overflow: hidden;
    background-image: url('../../fileadmin/default/images/s2.png');
    background-repeat: no-repeat;
    background-position: 0 -87px;
    height: 53px;
    width: 56px;
    z-index: 900;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
}

.news .news-single-view .news-img-wrap {
    list-style-type: none;
    margin: 0;
}

.news .news-single-view .news-img-wrap li:first-child {
    display: none;
}

.news .news-single-view .news-text-wrap {
    padding: 23px 28px 10px 28px;
    background: #ffffff;
}

.news .news-single-view .news-text-wrap h2 {
    font-size: 20px;
}

.news .news-single-view .news-text-extended-wrap {
    margin-bottom: 0;
    padding: 28px 23px 4px 23px;
    background: #ffffff;
}

.news .news-single-view .news-backlink-wrap {
    display: none;
}

.press .press-single-view .news-backlink-wrap a {
    color: #ffffff;
    text-decoration: none;
}

.press .press-single-view .news-backlink-wrap a:hover {
    text-decoration: underline;
}

.news .news-single-view .news-tags {
    padding: 0 23px 28px 23px;
    background-color: #ffffff;
}

.news .news-single-view .news-tags .news-tags-title {
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 18px;
    text-transform: uppercase;
    font-size: 16px;
}

.news .news-single-view .news-tags ul {
    list-style-type: none;
    margin: 0 0 28px 0;
}

.news .news-single-view .news-tags li {
    float: left;
    margin: 0 8px 0 0;
}

.news .news-single-view .news-tags li a {
    display: block;
    padding: 0 5px;
    background-color: #7B7A7A;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
}
.news .news-single-view .news-related-wrap {
    margin-bottom: 28px;
}

/*** news tagcloud view ***/

.news.tag-cloud {
    margin-top: 10px;
    float: left;
}

.news.tag-cloud ul {
    list-style-type: none;
    margin: 0;
}

.news.tag-cloud li {
    float: left;
    height: 35px;
    margin-right: 10px;
}

.news.tag-cloud li.smallest a {
    font-size: 16px;
}

.news.tag-cloud li.small a {
    font-size: 23px;
}

.news.tag-cloud li.medium a {
    font-size: 26px;
    font-weight: 700;
}


.news.tag-cloud li a {
    text-decoration: none;
}

/*** news most viewed view ***/

.news.most-viewed  {
    margin-top: 20px;
}

.news.most-viewed ul li {
    display:block;
    padding:10px 15px;
    background:#7b7a7a;
    margin-bottom:14px;
    line-height:18px;
}

.news.most-viewed ul li .title {
    display:block;
    font-size:16px;
    text-transform: uppercase;
}

.news.most-viewed ul li .subtitle {
    display:block;
    font-size:12px;
}

.news.most-viewed ul li a {
    color:#fff;
    text-decoration: none;
}

.news.most-viewed ul li a:hover {
    text-decoration: underline;
}

/*** news collection view ***/

.news .news-designs-wrap .news-designs-header a:hover {
    text-decoration: underline;
}

.news .news-designs-wrap {
    position: relative;
    margin: 14px 0 0 0;
    height: 181px;
    padding: 0 26px;
}

.news .news-designs-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 11px;
    width: 784px;
    left: -14px;
    background-image: url('../../fileadmin/default/images/news_designs-bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.news .news-designs-wrap ul {
    list-style-type: none;
    float: left;
    margin: 0;
    margin: 14px -28px 0 0;
    display:block;
}

.news .news-designs-wrap ul li {
    float: left;
    margin-right: 28px;
}

.news .news-designs-wrap .news-designs-header {
    margin: 0 0 15px 0;
    float: left;
    width: 704px;
}

.news .news-designs-wrap .news-designs-header a {
    position: relative;
    float: right;
    padding-right: 15px;
    text-decoration: none;
}

.news .news-designs-wrap .news-designs-header a:after {
    content: '';
    width: 6px;
    height: 9px;
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url('../../fileadmin/default/images/s2.png');
    background-position: 0 -144px;
    background-repeat: no-repeat;
}

/*
 * Press
*/

/*** press list view ***/

.press .press-list-view {
    list-style-type: none;
    padding-bottom: 28px;
    margin: 0;
}

.press .press-list-view li {
    border-bottom: 1px solid #dddddd;
    padding: 8px 0;
}

.press .press-list-view li:first-child {
    border-top: 1px solid #dddddd;
}

.press .press-list-view li a {
    padding-right: 40px;
    text-decoration: none;
    display: inline-block;
    background-image: url('../../fileadmin/default/images/s.png');
    background-position: 100% -22px;
    background-repeat: no-repeat;
}

.press .press-list-view .press-list-date {
    display: inline-block;
    width: 70px;
    color: #aaaaaa;
}

#c51 > header > hgroup > h2 + h3, #c55 > header > hgroup > h2 + h3 {
    color: #aaaaaa;
    font-size: 16px;
}

/*** press single view ***/

.press .press-single-view {
    padding: 28px 0;
}

.press .press-single-view .news-single-header .news-catsplit {
    padding-left: 3px;
}

.press .press-single-view .news-single-title h1 {
    margin: 5px 0 20px 0;
}

.press .press-single-view .news-single-subtitle {
    margin-bottom: 28px;
}

.press .press-single-view .news-img-wrap {
    list-style-type: none;
    margin: 0;
}

/*** news pagebrowser ***/
.news .page-navigation {
    list-style-type: none;
    margin: 0;
}
.news .page-navigation li {
    float: left;
    margin: 0;
}
.news .page-navigation li.next {
    float: right;
}
.news .page-navigation li a {
    text-decoration: none;
}
.news .page-navigation li a.btn-prev {
    background-image: url('../../fileadmin/default/images/s.png');
    background-position: 18px -562px;
    padding: 0.5em 1.25em 0.5em 2em;
}

.tx-comments-pi1 {
    padding-top: 23px;
}

.tx-comments-pi1 .tx-comments-comments .tx-comments-comment-counter {
    position: relative;
    padding: 0 0 23px 40px;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #dbdbdb;
}

.tx-comments-pi1 .tx-comments-comments .tx-comments-comment-counter:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 28px;
    width: 29px;
    background-image: url('../../fileadmin/default/images/s2.png');
    background-position: -31px -57px;
    background-repeat: no-repeat;
    background-color: #7B7A7A;
}

.tx-comments-pi1 .tx-comments-comments > div {
    border-bottom: 1px solid #dbdbdb;
}

.tx-comments-pi1 .tx-comments-comments div .tx-comments-comment-date {
    display: block;
    margin-top: 20px;
    font-size: 12px
}

.tx-comments-pi1 .tx-comments-comments div .tx-comments-comment-name {
    display: block;
    font-size: 20px;
}

.tx-comments-pi1 .tx-comments-comments div .tx-comments-comment-content {
    padding: 13px 0 23px 0;
}

.tx-comments-pi1 .tx-comments-comments .tx-pagebrowse-pi1 {
    border-bottom: 0;
}

.tx-comments-pi1 .tx-comments-comment-form {
    position: relative;
    padding-top: 15px;
}

.tx-comments-pi1 legend {
    border: 0;
    text-transform: none;
    color: #666666;
    font-size: 20px;
}

.tx-comments-pi1 input {
    width: 327px;
    margin: 0;
}

.tx-comments-pi1 input.btn {
    width: auto;
    float: right;
}

.tx-comments-pi1 textarea {
    width: 687px
}

.tx-comments-pi1 label {
    display: none;
}
.tx-comments-pi1 .tx_comments_pi1-captcha label {
    display: block;
    margin: 0 0 14px;
}
.tx-comments-pi1 .tx-srfreecap-pi1-image {
    float: left;
    margin-right: 10px;
}
.tx-comments-pi1 .tx-srfreecap-pi1-cant-read {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.tx-comments-pi1 .tx-comments-required-error {
    color: #f00;
}
/* hell grün */
a.back-link.colorscheme-5,
.colorscheme-5 h1,
.colorscheme-5 .more,
.news .colorscheme-5 .news-designs-wrap .news-designs-header a,
.colorscheme-5 .slider-title-container .slider-title h2,
.news .news-list-view li .colorscheme-5.topnews .news-list-comments {
    color:#86be3d;
}

.colorscheme-5 .btn,
.news .colorscheme-5 .news-designs-wrap .news-designs-header a:after,
.colorscheme-5 .tx-comments-comments .tx-comments-comment-counter:before,
.colorscheme-5 .hotspot-container .img-wrapper img {
    background-color: #86be3d;
}

.colorscheme-5 .collection-description,
.news .news-single-view.colorscheme-5 .news-header-wrap .news-single-title {
    border-color:#86be3d;
}

.colorscheme-5 .design-container li.design-item ul.ico-filter img,
.colorscheme-5 .more span,
.news-container-related .news-item.colorscheme-5 .title-underlay {
    background-color: #86be3d;
}

/* orange */
a.back-link.colorscheme-8,
.colorscheme-8 h1,
.colorscheme-8 .more,
.news .colorscheme-8 .news-designs-wrap .news-designs-header a,
.colorscheme-8 .slider-title-container .slider-title h2,
.news .news-list-view li .colorscheme-8.topnews .news-list-comments {
    color: #db9f22;
}

.colorscheme-8 .btn,
.news .colorscheme-8 .news-designs-wrap .news-designs-header a:after,
.colorscheme-8 .tx-comments-comments .tx-comments-comment-counter:before,
.colorscheme-8 .hotspot-container .img-wrapper img{
    background-color: #db9f22;
}

.colorscheme-8 .collection-description,
.news .news-single-view.colorscheme-8 .news-header-wrap .news-single-title {
    border-color: #db9f22;
}

.colorscheme-8 .design-container li.design-item ul.ico-filter img,
.colorscheme-8 .more span,
.news-container-related .news-item.colorscheme-8 .title-underlay {
    background-color: #db9f22;
}

/* blau */
a.back-link.colorscheme-9,
.colorscheme-9 h1,
.colorscheme-9 .more,
.news .colorscheme-9 .news-designs-wrap .news-designs-header a,
.colorscheme-9 .slider-title-container .slider-title h2,
.news .news-list-view li .colorscheme-9.topnews .news-list-comments {
    color: #007dc3;
}

.colorscheme-9 .btn,
.news .colorscheme-9 .news-designs-wrap .news-designs-header a:after,
.colorscheme-9 .tx-comments-comments .tx-comments-comment-counter:before,
.colorscheme-9 .hotspot-container .img-wrapper img {
    background-color: #007dc3;
}

.colorscheme-9 .collection-description,
.news .news-single-view.colorscheme-9 .news-header-wrap .news-single-title {
    border-color: #007dc3;
}

.colorscheme-9 .design-container li.design-item ul.ico-filter img,
.colorscheme-9 .more span,
.news-container-related .news-item.colorscheme-9 .title-underlay {
    background-color: #007dc3;
}

/* lila */
a.back-link.colorscheme-10,
.colorscheme-10 h1,
.colorscheme-10 .more,
.news .colorscheme-10 .news-designs-wrap .news-designs-header a,
.colorscheme-10 .slider-title-container .slider-title h2,
.news .news-list-view li .colorscheme-10.topnews .news-list-comments {
    color: #d191c0;
}

.colorscheme-10 .btn,
.news .colorscheme-10 .news-designs-wrap .news-designs-header a:after,
.colorscheme-10 .tx-comments-comments .tx-comments-comment-counter:before,
.colorscheme-10 .hotspot-container .img-wrapper img{
    background-color: #d191c0;
}

.colorscheme-10 .collection-description,
.news .news-single-view.colorscheme-10 .news-header-wrap .news-single-title {
    border-color: #d191c0;
}

.colorscheme-10 .design-container li.design-item ul.ico-filter img,
.colorscheme-10 .more span,
 .news-container-related .news-item.colorscheme-10 .title-underlay {
    background-color: #d191c0;
}

/* grau */
a.back-link.colorscheme-11,
.colorscheme-11 h1,
.colorscheme-11 .more,
.news .colorscheme-11 .news-designs-wrap .news-designs-header a,
.colorscheme-11 .slider-title-container .slider-title h2,
.news .news-list-view li .colorscheme-11.topnews .news-list-comments {
    color: #7b7a7a;
}

.colorscheme-11 .btn,
.news .colorscheme-11 .news-designs-wrap .news-designs-header a:after,
.colorscheme-11 .tx-comments-comments .tx-comments-comment-counter:before,
.colorscheme-11 .hotspot-container .img-wrapper img{
    background-color: #7b7a7a;
}

.colorscheme-11 .collection-description,
.news .news-single-view.colorscheme-11 .colorscheme-11 news-header-wrap .news-single-title {
    border-color: #7b7a7a;
}

.colorscheme-11 .design-container li.design-item ul.ico-filter img,
.colorscheme-11 .more span,
.news-container-related .news-item.colorscheme-11 .title-underlay {
    background-color: #7b7a7a;
}

/* braun */
a.back-link.colorscheme-12,
.colorscheme-12 h1,
.colorscheme-12 .more,
.news .colorscheme-12 .news-designs-wrap .news-designs-header a,
.colorscheme-12 .slider-title-container .slider-title h2,
.news .news-list-view li .colorscheme-12.topnews .news-list-comments {
    color: #c09848;
}

.colorscheme-12 .btn,
.news .colorscheme-12 .news-designs-wrap .news-designs-header a:after,
.colorscheme-12 .tx-comments-comments .tx-comments-comment-counter:before,
.colorscheme-12 .hotspot-container .img-wrapper img {
    background-color: #c09848;
}

.colorscheme-12 .collection-description,
.news .news-single-view.colorscheme-12 .news-header-wrap .news-single-title {
    border-color: #c09848;
}

.colorscheme-12 .design-container li.design-item ul.ico-filter img,
.colorscheme-12 .more span,
.news-container-related .news-item.colorscheme-12 .title-underlay {
    background-color: #c09848;
}

.content .tx-indexedsearch {
    padding-top: 23px;
}

.content .tx-indexedsearch .tx-indexedsearch-searchbox {
    display: none;
}

.content .tx-indexedsearch .tx-indexedsearch-res h3 {
    margin: 28px 0 14px 0;
}

.content .tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-title a {
    text-decoration: none;
    text-transform: uppercase;
}