<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Font Smoothing */
* {
	text-rendering:optimizeLegibility;
	font-smoothing:antialiased;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font:SIL OFL 1.1, CSS:MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family:'FontAwesome';
  src:url('../components/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src:url('../components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), 
  url('../components/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('../components/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('../components/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

html {
	margin:0; padding:0; border:0; font:inherit; vertical-align:baseline;
}
body {
	font-family:"Calibri Light",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Arial Narrow",Helvetica;
	margin:0;
	font-size:17px;
	line-height:1.333333;
	letter-spacing:-0.02em;
	color:#374837;
	background-color:#ffffff;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display:block;
}
audio,
canvas,
progress,
video {
  display:inline-block;
  vertical-align:baseline;
}
audio:not([controls]) {
  display:none;
  height:0;
}
[hidden],
template {
  display:none;
}

a {
	color:#555555;
	text-decoration:none;
	transition:all ease-in-out 0.1s;
}
a:active, a:hover, a:focus, a:after {
	color:#507b23;
	outline:none;
}
/*.content a {
	color:#507b23;
	text-decoration:none;
	transition:all ease-in-out 0.1s;
}
.content a:active, .content a:hover, .content a:focus, a:after {
	color:#304a15;
	outline:none;
}*/
.sidebar-products a:active, 
.sidebar-products a:hover, 
.sidebar-products a:focus {
	text-decoration:none;
}
a.green {
	color:#304a15 !important;
}
a.green:hover {
	color:#507b23 !important;
}
#categorie-description-top a,
#categorie-description-bottom a {
	color:#507b23;
}
#categorie-description-top a:hover,
#categorie-description-bottom a:hover {
	color:#304a15;
}
#categorie-description-top a.scroll,
#categorie-description-bottom a.scroll {
	display:block;
}
#categorie-description-top a.scroll:after {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	margin-left:3px;
	content:"\f0ab";
}
#categorie-description-bottom a.scroll:after {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	margin-left:3px;
	content:"\f0aa";
}


#footer a {
	color:#666666;
}
#footer a:hover {
	color:#000;
}


a.keyword-link {
	background: linear-gradient(135deg,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.05) 100%);
    padding:8px;
    margin:6px;
	white-space:nowrap;
	display:inline-block;
	border:1px #d9d9d9 solid;
	font-size:1.1em;
}
a.keyword-link:hover {
	background: linear-gradient(135deg,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.1) 100%);
}
a.keyword-link:before {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:0.9em;
	margin-right:3px;
	content:"\f002";/* Lupe */
}

a.keyword-link.category:before { /* Dreieck-Pfeil statt Lupe */
	content:"\f0da";
}

a.keyword-link.banner_button {
	color:#ffffff !important;
	font-size:1.25em !important;
	border-radius:10px 0 10px 0;
}
a.keyword-link.banner_button:hover {
	color:#ffffff !important;
}

a.keyword-link.black_button {
	color:#ffffff !important;
	font-size:1.4em !important;
}
a.keyword-link.black_button:hover {
	background:#111111 !important;
	color:#b4cf42 !important;
}

a.keyword-link.green_button {
	color:#ffffff;
	background: linear-gradient(135deg,  rgba(93,144,41,0.86) 0%,rgba(93,144,41,0.96) 100%);
	border:1px #4b7521 solid;
}
a.keyword-link.green_button:hover {
	background: linear-gradient(135deg,  rgba(93,144,41,0.96) 0%,rgba(93,144,41,0.86) 100%);
	border:1px #304a15 solid;
}

a.keyword-link.orange_button {
	color:#ffffff;
	background-color:#ec971f;
	border-color:#d58512;
}
a.keyword-link.orange_button:hover {
	background-color:#d58512;
	border-color:#985f0d;
}


abbr[title] {
  border-bottom:1px dotted;
}
b,
strong {
  font-weight:bold;
}
dfn {
  font-style:italic;
}
h1 {
  font-size:2em;
  margin:0.67em 0;
}
mark {
  background:#ff0;
  color:#000;
}
small {
  font-size:80%;
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup {
  top:-0.5em;
}
sub {
  bottom:-0.25em;
}
img {
  border:0;
}
svg:not(:root) {
  overflow:hidden;
}
figure {
  margin:1em 40px;
}
hr {
  box-sizing:content-box;
  height:0;
}
pre {
  overflow:auto;
}
button,
input,
optgroup,
select,
textarea {
  color:inherit;
  font:inherit;
  margin:0;
}
button {
  overflow:visible;
}
button,
select {
  text-transform:none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  cursor:pointer;
}
button[disabled],
html input[disabled] {
  cursor:default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}
input {
  line-height:normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing:border-box;
  padding:0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height:auto;
}
input[type=search] {
  box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
}
fieldset {
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend {
  border:0;
  padding:0;
}
textarea {
  overflow:auto;
}
optgroup {
  font-weight:bold;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,
th {
  padding:0;
}
/*! Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background:transparent !important;
    color:#000 !important;
    box-shadow:none !important;
    text-shadow:none !important;
  }
  a,
  a:visited {
    text-decoration:underline;
  }
  a[href]:after {
    content:" (" attr(href) ")";
  }
  abbr[title]:after {
    content:" (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content:"";
  }
  pre,
  blockquote {
    border:1px solid #999;
    page-break-inside:avoid;
  }
  thead {
    display:table-header-group;
  }
  tr,
  img {
    page-break-inside:avoid;
  }
  img {
    max-width:100% !important;
  }
  p,
  h2,
  h3 {
    orphans:3;
    widows:3;
  }
  h2,
  h3 {
    page-break-after:avoid;
  }
  .navbar {
    display:none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color:#000 !important;
  }
  .label {
    border:1px solid #000;
  }
  .table {
    border-collapse:collapse !important;
  }
  .table td,
  .table th {
    background-color:#fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border:1px solid #ddd !important;
  }
}

* {
  box-sizing:border-box;
}
*:before,
*:after {
  box-sizing:border-box;
}
input,
button,
select,
textarea {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
figure {
  margin:0;
}
img {
  vertical-align:middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display:block;
  max-width:100%;
  height:auto;
}
.img-rounded {
  border-radius:0;
}
.img-thumbnail {
	margin:4px;
	line-height:1.3;
	background-color:#ffffff;
	/*border:1px solid #dddddd;*/
	border-radius:0;
	transition:all 0.2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto;
	/*box-shadow:1px 1px 2px #ccc;*/
}
.img-circle {
  border-radius:50%;
}
hr {
  margin-top:22px;
  margin-bottom:22px;
  border:0;
  border-top:1px solid #eeeeee;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  border:0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}
[role=button] {
  cursor:pointer;
}
p {
  margin:0 0 10px 0;
}
.lead {
  margin-bottom:22px;
  font-size:18px;
  font-weight:300;
  line-height:1.3;
}
@media (min-width:768px) {
  .lead {
    font-size:24px;
  }
}
small,
.small {
  font-size:75%;
}
mark,
.mark {
  background-color:#fcf8e3;
  padding:.2em;
}
.text-left {
  text-align:left;
}
.text-right {
  text-align:right;
}
.text-center {
  text-align:center;
}
.text-justify {
  text-align:justify;
}
.text-nowrap {
  white-space:nowrap;
}
.text-lowercase {
  text-transform:lowercase;
}
.text-uppercase {
  text-transform:uppercase;
}
.text-capitalize {
  text-transform:capitalize;
}
.text-muted {
  color:#999999;
}
.text-primary {
  color:#e5e5e5;
}
a.text-primary:hover,
a.text-primary:focus {
  color:#cc6200;
}
.text-success {
  color:#3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color:#2b542c;
}
.text-info {
  color:#31708f !important;
}
a.text-info:hover,
a.text-info:focus {
  color:#245269;
}
.text-warning {
  color:#8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color:#66512c;
}
.text-danger {
  color:#a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color:#843534;
}
.bg-primary {
  color:#fff;
  background-color:#e5e5e5;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color:#cc6200;
}
.bg-success {
  background-color:#dff0d8 !important;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color:#c1e2b3;
}
.bg-info {
  background-color:#d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color:#afd9ee;
}
.bg-warning {
  background-color:#fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color:#f7ecb5;
}
.bg-danger {
  background-color:#f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color:#e4b9b9;
}
.page-header {
  padding-bottom:10px;
  margin:44px 0 22px;
  border-bottom:1px solid #eeeeee;
}
ul,
ol {
  margin-top:0;
  margin-bottom:11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom:0;
}
.list-unstyled {
  padding-left:0;
  list-style:none;
}
.list-inline {
  padding-left:0;
  list-style:none;
  margin-left:-5px;
}
.list-inline &gt; li {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}
dl {
  margin-top:0;
  margin-bottom:22px;
}
dt,
dd {
  line-height:1.3;
}
dt {
  font-weight:bold;
}
dd {
  margin-left:0;
}
@media (min-width:992px) {
  .dl-horizontal dt {
    float:left;
    width:160px;
    clear:left;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .dl-horizontal dd {
    margin-left:180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor:help;
  border-bottom:1px dotted #777777;
}
.initialism {
  font-size:90%;
  text-transform:uppercase;
}
blockquote {
  padding:11px 22px;
  margin:0 0 22px;
  font-size:20px;
  border-left:5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom:0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display:block;
  font-size:80%;
  line-height:1.3;
  color:#777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content:'\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right:15px;
  padding-left:0;
  border-right:5px solid #eeeeee;
  border-left:0;
  text-align:right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content:'';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content:'\00A0 \2014';
}
address {
  margin-bottom:22px;
  font-style:normal;
  line-height:1.3;
}
code,
kbd,
pre,
samp {
  font-family:monospace, monospace;
  font-size:1em;
}
code {
  padding:2px 4px;
  font-size:90%;
  color:#c7254e;
  background-color:#f9f2f4;
  border-radius:0;
}
kbd {
  padding:2px 4px;
  font-size:90%;
  color:#ffffff;
  background-color:#333333;
  border-radius:0;
  box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding:0;
  font-size:100%;
  font-weight:bold;
  box-shadow:none;
}
pre {
  display:block;
  padding:10.5px;
  margin:0 0 11px;
  font-size:15px;
  line-height:1.3;
  word-break:break-all;
  word-wrap:break-word;
  color:#333333;
  background-color:#f5f5f5;
  border:1px solid #cccccc;
  border-radius:0;
}
pre code {
  padding:0;
  font-size:inherit;
  color:inherit;
  white-space:pre-wrap;
  background-color:transparent;
  border-radius:0;
}
.pre-scrollable {
  max-height:340px;
  overflow-y:scroll;
}
.container {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
@media (min-width:768px) {
  .container {
    width:750px;
  }
}
@media (min-width:992px) {
  .container {
    width:970px;
  }
}
@media (min-width:1380px) {
  .container {
    width:1350px;
  }
}
.container-fluid {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, 
.col-xs-13, .col-sm-13, .col-md-13, .col-lg-13 
.col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14 {
  float:left;
}
.col-xs-14 {
  width:20%;
}
.col-xs-13 {
  width:10%;
}
.col-xs-12 {
  width:100%;
}
.col-xs-11 {
  width:91.66666667%;
}
.col-xs-10 {
  width:83.33333333%;
}
.col-xs-9 {
  width:75%;
}
.col-xs-8 {
  width:66.66666667%;
}
.col-xs-7 {
  width:58.33333333%;
}
.col-xs-6 {
  width:50%;
}
.col-xs-5 {
  width:41.66666667%;
}
.col-xs-4 {
  width:33.33333333%;
}
.col-xs-3 {
  width:25%;
}
.col-xs-2 {
  width:16.66666667%;
}
.col-xs-1 {
  width:8.33333333%;
}
.col-xs-pull-12 {
  right:100%;
}
.col-xs-pull-11 {
  right:91.66666667%;
}
.col-xs-pull-10 {
  right:83.33333333%;
}
.col-xs-pull-9 {
  right:75%;
}
.col-xs-pull-8 {
  right:66.66666667%;
}
.col-xs-pull-7 {
  right:58.33333333%;
}
.col-xs-pull-6 {
  right:50%;
}
.col-xs-pull-5 {
  right:41.66666667%;
}
.col-xs-pull-4 {
  right:33.33333333%;
}
.col-xs-pull-3 {
  right:25%;
}
.col-xs-pull-2 {
  right:16.66666667%;
}
.col-xs-pull-1 {
  right:8.33333333%;
}
.col-xs-pull-0 {
  right:auto;
}
.col-xs-push-12 {
  left:100%;
}
.col-xs-push-11 {
  left:91.66666667%;
}
.col-xs-push-10 {
  left:83.33333333%;
}
.col-xs-push-9 {
  left:75%;
}
.col-xs-push-8 {
  left:66.66666667%;
}
.col-xs-push-7 {
  left:58.33333333%;
}
.col-xs-push-6 {
  left:50%;
}
.col-xs-push-5 {
  left:41.66666667%;
}
.col-xs-push-4 {
  left:33.33333333%;
}
.col-xs-push-3 {
  left:25%;
}
.col-xs-push-2 {
  left:16.66666667%;
}
.col-xs-push-1 {
  left:8.33333333%;
}
.col-xs-push-0 {
  left:auto;
}
.col-xs-offset-12 {
  margin-left:100%;
}
.col-xs-offset-11 {
  margin-left:91.66666667%;
}
.col-xs-offset-10 {
  margin-left:83.33333333%;
}
.col-xs-offset-9 {
  margin-left:75%;
}
.col-xs-offset-8 {
  margin-left:66.66666667%;
}
.col-xs-offset-7 {
  margin-left:58.33333333%;
}
.col-xs-offset-6 {
  margin-left:50%;
}
.col-xs-offset-5 {
  margin-left:41.66666667%;
}
.col-xs-offset-4 {
  margin-left:33.33333333%;
}
.col-xs-offset-3 {
  margin-left:25%;
}
.col-xs-offset-2 {
  margin-left:16.66666667%;
}
.col-xs-offset-1 {
  margin-left:8.33333333%;
}
.col-xs-offset-0 {
  margin-left:0%;
}
@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
    float:left;
  }
  .col-sm-14 {
    width:20%;
  }
  .col-sm-13 {
    width:10%;
  }
  .col-sm-12 {
    width:100%;
  }
  .col-sm-11 {
    width:91.66666667%;
  }
  .col-sm-10 {
    width:83.33333333%;
  }
  .col-sm-9 {
    width:75%;
  }
  .col-sm-8 {
    width:66.66666667%;
  }
  .col-sm-7 {
    width:58.33333333%;
  }
  .col-sm-6 {
    width:50%;
  }
  .col-sm-5 {
    width:41.66666667%;
  }
  .col-sm-4 {
    width:33.33333333%;
  }
  .col-sm-3 {
    width:25%;
  }
  .col-sm-2 {
    width:16.66666667%;
  }
  .col-sm-1 {
    width:8.33333333%;
  }
  .col-sm-pull-12 {
    right:100%;
  }
  .col-sm-pull-11 {
    right:91.66666667%;
  }
  .col-sm-pull-10 {
    right:83.33333333%;
  }
  .col-sm-pull-9 {
    right:75%;
  }
  .col-sm-pull-8 {
    right:66.66666667%;
  }
  .col-sm-pull-7 {
    right:58.33333333%;
  }
  .col-sm-pull-6 {
    right:50%;
  }
  .col-sm-pull-5 {
    right:41.66666667%;
  }
  .col-sm-pull-4 {
    right:33.33333333%;
  }
  .col-sm-pull-3 {
    right:25%;
  }
  .col-sm-pull-2 {
    right:16.66666667%;
  }
  .col-sm-pull-1 {
    right:8.33333333%;
  }
  .col-sm-pull-0 {
    right:auto;
  }
  .col-sm-push-12 {
    left:100%;
  }
  .col-sm-push-11 {
    left:91.66666667%;
  }
  .col-sm-push-10 {
    left:83.33333333%;
  }
  .col-sm-push-9 {
    left:75%;
  }
  .col-sm-push-8 {
    left:66.66666667%;
  }
  .col-sm-push-7 {
    left:58.33333333%;
  }
  .col-sm-push-6 {
    left:50%;
  }
  .col-sm-push-5 {
    left:41.66666667%;
  }
  .col-sm-push-4 {
    left:33.33333333%;
  }
  .col-sm-push-3 {
    left:25%;
  }
  .col-sm-push-2 {
    left:16.66666667%;
  }
  .col-sm-push-1 {
    left:8.33333333%;
  }
  .col-sm-push-0 {
    left:auto;
  }
  .col-sm-offset-12 {
    margin-left:100%;
  }
  .col-sm-offset-11 {
    margin-left:91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left:83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left:75%;
  }
  .col-sm-offset-8 {
    margin-left:66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left:58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left:50%;
  }
  .col-sm-offset-5 {
    margin-left:41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left:33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left:25%;
  }
  .col-sm-offset-2 {
    margin-left:16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left:8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left:0%;
  }
}
@media (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float:left;
  }
  .col-md-14 {
    width:20%;
  }
  .col-md-13 {
    width:10%;
  }
  .col-md-12 {
    width:100%;
  }
  .col-md-11 {
    width:91.66666667%;
  }
  .col-md-10 {
    width:83.33333333%;
  }
  .col-md-9 {
    width:75%;
  }
  .col-md-8 {
    width:66.66666667%;
  }
  .col-md-7 {
    width:58.33333333%;
  }
  .col-md-6 {
    width:50%;
  }
  .col-md-5 {
    width:41.66666667%;
  }
  .col-md-4 {
    width:33.33333333%;
  }
  .col-md-3 {
    width:25%;
  }
  .col-md-2 {
    width:16.66666667%;
  }
  .col-md-1 {
    width:8.33333333%;
  }
  .col-md-pull-12 {
    right:100%;
  }
  .col-md-pull-11 {
    right:91.66666667%;
  }
  .col-md-pull-10 {
    right:83.33333333%;
  }
  .col-md-pull-9 {
    right:75%;
  }
  .col-md-pull-8 {
    right:66.66666667%;
  }
  .col-md-pull-7 {
    right:58.33333333%;
  }
  .col-md-pull-6 {
    right:50%;
  }
  .col-md-pull-5 {
    right:41.66666667%;
  }
  .col-md-pull-4 {
    right:33.33333333%;
  }
  .col-md-pull-3 {
    right:25%;
  }
  .col-md-pull-2 {
    right:16.66666667%;
  }
  .col-md-pull-1 {
    right:8.33333333%;
  }
  .col-md-pull-0 {
    right:auto;
  }
  .col-md-push-12 {
    left:100%;
  }
  .col-md-push-11 {
    left:91.66666667%;
  }
  .col-md-push-10 {
    left:83.33333333%;
  }
  .col-md-push-9 {
    left:75%;
  }
  .col-md-push-8 {
    left:66.66666667%;
  }
  .col-md-push-7 {
    left:58.33333333%;
  }
  .col-md-push-6 {
    left:50%;
  }
  .col-md-push-5 {
    left:41.66666667%;
  }
  .col-md-push-4 {
    left:33.33333333%;
  }
  .col-md-push-3 {
    left:25%;
  }
  .col-md-push-2 {
    left:16.66666667%;
  }
  .col-md-push-1 {
    left:8.33333333%;
  }
  .col-md-push-0 {
    left:auto;
  }
  .col-md-offset-12 {
    margin-left:100%;
  }
  .col-md-offset-11 {
    margin-left:91.66666667%;
  }
  .col-md-offset-10 {
    margin-left:83.33333333%;
  }
  .col-md-offset-9 {
    margin-left:75%;
  }
  .col-md-offset-8 {
    margin-left:66.66666667%;
  }
  .col-md-offset-7 {
    margin-left:58.33333333%;
  }
  .col-md-offset-6 {
    margin-left:50%;
  }
  .col-md-offset-5 {
    margin-left:41.66666667%;
  }
  .col-md-offset-4 {
    margin-left:33.33333333%;
  }
  .col-md-offset-3 {
    margin-left:25%;
  }
  .col-md-offset-2 {
    margin-left:16.66666667%;
  }
  .col-md-offset-1 {
    margin-left:8.33333333%;
  }
  .col-md-offset-0 {
    margin-left:0%;
  }
}
@media (min-width:1380px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
    float:left;
  }
  .col-lg-14 {
    width:20%;
  }
  .col-lg-13 {
    width:10%;
  }
  .col-lg-12 {
    width:100%;
  }
  .col-lg-11 {
    width:91.66666667%;
  }
  .col-lg-10 {
    width:83.33333333%;
  }
  .col-lg-9 {
    width:75%;
  }
  .col-lg-8 {
    width:66.66666667%;
  }
  .col-lg-7 {
    width:58.33333333%;
  }
  .col-lg-6 {
    width:50%;
  }
  .col-lg-5 {
    width:41.66666667%;
  }
  .col-lg-4 {
    width:33.33333333%;
  }
  .col-lg-3 {
    width:25%;
  }
  .col-lg-2 {
    width:16.66666667%;
  }
  .col-lg-1 {
    width:8.33333333%;
  }
  .col-lg-pull-12 {
    right:100%;
  }
  .col-lg-pull-11 {
    right:91.66666667%;
  }
  .col-lg-pull-10 {
    right:83.33333333%;
  }
  .col-lg-pull-9 {
    right:75%;
  }
  .col-lg-pull-8 {
    right:66.66666667%;
  }
  .col-lg-pull-7 {
    right:58.33333333%;
  }
  .col-lg-pull-6 {
    right:50%;
  }
  .col-lg-pull-5 {
    right:41.66666667%;
  }
  .col-lg-pull-4 {
    right:33.33333333%;
  }
  .col-lg-pull-3 {
    right:25%;
  }
  .col-lg-pull-2 {
    right:16.66666667%;
  }
  .col-lg-pull-1 {
    right:8.33333333%;
  }
  .col-lg-pull-0 {
    right:auto;
  }
  .col-lg-push-12 {
    left:100%;
  }
  .col-lg-push-11 {
    left:91.66666667%;
  }
  .col-lg-push-10 {
    left:83.33333333%;
  }
  .col-lg-push-9 {
    left:75%;
  }
  .col-lg-push-8 {
    left:66.66666667%;
  }
  .col-lg-push-7 {
    left:58.33333333%;
  }
  .col-lg-push-6 {
    left:50%;
  }
  .col-lg-push-5 {
    left:41.66666667%;
  }
  .col-lg-push-4 {
    left:33.33333333%;
  }
  .col-lg-push-3 {
    left:25%;
  }
  .col-lg-push-2 {
    left:16.66666667%;
  }
  .col-lg-push-1 {
    left:8.33333333%;
  }
  .col-lg-push-0 {
    left:auto;
  }
  .col-lg-offset-12 {
    margin-left:100%;
  }
  .col-lg-offset-11 {
    margin-left:91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left:83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left:75%;
  }
  .col-lg-offset-8 {
    margin-left:66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left:58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left:50%;
  }
  .col-lg-offset-5 {
    margin-left:41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left:33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left:25%;
  }
  .col-lg-offset-2 {
    margin-left:16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left:8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left:0%;
  }
}
table {
  background-color:transparent;
}
caption {
  padding-top:8px;
  padding-bottom:8px;
  color:#999999;
  text-align:left;
}
th {
  text-align:left;
}
.table {
  width:100%;
  max-width:100%;
  margin-bottom:22px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding:8px;
  line-height:1.3;
  vertical-align:top;
  /*border-top:1px solid #dddddd;*/
}
.table &gt; thead &gt; tr &gt; td {
	font-weight:bold;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align:bottom;
  border-bottom:2px solid #dddddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top:0;
}
.table &gt; tbody + tbody {
  border-top:2px solid #dddddd;
}
.table .table {
  background-color:#ffffff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding:5px;
}
.table-bordered {
  border:1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border:1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width:2px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color:#f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color:#f5f5f5;
}
table col[class*="col-"] {
  position:static;
  float:none;
  display:table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position:static;
  float:none;
  display:table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color:#f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color:#e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color:#dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color:#d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color:#d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color:#c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color:#fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color:#faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color:#f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color:#ebcccc;
}
.table-responsive {
  overflow-x:auto;
}
@media screen and (max-width:767px) {
  .table-responsive {
    width:100%;
    margin-bottom:16.5px;
    border:1px solid #dddddd;
  }
  .table-responsive &gt; .table {
    margin-bottom:0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space:nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border:0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left:0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right:0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom:0;
  }
}
fieldset {
  padding:0;
  margin:0;
  border:0;
  min-width:0;
}
legend {
  display:block;
  width:100%;
  padding:0;
  margin-bottom:22px;
  font-size:24px;
  line-height:inherit;
  color:#333333;
  border:0;
  border-bottom:1px solid #e5e5e5;
}
label {
  display:inline-block;
  max-width:100%;
  /*margin-bottom:5px;*/
  font-weight:bold;
}
.payment-action-wrap li.list-group-item label {
  display:block;
}

input[type=search] {
  box-sizing:border-box;
}
input[type=radio], input[type=checkbox] {
  margin:4px 0 0;
  margin-top:1px \9;
  line-height:normal;
}
input[type=file] {
  display:block;
}
input[type=range] {
  display:block;
  width:100%;
}
select[multiple],
select[size] {
  height:auto;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
output {
  display:block;
  padding-top:7px;
  font-size:17px;
  line-height:1.3;
  color:#555555;
}
.form-control {
  display:block;
  width:100%;
  height:36px;
  padding:6px 12px;
  font-size:17px;
  line-height:1.3;
  color:#555555;
  background-color:#ffffff;
  background-image:none;
  border:1px solid #e0e0e0;
  border-radius:0;
  transition:box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color:#e5e5e5;
  outline:0;
  box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color:#999999;
  opacity:1;
}
.form-control:-ms-input-placeholder {
  color:#999999;
}
.form-control::-webkit-input-placeholder {
  color:#999999;
}
.form-control::-ms-expand {
  border:0;
  background-color:transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color:#eeeeee;
  opacity:1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor:not-allowed;
}
textarea.form-control {
  height:auto;
}
input[type=search] {
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height:36px;
  }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height:30px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height:49px;
  }
}
.form-group {
  margin-bottom:15px;
}
.radio,
.checkbox {
  position:relative;
  display:block;
  margin-top:10px;
  margin-bottom:10px;
}
.radio label,
.checkbox label {
  min-height:22px;
  padding-left:20px;
  margin-bottom:0;
  font-weight:normal;
  cursor:pointer;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position:absolute;
  margin-left:-20px;
  margin-top:4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top:-5px;
}
.radio-inline,
.checkbox-inline {
  position:relative;
  display:inline-block;
  padding-left:20px;
  margin-bottom:0;
  vertical-align:middle;
  font-weight:normal;
  cursor:pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top:0;
  margin-left:10px;
}
input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor:not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor:not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor:not-allowed;
}
.form-control-static {
  padding-top:7px;
  padding-bottom:7px;
  margin-bottom:0;
  min-height:38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left:0;
  padding-right:0;
}
.input-sm {
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:0;
}
select.input-sm {
  height:30px;
  line-height:30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height:auto;
}
.form-group-sm .form-control {
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:0;
}
.form-group-sm select.form-control {
  height:30px;
  line-height:30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height:auto;
}
.form-group-sm .form-control-static {
  height:30px;
  min-height:34px;
  padding:6px 10px;
  font-size:12px;
  line-height:1.5;
}
.input-lg {
  height:49px;
  padding:10px 16px;
  font-size:20px;
  line-height:1.3333333;
  border-radius:0;
}
select.input-lg {
  height:49px;
  line-height:49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height:auto;
}
.form-group-lg .form-control {
  height:49px;
  padding:10px 16px;
  font-size:20px;
  line-height:1.3333333;
  border-radius:0;
}
.form-group-lg select.form-control {
  height:49px;
  line-height:49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height:auto;
}
.form-group-lg .form-control-static {
  height:49px;
  min-height:42px;
  padding:11px 16px;
  font-size:20px;
  line-height:1.3333333;
}
.has-feedback {
  position:relative;
}
.has-feedback .form-control {
  padding-right:45px;
}
.form-control-feedback {
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  display:block;
  width:36px;
  height:36px;
  line-height:36px;
  text-align:center;
  pointer-events:none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width:49px;
  height:49px;
  line-height:49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width:30px;
  height:30px;
  line-height:30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color:#3c763d;
}
.has-success .form-control {
  border-color:#3c763d;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color:#2b542c;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color:#3c763d;
  border-color:#3c763d;
  background-color:#dff0d8;
}
.has-success .form-control-feedback {
  color:#3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color:#8a6d3b;
}
.has-warning .form-control {
  border-color:#8a6d3b;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color:#66512c;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color:#8a6d3b;
  border-color:#8a6d3b;
  background-color:#fcf8e3;
}
.has-warning .form-control-feedback {
  color:#8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color:#a94442;
}
.has-error .form-control {
  border-color:#a94442;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color:#843534;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color:#a94442;
  border-color:#a94442;
  background-color:#f2dede;
}
.has-error .form-control-feedback {
  color:#a94442;
}
.has-feedback label ~ .form-control-feedback {
  top:27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top:0;
}
.help-block {
  display:block;
  margin-top:5px;
  margin-bottom:10px;
  color:#959595;
}

.input-qty {
display:inline-table;
vertical-align:middle;
border-left:1px solid #e0e0e0;
border-top:1px solid #e0e0e0;
border-bottom:1px solid #e0e0e0;
}

@media (min-width:768px) {
  .form-inline .form-group {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }
  .form-inline .form-control {
    display:inline-block;
    width:auto;
    vertical-align:middle;
  }
  .form-inline .form-control-static {
    display:inline-block;
  }
  .form-inline .input-group {
    display:inline-table;
    vertical-align:middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width:auto;
  }
  .form-inline .input-group &gt; .form-control {
    width:100%;
  }
  .form-inline .control-label {
    margin-bottom:0;
    vertical-align:middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    vertical-align:middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left:0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position:relative;
    margin-left:0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top:0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top:0;
  margin-bottom:0;
  padding-top:7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height:29px;
}
.form-horizontal .form-group {
  margin-left:-15px;
  margin-right:-15px;
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align:right;
    margin-bottom:0;
    padding-top:7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right:15px;
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top:11px;
    font-size:20px;
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top:6px;
    font-size:12px;
  }
}
.btn {
  display:inline-block;
  margin-bottom:0;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 12px;
  font-size:17px;
  line-height:1.3;
  border-radius:0;
  user-select:none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color:#555555;
  text-decoration:none;
}
.btn:active,
.btn.active {
  outline:0;
  background-image:none;
  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor:not-allowed;
  opacity:0.65;
  filter:alpha(opacity=65);
  box-shadow:none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events:none;
}
.btn-default {
  color:#555555;
  background-color:#eeeeee;
  border-color:#eeeeee;
}
.btn-default:focus,
.btn-default.focus {
  color:#555555;
  background-color:#d5d5d5;
  border-color:#afafaf;
}
.btn-default:hover {
  color:#555555;
  background-color:#d5d5d5;
  border-color:#d0d0d0;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color:#555555;
  background-color:#d5d5d5;
  border-color:#d0d0d0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color:#555555;
  background-color:#c3c3c3;
  border-color:#afafaf;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image:none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color:#eeeeee;
  border-color:#eeeeee;
}
.btn-default .badge {
  color:#eeeeee;
  background-color:#555555;
}
.btn-primary {
  color:#ffffff;
  background-color:#507b23;
  border-color:#4b7521;
}
.btn-primary:focus,
.btn-primary.focus {
  color:#ffffff;
  background-color:#cc6200;
  border-color:#304a15;
  color:#ffffff;
  background-color:#4b7521;
  border-color:#255625;
}
.btn-primary:hover {
  color:#ffffff;
  background-color:#cc6200;
  border-color:#304a15;
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color:#ffffff;
  background-color:#cc6200;
  border-color:#304a15;
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color:#ffffff;
  background-color:#304a15;
  border-color:#304a15;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image:none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color:#e5e5e5;
  border-color:#4b7521;
}
.btn-primary .badge {
  color:#e5e5e5;
  background-color:#ffffff;
}
.btn-success {
  color:#ffffff;
  background-color:#507b23;
  border-color:#4b7521;
}
.btn-success:focus,
.btn-success.focus {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#255625;
}
.btn-success:hover {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color:#ffffff;
  background-color:#304a15;
  border-color:#255625;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image:none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color:#507b23;
  border-color:#4b7521;
}
.btn-success .badge {
  color:#507b23;
  background-color:#ffffff;
}
.btn-info {
  color:#ffffff;
  background-color:#31b0d5;
  border-color:#1b6d85;
}
.btn-info:focus,
.btn-info.focus {
  color:#ffffff;
  background-color:#5bc0de;
  border-color:#46b8da;
}
.btn-info:hover {
  color:#ffffff;
  background-color:#5bc0de;
  border-color:#269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color:#ffffff;
  background-color:#31b0d5;
  border-color:#269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color:#ffffff;
  background-color:#269abc;
  border-color:#1b6d85;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image:none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color:#5bc0de;
  border-color:#46b8da;
}
.btn-info .badge {
  color:#5bc0de;
  background-color:#ffffff;
}
.btn-warning {
  color:#000000;
  background-color:#ec971f;
  border-color:#d58512;
}
.btn-warning:focus,
.btn-warning.focus {
  color:#000000;
  background-color:#ec971f;
  border-color:#985f0d;
}
.btn-warning:hover {
  color:#000000;
  background-color:#d58512;
  border-color:#985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color:#000000;
  background-color:#ec971f;
  border-color:#d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color:#000000;
  background-color:#d58512;
  border-color:#985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image:none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color:#f0ad4e;
  border-color:#eea236;
}
.btn-warning .badge {
  color:#f0ad4e;
  background-color:#ffffff;
}
.btn-danger {
  color:#ffffff;
  background-color:#d9534f;
  border-color:#d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color:#ffffff;
  background-color:#c9302c;
  border-color:#761c19;
}
.btn-danger:hover {
  color:#ffffff;
  background-color:#c9302c;
  border-color:#ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color:#ffffff;
  background-color:#c9302c;
  border-color:#ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color:#ffffff;
  background-color:#ac2925;
  border-color:#761c19;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image:none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color:#d9534f;
  border-color:#d43f3a;
}
.btn-danger .badge {
  color:#d9534f;
  background-color:#ffffff;
}
.btn-link {
  color:#e5e5e5;
  font-weight:normal;
  border-radius:0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color:transparent;
  box-shadow:none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color:transparent;
}
.btn-link:hover,
.btn-link:focus {
  color:#b35500;
  text-decoration:underline;
  background-color:transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color:#777777;
  text-decoration:none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding:11px 16px;
  font-size:22px;
  line-height:1.3333333;
  border-radius:0;
  
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:0;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding:1px 5px;
  font-size:12px;
  line-height:1.5;
  border-radius:0;
}
.btn-block {
  display:block;
  width:100%;
}
.btn-block + .btn-block {
  margin-top:5px;
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width:100%;
}
.fade {
  opacity:0;
  transition:opacity 0.15s linear;
}
.fade.in {
  opacity:1;
}
.collapse {
  display:none;
}
.collapse.in {
  display:block;
}

.navbar-collapse.collapse.in {
  display:block;
  position:absolute;
  background-color:rgba(0,0,0,0.2);
  width:100%;
  overflow:overlay;
  z-index:10000;
  padding-bottom:1000%;
}

tr.collapse.in {
  display:table-row;
}
tbody.collapse.in {
  display:table-row-group;
}
.collapsing {
  position:relative;
  height:0;
  overflow:hidden;
  transition-property:height, visibility;
  transition-duration:0.35s;
  transition-timing-function:ease;
}
.caret {
  display:inline-block;
  width:0;
  height:0;
  margin-left:2px;
  vertical-align:middle;
  border-top:4px dashed;
  border-top:4px solid \9;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
}
.dropup,
.dropdown {
  position:relative;
}
.dropdown-toggle:focus {
  outline:0;
}
.dropdown-menu {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:225px;
  padding:5px 0;
  margin:2px 0 0;
  list-style:none;
  font-size:17px;
  text-align:left;
  background-color:#ffffff;
  border:1px solid #cccccc;
  border:1px solid rgba(0, 0, 0, 0.15);
  border-radius:0;
  box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip:padding-box;
}
.box-cart .dropdown-menu {
  background-color:#fba000;
}
.box-cart .dropdown-menu &gt; li &gt; a:hover,
.box-cart .dropdown-menu &gt; li &gt; a:focus {
  text-decoration:none;
  color:#ffffff;
  background-color:#fba000;
}

.dropdown-menu.pull-right {
  right:0;
  left:auto;
}
.dropdown-menu .divider {
  height:1px;
  margin:10px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  font-size:17px;
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:normal;
  line-height:1.3;
  color:#333333;
  white-space:nowrap;
}
.text-small .dropdown-menu &gt; li &gt; a {
  font-size:14px;
  padding:0 10px;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration:none;
  color:#262626;
  background-color:#f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color:#262626;
  text-decoration:none;
  outline:0;
  background-color:#e5e5e5;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color:#777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration:none;
  background-color:transparent;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor:not-allowed;
}
.open &gt; .dropdown-menu {
  display:block;
}
.open &gt; a {
  outline:0;
}
.dropdown-menu-right {
  left:auto;
  right:0;
}
.dropdown-menu-left {
  left:0;
  right:auto;
}
.dropdown-header {
  display:block;
  padding:3px 20px;
  font-size:12px;
  line-height:1.3;
  color:#777777;
  white-space:nowrap;
}
.dropdown-backdrop {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:990;
}
.pull-right &gt; .dropdown-menu {
  right:0;
  left:auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top:0;
  border-bottom:4px dashed;
  border-bottom:4px solid \9;
  content:"";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top:auto;
  bottom:100%;
  margin-bottom:2px;
}
@media (min-width:992px) {
  .navbar-right .dropdown-menu {
    left:auto;
    right:0;
  }
  .navbar-right .dropdown-menu-left {
    left:0;
    right:auto;
  }
}
.btn-group,
.btn-group-vertical {
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position:relative;
  float:left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index:2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left:-1px;
}
.btn-toolbar {
  margin-left:-5px;
}
@media (min-width:992px) {
	.btn-toolbar {
	  min-height:66px;
	}
}
@media (max-width:991px) {
	.btn-toolbar {
	  margin-top:15px;
	}
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float:left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left:5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius:0;
}
.btn-group &gt; .btn:first-child {
  margin-left:0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.btn-group &gt; .btn-group {
  float:left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius:0;
}
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline:0;
}
.btn-group &gt; .btn + .dropdown-toggle {
  padding-left:8px;
  padding-right:8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-left:12px;
  padding-right:12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow:none;
}
.btn .caret {
  margin-left:0;
}
.btn-lg .caret {
  border-width:5px 5px 0;
  border-bottom-width:0;
}
.dropup .btn-lg .caret {
  border-width:0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display:block;
  float:none;
  width:100%;
  max-width:100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float:none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top:-1px;
  margin-left:0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius:0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius:0;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius:0;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius:0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.btn-group-justified {
  display:table;
  width:100%;
  table-layout:fixed;
  border-collapse:separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float:none;
  display:table-cell;
  width:1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width:100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left:auto;
}
[data-toggle=buttons] &gt; .btn input[type=radio], [data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=radio], [data-toggle=buttons] &gt; .btn input[type=checkbox], [data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=checkbox] {
  position:absolute;
  clip:rect(0, 0, 0, 0);
  pointer-events:none;
}
.input-group {
  position:relative;
  display:table;
  border-collapse:separate;
}
.input-group[class*="col-"] {
  float:none;
  padding-left:0;
  padding-right:0;
}
.input-group .form-control {
  position:relative;
  z-index:2;
  float:left;
  width:100%;
  margin-bottom:0;
}
.input-group .form-control:focus {
  z-index:3;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height:49px;
  padding:10px 16px;
  font-size:20px;
  line-height:1.3333333;
  border-radius:0;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height:49px;
  line-height:49px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height:auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:0;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height:30px;
  line-height:30px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height:auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display:table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius:0;
}
.input-group-addon,
.input-group-btn {
  width:1%;
  white-space:nowrap;
  vertical-align:middle;
}
.input-group-addon {
  padding:6px 12px;
  font-size:17px;
  font-weight:normal;
  line-height:1;
  color:#555555;
  text-align:center;
  background-color:#eeeeee;
  border:1px solid #e0e0e0;
  border-radius:0;
}
.input-group-addon.input-sm {
  padding:5px 10px;
  font-size:12px;
  border-radius:0;
}
.input-group-addon.input-lg {
  padding:10px 16px;
  font-size:20px;
  border-radius:0;
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top:0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.input-group-addon:first-child {
  border-right:0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.input-group-addon:last-child {
  border-left:0;
}
.input-group-btn {
  position:relative;
  font-size:0;
  white-space:nowrap;
}
.input-group-btn &gt; .btn {
  position:relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left:-1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index:2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right:-1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index:2;
  margin-left:-1px;
}
.nav {
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}
.nav &gt; li {
  position:relative;
  display:block;
}
.nav &gt; li &gt; a {
  position:relative;
  display:block;
  padding:10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration:none;
  background-color:#eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color:#777777;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color:#777777;
  text-decoration:none;
  background-color:transparent;
  cursor:not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color:#eeeeee;
  border-color:#e5e5e5;
}
.nav .nav-divider {
  height:1px;
  margin:10px 0;
  overflow:hidden;
  background-color:#e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width:none;
}
.nav-tabs {
  border-bottom:1px solid #dddddd;
}
.nav-tabs &gt; li {
  float:left;
  margin-bottom:-1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right:2px;
  line-height:1.3;
  border:1px solid transparent;
  border-radius:0 0 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color:#eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color:#555555;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-bottom-color:transparent;
  cursor:default;
}
.nav-tabs.nav-justified {
  width:100%;
  border-bottom:0;
}
.nav-tabs.nav-justified &gt; li {
  float:none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align:center;
  margin-bottom:5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top:auto;
  left:auto;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified &gt; li {
    display:table-cell;
    width:1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom:0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right:0;
  border-radius:0;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border:1px solid #dddddd;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom:1px solid #dddddd;
    border-radius:0 0 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color:#ffffff;
  }
}
.nav-pills &gt; li {
  float:left;
}
.nav-pills &gt; li &gt; a {
  border-radius:0;
}
.nav-pills &gt; li + li {
  margin-left:2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color:#ffffff;
  background-color:#e5e5e5;
}
.nav-stacked &gt; li {
  float:none;
}
.nav-stacked &gt; li + li {
  margin-top:2px;
  margin-left:0;
}
.nav-justified {
  width:100%;
}
.nav-justified &gt; li {
  float:none;
}
.nav-justified &gt; li &gt; a {
  text-align:center;
  margin-bottom:5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top:auto;
  left:auto;
}
@media (min-width:768px) {
  .nav-justified &gt; li {
    display:table-cell;
    width:1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom:0;
  }
}
.nav-tabs-justified {
  border-bottom:0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right:0;
  border-radius:0;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border:1px solid #dddddd;
}
@media (min-width:768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom:1px solid #dddddd;
    border-radius:0 0 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color:#ffffff;
  }
}
.tab-content &gt; .tab-pane {
  display:none;
}
.tab-content &gt; .active {
  display:block;
}
.nav-tabs .dropdown-menu {
  margin-top:-1px;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.navbar {
  position:relative;
  min-height:60px;
  margin-bottom:30px;
  border:1px solid transparent;
}
@media (min-width:992px) {
  .navbar {
    border-radius:0;
  }
}
@media (min-width:992px) {
  .navbar-header {
    float:left;
  }
}
.navbar-collapse {
  overflow-x:visible;
  padding-right:15px;
  padding-left:15px;
  border-top:1px solid transparent;
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y:auto;
}
@media (min-width:992px) {
  .navbar-collapse {
    width:auto;
    border-top:0;
    box-shadow:none;
  }
  .navbar-collapse.collapse {
    display:block !important;
    height:auto !important;
    padding-bottom:0;
    overflow:visible !important;
  }
  .navbar-collapse.in {
    overflow-y:visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left:0;
    padding-right:0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height:340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height:200px;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right:-15px;
  margin-left:-15px;
}
@media (min-width:992px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right:0;
    margin-left:0;
  }
}
.navbar-static-top {
  z-index:1000;
  border-width:0 0 1px;
}
@media (min-width:992px) {
  .navbar-static-top {
    border-radius:0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position:fixed;
  right:0;
  left:0;
  z-index:1030;
}
@media (min-width:992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius:0;
  }
}
.navbar-fixed-top {
  top:0;
  border-width:0 0 1px;
}
.navbar-fixed-bottom {
  bottom:0;
  margin-bottom:0;
  border-width:1px 0 0;
}
.navbar-brand {
  float:left;
  padding:19px 15px;
  font-size:20px;
  line-height:22px;
  height:60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration:none;
}
.navbar-brand &gt; img {
  display:block;
}
@media (min-width:992px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left:-15px;
  }
}
.navbar-toggle {
  position:relative;
  float:right;
  margin-right:15px;
  padding:9px 10px;
  margin-top:13px;
  margin-bottom:13px;
  background-color:#507b23;
  background-image:none;
  border:1px solid transparent;
  border-radius:0;
}
.navbar-toggle:focus {
  outline:0;
}
.navbar-toggle .icon-bar {
  display:block;
  width:22px;
  height:2px;
  border-radius:1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top:4px;
}
@media (min-width:992px) {
  .navbar-toggle {
    display:none;
  }
}
.navbar-nav {
  margin:9.5px -15px;
}
.navbar-nav &gt; li &gt; a {
  padding-top:10px;
  padding-bottom:10px;
  line-height:22px;
}
@media (max-width:991px) {
  .navbar-nav .open .dropdown-menu {
    position:static;
    float:none;
    width:auto;
    margin-top:0;
    background-color:transparent;
    border:0;
    box-shadow:none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding:5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height:22px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image:none;
  }
}
@media (min-width:992px) {
  .navbar-nav {
    float:left;
    margin:0;
  }
  .navbar-nav &gt; li {
    float:left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top:19px;
    padding-bottom:19px;
  }
}
.navbar-form {
  margin-left:-15px;
  margin-right:-15px;
  padding:10px 15px;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top:12px;
  margin-bottom:12px;
}
@media (min-width:768px) {
  .navbar-form .form-group {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
  }
  .navbar-form .form-control {
    display:inline-block;
    width:auto;
    vertical-align:middle;
  }
  .navbar-form .form-control-static {
    display:inline-block;
  }
  .navbar-form .input-group {
    display:inline-table;
    vertical-align:middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width:auto;
  }
  .navbar-form .input-group &gt; .form-control {
    width:100%;
  }
  .navbar-form .control-label {
    margin-bottom:0;
    vertical-align:middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    vertical-align:middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left:0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position:relative;
    margin-left:0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top:0;
  }
}
@media (max-width:991px) {
  .navbar-form .form-group {
    margin-bottom:5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom:0;
  }
}
@media (min-width:992px) {
  .navbar-form {
    width:auto;
    border:0;
    margin-left:0;
    margin-right:0;
    padding-top:0;
    padding-bottom:0;
    box-shadow:none;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top:0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom:0;
  border-top-right-radius:0;
  border-top-left-radius:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.navbar-btn {
  margin-top:12px;
  margin-bottom:12px;
}
.navbar-btn.btn-sm {
  margin-top:15px;
  margin-bottom:15px;
}
.navbar-btn.btn-xs {
  margin-top:19px;
  margin-bottom:19px;
}
.navbar-text {
  margin-top:19px;
  margin-bottom:19px;
}
@media (min-width:992px) {
  .navbar-text {
    float:left;
    margin-left:15px;
    margin-right:15px;
  }
}
@media (min-width:992px) {
  .navbar-left {
    float:left !important;
    float:left;
  }
  .navbar-right {
    float:right !important;
    float:right;
    margin-right:-15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right:0;
  }
}
.navbar-default {
  background-color:#333333;
  border-color:#262626;
}
.navbar-default .navbar-brand {
  color:#ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color:#e6e6e6;
  background-color:transparent;
}
.navbar-default .navbar-text {
  color:#ffffff;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color:#ffffff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color:#ffffff;
  background-color:#4b7521;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
  color:#507b23;
  background-color:#e5e5e5;
}
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color:#ffffff;
  background-color:#4b7521;
}

.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color:#666666;
  background-color:#333333;
}
.navbar-default .navbar-toggle {
  border-color:#333333;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color:#4b7521;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color:transparent;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color:#e5e5e5;
  color:#ffffff;
}
@media (max-width:991px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color:#ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color:#ffffff;
    background-color:#262626;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color:#ffffff;
    background-color:#e5e5e5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color:#666666;
    background-color:#333333;
  }
}
.navbar-default .navbar-link {
  color:#ffffff;
}
.navbar-default .navbar-link:hover {
  color:#ffffff;
}
.navbar-default .btn-link {
  color:#ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color:#ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color:#666666;
}
.navbar-inverse {
  background-color:#222222;
  border-color:#080808;
}
.navbar-inverse .navbar-brand {
  color:#9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color:#ffffff;
  background-color:transparent;
}
.navbar-inverse .navbar-text {
  color:#9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color:#9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color:#ffffff;
  background-color:transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color:#ffffff;
  background-color:#080808;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color:#444444;
  background-color:transparent;
}
.navbar-inverse .navbar-toggle {
  border-color:#333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color:#333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color:#ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color:#101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color:#080808;
  color:#ffffff;
}
@media (max-width:991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color:#080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color:#080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color:#9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color:#ffffff;
    background-color:transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color:#ffffff;
    background-color:#080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color:#444444;
    background-color:transparent;
  }
}
.navbar-inverse .navbar-link {
  color:#9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color:#ffffff;
}
.navbar-inverse .btn-link {
  color:#9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color:#ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color:#444444;
}
/**
* BREADCRUMB
*/
@media (max-width:767px) { /* xs */
	.breadcrumb-container .container {
	  margin-right:auto;
	  margin-left:auto;
	  padding-left:5px;
	  padding-right:5px;
	}
	.breadcrumb-container {
	    margin-top:0px;
	    margin-bottom:0;
	    font-size:12px;
	}
	.navbar-mega-open .breadcrumb-container {
	  display:none !important;
	}
	.breadcrumb-container .breadcrumb {
	  margin:0;
	  background-color:transparent;
	}
	.breadcrumb {
		padding:4px 0 8px 0;
		margin-bottom:11px;
		list-style:none;
		border-radius:0;
	}
	.breadcrumb &gt; li {
	  display:inline-block;
	}
	.breadcrumb &gt; li + li:before {
	  content:"/\00a0";
	  padding:0 2px;
	  color:#cccccc;
	}
	.breadcrumb &gt; .active {
	  color:#777777;
	}
}
@media (min-width:768px) { /* over xs */
	.breadcrumb-container {
	    margin-top:-30px;
	    margin-bottom:0;
	    text-align:right;
	    font-size:14px;
	}
	.navbar-mega-open .breadcrumb-container {
	  display:none !important;
	}
	.breadcrumb-container .breadcrumb {
	  margin:0;
	  background-color:transparent;
	}
	.breadcrumb {
	  padding:8px 15px;
	  margin-bottom:22px;
	  list-style:none;
	  border-radius:0;
	}
	.breadcrumb &gt; li {
	  display:inline-block;
	}
	.breadcrumb &gt; li + li:before {
	  content:"/\00a0";
	  padding:0 5px;
	  color:#cccccc;
	}
	.breadcrumb &gt; .active {
	  color:#777777;
	}
}
.pagination {
  display:inline-block;
  padding-left:0;
  margin:22px 0;
  border-radius:0;
}
.pagination &gt; li {
  display:inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position:relative;
  float:left;
  padding:6px 12px;
  line-height:1.3;
  text-decoration:none;
  color:#e5e5e5;
  background-color:#ffffff;
  border:1px solid #dddddd;
  margin-left:-1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left:0;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index:2;
  color:#b35500;
  background-color:#eeeeee;
  border-color:#dddddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index:3;
  color:#ffffff;
  background-color:#e5e5e5;
  border-color:#e5e5e5;
  cursor:default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color:#777777;
  background-color:#ffffff;
  border-color:#dddddd;
  cursor:not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding:10px 16px;
  font-size:20px;
  line-height:1.3333333;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.pager {
  padding-left:0;
  margin:22px 0;
  list-style:none;
  text-align:center;
}
.pager li {
  display:inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display:inline-block;
  padding:5px 14px;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration:none;
  background-color:#eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float:right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float:left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color:#777777;
  background-color:#ffffff;
  cursor:not-allowed;
}
.label {
  display:inline;
  padding:.2em .6em .3em;
  font-size:75%;
  font-weight:bold;
  line-height:1;
  color:#ffffff;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25em;
}
a.label:hover,
a.label:focus {
  color:#ffffff;
  text-decoration:none;
  cursor:pointer;
}
.label:empty {
  display:none;
}
.btn .label {
  position:relative;
  top:-1px;
}
.label-default {
  background-color:#777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color:#5e5e5e;
}
.label-primary {
  background-color:#e5e5e5;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color:#cc6200;
}
.label-success {
  background-color:#507b23;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color:#4b7521;
}
.label-info {
  background-color:#5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color:#31b0d5;
}
.label-warning {
  background-color:#f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color:#ec971f;
}
.label-danger {
  background-color:#d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color:#c9302c;
}
.badge {
  display:inline-block;
  min-width:10px;
  padding:3px 7px;
  font-size:13px;
  font-weight:normal;
  color:#ffffff;
  line-height:1;
  vertical-align:middle;
  white-space:nowrap;
  background-color:#777777;
  border-radius:0;
}
.badge:empty {
  display:none;
}
.btn .badge {
  position:relative;
  top:-1px;
}
.btn-xs .badge,
.btn-group-xs &gt; .btn .badge {
  top:0;
  padding:1px 5px;
}
a.badge:hover,
a.badge:focus {
  color:#ffffff;
  text-decoration:none;
  cursor:pointer;
}
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color:#e5e5e5;
  background-color:#ffffff;
}
.list-group-item &gt; .badge {
  float:right;
}
.list-group-item &gt; .badge + .badge {
  margin-right:5px;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left:3px;
}
.thumbnail {
  display:block;
  padding:4px;
  margin-bottom:22px;
  line-height:1.3;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:0;
  transition:border 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left:auto;
  margin-right:auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color:#e5e5e5;
}
.thumbnail .caption {
  padding:9px;
  color:#555555;
}
.alert {
  padding:15px;
  margin-bottom:22px;
  border:1px solid transparent;
  border-radius:0;
}
.alert h4 {
  margin-top:0;
  color:inherit;
}
.alert .alert-link {
  font-weight:normal;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom:0;
}
.alert &gt; p + p {
  margin-top:5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right:35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position:relative;
  top:-2px;
  right:-21px;
  color:inherit;
}
.alert-success {
  background-color:#dff0d8;
  border-color:#d6e9c6;
  color:#3c763d;
}
.alert-success hr {
  border-top-color:#c9e2b3;
}
.alert-success .alert-link {
  color:#2b542c;
}
.alert-info {
  background-color:#d9edf7;
  border-color:#bce8f1;
  color:#31708f;
}
.alert-info hr {
  border-top-color:#a6e1ec;
}
.alert-info .alert-link {
  color:#245269;
}
.alert-warning {
  background-color:#fcf8e3;
  border-color:#faebcc;
  color:#8a6d3b;
}
.alert-warning hr {
  border-top-color:#f7e1b5;
}
.alert-warning .alert-link {
  color:#66512c;
}
.alert-danger {
  background-color:#f2dede;
  border-color:#ebccd1;
  color:#a94442;
}
.alert-danger hr {
  border-top-color:#e4b9c0;
}
.alert-danger .alert-link {
  color:#843534;
}
.alert-black {
  background: linear-gradient(135deg,  #4c4c4c 0%,#595959 10%,#666666 18%,#474747 26%,#2c2c2c 34%,#000000 35%,#111111 60%,#2b2b2b 76%,#1c1c1c 88%,#595959 96%,#4c4c4c 100%);
  color:#ffffff;
  border-radius:27px 9px 27px 9px;
}
.alert-black hr {
  border-top-color:#999999;
}
.alert-black .alert-link {
  color:#999999;
}
.alert-black .text-darker {
	color:rgba(255,255,255, 0.5)
}
.alert-green {
  background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
  color:#ffffff;
  border-radius:27px 9px 27px 9px;
}
.alert-green hr {
  border-top-color:#999999;
}
.alert-green .alert-link {
  color:#999999;
}
.alert-red {
  background: linear-gradient(135deg,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
  color:#ffffff;
  border-radius:27px 9px 27px 9px;
}
.alert-red hr {
  border-top-color:#999999;
}
.alert-red .alert-link {
  color:#999999;
}
.alert-orange {
  background: linear-gradient(135deg,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
  color:#ffffff;
  border-radius:27px 9px 27px 9px;
}
.alert-orange hr {
  border-top-color:#999999;
}
.alert-orange .alert-link {
  color:#999999;
}
.alert-blue {
  background: linear-gradient(135deg,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
  border-color:#555555;
  color:#ffffff;
  border-radius:27px 9px 27px 9px;;
}
.alert-blue hr {
  border-top-color:#999999;
}
.alert-blue .alert-link {
  color:#999999;
}
.alert-pink {
  background: linear-gradient(135deg,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
  border-color:#555555;
  color:#ffffff;
  border-radius:27px 9px 27px 9px;;
}
.alert-pink hr {
  border-top-color:#999999;
}
.alert-pink .alert-link {
  color:#999999;
}
.alert-lila {
  background: linear-gradient(135deg,  #706eef 0%,#5856ef 50%,#3a37ef 51%,#321fe0 100%);
  border-color:#555555;
  color:#ffffff;
  border-radius:27px 9px 27px 9px;;
}
.alert-lila hr {
  border-top-color:#999999;
}
.alert-lila .alert-link {
  color:#999999;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position:40px 0;
  }
  to {
    background-position:0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position:40px 0;
  }
  to {
    background-position:0 0;
  }
}
.progress {
  overflow:hidden;
  height:22px;
  margin:22px 0;
  background-color:#f5f5f5;
  border-radius:0;
  box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float:left;
  width:0%;
  height:100%;
  font-size:12px;
  line-height:22px;
  color:#ffffff;
  text-align:center;
  background-color:#e5e5e5;
  box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition:width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size:40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation:progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color:#507b23;
}
.progress-striped .progress-bar-success {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color:#5bc0de;
}
.progress-striped .progress-bar-info {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color:#f0ad4e;
}
.progress-striped .progress-bar-warning {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color:#d9534f;
}
.progress-striped .progress-bar-danger {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top:15px;
}
.media:first-child {
  margin-top:0;
}
.media,
.media-body {
  zoom:1;
  overflow:hidden;
}
.media-body {
  width:10000px;
}
.media-object {
  display:block;
}
.media-object.img-thumbnail {
  max-width:none;
}
.media-right,
.media &gt; .pull-right {
  padding-left:10px;
}
.media-left,
.media &gt; .pull-left {
  padding-right:10px;
}
.media-left,
.media-right,
.media-body {
  display:table-cell;
  vertical-align:top;
}
.media-middle {
  vertical-align:middle;
}
.media-bottom {
  vertical-align:bottom;
}
.media-heading {
  margin-top:0;
  margin-bottom:5px;
}
.media-list {
  padding-left:0;
  list-style:none;
}
.list-group {
  margin-bottom:20px;
  padding-left:0;
}
.list-group-item {
  position:relative;
  display:block;
  padding:10px 15px;
  margin-bottom:-1px;
  background-color:#ffffff;
  border:1px solid #dddddd !important;
}
.list-group-item:first-child {
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.list-group-item:last-child {
  margin-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
a.list-group-item,
button.list-group-item {
  color:#555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color:#333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration:none;
  color:#555555;
  background-color:#f5f5f5;
}
button.list-group-item {
  width:100%;
  text-align:left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color:#eeeeee;
  color:#777777;
  cursor:not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color:inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color:#777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index:2;
  color:#000000;
  background-color:#dff0d8;
  border-color:#e5e5e5;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color:inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color:#ffe4cc;
}
.list-group-item-success {
  color:#3c763d;
  background-color:#dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color:#3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color:inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color:#3c763d;
  background-color:#d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color:#fff;
  background-color:#3c763d;
  border-color:#3c763d;
}
.list-group-item-info {
  color:#31708f;
  background-color:#d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color:#31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color:inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color:#31708f;
  background-color:#c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color:#fff;
  background-color:#31708f;
  border-color:#31708f;
}
.list-group-item-warning {
  color:#8a6d3b;
  background-color:#fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color:#8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color:inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color:#8a6d3b;
  background-color:#faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color:#fff;
  background-color:#8a6d3b;
  border-color:#8a6d3b;
}
.list-group-item-danger {
  color:#a94442;
  background-color:#f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color:#a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color:inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color:#a94442;
  background-color:#ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color:#fff;
  background-color:#a94442;
  border-color:#a94442;
}
.list-group-item-heading {
  margin-top:0;
  margin-bottom:5px;
}
.list-group-item-text {
  margin-bottom:0;
  line-height:1.3;
}
.panel {
  margin-bottom:22px;
  background-color:#ffffff;
  border:1px solid transparent;
  border-radius:0;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding:40px;
}
.panel-heading {
  padding:10px 15px;
  border-bottom:1px solid transparent;
  border-top-right-radius:-1px;
  border-top-left-radius:-1px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color:inherit;
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:17px;
	color:inherit;
}
/*
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
	color:inherit;
}
.panel-title &gt; a:hover {
	color:#285f06;
}
*/
.panel-footer {
  padding:10px 15px;
  background-color:#f5f5f5;
  border-top:1px solid #e0e0e0;
  border-bottom-right-radius:-1;
  border-bottom-left-radius:-1;
}
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom:0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width:1px 0;
  border-radius:0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top:0;
  border-top-right-radius:-1;
  border-top-left-radius:-1;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom:0;
  border-bottom-right-radius:-1;
  border-bottom-left-radius:-1;
}
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width:0;
}
.list-group + .panel-footer {
  border-top-width:0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom:0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left:40px;
  padding-right:40px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius:-1;
  border-top-left-radius:-1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius:-1;
  border-top-right-radius:-1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius:-1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius:-1;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius:-1;
  border-bottom-left-radius:-1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius:-1;
  border-bottom-right-radius:-1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius:-1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius:-1;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top:1px solid #dddddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top:0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border:0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left:0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right:0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom:0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom:0;
}
.panel &gt; .table-responsive {
  border:0;
  margin-bottom:0;
}
.panel-group {
  margin-bottom:22px;
}
.panel-group .panel {
  margin-bottom:0;
  border-radius:0;
}
.panel-group .panel + .panel {
  margin-top:5px;
}
.panel-group .panel-heading {
  border-bottom:0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top:1px solid #e0e0e0;
}
.panel-group .panel-footer {
  border-top:0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom:1px solid #e0e0e0;
}
.panel-default {
  border-color:#e0e0e0;
}
.panel-default &gt; .panel-heading {
  color:#333333;
  background-color:#f5f5f5;
  border-color:#e0e0e0;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#e0e0e0;
}
.panel-default &gt; .panel-heading .badge {
  color:#f5f5f5;
  background-color:#333333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#e0e0e0;
}
.panel-primary {
  border-color:#e5e5e5;
}
.panel-primary &gt; .panel-heading {
  color:#ffffff;
  background-color:#c5c5c5;
  border-color:#c5c5c5;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#c5c5c5;
}
.panel-primary &gt; .panel-heading .badge {
  color:#c5c5c5;
  background-color:#ffffff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#c5c5c5;
}
.panel-success {
  border-color:#d6e9c6;
}
.panel-success &gt; .panel-heading {
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color:#dff0d8;
  background-color:#3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#d6e9c6;
}
.panel-info {
  border-color:#bce8f1;
}
.panel-info &gt; .panel-heading {
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color:#d9edf7;
  background-color:#31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#bce8f1;
}
.panel-warning {
  border-color:#faebcc;
}
.panel-warning &gt; .panel-heading {
  color:#8a6d3b;
  background-color:#fcf8e3;
  border-color:#faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color:#fcf8e3;
  background-color:#8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#faebcc;
}
.panel-danger {
  border-color:#ebccd1;
}
.panel-danger &gt; .panel-heading {
  color:#a94442;
  background-color:#f2dede;
  border-color:#ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color:#f2dede;
  background-color:#a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#ebccd1;
}
.panel-orange {
  border-color:#fad8aa;
}
.panel-orange &gt; .panel-heading {
  color:#a65f00;
  background-color:#ffefd6;
  border-color:#fad8aa;
}
.panel-orange &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#fad8aa;
}
.panel-orange &gt; .panel-heading .badge {
  color:#f2dede;
  background-color:#fb9000;
}
.panel-orange &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#fad8aa;
}

.embed-responsive {
  position:relative;
  display:block;
  height:0;
  padding:0;
  overflow:hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  height:100%;
  width:100%;
  border:0;
}
.embed-responsive-16by9 {
  padding-bottom:56.25%;
}
.embed-responsive-4by3 {
  padding-bottom:75%;
}
.well {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color:#f7f7f7;
  border:1px solid #e0e0e0;
  border-radius:0;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.cart .well {
	background-color:#dff0d8;
}
.well blockquote {
  border-color:#ddd;
  border-color:rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding:24px;
  border-radius:0;
}
.well-sm {
  padding:9px;
  border-radius:0;
}
.close {
  float:right;
  font-size:24px;
  font-weight:normal;
  line-height:1;
  color:#000000;
  text-shadow:0 1px 0 #ffffff;
  opacity:0.3;
}
.close:hover,
.close:focus {
  color:#000000;
  text-decoration:none;
  cursor:pointer;
  opacity:0.5;
}
button.close {
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
}
.modal-open {
  overflow:hidden;
}
.modal {
  display:none;
  overflow:hidden;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1050;
  outline:0;
}
.modal.fade .modal-dialog {
  transform:translate(0, -25%);
  transition:transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform:translate(0, 0);
}
.modal-open .modal {
  overflow-x:hidden;
  overflow-y:auto;
}
.modal-dialog {
  position:relative;
  width:auto;
  margin:10px;
}
.modal-content {
  position:relative;
  background-color:#ffffff;
  border:1px solid #999999;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius:0;
  box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip:padding-box;
  outline:0;
}
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000000;
}
.modal-backdrop.fade {
  opacity:0;
  filter:alpha(opacity=0);
}
.modal-backdrop.in {
  opacity:0.66;
  filter:alpha(opacity=66);
}
.modal-header {
  padding:15px;
  border-bottom:1px solid #e5e5e5;
}
.modal-header .close {
  margin-top:-2px;
}
.modal-title {
  margin:0;
  line-height:1.3;
}
.modal-body {
  position:relative;
  padding:15px;
}
.modal-footer {
  padding:15px;
  text-align:right;
  border-top:1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left:5px;
  margin-bottom:0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left:-1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left:0;
}
.modal-scrollbar-measure {
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll;
}
@media (min-width:768px) {
  .modal-dialog {
    width:600px;
    margin:30px auto;
  }
  .modal-dialog.magazin {
    width:90%;
  }
  .modal-content {
    box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg {
    width:900px;
  }
}
.tooltip {
  position:absolute;
  z-index:1070;
  display:block;
  font-style:normal;
  font-weight:normal;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.3;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  font-size:12px;
  opacity:0;
  filter:alpha(opacity=0);
}
.tooltip.in {
  opacity:0.9;
  filter:alpha(opacity=90);
}
.tooltip.top {
  margin-top:-3px;
  padding:5px 0;
}
.tooltip.right {
  margin-left:3px;
  padding:0 5px;
}
.tooltip.bottom {
  margin-top:3px;
  padding:5px 0;
}
.tooltip.left {
  margin-left:-3px;
  padding:0 5px;
}
.tooltip-inner {
  max-width:200px;
  padding:3px 8px;
  color:#ffffff;
  text-align:center;
  background-color:#000000;
  border-radius:0;
}
.tooltip-arrow {
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.tooltip.top .tooltip-arrow {
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-width:5px 5px 0;
  border-top-color:#000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom:0;
  right:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom:0;
  left:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#000000;
}
.tooltip.right .tooltip-arrow {
  top:50%;
  left:0;
  margin-top:-5px;
  border-width:5px 5px 5px 0;
  border-right-color:#000000;
}
.tooltip.left .tooltip-arrow {
  top:50%;
  right:0;
  margin-top:-5px;
  border-width:5px 0 5px 5px;
  border-left-color:#000000;
}
.tooltip.bottom .tooltip-arrow {
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top:0;
  right:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top:0;
  left:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000000;
}
.popover {
  position:absolute;
  top:0;
  left:0;
  z-index:1060;
  display:none;
  max-width:276px;
  padding:1px;
  font-style:normal;
  font-weight:normal;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.3;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  font-size:17px;
  background-color:#ffffff;
  background-clip:padding-box;
  border:1px solid #cccccc;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius:0;
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top:-10px;
}
.popover.right {
  margin-left:10px;
}
.popover.bottom {
  margin-top:10px;
}
.popover.left {
  margin-left:-10px;
}
.popover-title {
  margin:0;
  padding:8px 14px;
  font-size:17px;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-radius:-1 -1 0 0;
}
.popover-content {
  padding:9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position:absolute;
  display:block;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.popover &gt; .arrow {
  border-width:11px;
}
.popover &gt; .arrow:after {
  border-width:10px;
  content:"";
}
.popover.top &gt; .arrow {
  left:50%;
  margin-left:-11px;
  border-bottom-width:0;
  border-top-color:#999999;
  border-top-color:rgba(0, 0, 0, 0.25);
  bottom:-11px;
}
.popover.top &gt; .arrow:after {
  content:" ";
  bottom:1px;
  margin-left:-10px;
  border-bottom-width:0;
  border-top-color:#ffffff;
}
.popover.right &gt; .arrow {
  top:50%;
  left:-11px;
  margin-top:-11px;
  border-left-width:0;
  border-right-color:#999999;
  border-right-color:rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content:" ";
  left:1px;
  bottom:-10px;
  border-left-width:0;
  border-right-color:#ffffff;
}
.popover.bottom &gt; .arrow {
  left:50%;
  margin-left:-11px;
  border-top-width:0;
  border-bottom-color:#999999;
  border-bottom-color:rgba(0, 0, 0, 0.25);
  top:-11px;
}
.popover.bottom &gt; .arrow:after {
  content:" ";
  top:1px;
  margin-left:-10px;
  border-top-width:0;
  border-bottom-color:#ffffff;
}
.popover.left &gt; .arrow {
  top:50%;
  right:-11px;
  margin-top:-11px;
  border-right-width:0;
  border-left-color:#999999;
  border-left-color:rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content:" ";
  right:1px;
  border-right-width:0;
  border-left-color:#ffffff;
  bottom:-10px;
}
/* carousel */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  right: 0;
  left: auto;
    background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .headline[data-toggle=collapse]:before, .headline[data-toggle=collapse]:after, .headline-underline[data-toggle=collapse]:before, .headline-underline[data-toggle=collapse]:after, .btn-list:before, .btn-list:after, .label-list:before, .label-list:after, .bottom-cart .box-cart .inner:before, .bottom-cart .box-cart .inner:after, .payment-logos:before, .payment-logos:after, .download-table .title:before, .download-table .title:after, .product-reviews:before, .product-reviews:after, #checkout .list-group .shipping-name .normal:before, #checkout .list-group .shipping-name .normal:after, #checkout .list-group .payment-name .normal:before, #checkout .list-group .payment-name .normal:after, .div-table:before, .div-table:after, .product-slider .listing.owl:before, .product-slider .listing.owl:after {
  display: table;
  content: " ";
}


.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .headline[data-toggle=collapse]:before, .headline[data-toggle=collapse]:after, .headline-underline[data-toggle=collapse]:before, .headline-underline[data-toggle=collapse]:after, .btn-list:before, .btn-list:after, .label-list:before, .label-list:after, .bottom-cart .box-cart .inner:before, .bottom-cart .box-cart .inner:after, .payment-logos:before, .payment-logos:after, .download-table .title:before, .download-table .title:after, .product-reviews:before, .product-reviews:after, #checkout .list-group .shipping-name .normal:before, #checkout .list-group .shipping-name .normal:after, #checkout .list-group .payment-name .normal:before, #checkout .list-group .payment-name .normal:after, .div-table:before, .div-table:after, .product-slider .listing.owl:before, .product-slider .listing.owl:after {
  content:" ";
  display:table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical &gt; .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .headline[data-toggle=collapse]:after, .headline-underline[data-toggle=collapse]:after, .btn-list:after, .label-list:after, .bottom-cart .box-cart .inner:after, .payment-logos:after, .download-table .title:after, .product-reviews:after, #checkout .list-group .shipping-name .normal:after, #checkout .list-group .payment-name .normal:after, .div-table:after, .product-slider .listing.owl:after {
  clear:both;
}

.product-slider .listing.owl:after {
  clear: both;
}

.center-block {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.pull-right {
  float:right !important;
}
.pull-left {
  float:left !important;
}
.hide {
  display:none !important;
}
.show {
  display:block !important;
}
.invisible {
  visibility:hidden;
}
.text-hide {
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0;
}
.hidden {
  display:none !important;
}
.affix {
  position:fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display:none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display:none !important;
}
@media (max-width:767px) {
  .visible-xs {
    display:block !important;
  }
  table.visible-xs {
    display:table !important;
  }
  tr.visible-xs {
    display:table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display:table-cell !important;
  }
}
@media (max-width:767px) {
  .visible-xs-block {
    display:block !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline {
    display:inline !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline-block {
    display:inline-block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display:block !important;
  }
  table.visible-sm {
    display:table !important;
  }
  tr.visible-sm {
    display:table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display:table-cell !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display:block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display:inline !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display:inline-block !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .visible-md {
    display:block !important;
  }
  table.visible-md {
    display:table !important;
  }
  tr.visible-md {
    display:table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display:table-cell !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .visible-md-block {
    display:block !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .visible-md-inline {
    display:inline !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .visible-md-inline-block {
    display:inline-block !important;
  }
}
@media (min-width:1380px) {
  .visible-lg {
    display:block !important;
  }
  table.visible-lg {
    display:table !important;
  }
  tr.visible-lg {
    display:table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display:table-cell !important;
  }
}
@media (min-width:1380px) {
  .visible-lg-block {
    display:block !important;
  }
}
@media (min-width:1380px) {
  .visible-lg-inline {
    display:inline !important;
  }
}
@media (min-width:1380px) {
  .visible-lg-inline-block {
    display:inline-block !important;
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display:none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display:none !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .hidden-md {
    display:none !important;
  }
}
@media (min-width:1380px) {
  .hidden-lg {
    display:none !important;
  }
}
.visible-print {
  display:none !important;
}
@media print {
  .visible-print {
    display:block !important;
  }
  table.visible-print {
    display:table !important;
  }
  tr.visible-print {
    display:table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display:table-cell !important;
  }
}
.visible-print-block {
  display:none !important;
}
@media print {
  .visible-print-block {
    display:block !important;
  }
}
.visible-print-inline {
  display:none !important;
}
@media print {
  .visible-print-inline {
    display:inline !important;
  }
}
.visible-print-inline-block {
  display:none !important;
}
@media print {
  .visible-print-inline-block {
    display:inline-block !important;
  }
}
@media print {
  .hidden-print {
    display:none !important;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display:none !important;
}
.bootstrap-select {
  width:220px \0;
  /*IE9 and below*/
}
.bootstrap-select &gt; .dropdown-toggle {
  width:100%;
  padding-right:25px;
  z-index:1;
}
.bootstrap-select &gt; select {
  position:absolute !important;
  bottom:0;
  left:50%;
  display:block !important;
  width:0.5px !important;
  height:100% !important;
  padding:0 !important;
  opacity:0 !important;
  border:none;
}
.bootstrap-select &gt; select.mobile-device {
  top:0;
  left:0;
  display:block !important;
  width:100% !important;
  z-index:2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color:#b94a48;
}
.bootstrap-select.fit-width {
  width:auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width:220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline:thin dotted #333333 !important;
  outline:5px auto -webkit-focus-ring-color !important;
  outline-offset:-2px;
}
.bootstrap-select.form-control {
  margin-bottom:0;
  padding:0;
  border:none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width:100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index:auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float:none;
  display:inline-block;
  margin-left:0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float:right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom:0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding:0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width:100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group &gt; .disabled {
  cursor:not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group &gt; .disabled:focus {
  outline:none !important;
}
.bootstrap-select.btn-group.bs-container {
  position:absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index:1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display:inline-block;
  overflow:hidden;
  width:100%;
  text-align:left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position:absolute;
  top:50%;
  right:12px;
  margin-top:-2px;
  vertical-align:middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width:100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width:100%;
  box-sizing:border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position:static;
  float:none;
  border:0;
  padding:0;
  margin:0;
  border-radius:0;
  box-shadow:none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position:relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color:#fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor:not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor:pointer;
  user-select:none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position:relative;
  padding-left:2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display:none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display:inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left:0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position:absolute;
  bottom:5px;
  width:96%;
  margin:0 2%;
  min-height:26px;
  padding:3px 5px;
  background:#f5f5f5;
  border:1px solid #e3e3e3;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events:none;
  opacity:0.9;
  box-sizing:border-box;
}
.bootstrap-select.btn-group .no-results {
  padding:3px;
  background:#f5f5f5;
  margin:0 5px;
  white-space:nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position:static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position:static;
  top:auto;
  margin-top:-1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position:absolute;
  display:inline-block;
  right:15px;
  margin-top:5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right:34px;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
  z-index:1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content:'';
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-bottom:7px solid rgba(204, 204, 204, 0.2);
  position:absolute;
  bottom:-4px;
  left:9px;
  display:none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content:'';
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid white;
  position:absolute;
  bottom:-4px;
  left:10px;
  display:none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom:auto;
  top:-3px;
  border-top:7px solid rgba(204, 204, 204, 0.2);
  border-bottom:0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom:auto;
  top:-3px;
  border-top:6px solid white;
  border-bottom:0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right:12px;
  left:auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right:13px;
  left:auto;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
  display:block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding:4px 8px;
}
.bs-actionsbox {
  width:100%;
  box-sizing:border-box;
}
.bs-actionsbox .btn-group button {
  width:50%;
}
.bs-donebutton {
  float:left;
  width:100%;
  box-sizing:border-box;
}
.bs-donebutton .btn-group button {
  width:100%;
}
.bs-searchbox + .bs-actionsbox {
  padding:0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom:0;
  width:100%;
  float:none;
}


/*
 *  Font Awesome
 */
.fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  margin-right:1px;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size:1.33333333em;
  line-height:0.75em;
  vertical-align:-15%;
}
.fa-2x {
  font-size:2em;
}
.fa-3x {
  font-size:3em;
}
.fa-4x {
  font-size:4em;
}
.fa-5x {
  font-size:5em;
}
.fa-6x {
  font-size:6em;
}
.fa-7x {
  font-size:7em;
}
.fa-8x {
  font-size:8em;
}
.fa-9x {
  font-size:9em;
}
.fa-fw {
  width:1.28571429em;
  text-align:center;
}
.fa-ul {
  padding-left:0;
  margin-left:2.14285714em;
  list-style-type:none;
}
.fa-ul &gt; li {
  position:relative;
}
.fa-li {
  position:absolute;
  left:-2.14285714em;
  width:2.14285714em;
  top:0.14285714em;
  text-align:center;
}
.fa-li.fa-lg {
  left:-1.85714286em;
}
.fa-border {
  padding:.2em .25em .15em;
  border-style:solid;
  border-width:0.08em;
  border-radius:.2em;
}
.fa-pull-left {
  float:left;
}
.fa-pull-right {
  float:right;
}
.fa.fa-pull-left {
  margin-right:.3em;
}
.fa.fa-pull-right {
  margin-left:.3em;
}
.fa.pull-left {
  margin-right:.3em;
}
.fa.pull-right {
  margin-left:.3em;
}
.fa-spin {
  animation:fa-spin 2s infinite linear;
}
.fa-pulse {
  animation:fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(359deg);
  }
}
.fa-rotate-90 {
  transform:rotate(90deg);
}
.fa-rotate-180 {
  transform:rotate(180deg);
}
.fa-rotate-270 {
  transform:rotate(270deg);
}
.fa-flip-horizontal {
  transform:scale(-1, 1);
}
.fa-flip-vertical {
  transform:scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter:none;
}
.fa-stack {
  position:relative;
  display:inline-block;
  width:2em;
  height:2em;
  line-height:2em;
  vertical-align:middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position:absolute;
  left:0;
  width:100%;
  text-align:center;
}
.fa-stack-1x {
  line-height:inherit;
}
.fa-stack-2x {
  font-size:2em;
}
.fa-inverse {
  color:#ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content:"\f000";
}
.fa-music:before {
  content:"\f001";
}
.fa-search:before {
  content:"\f002";
}
.fa-envelope-o:before {
  content:"\f003";
}
.fa-heart:before {
  content:"\f004";
}
.fa-star:before {
  content:"\f005";
}
.fa-star-o:before {
  content:"\f006";
}
.fa-user:before {
  content:"\f007";
}
.fa-film:before {
  content:"\f008";
}
.fa-th-large:before {
  content:"\f009";
}
.fa-th:before {
  content:"\f00a";
}
.fa-th-list:before {
  content:"\f00b";
}
.fa-check:before {
  content:"\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content:"\f00d";
}
.fa-search-plus:before {
  content:"\f00e";
}
.fa-search-minus:before {
  content:"\f010";
}
.fa-power-off:before {
  content:"\f011";
}
.fa-signal:before {
  content:"\f012";
}
.fa-gear:before,
.fa-cog:before {
  content:"\f013";
}
.fa-trash-o:before {
  content:"\f014";
}
.fa-home:before {
  content:"\f015";
}
.fa-file-o:before {
  content:"\f016";
}
.fa-clock-o:before {
  content:"\f017";
}
.fa-road:before {
  content:"\f018";
}
.fa-download:before {
  content:"\f019";
}
.fa-arrow-circle-o-down:before {
  content:"\f01a";
}
.fa-arrow-circle-o-up:before {
  content:"\f01b";
}
.fa-inbox:before {
  content:"\f01c";
}
.fa-play-circle-o:before {
  content:"\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content:"\f01e";
}
.fa-refresh:before {
  content:"\f021";
}
.fa-list-alt:before {
  content:"\f022";
}
.fa-lock:before {
  content:"\f023";
}
.fa-flag:before {
  content:"\f024";
}
.fa-headphones:before {
  content:"\f025";
}
.fa-volume-off:before {
  content:"\f026";
}
.fa-volume-down:before {
  content:"\f027";
}
.fa-volume-up:before {
  content:"\f028";
}
.fa-qrcode:before {
  content:"\f029";
}
.fa-barcode:before {
  content:"\f02a";
}
.fa-tag:before {
  content:"\f02b";
}
.fa-tags:before {
  content:"\f02c";
}
.fa-book:before {
  content:"\f02d";
}
.fa-bookmark:before {
  content:"\f02e";
}
.fa-print:before {
  content:"\f02f";
}
.fa-camera:before {
  content:"\f030";
}
.fa-font:before {
  content:"\f031";
}
.fa-bold:before {
  content:"\f032";
}
.fa-italic:before {
  content:"\f033";
}
.fa-text-height:before {
  content:"\f034";
}
.fa-text-width:before {
  content:"\f035";
}
.fa-align-left:before {
  content:"\f036";
}
.fa-align-center:before {
  content:"\f037";
}
.fa-align-right:before {
  content:"\f038";
}
.fa-align-justify:before {
  content:"\f039";
}
.fa-list:before {
  content:"\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content:"\f03b";
}
.fa-indent:before {
  content:"\f03c";
}
.fa-video-camera:before {
  content:"\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content:"\f03e";
}
.fa-pencil:before {
  content:"\f040";
}
.fa-map-marker:before {
  content:"\f041";
}
.fa-adjust:before {
  content:"\f042";
}
.fa-tint:before {
  content:"\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content:"\f044";
}
.fa-share-square-o:before {
  content:"\f045";
}
.fa-check-square-o:before {
  content:"\f046";
}
.fa-arrows:before {
  content:"\f047";
}
.fa-step-backward:before {
  content:"\f048";
}
.fa-fast-backward:before {
  content:"\f049";
}
.fa-backward:before {
  content:"\f04a";
}
.fa-play:before {
  content:"\f04b";
}
.fa-pause:before {
  content:"\f04c";
}
.fa-stop:before {
  content:"\f04d";
}
.fa-forward:before {
  content:"\f04e";
}
.fa-fast-forward:before {
  content:"\f050";
}
.fa-step-forward:before {
  content:"\f051";
}
.fa-eject:before {
  content:"\f052";
}
.fa-chevron-left:before {
  content:"\f053";
}
.fa-chevron-right:before {
  content:"\f054";
}
.fa-plus-circle:before {
  content:"\f055";
}
.fa-minus-circle:before {
  content:"\f056";
}
.fa-times-circle:before {
  content:"\f057";
}
.fa-check-circle:before {
  content:"\f058";
}
.fa-question-circle:before {
  content:"\f059";
}
.fa-info-circle:before {
  content:"\f05a";
}
.fa-crosshairs:before {
  content:"\f05b";
}
.fa-times-circle-o:before {
  content:"\f05c";
}
.fa-check-circle-o:before {
  content:"\f05d";
}
.fa-ban:before {
  content:"\f05e";
}
.fa-arrow-left:before {
  content:"\f060";
}
.fa-arrow-right:before {
  content:"\f061";
}
.fa-arrow-up:before {
  content:"\f062";
}
.fa-arrow-down:before {
  content:"\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content:"\f064";
}
.fa-expand:before {
  content:"\f065";
}
.fa-compress:before {
  content:"\f066";
}
.fa-plus:before {
  content:"\f067";
}
.fa-minus:before {
  content:"\f068";
}
.fa-asterisk:before {
  content:"\f069";
}
.fa-exclamation-circle:before {
  content:"\f06a";
}
.fa-gift:before {
  content:"\f06b";
}
.fa-leaf:before {
  content:"\f06c";
}
.fa-fire:before {
  content:"\f06d";
}
.fa-eye:before {
  content:"\f06e";
}
.fa-eye-slash:before {
  content:"\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content:"\f071";
}
.fa-plane:before {
  content:"\f072";
}
.fa-calendar:before {
  content:"\f073";
}
.fa-random:before {
  content:"\f074";
}
.fa-comment:before {
  content:"\f075";
}
.fa-magnet:before {
  content:"\f076";
}
.fa-chevron-up:before {
  content:"\f077";
}
.fa-chevron-down:before {
  content:"\f078";
}
.fa-retweet:before {
  content:"\f079";
}
.fa-shopping-cart:before {
  content:"\f07a";
}
.fa-folder:before {
  content:"\f07b";
}
.fa-folder-open:before {
  content:"\f07c";
}
.fa-arrows-v:before {
  content:"\f07d";
}
.fa-arrows-h:before {
  content:"\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content:"\f080";
}
.fa-twitter-square:before {
  content:"\f081";
}
.fa-facebook-square:before {
  content:"\f082";
}
.fa-camera-retro:before {
  content:"\f083";
}
.fa-key:before {
  content:"\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content:"\f085";
}
.fa-comments:before {
  content:"\f086";
}
.fa-thumbs-o-up:before {
  content:"\f087";
}
.fa-thumbs-o-down:before {
  content:"\f088";
}
.fa-star-half:before {
  content:"\f089";
}
.fa-heart-o:before {
  content:"\f08a";
}
.fa-sign-out:before {
  content:"\f08b";
}
.fa-linkedin-square:before {
  content:"\f08c";
}
.fa-thumb-tack:before {
  content:"\f08d";
}
.fa-external-link:before {
  content:"\f08e";
}
.fa-sign-in:before {
  content:"\f090";
}
.fa-trophy:before {
  content:"\f091";
}
.fa-github-square:before {
  content:"\f092";
}
.fa-upload:before {
  content:"\f093";
}
.fa-lemon-o:before {
  content:"\f094";
}
.fa-phone:before {
  content:"\f095";
}
.fa-square-o:before {
  content:"\f096";
}
.fa-bookmark-o:before {
  content:"\f097";
}
.fa-phone-square:before {
  content:"\f098";
}
.fa-twitter:before {
  content:"\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content:"\f09a";
}
.fa-github:before {
  content:"\f09b";
}
.fa-unlock:before {
  content:"\f09c";
}
.fa-credit-card:before {
  content:"\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content:"\f09e";
}
.fa-hdd-o:before {
  content:"\f0a0";
}
.fa-bullhorn:before {
  content:"\f0a1";
}
.fa-bell:before {
  content:"\f0f3";
}
.fa-certificate:before {
  content:"\f0a3";
}
.fa-hand-o-right:before {
  content:"\f0a4";
}
.fa-hand-o-left:before {
  content:"\f0a5";
}
.fa-hand-o-up:before {
  content:"\f0a6";
}
.fa-hand-o-down:before {
  content:"\f0a7";
}
.fa-arrow-circle-left:before {
  content:"\f0a8";
}
.fa-arrow-circle-right:before {
  content:"\f0a9";
}
.fa-arrow-circle-up:before {
  content:"\f0aa";
}
.fa-arrow-circle-down:before {
  content:"\f0ab";
}
.fa-globe:before {
  content:"\f0ac";
}
.fa-wrench:before {
  content:"\f0ad";
}
.fa-tasks:before {
  content:"\f0ae";
}
.fa-filter:before {
  content:"\f0b0";
}
.fa-briefcase:before {
  content:"\f0b1";
}
.fa-arrows-alt:before {
  content:"\f0b2";
}
.fa-group:before,
.fa-users:before {
  content:"\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content:"\f0c1";
}
.fa-cloud:before {
  content:"\f0c2";
}
.fa-flask:before {
  content:"\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content:"\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content:"\f0c5";
}
.fa-paperclip:before {
  content:"\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content:"\f0c7";
}
.fa-square:before {
  content:"\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content:"\f0c9";
}
.fa-list-ul:before {
  content:"\f0ca";
}
.fa-list-ol:before {
  content:"\f0cb";
}
.fa-strikethrough:before {
  content:"\f0cc";
}
.fa-underline:before {
  content:"\f0cd";
}
.fa-table:before {
  content:"\f0ce";
}
.fa-magic:before {
  content:"\f0d0";
}
.fa-truck:before {
  content:"\f0d1";
}
.fa-pinterest:before {
  content:"\f0d2";
}
.fa-pinterest-square:before {
  content:"\f0d3";
}
.fa-google-plus-square:before {
  content:"\f0d4";
}
.fa-google-plus:before {
  content:"\f0d5";
}
.fa-money:before {
  content:"\f0d6";
}
.fa-caret-down:before {
  content:"\f0d7";
}
.fa-caret-up:before {
  content:"\f0d8";
}
.fa-caret-left:before {
  content:"\f0d9";
}
.fa-caret-right:before {
  content:"\f0da";
}
.fa-columns:before {
  content:"\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content:"\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content:"\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content:"\f0de";
}
.fa-envelope:before {
  content:"\f0e0";
}
.fa-linkedin:before {
  content:"\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content:"\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content:"\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content:"\f0e4";
}
.fa-comment-o:before {
  content:"\f0e5";
}
.fa-comments-o:before {
  content:"\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content:"\f0e7";
}
.fa-sitemap:before {
  content:"\f0e8";
}
.fa-umbrella:before {
  content:"\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content:"\f0ea";
}
.fa-lightbulb-o:before {
  content:"\f0eb";
}
.fa-exchange:before {
  content:"\f0ec";
}
.fa-cloud-download:before {
  content:"\f0ed";
}
.fa-cloud-upload:before {
  content:"\f0ee";
}
.fa-user-md:before {
  content:"\f0f0";
}
.fa-stethoscope:before {
  content:"\f0f1";
}
.fa-suitcase:before {
  content:"\f0f2";
}
.fa-bell-o:before {
  content:"\f0a2";
}
.fa-coffee:before {
  content:"\f0f4";
}
.fa-cutlery:before {
  content:"\f0f5";
}
.fa-file-text-o:before {
  content:"\f0f6";
}
.fa-building-o:before {
  content:"\f0f7";
}
.fa-hospital-o:before {
  content:"\f0f8";
}
.fa-ambulance:before {
  content:"\f0f9";
}
.fa-medkit:before {
  content:"\f0fa";
}
.fa-fighter-jet:before {
  content:"\f0fb";
}
.fa-beer:before {
  content:"\f0fc";
}
.fa-h-square:before {
  content:"\f0fd";
}
.fa-plus-square:before {
  content:"\f0fe";
}
.fa-angle-double-left:before {
  content:"\f100";
}
.fa-angle-double-right:before {
  content:"\f101";
}
.fa-angle-double-up:before {
  content:"\f102";
}
.fa-angle-double-down:before {
  content:"\f103";
}
.fa-angle-left:before {
  content:"\f104";
}
.fa-angle-right:before {
  content:"\f105";
}
.fa-angle-up:before {
  content:"\f106";
}
.fa-angle-down:before {
  content:"\f107";
}
.fa-desktop:before {
  content:"\f108";
}
.fa-laptop:before {
  content:"\f109";
}
.fa-tablet:before {
  content:"\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content:"\f10b";
}
.fa-circle-o:before {
  content:"\f10c";
}
.fa-quote-left:before {
  content:"\f10d";
}
.fa-quote-right:before {
  content:"\f10e";
}
.fa-spinner:before {
  content:"\f110";
}
.fa-circle:before {
  content:"\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content:"\f112";
}
.fa-github-alt:before {
  content:"\f113";
}
.fa-folder-o:before {
  content:"\f114";
}
.fa-folder-open-o:before {
  content:"\f115";
}
.fa-smile-o:before {
  content:"\f118";
}
.fa-frown-o:before {
  content:"\f119";
}
.fa-meh-o:before {
  content:"\f11a";
}
.fa-gamepad:before {
  content:"\f11b";
}
.fa-keyboard-o:before {
  content:"\f11c";
}
.fa-flag-o:before {
  content:"\f11d";
}
.fa-flag-checkered:before {
  content:"\f11e";
}
.fa-terminal:before {
  content:"\f120";
}
.fa-code:before {
  content:"\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content:"\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content:"\f123";
}
.fa-location-arrow:before {
  content:"\f124";
}
.fa-crop:before {
  content:"\f125";
}
.fa-code-fork:before {
  content:"\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content:"\f127";
}
.fa-question:before {
  content:"\f128";
}
.fa-info:before {
  content:"\f129";
}
.fa-exclamation:before {
  content:"\f12a";
}
.fa-superscript:before {
  content:"\f12b";
}
.fa-subscript:before {
  content:"\f12c";
}
.fa-eraser:before {
  content:"\f12d";
}
.fa-puzzle-piece:before {
  content:"\f12e";
}
.fa-microphone:before {
  content:"\f130";
}
.fa-microphone-slash:before {
  content:"\f131";
}
.fa-shield:before {
  content:"\f132";
}
.fa-calendar-o:before {
  content:"\f133";
}
.fa-fire-extinguisher:before {
  content:"\f134";
}
.fa-rocket:before {
  content:"\f135";
}
.fa-maxcdn:before {
  content:"\f136";
}
.fa-chevron-circle-left:before {
  content:"\f137";
}
.fa-chevron-circle-right:before {
  content:"\f138";
}
.fa-chevron-circle-up:before {
  content:"\f139";
}
.fa-chevron-circle-down:before {
  content:"\f13a";
}
.fa-html5:before {
  content:"\f13b";
}
.fa-css3:before {
  content:"\f13c";
}
.fa-anchor:before {
  content:"\f13d";
}
.fa-unlock-alt:before {
  content:"\f13e";
}
.fa-bullseye:before {
  content:"\f140";
}
.fa-ellipsis-h:before {
  content:"\f141";
}
.fa-ellipsis-v:before {
  content:"\f142";
}
.fa-rss-square:before {
  content:"\f143";
}
.fa-play-circle:before {
  content:"\f144";
}
.fa-ticket:before {
  content:"\f145";
}
.fa-minus-square:before {
  content:"\f146";
}
.fa-minus-square-o:before {
  content:"\f147";
}
.fa-level-up:before {
  content:"\f148";
}
.fa-level-down:before {
  content:"\f149";
}
.fa-check-square:before {
  content:"\f14a";
}
.fa-pencil-square:before {
  content:"\f14b";
}
.fa-external-link-square:before {
  content:"\f14c";
}
.fa-share-square:before {
  content:"\f14d";
}
.fa-compass:before {
  content:"\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content:"\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content:"\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content:"\f152";
}
.fa-euro:before,
.fa-eur:before {
  content:"\f153";
}
.fa-gbp:before {
  content:"\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content:"\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content:"\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content:"\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content:"\f158";
}
.fa-won:before,
.fa-krw:before {
  content:"\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content:"\f15a";
}
.fa-file:before {
  content:"\f15b";
}
.fa-file-text:before {
  content:"\f15c";
}
.fa-sort-alpha-asc:before {
  content:"\f15d";
}
.fa-sort-alpha-desc:before {
  content:"\f15e";
}
.fa-sort-amount-asc:before {
  content:"\f160";
}
.fa-sort-amount-desc:before {
  content:"\f161";
}
.fa-sort-numeric-asc:before {
  content:"\f162";
}
.fa-sort-numeric-desc:before {
  content:"\f163";
}
.fa-thumbs-up:before {
  content:"\f164";
}
.fa-thumbs-down:before {
  content:"\f165";
}
.fa-youtube-square:before {
  content:"\f166";
}
.fa-youtube:before {
  content:"\f167";
}
.fa-xing:before {
  content:"\f168";
}
.fa-xing-square:before {
  content:"\f169";
}
.fa-youtube-play:before {
  content:"\f16a";
}
.fa-dropbox:before {
  content:"\f16b";
}
.fa-stack-overflow:before {
  content:"\f16c";
}
.fa-instagram:before {
  content:"\f16d";
}
.fa-flickr:before {
  content:"\f16e";
}
.fa-adn:before {
  content:"\f170";
}
.fa-bitbucket:before {
  content:"\f171";
}
.fa-bitbucket-square:before {
  content:"\f172";
}
.fa-tumblr:before {
  content:"\f173";
}
.fa-tumblr-square:before {
  content:"\f174";
}
.fa-long-arrow-down:before {
  content:"\f175";
}
.fa-long-arrow-up:before {
  content:"\f176";
}
.fa-long-arrow-left:before {
  content:"\f177";
}
.fa-long-arrow-right:before {
  content:"\f178";
}
.fa-apple:before {
  content:"\f179";
}
.fa-windows:before {
  content:"\f17a";
}
.fa-android:before {
  content:"\f17b";
}
.fa-linux:before {
  content:"\f17c";
}
.fa-dribbble:before {
  content:"\f17d";
}
.fa-skype:before {
  content:"\f17e";
}
.fa-foursquare:before {
  content:"\f180";
}
.fa-trello:before {
  content:"\f181";
}
.fa-female:before {
  content:"\f182";
}
.fa-male:before {
  content:"\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content:"\f184";
}
.fa-sun-o:before {
  content:"\f185";
}
.fa-moon-o:before {
  content:"\f186";
}
.fa-archive:before {
  content:"\f187";
}
.fa-bug:before {
  content:"\f188";
}
.fa-vk:before {
  content:"\f189";
}
.fa-weibo:before {
  content:"\f18a";
}
.fa-renren:before {
  content:"\f18b";
}
.fa-pagelines:before {
  content:"\f18c";
}
.fa-stack-exchange:before {
  content:"\f18d";
}
.fa-arrow-circle-o-right:before {
  content:"\f18e";
}
.fa-arrow-circle-o-left:before {
  content:"\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content:"\f191";
}
.fa-dot-circle-o:before {
  content:"\f192";
}
.fa-wheelchair:before {
  content:"\f193";
}
.fa-vimeo-square:before {
  content:"\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content:"\f195";
}
.fa-plus-square-o:before {
  content:"\f196";
}
.fa-space-shuttle:before {
  content:"\f197";
}
.fa-slack:before {
  content:"\f198";
}
.fa-envelope-square:before {
  content:"\f199";
}
.fa-wordpress:before {
  content:"\f19a";
}
.fa-openid:before {
  content:"\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content:"\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content:"\f19d";
}
.fa-yahoo:before {
  content:"\f19e";
}
.fa-google:before {
  content:"\f1a0";
}
.fa-reddit:before {
  content:"\f1a1";
}
.fa-reddit-square:before {
  content:"\f1a2";
}
.fa-stumbleupon-circle:before {
  content:"\f1a3";
}
.fa-stumbleupon:before {
  content:"\f1a4";
}
.fa-delicious:before {
  content:"\f1a5";
}
.fa-digg:before {
  content:"\f1a6";
}
.fa-pied-piper-pp:before {
  content:"\f1a7";
}
.fa-pied-piper-alt:before {
  content:"\f1a8";
}
.fa-drupal:before {
  content:"\f1a9";
}
.fa-joomla:before {
  content:"\f1aa";
}
.fa-language:before {
  content:"\f1ab";
}
.fa-fax:before {
  content:"\f1ac";
}
.fa-building:before {
  content:"\f1ad";
}
.fa-child:before {
  content:"\f1ae";
}
.fa-paw:before {
  content:"\f1b0";
}
.fa-spoon:before {
  content:"\f1b1";
}
.fa-cube:before {
  content:"\f1b2";
}
.fa-cubes:before {
  content:"\f1b3";
}
.fa-behance:before {
  content:"\f1b4";
}
.fa-behance-square:before {
  content:"\f1b5";
}
.fa-steam:before {
  content:"\f1b6";
}
.fa-steam-square:before {
  content:"\f1b7";
}
.fa-recycle:before {
  content:"\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content:"\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content:"\f1ba";
}
.fa-tree:before {
  content:"\f1bb";
}
.fa-spotify:before {
  content:"\f1bc";
}
.fa-deviantart:before {
  content:"\f1bd";
}
.fa-soundcloud:before {
  content:"\f1be";
}
.fa-database:before {
  content:"\f1c0";
}
.fa-file-pdf-o:before {
  content:"\f1c1";
}
.fa-file-word-o:before {
  content:"\f1c2";
}
.fa-file-excel-o:before {
  content:"\f1c3";
}
.fa-file-powerpoint-o:before {
  content:"\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content:"\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content:"\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content:"\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content:"\f1c8";
}
.fa-file-code-o:before {
  content:"\f1c9";
}
.fa-vine:before {
  content:"\f1ca";
}
.fa-codepen:before {
  content:"\f1cb";
}
.fa-jsfiddle:before {
  content:"\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content:"\f1cd";
}
.fa-circle-o-notch:before {
  content:"\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content:"\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content:"\f1d1";
}
.fa-git-square:before {
  content:"\f1d2";
}
.fa-git:before {
  content:"\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content:"\f1d4";
}
.fa-tencent-weibo:before {
  content:"\f1d5";
}
.fa-qq:before {
  content:"\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content:"\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content:"\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content:"\f1d9";
}
.fa-history:before {
  content:"\f1da";
}
.fa-circle-thin:before {
  content:"\f1db";
}
.fa-header:before {
  content:"\f1dc";
}
.fa-paragraph:before {
  content:"\f1dd";
}
.fa-sliders:before {
  content:"\f1de";
}
.fa-share-alt:before {
  content:"\f1e0";
}
.fa-share-alt-square:before {
  content:"\f1e1";
}
.fa-bomb:before {
  content:"\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content:"\f1e3";
}
.fa-tty:before {
  content:"\f1e4";
}
.fa-binoculars:before {
  content:"\f1e5";
}
.fa-plug:before {
  content:"\f1e6";
}
.fa-slideshare:before {
  content:"\f1e7";
}
.fa-twitch:before {
  content:"\f1e8";
}
.fa-yelp:before {
  content:"\f1e9";
}
.fa-newspaper-o:before {
  content:"\f1ea";
}
.fa-wifi:before {
  content:"\f1eb";
}
.fa-calculator:before {
  content:"\f1ec";
}
.fa-paypal:before {
  content:"\f1ed";
}
.fa-google-wallet:before {
  content:"\f1ee";
}
.fa-cc-visa:before {
  content:"\f1f0";
}
.fa-cc-mastercard:before {
  content:"\f1f1";
}
.fa-cc-discover:before {
  content:"\f1f2";
}
.fa-cc-amex:before {
  content:"\f1f3";
}
.fa-cc-paypal:before {
  content:"\f1f4";
}
.fa-cc-stripe:before {
  content:"\f1f5";
}
.fa-bell-slash:before {
  content:"\f1f6";
}
.fa-bell-slash-o:before {
  content:"\f1f7";
}
.fa-trash:before {
  content:"\f1f8";
}
.fa-copyright:before {
  content:"\f1f9";
}
.fa-at:before {
  content:"\f1fa";
}
.fa-eyedropper:before {
  content:"\f1fb";
}
.fa-paint-brush:before {
  content:"\f1fc";
}
.fa-birthday-cake:before {
  content:"\f1fd";
}
.fa-area-chart:before {
  content:"\f1fe";
}
.fa-pie-chart:before {
  content:"\f200";
}
.fa-line-chart:before {
  content:"\f201";
}
.fa-lastfm:before {
  content:"\f202";
}
.fa-lastfm-square:before {
  content:"\f203";
}
.fa-toggle-off:before {
  content:"\f204";
}
.fa-toggle-on:before {
  content:"\f205";
}
.fa-bicycle:before {
  content:"\f206";
}
.fa-bus:before {
  content:"\f207";
}
.fa-ioxhost:before {
  content:"\f208";
}
.fa-angellist:before {
  content:"\f209";
}
.fa-cc:before {
  content:"\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content:"\f20b";
}
.fa-meanpath:before {
  content:"\f20c";
}
.fa-buysellads:before {
  content:"\f20d";
}
.fa-connectdevelop:before {
  content:"\f20e";
}
.fa-dashcube:before {
  content:"\f210";
}
.fa-forumbee:before {
  content:"\f211";
}
.fa-leanpub:before {
  content:"\f212";
}
.fa-sellsy:before {
  content:"\f213";
}
.fa-shirtsinbulk:before {
  content:"\f214";
}
.fa-simplybuilt:before {
  content:"\f215";
}
.fa-skyatlas:before {
  content:"\f216";
}
.fa-cart-plus:before {
  content:"\f217";
}
.fa-cart-arrow-down:before {
  content:"\f218";
}
.fa-diamond:before {
  content:"\f219";
}
.fa-ship:before {
  content:"\f21a";
}
.fa-user-secret:before {
  content:"\f21b";
}
.fa-motorcycle:before {
  content:"\f21c";
}
.fa-street-view:before {
  content:"\f21d";
}
.fa-heartbeat:before {
  content:"\f21e";
}
.fa-venus:before {
  content:"\f221";
}
.fa-mars:before {
  content:"\f222";
}
.fa-mercury:before {
  content:"\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content:"\f224";
}
.fa-transgender-alt:before {
  content:"\f225";
}
.fa-venus-double:before {
  content:"\f226";
}
.fa-mars-double:before {
  content:"\f227";
}
.fa-venus-mars:before {
  content:"\f228";
}
.fa-mars-stroke:before {
  content:"\f229";
}
.fa-mars-stroke-v:before {
  content:"\f22a";
}
.fa-mars-stroke-h:before {
  content:"\f22b";
}
.fa-neuter:before {
  content:"\f22c";
}
.fa-genderless:before {
  content:"\f22d";
}
.fa-facebook-official:before {
  content:"\f230";
}
.fa-pinterest-p:before {
  content:"\f231";
}
.fa-whatsapp:before {
  content:"\f232";
}
.fa-server:before {
  content:"\f233";
}
.fa-user-plus:before {
  content:"\f234";
}
.fa-user-times:before {
  content:"\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content:"\f236";
}
.fa-viacoin:before {
  content:"\f237";
}
.fa-train:before {
  content:"\f238";
}
.fa-subway:before {
  content:"\f239";
}
.fa-medium:before {
  content:"\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content:"\f23b";
}
.fa-optin-monster:before {
  content:"\f23c";
}
.fa-opencart:before {
  content:"\f23d";
}
.fa-expeditedssl:before {
  content:"\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content:"\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content:"\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content:"\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content:"\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content:"\f244";
}
.fa-mouse-pointer:before {
  content:"\f245";
}
.fa-i-cursor:before {
  content:"\f246";
}
.fa-object-group:before {
  content:"\f247";
}
.fa-object-ungroup:before {
  content:"\f248";
}
.fa-sticky-note:before {
  content:"\f249";
}
.fa-sticky-note-o:before {
  content:"\f24a";
}
.fa-cc-jcb:before {
  content:"\f24b";
}
.fa-cc-diners-club:before {
  content:"\f24c";
}
.fa-clone:before {
  content:"\f24d";
}
.fa-balance-scale:before {
  content:"\f24e";
}
.fa-hourglass-o:before {
  content:"\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content:"\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content:"\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content:"\f253";
}
.fa-hourglass:before {
  content:"\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content:"\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content:"\f256";
}
.fa-hand-scissors-o:before {
  content:"\f257";
}
.fa-hand-lizard-o:before {
  content:"\f258";
}
.fa-hand-spock-o:before {
  content:"\f259";
}
.fa-hand-pointer-o:before {
  content:"\f25a";
}
.fa-hand-peace-o:before {
  content:"\f25b";
}
.fa-trademark:before {
  content:"\f25c";
}
.fa-registered:before {
  content:"\f25d";
}
.fa-creative-commons:before {
  content:"\f25e";
}
.fa-gg:before {
  content:"\f260";
}
.fa-gg-circle:before {
  content:"\f261";
}
.fa-tripadvisor:before {
  content:"\f262";
}
.fa-odnoklassniki:before {
  content:"\f263";
}
.fa-odnoklassniki-square:before {
  content:"\f264";
}
.fa-get-pocket:before {
  content:"\f265";
}
.fa-wikipedia-w:before {
  content:"\f266";
}
.fa-safari:before {
  content:"\f267";
}
.fa-chrome:before {
  content:"\f268";
}
.fa-firefox:before {
  content:"\f269";
}
.fa-opera:before {
  content:"\f26a";
}
.fa-internet-explorer:before {
  content:"\f26b";
}
.fa-tv:before,
.fa-television:before {
  content:"\f26c";
}
.fa-contao:before {
  content:"\f26d";
}
.fa-500px:before {
  content:"\f26e";
}
.fa-amazon:before {
  content:"\f270";
}
.fa-calendar-plus-o:before {
  content:"\f271";
}
.fa-calendar-minus-o:before {
  content:"\f272";
}
.fa-calendar-times-o:before {
  content:"\f273";
}
.fa-calendar-check-o:before {
  content:"\f274";
}
.fa-industry:before {
  content:"\f275";
}
.fa-map-pin:before {
  content:"\f276";
}
.fa-map-signs:before {
  content:"\f277";
}
.fa-map-o:before {
  content:"\f278";
}
.fa-map:before {
  content:"\f279";
}
.fa-commenting:before {
  content:"\f27a";
}
.fa-commenting-o:before {
  content:"\f27b";
}
.fa-houzz:before {
  content:"\f27c";
}
.fa-vimeo:before {
  content:"\f27d";
}
.fa-black-tie:before {
  content:"\f27e";
}
.fa-fonticons:before {
  content:"\f280";
}
.fa-reddit-alien:before {
  content:"\f281";
}
.fa-edge:before {
  content:"\f282";
}
.fa-credit-card-alt:before {
  content:"\f283";
}
.fa-codiepie:before {
  content:"\f284";
}
.fa-modx:before {
  content:"\f285";
}
.fa-fort-awesome:before {
  content:"\f286";
}
.fa-usb:before {
  content:"\f287";
}
.fa-product-hunt:before {
  content:"\f288";
}
.fa-mixcloud:before {
  content:"\f289";
}
.fa-scribd:before {
  content:"\f28a";
}
.fa-pause-circle:before {
  content:"\f28b";
}
.fa-pause-circle-o:before {
  content:"\f28c";
}
.fa-stop-circle:before {
  content:"\f28d";
}
.fa-stop-circle-o:before {
  content:"\f28e";
}
.fa-shopping-bag:before {
  content:"\f290";
}
.fa-shopping-basket:before {
  content:"\f291";
}
.fa-hashtag:before {
  content:"\f292";
}
.fa-bluetooth:before {
  content:"\f293";
}
.fa-bluetooth-b:before {
  content:"\f294";
}
.fa-percent:before {
  content:"\f295";
}
.fa-gitlab:before {
  content:"\f296";
}
.fa-wpbeginner:before {
  content:"\f297";
}
.fa-wpforms:before {
  content:"\f298";
}
.fa-envira:before {
  content:"\f299";
}
.fa-universal-access:before {
  content:"\f29a";
}
.fa-wheelchair-alt:before {
  content:"\f29b";
}
.fa-question-circle-o:before {
  content:"\f29c";
}
.fa-blind:before {
  content:"\f29d";
}
.fa-audio-description:before {
  content:"\f29e";
}
.fa-volume-control-phone:before {
  content:"\f2a0";
}
.fa-braille:before {
  content:"\f2a1";
}
.fa-assistive-listening-systems:before {
  content:"\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content:"\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content:"\f2a4";
}
.fa-glide:before {
  content:"\f2a5";
}
.fa-glide-g:before {
  content:"\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content:"\f2a7";
}
.fa-low-vision:before {
  content:"\f2a8";
}
.fa-viadeo:before {
  content:"\f2a9";
}
.fa-viadeo-square:before {
  content:"\f2aa";
}
.fa-snapchat:before {
  content:"\f2ab";
}
.fa-snapchat-ghost:before {
  content:"\f2ac";
}
.fa-snapchat-square:before {
  content:"\f2ad";
}
.fa-pied-piper:before {
  content:"\f2ae";
}
.fa-first-order:before {
  content:"\f2b0";
}
.fa-yoast:before {
  content:"\f2b1";
}
.fa-themeisle:before {
  content:"\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content:"\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content:"\f2b4";
}
.fa-handshake-o:before {
  content:"\f2b5";
}
.fa-envelope-open:before {
  content:"\f2b6";
}
.fa-envelope-open-o:before {
  content:"\f2b7";
}
.fa-linode:before {
  content:"\f2b8";
}
.fa-address-book:before {
  content:"\f2b9";
}
.fa-address-book-o:before {
  content:"\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content:"\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content:"\f2bc";
}
.fa-user-circle:before {
  content:"\f2bd";
}
.fa-user-circle-o:before {
  content:"\f2be";
}
.fa-user-o:before {
  content:"\f2c0";
}
.fa-id-badge:before {
  content:"\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content:"\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content:"\f2c3";
}
.fa-quora:before {
  content:"\f2c4";
}
.fa-free-code-camp:before {
  content:"\f2c5";
}
.fa-telegram:before {
  content:"\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content:"\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content:"\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content:"\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content:"\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content:"\f2cb";
}
.fa-shower:before {
  content:"\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content:"\f2cd";
}
.fa-podcast:before {
  content:"\f2ce";
}
.fa-window-maximize:before {
  content:"\f2d0";
}
.fa-window-minimize:before {
  content:"\f2d1";
}
.fa-window-restore:before {
  content:"\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content:"\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content:"\f2d4";
}
.fa-bandcamp:before {
  content:"\f2d5";
}
.fa-grav:before {
  content:"\f2d6";
}
.fa-etsy:before {
  content:"\f2d7";
}
.fa-imdb:before {
  content:"\f2d8";
}
.fa-ravelry:before {
  content:"\f2d9";
}
.fa-eercast:before {
  content:"\f2da";
}
.fa-microchip:before {
  content:"\f2db";
}
.fa-snowflake-o:before {
  content:"\f2dc";
}
.fa-superpowers:before {
  content:"\f2dd";
}
.fa-wpexplorer:before {
  content:"\f2de";
}
.fa-meetup:before {
  content:"\f2e0";
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}


/* TYPOGRAPHY */
.strong,
.bold,
.text-bold,
.text-strong {
  font-weight:normal;
}
.text-regular {
  font-weight:normal;
}
/**
* COMPONENTS
*/
.button {
  display:inline-block;
  margin-bottom:0;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 12px;
  font-size:17px;
  line-height:1.3;
  border-radius:0;
  user-select:none;
  color:#555555;
  background-color:#eeeeee;
  border-color:#eeeeee;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.button:hover,
.button:focus,
.button.focus {
  color:#555555;
  text-decoration:none;
}
.button:active,
.button.active {
  outline:0;
  background-image:none;
  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor:not-allowed;
  opacity:0.65;
  filter:alpha(opacity=65);
  box-shadow:none;
}
a.button.disabled,
fieldset[disabled] a.button {
  pointer-events:none;
}
.button:focus,
.button.focus {
  color:#555555;
  background-color:#d5d5d5;
  border-color:#afafaf;
}
.button:hover {
  color:#555555;
  background-color:#d5d5d5;
  border-color:#d0d0d0;
}
.button:active,
.button.active,
.open &gt; .dropdown-toggle.button {
  color:#555555;
  background-color:#d5d5d5;
  border-color:#d0d0d0;
}
.button:active:hover,
.button.active:hover,
.open &gt; .dropdown-toggle.button:hover,
.button:active:focus,
.button.active:focus,
.open &gt; .dropdown-toggle.button:focus,
.button:active.focus,
.button.active.focus,
.open &gt; .dropdown-toggle.button.focus {
  color:#555555;
  background-color:#c3c3c3;
  border-color:#afafaf;
}
.button:active,
.button.active,
.open &gt; .dropdown-toggle.button {
  background-image:none;
}
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus {
  background-color:#eeeeee;
  border-color:#eeeeee;
}
.button .badge {
  color:#eeeeee;
  background-color:#555555;
}
/**
* FLOATING
*/
.float-left {
  float:left !important;
  float:left;
}
.float-right {
  float:right !important;
  float:right;
}
.clear:before,
.clear:after {
  content:" ";
  display:table;
}
.clear:after {
  clear:both;
}
.clear:before,
.clear:after {
  content:" ";
  display:table;
}
.clear:after {
  clear:both;
}
@media (max-width:767px) {
  .pull-left-xs {
    float:left !important;
    float:left;
  }
}
@media (max-width:767px) {
  .pull-right-xs {
    float:right !important;
    float:right;
  }
}
@media (max-width:767px) {
  .pull-none-xs {
    float:none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .pull-left-sm {
    float:left !important;
    float:left;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .pull-right-sm {
    float:right !important;
    float:right;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .pull-none-sm {
    float:none !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .pull-left-md {
    float:left !important;
    float:left;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .pull-right-md {
    float:right !important;
    float:right;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .pull-none-md {
    float:none !important;
  }
}
@media (min-width:1380px) {
  .pull-left-lg {
    float:left !important;
    float:left;
  }
  .margin-bottom-10-lg {
	margin-bottom:10px;
  }
}
@media (min-width:1380px) {
  .pull-right-lg {
    float:right !important;
    float:right;
  }
}
@media (min-width:1380px) {
  .pull-none-lg {
    float:none !important;
  }
}
/**
* TEXT POSITION
*/
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
@media (max-width:767px) {
  .text-left-xs {
    text-align:left;
  }
}
@media (max-width:767px) {
  .text-right-xs {
    text-align:right;
  }
}
@media (max-width:767px) {
  .text-center-xs {
    text-align:center;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .text-left-sm {
    text-align:left;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .text-right-sm {
    text-align:right;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .text-center-sm {
    text-align:center;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .text-left-md {
    text-align:left;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .text-right-md {
    text-align:right;
  }
  .margin-right-10-md {
	margin-right:10px !important;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .text-center-md {
    text-align:center;
  }
}
@media (min-width:1380px) {
  .text-left-lg {
    text-align:left;
  }
}
@media (min-width:1380px) {
  .text-right-lg {
    text-align:right;
  }
  .margin-right-10-lg {
	margin-right:10px !important;
  }
}
@media (min-width:1380px) {
  .text-center-lg {
    text-align:center;
  }
}
/**
* CURSOR
*/
.cursor-pointer {
  cursor:pointer;
}
.cursor-default {
  cursor:default;
}
.cursor-help {
  cursor:help;
}
.cursor-zoom {
  cursor:zoom-in;
}
/**
* CSS Word Wrap
*/
.break-word,
.text-word-wrap {
	word-wrap:break-word;
	hyphens:auto;
}
/**
* Image Link umschliesst ein Bild
*/
.image-link {
  text-decoration:none;
}
.image-link img {
  color:#777777;
}
/**
* SHADOW MIXINs
*/
/**
 * BORDER MIXINS
 **/
/**
* FontAwesome Mixins
*/
/**
* GIF Loading indicator
*/
.gif-loader {
  background-image:url('data:image/gif;base64,R0lGODlhQABAAKUAAAQCBISChERCRMTCxCQiJKSipOTi5GRmZBQSFFRSVDQyNLSytPTy9JSSlNTW1HRydAwKDExKTMzKzCwqLKyqrOzq7BwaHFxaXDw6PLy6vPz6/JyanIyKjGxubNze3Hx6fAQGBISGhERGRMTGxCQmJKSmpOTm5GxqbBQWFFRWVDQ2NLS2tPT29JSWlNza3HR2dAwODExOTMzOzCwuLKyurOzu7BweHFxeXDw+PLy+vPz+/JyenP///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQA8ACwAAAAAQABAAAAG/kCecEgsGo+82gEGO9SQ0Kh0etTMAFjATEPteruUbJbyLZuLITE2dG4TPRGQJaA7htVkd7tmEb+qV1lbUSx6UA1qEIVGSkwHFVAsCiArhkcfagCQbh5YJ5ZGC2oElg03JqBGKVkgOamvRRolJy8usLe4ubq7vJY6GS0yvZYsOFkPw3oBaq7JoRgfUcZi0c5FBFgOUBdqG9ZFqygMUBIgWTbj30MaOahRAyITNwbq9fb3+Pn6+/z9/v/kFAAgUQkgkRooskDw4I9FgiZcSqhh029Dlkp3snDwtyOLKwY2ssCg109DBwUUebiIYUHACIMwY8qcSbOmzZsAGYQ4UICLiExJWT7Z09HBQoRNR2ioeVIvo9AjBdQwrNciSwIoBmBkUXCvAgkAEF5CGaAARQJ39liMQIqzrdu3ZnzSZJAAAIodlhh0SJEh1wkx2vSIyCLsViAseN1oELPx1g0xEgwdbgbLQKAAUXaQIFEgykociXM5YGtkhBixMRFlaTDTdBbUMTWTCA3XUhAAIfkECQkAPQAsAAAAAEAAQACFBAIEhIKExMLEREJEpKKk5OLkJCIkZGJkFBIUlJKU1NLUtLK09PL0VFJUNDI0dHJ0DAoMjIqMzMrMTEpMrKqs7OrsHBocnJqc3NrcvLq8/Pr8PDo8fHp8LCosbG5sXF5cBAYEhIaExMbEREZEpKak5ObkZGZkFBYUlJaU1NbUtLa09Pb0VFZUNDY0dHZ0DA4MjI6MzM7MTE5MrK6s7O7sHB4cnJ6c3N7cvL68/P78PD48fH58LC4s////AAAAAAAABv7AnnBILBqPQtJgcEE6n9Co8wGoAg7SrFZbsFoV27C4mPFWKU5aKTeOagI6WQZ5MwNiR8anWlu0nzJeaEd7VjJIDV4gEn9HMWY8SDkJOhshGkd1Zh+NRjNmCH8CdgOdRSVmI380IGYupkUJVicpjRFeNRWwRTERNjSmSg4eJbvGx8jJystPNDErzMYhEAAvM9GmOIrF2EgFHnNOLmaD3UYsACCYSDBm4eZF7S3NNVY6bPBGFetOJR4TIRjkG0iwoMGDCBMqXMiwITMGD1ocKOAQyQgrBqA5FMEBTw8M5ByuQAAAASZNVq41XPECwIl1gapkrBij45AVOyYQq8izp5bPn0CDCh1KFIoAFGCEjqtCAKGKBjv4GUE162CBVgASOFGgCB9BCVZeIdHQwQongxrQ1bjxpMSHFg80HqQhtajdu3jziiEhw4QuUzMiUExGwQoPr20CVDnx9xi6L514WClnbGm6xm1MVAHBFhmNDelsPBExQMe7PC4+4GBWQG4eaukG/wRrRUXQFfWqAQt6w4MJDHqNBQEAIfkECQkAQAAsAAAAAEAAQACGBAIEhIKEREJExMLEJCIkpKKkZGJk5OLkFBIUlJKUVFJU1NLUNDI0tLK0dHJ09PL0DAoMjIqMTEpMzMrMLCosrKqsbGps7OrsHBocnJqcXFpc3NrcPDo8vLq8fHp8/Pr8BAYEhIaEREZExMbEJCYkpKakZGZk5ObkFBYUlJaUVFZU1NbUNDY0tLa0dHZ09Pb0DA4MjI6MTE5MzM7MLC4srK6sbG5s7O7sHB4cnJ6cXF5c3N7cPD48vL68fH58/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/6AQIKDhIWGh4IrHi4ziI6PkJGONRAAljmSmZqaPxiWljAvm6OkhRefnyulq4UdNgEHiC8IqCAPiCkUKDI7rI4xnzAbuKghiBGoGDe+hi+VnzqOPRoqLYgfMKgAMcyFO9ocrA/aAA7dhJ2oLr4U2iXnhD3ZABy3rC0gnwIf8IQPLSPOLXCgIgW/fggTKlzIsKHDTRcCyDDRSBoJeqoeHrqA4xMIaxufASDwQ6MhC9pwlDRUQNsCk4VokBtmqIW2EzAJCSC3zNCPnZZs5CRUQpsCRy8yuKgxtFCIfABk9Gy66cYAmlSzat3KtavXr2Bz/ihgIYGosIc8fBKBFsiFAq4XBH0QCQDrVxYA2AqaZ8muVw55B/n4JKPtiRJTgdSwkeFg28eQI0ueTLmyZcsv/EYuUYkGTq0vOnyWJdLEVgUAUMRFdACVhK0ELFVExONThq09eBh79MCGjAKXgwsfTrw4oQkmPCRmtaOHY4QrnoVj1iEfj4UJUC0nZSCVwgGfVDJLYQnF2YQpGPB46eiECxuxHpWAxRUvABzPH79AFV+yBEssVPZCCjHYY1w3gQAAIfkECQkAPgAsAAAAAEAAQACFBAIEhIKEREJExMLEJCIk5OLkpKKkZGJkFBIUVFJU1NLUNDI09PL0tLK0lJKUdHZ0DAoMjIqMTEpMzMrMLCos7OrsrKqsbGpsHBocXFpc3NrcPDo8/Pr8vLq8nJqcfH58BAYEhIaEREZExMbEJCYk5ObkpKakZGZkFBYUVFZU1NbUNDY09Pb0tLa0fHp8DA4MjI6MTE5MzM7MLC4s7O7srK6sbG5sHB4cXF5c3N7cPD48/P78vL68nJ6c////AAAABv5An3BILBqPQlbNwkA6n9CoU4MBAFAKqXbLjVmtG654fER8ASCy2lgxtDhO3ZninOAkEdbayXtZV3pHA35oHUg8IF8ie0gLZw5OOREhGk4CZwA8jEYQZxd7N5g9m0UiZwZ7CZhZpEM5M1afezkoXw+tRio0pDQOH5q4wcLDxMXGx2MdAT1NTiU4Kw/NyEY7KV83OUg7FF8Z1Ec9mBJICmcgO+BFGZgQSAVnGOpFF5jySA9fJvNEMolfAZ4McKCCX5EGoUA8SGdwTIlADSNKnEixosWLGIvtaOCgA0MfCnpUylhiwxcBu8RZqZGR3ZkTPqpYIYGRw78vKHzUmolxR5unMzlhfBmFUdWZA0IGwJiQ0UcBEl9mVGhqhIWBDybgUN3KtavXr2DDiiWiAZaEXRPRPpHwxcVEoTqgdLPyTaIqEFqRCEUzYKIKGyyhNAggY6zhw4gTKyZCo0eDsCygArjFiAOOGcCEDfhyb0+LP8RK/IuxqYCfD8V4JDgx1ckOCwbyIqFRkGI9AHW/ErCCIGw+ALLAdmjxcTGjIAAh+QQJCQA9ACwAAAAAQABAAIUEAgSEgoTEwsREQkSkoqTk4uRkYmQkIiSUkpTU0tRUUlS0srT08vQUEhR0cnQ0MjQMCgyMiozMysxMSkysqqzs6uycmpzc2txcWly8urz8+vx8enw8OjxsbmwsKiwcHhwEBgSEhoTExsRERkSkpqTk5uRkZmSUlpTU1tRUVlS0trT09vQUFhR0dnQ0NjQMDgyMjozMzsxMTkysrqzs7uycnpzc3txcXly8vrz8/vx8fnw8PjwsLiz///8AAAAAAAAG/sCecEgsGo/Dgg3JbDqfzdUEABgxoNisdkOlOrTg8HHXBbjEaGMuUWkayhgmDaETpJslHrXFtH2oHxdIJX9UEXdIGGUiTAwkJDRMHWUgkYhFD2UWdyNlADGXRZNdKHdcXS8roUQMCgAvNYgMLlQgFKu4RhoZNSW5v8DBwsPExU4VC6VNNDoGC8ZMMCBUKRpMHF230EUxniFINmUy20UhnjtIDNNUHeRECJ7jSCfTHr7uQhUsZSpNFTE58BFJMOCFBxICEypcyLChw4cQIzasIMCSkBUJrkTUMAqADiEX/jSwA9FcmVhvqKCDmKnMiB43unCIqMdljxgNAIB4BlGHnScE+VTcgyily42AEo3EoKAsqdOnUKNKndpwhYShUSO8oKbxyAoTLg4lJOHpBpMWXXjiI+PJYhFXVGAk9OAJwJIjKqaxKJDQhKcP1pBcmNEmYYFCVGZILeFgxA0JVCNLniwsAV+qKXT2u3TiBlZcFboouFSAXTANhQJcWsFjp7ALHWAEZqJhdpOuCnE2ADXVwR6qOFnwnprDNmVcQQAAIfkECQkAPwAsAAAAAEAAQACFBAIEhIKEREJExMLEJCIkpKKkZGJk5OLkFBIUlJKUVFJUNDI0tLK0dHJ09PL01NLUDAoMjIqMTEpMLCosrKqsbGps7OrsHBocnJqcXFpcPDo8vLq8fHp8/Pr83NrczM7MBAYEhIaEREZExMbEJCYkpKakZGZk5ObkFBYUlJaUVFZUNDY0tLa0dHZ09Pb01NbUDA4MjI6MTE5MLC4srK6sbG5s7O7sHB4cnJ6cXF5cPD48vL68fH58/P783N7c////Bv7An3BILBqPyKRyyWwOQwhEzEmtOkuALIBi7XqJBi2g8i0XLS5lRDxF9gY0izlp0QBgtKRDlxWkjx0CWTAjc0c1WjB/SC8vSiliM4ZGEmI+ZohaIJNFkFkLc1haOpxFCQImJ3MdYQAEjqWxRD4fPbK3uLm6u7y9Qz0ni0kDGJe+RwM3AAgpSglZEB/HRQ4wYoVIBFpk00M0YgAtSQtaPN1DO+AhSSMXACs250I95IOqSR338kI2NSsZHvYJHEiwoMGDCBMqPCZn4REcKADcYCHEQSUdDQ8yEAMi4Jos4hCqABfgRwAtNRIqAMfhx4kZrowdLABOmpADthS2AAEAAqAOh0ZsfBAGtKjRo0iTKl2aawPMC82UYDAxQOAHnlp+IsGRBYS+bibASULCQUtVeTLAoUjyIqKODvtigFOgxMUDuPtc2MmCQiZQFzgqxIjHtLBhgxQk6Gjg4GgIMRMay9owIQfeLzawaolwa0UWimU2gANAV1aDO1+7PBjNTdYDwmb4aHogsI4O2EYsVAJwIY9ArluWnHiRs/aK24eTTwoCACH5BAkJADwALAAAAABAAEAAhQQCBISGhMTGxERCRKSmpCQiJOTm5GRiZBQSFJSWlNTW1LS2tFRSVDQ2NPT29HR2dAwKDIyOjMzOzKyurCwqLOzu7GxqbBwaHJyenNze3Ly+vFxaXExKTDw+PPz+/Hx+fAQGBIyKjMzKzKyqrCQmJOzq7GRmZBQWFJyanNza3Ly6vFRWVDw6PPz6/Hx6fAwODJSSlNTS1LSytCwuLPTy9GxubBweHKSipOTi5MTCxFxeXExOTP///wAAAAAAAAAAAAb+QJ5wSCwaj8ikcslsDhMFyshJrTo1gCxAYe16iQEtAPMtW7FabrKkNicjDUZJmSBJlY9sY+42TrQsbmhZJn1GH1ogbjBigYZEOVo7biJiD49FMgwPNH0JLwAbDpikpaanqKmqq6yPJQItrUgZHAgNIkoqIAAUFbJFHhRaCHxHHFpkv0MxYgBTSBtaC8pDOM0qSQYdNpfUQzpaDR7eVR4oJiGj5Ovs7e7v8PHy8/TtOR0XDBlDLjMPsfEyQNBCYdQCLRPkuWg27U+WG/LyiJHBo4WOFysAwouxK4uNTvWGjLABoIGEkChTqlzJsqXLl6wyMKDAAZeSEjk0UitxIlGOjGw9D6wLI6YQkkq81knUwiFJiwcsNKw7KCaESgtaBugMKSKBhnEww4plF+OBhWcpJ3QEoONUCh0o3LS40ExqKXAAinnJ0AyA1VIEALAAewTHCggQdPgyUqEvRFPqkDgoIEbcEaxabET+haHvNCMOXJwAsQMHuYXNIqDs3IxiSAckKhOuZ0DHBRs1NhsKAgAh+QQJCQA9ACwAAAAAQABAAIUEAgSEgoTEwsREQkTk4uRkYmSkoqQkIiSUkpTU0tRUUlT08vR0cnQUEhS0srQ0MjQMCgyMiozMysxMSkzs6uxsamysqqycmpzc2txcWlz8+vx8enw8OjwsKiwcGhy8vrwEBgSEhoTExsRERkTk5uRkZmSkpqQkJiSUlpTU1tRUVlT09vR0dnQUFhS0trQ0NjQMDgyMjozMzsxMTkzs7uxsbmysrqycnpzc3txcXlz8/vx8fnw8Pjz///8AAAAAAAAG/sCecEgsGo/IpHLJbA5TJQbBSa06KQ0A4KSxer9Em1abAJutmDFspVyQzsuPKsBO2jockfICAUzqcEUpYzVwJGMAAYFGJmMccCKIOYtFJC1aEXAaJ2MOlEUEITaLJCUzJp+pqqusra6vsLGfGguySQsMLxUUShgeIJO2RgpjL0o1Y2XCQyuIABhJIVogb8tCOjCINEkaLDMu1kQoYxvhXjIoAubr7O3u7/Dx8vP07wQVEyGAMhsp8wsHxmQQsiJLCx3ybjh7syLbQXkGFgoRwELCPBoexsyoVwRDhhcbAHEcSbKkyZMoU6p0tSDAjA28lOjYtk7DizEHaB7R8QDAl4V1LpyhSEJDS7BwChHtUGJDyjocIBDpIWmgD4gYJxdI0Lmyq1cqJCo8GOEJDoULMZSlIpFxDIIzMi5puaEKGaI1ZnggAhGTEgdnANR6AfwhFTFnXJnteMAhBsIjARFB+yTA2cAjIxAVOhJxjIpVFuTmEDmkssQjNkbwCNFllQ4CiYkklTpSAuC+9Q5rYVFSQwweIyysCgIAIfkECQkAPAAsAAAAAEAAQACFBAIEhIaExMbEREJEpKakJCYk5ObkZGJkFBIUlJaU1NbUtLa0dHJ0NDY09Pb0VFJUDAoMjI6MzM7MrK6sLC4s7O7sbGpsHBocnJ6c3N7cvL68fHp8TE5MPD48/P78XF5cBAYEjIqMzMrMREZErKqsLCos7OrsZGZkFBYUnJqc3NrcvLq8dHZ0PDo8/Pr8VFZUDA4MlJKU1NLUtLK0NDI09PL0bG5sHB4cpKKk5OLkxMLEfH58////AAAAAAAAAAAABv5AnnBILBqPyKRyyWwOK5GUy0mtOl0lAOBh7XqLCq32S+46UNpOec1TBWZL1YllUgpGNAz7WENocWtnYiJ7RRJiFmsZYgB6hUMuFAAgAmw0Wgg5j0QOKwZ7Jiw2CpulpqeoqaqrrK2umykcLDVKHhsdOq9GEWIDdlo0ukUtjBVJOX4fwkQfYjBTxxrQyzwZBQAQE9RWHioO2+Dh4uPk5ebn6OmtLjE2cEMmOHXmHh1iIUPEI+cijBf5APaZ6yfmnxADBIyZc2FPSwB1nGJY0AaxosWLGDNqXKZCg8KKJhpCiLDNAwEWOKYZGcEIAEVhB8RwQLKo5UxhKlrmMnKopZgaYQJaviviwg+jHcscXHD2sQgJRiWavpLRAACFSklEnOAQgNbGr2DDCnEQ4QUDGWw8aFjgdZMDYloolTEhCQACrI9StGxQxgKjAqVitixTV8y8QjtaGjxC4MUBDUk4MHq2CRmjGEhYMAJ0RAIEMQlMKeCAooAjIyZA+EuSYYMNvEBbAvimrsJnMYArxhADYsFFHTY2kCoVBAAh+QQJCQA+ACwAAAAAQABAAIUEAgSEgoREQkTEwsQkIiTk4uSkoqRkYmQUEhSUkpRUUlTU0tQ0MjT08vS0srR0cnQMCgyMioxMSkzMyswsKizs6uxsamwcGhycmpxcWlzc2tw8Ojz8+vy8urysrqx8fnwEBgSEhoRERkTExsQkJiTk5uSkpqRkZmQUFhSUlpRUVlTU1tQ0NjT09vS0trR0dnQMDgyMjoxMTkzMzswsLizs7uxsbmwcHhycnpxcXlzc3tw8Pjz8/vy8vrz///8AAAAG/kCfcEgsGo/IpHLJbA55jp5zSqVmAIBAdcs1YgG0rpgrwT7GaB9v0Vi2DB6esnSQjdLIBwBVSe+wMDV4RjRYA2kwXxODRS4kB3JoNlg0HIyXRBweOG2Ynp+goaKjpKWmp1QTIR1MHjYFqEUeXylKDVg5sUQyXyxKHIUYukOTWCpLPILDQhUCACywy9LT1NXW19jZ2qAcOAEmlttDJQxfDH3YIxF3PgpfWBnYMV/CEO8ACNgXXyQ+ie8osN3g5+PKuxPYcHzx4KNCISwslF1bgWPFEE0xHIQTx7Gjx48gQ6Jqgc4jhwcgABCQsmxBikVJXryDYFFXgi8fkPD4h1MXlweeICRmugfAgq4a9zQgcfaOoS5eEJOs2IdrWQMbDE6UPFIDRwiWIsOKHXvExYcUndA0qOnJwpcbJcZwyJGSQTRGI+4dGJPinQJM896FEZMDICYH9/4iWREiRlwkAd7twMThDxYQM5B4SAkABkwjNR4iyIypRQAJBxYkGfhFRBJNJoSOvEfAI4V3xzqOoEriLscaUVp4CgIAIfkECQkAPgAsAAAAAEAAQACFBAIEhIKEREJExMLEZGJk5OLkJCIkpKKkFBIUVFJU1NLUdHJ09PL0tLK0lJKUNDI0DAoMjIqMTEpMzMrMbGps7OrsrKqsHBocXFpc3NrcfHp8/Pr8vLq8PDo8LCosnJ6cBAYEhIaEREZExMbEZGZk5ObkJCYkpKakFBYUVFZU1NbUdHZ09Pb0tLa0lJaUNDY0DA4MjI6MTE5MzM7MbG5s7O7srK6sHB4cXF5c3N7cfH58/P78vL68PD48////AAAABv5An3BILBqPyKRyyWwSNzundDodwFAKqnZrpAAAOq54O7pmx2gfq7nZLDcRXSGNtIA6UfTia8jTiQRfFWkCXwAMf0U5OB90dgA4iZJGBWeTl5iZmpucnVUYIiuDnlwnhgA3o6REJTZzSBsopwA0q0QZMAAgA0gqswAvtkMBhpFHJb8SwkKmXwFJKbMNy0I6LzRrSAwJXzAu1FQlM9ng5ebn6Onq6+xHKjYq7UYbOIYYbusFLTVCIbMh606AAIAig48Os4Kp82CIgo8es3qse2ColotZ39S1yGVizg4Nhlb4ScdABT4hNUbwk8eypcuXMGPKXHfAAwwBBsFtmLGyzqGpG4iW5TCg60SSQqcOUKvX7WSRF7McUEMqCImOWTmFfTAkIgkLCV9ANAJ3AoeOoEkUtFA1s63bt0ZyHOAxcoxTSR8GAuhBjosLBJD60qkB4VSEMSNOaZiU+FSKMTFOSZRUYdZiJDUs2BBMhMMph5Ou8mF768IXE6SJ0PjyIjUdHjoc9DQi49QCJSXilWNoSJlLEqcAuqwBEYCMuywzvJoUBAAh+QQJCQA9ACwAAAAAQABAAIUEAgSEgoTEwsREQkQkIiTk4uSkoqRkYmQUEhTU0tQ0MjT08vS0srR0cnSUkpRUVlQMCgyMiozMysxMSkwsKizs6uysqqxsamwcGhzc2tw8Ojz8+vy8urx8enycmpwEBgSEhoTExsRERkQkJiTk5uSkpqRkZmQUFhTU1tQ0NjT09vS0trR0dnSUlpRcXlwMDgyMjozMzsxMTkwsLizs7uysrqxsbmwcHhzc3tw8Pjz8/vy8vrx8fnz///8AAAAAAAAG/sCecEgsGo/IpHLJbDqf0GixosnRpNjkBlVZegAAS3ZMtJzAsiuykrOSyZIPGCx690gS+9E1n2fIGS8APHpFIn1gAmQ1YAOFRB2IEGpZKg8Uio9CNAR9MJqgPTQ2GhM1oaipqqusrUoVERcGKq5jKAhzORu1RhsxtEkDiA68RCoKACcFSRCILsVDDHMBSZ19DdBCKHIAp0gwfRAo2UIcFyVLMGcKIeTu7/Dx8vP09fagCxKU90QwzR8g7m3AMWQHIm/zUNwAkGJBDxvO6h2Y86kBogP1Lszx0CMGoh31SGgA8GBXjxUjANxAx88IsJYwY8qcSbOmTXIJHqRosC8blwmTSHA0A6PBHQlkN2IkYYGoXTaLjZJo7MOBHB8wM5Ks6HPCYbYQ3AwoidCMgFNyOFrkWaKCxM23cOP2irFsZoKFAGzYKXBgAMdQM/ogxKIjJRixmjYg6kAGRZ8HofAeVoKCYJIF3AAwBrVjqAygRRbkoAO6SAlBObyCqmABZBIQfVooUdHl3VUwemMaEDwzwAsEn+QWCgIAOw==');
}
/**
* VISIBILITY HELPER
*/
.visible-float-breakpoint {
  display:none !important;
}
@media (max-width:991px) {
  .visible-float-breakpoint {
    display:block !important;
  }
  table.visible-float-breakpoint {
    display:table !important;
  }
  tr.visible-float-breakpoint {
    display:table-row !important;
  }
  th.visible-float-breakpoint,
  td.visible-float-breakpoint {
    display:table-cell !important;
  }
}
@media (max-width:992px) {
  .hidden-float-breakpoint {
    display:none !important;
  }
}
/**
* CATEGORY LEVEL LOOP
*/
.text-special-price {
  color:#d9534f;
}
/**
* HEADINGS
*/
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight:300;
	line-height:1.2;
	word-wrap:break-word;
	hyphens:none;
}
h1,.h1,h2,.h2,h3,.h3 {
	margin-top:22px;
	margin-bottom:11px;
}
h4,.h4,h5,.h5,h6,.h6 {
	margin-top:11px;
	margin-bottom:11px;
}
h1,.h1 {
	font-size:34px;
	padding:0 0 5px 0;
	text-align:center;
	}
h2,.h2 {
	font-size:24px;
	padding:0 0 5px 0;
	text-align:center;
}
h3,.h3 {
	font-size:19px;
}
h4,.h4 {
	font-size:17px;
}
h5,.h5 {
	font-size:17px;
}
h6,.h6 {
	font-size:17px;
}
/*
.content .h2 {
	text-align:left;
}
*/
.headline,
.headline-underline {
	letter-spacing:-0.02em;
	/*font-variant:small-caps;*/
}

h1.headline {
	margin:32px 50px 11px 50px;
	font-size:34px;
}
@media (max-width:767px) { /* xs */
	h1.headline {
		margin:11px;
		font-size:30px;
	}
	#product h1.headline {
		margin:0 11px;
		font-size:30px;
	}
}
h2.headline {
	margin:22px 0 11px 0;
	font-size:26px;
}
@media (max-width:767px) { /* xs */
	h2.headline {
		margin:0px 10px 11px 10px;
		font-size:22px;
	}
}

.headline[data-toggle=collapse], .headline-underline[data-toggle=collapse] {
  cursor:pointer;
}
.subpage-wrap .headline[data-toggle=collapse], .subpage-wrap .headline-underline[data-toggle=collapse] {
  background-color:#eeeeee !important;
  padding:15px !important;
  padding-right:30px !important;
  margin-bottom:30px !important;
  font-weight:normal;
  line-height:1.1;
  color:#333333;
  margin-top:22px;
  margin-bottom:11px;
  font-size:21px;
}
.subpage-wrap .headline[data-toggle=collapse][aria-expanded=true], .subpage-wrap .headline-underline[data-toggle=collapse][aria-expanded=true]{
  background-color:#eef4e9 !important;
  transition:background-color 400ms;
}
.subpage-wrap .headline[data-toggle=collapse][aria-expanded=false], .subpage-wrap .headline-underline[data-toggle=collapse][aria-expanded=false]{
  background-color:#fff4e5 !important;
  transition:background-color 400ms;
}
.subpage-wrap .headline[data-toggle=collapse] small, .subpage-wrap .headline-underline[data-toggle=collapse] small, .subpage-wrap .headline[data-toggle=collapse] .small, .subpage-wrap .headline-underline[data-toggle=collapse] .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
.subpage-wrap .headline[data-toggle=collapse] small, .subpage-wrap .headline-underline[data-toggle=collapse] small, .subpage-wrap .headline[data-toggle=collapse] .small, .subpage-wrap .headline-underline[data-toggle=collapse] .small {
  font-size:65%;
}
.headline[data-toggle=collapse]:before, .headline-underline[data-toggle=collapse]:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f0dc";
  float:right !important;
  float:right;
  color:#999999;
}
.subpage-wrap .headline[data-toggle=collapse]:before, .subpage-wrap .headline-underline[data-toggle=collapse]:before {
  margin-right:-15px;
}
.headline[data-toggle=collapse][aria-expanded=true]:before, .headline-underline[data-toggle=collapse][aria-expanded=true]:before {
  content:"\f057";
}
.headline[data-toggle=collapse][aria-expanded=false]:before, .headline-underline[data-toggle=collapse][aria-expanded=false]:before {
  content:"\f13a";
}
.headline-underline, .headline[aria-expanded=false] {
  border-bottom:1px solid #eeeeee;
}
.headline-underline.h1, .headline[aria-expanded=false].h1 {
  padding-bottom:15px;
  margin-bottom:30px;
}
.headline-underline, .headline[aria-expanded=false], .headline-underline.h2, .headline[aria-expanded=false].h2 {
  padding-bottom:15px;
  margin-bottom:30px;
}
.headline-underline.h3, .headline[aria-expanded=false].h3 {
  padding-bottom:10.5px;
  margin-bottom:21px;
}
.headline-underline.h4, .headline[aria-expanded=false].h4 {
  padding-bottom:8px;
  margin-bottom:16px;
}
.headline-underline.h5, .headline[aria-expanded=false].h5 {
  padding-bottom:8px;
  margin-bottom:16px;
}
.well .headline-underline, .well .headline[aria-expanded=false] {
  border-bottom-color:#e0e0e0;
}
/**
* BOLD
*/
b,
strong,
dt,
label,
th,
.label {
}
/**
* TEXT STYLES / USER CONTENT
*/
.textstyles table {
  width:100%;
  max-width:100%;
  margin-bottom:22px;
  /*border:1px solid #dddddd;*/
}
.textstyles table &gt; thead &gt; tr &gt; th,
.textstyles table &gt; tbody &gt; tr &gt; th,
.textstyles table &gt; tfoot &gt; tr &gt; th,
.textstyles table &gt; thead &gt; tr &gt; td,
.textstyles table &gt; tbody &gt; tr &gt; td,
.textstyles table &gt; tfoot &gt; tr &gt; td {
  padding:8px;
  line-height:1.3;
  vertical-align:top;
  /*border-top:1px solid #dddddd;*/
}
.textstyles table &gt; thead &gt; tr &gt; th {
  vertical-align:bottom;
  border-bottom:2px solid #dddddd;
}
.textstyles table &gt; caption + thead &gt; tr:first-child &gt; th,
.textstyles table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.textstyles table &gt; thead:first-child &gt; tr:first-child &gt; th,
.textstyles table &gt; caption + thead &gt; tr:first-child &gt; td,
.textstyles table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.textstyles table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top:0;
}
.textstyles table &gt; tbody + tbody {
  border-top:2px solid #dddddd;
}
.textstyles table .table {
  background-color:#ffffff;
}
.textstyles table &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color:#f9f9f9;
}
.textstyles table &gt; thead &gt; tr &gt; th,
.textstyles table &gt; tbody &gt; tr &gt; th,
.textstyles table &gt; tfoot &gt; tr &gt; th,
.textstyles table &gt; thead &gt; tr &gt; td,
.textstyles table &gt; tbody &gt; tr &gt; td,
.textstyles table &gt; tfoot &gt; tr &gt; td {
  /*border:1px solid #dddddd;*/
}
.textstyles table &gt; thead &gt; tr &gt; th,
.textstyles table &gt; thead &gt; tr &gt; td {
  border-bottom-width:2px;
  font-weight:bold;
}
.textstyles img {
  /*display:block;*/
  max-width:100%;
  height:auto;
  width:auto !important;
  height:auto !important;
}
/**
 * FORM STYLES
 **/
.js-input-count {
  font-size:14px;
}
.required {
  color:#797979;
}
legend {
  color:#999999;
}
.control-label {
  text-align:left !important;
}
/**
* TEXT STYLES
*/
.text-secondary {
  color:#333333;
}
/**
* BUTTONS
*/
.btn-lg .glyphicon,
.btn-lg .glyphicon,
.btn-lg .glyphicon {
  top:4px;
}
.btn-lg.btn-cart,
.btn-lg.btn-qty {
  font-size:17px;
}
.btn-lg.btn-cart {
  min-width:160px;
}

/**
* QTY Button Group
*/
input.qty {
  text-align:center;
}
/**
* SIDEBAR TOGGLE
*/
.sidebar-products .product-info p:last-child {
  margin-bottom:0;
}
.sidebar-products .product-info .text-muted {
  font-size:14px;
}
.sidebar-products .product-price,
.sidebar-products .product-price * {
  white-space:normal;
}
/**
* CART PAGE / CHECKOUT
*/
.table .image-link {
  text-decoration:none;
  text-align:center;
}
#cart .table .text-muted,
#checkout-confirmation .table .text-muted {
  font-size:14px;
  margin-bottom:5px;
}
/**
* LISTING DEFAULTS
*/
.products-sort-pages {
	height:66px;
}

@media (min-width:480px) {
  .products-sort-pages .nav-pages {
    text-align:right;
  }
}
/**
* LISTING SWITCH
*/
.product-listing-switch.product-listing-v1 .text-left-v1 {
  text-align:left;
}
.product-listing-switch.product-listing-v1 .text-right-v1 {
  text-align:right;
}
.product-listing-switch.product-listing-v1 .text-center-v1 {
  text-align:center;
}
.product-listing-switch.product-listing-v2 .text-left-v2 {
  text-align:left;
}
@media (max-width:767px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-right-xs {
    text-align:right;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-right-sm {
    text-align:right;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-right-md {
    text-align:right;
  }
}
@media (min-width:1380px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-right-lg {
    text-align:right;
  }
}
@media (max-width:767px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-center-xs {
    text-align:center;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-center-sm {
    text-align:center;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-center-md {
    text-align:center;
  }
}
@media (min-width:1380px) {
  .product-listing-switch.product-listing-v2 .text-left-v2.text-center-lg {
    text-align:center;
  }
}
.product-listing-switch.product-listing-v2 .text-right-v2 {
  text-align:right;
}
@media (max-width:767px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-left-xs {
    text-align:left;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-left-sm {
    text-align:left;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-left-md {
    text-align:left;
  }
}
@media (min-width:1380px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-left-lg {
    text-align:left;
  }
}
@media (max-width:767px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-center-xs {
    text-align:center;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-center-sm {
    text-align:center;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-center-md {
    text-align:center;
  }
}
@media (min-width:1380px) {
  .product-listing-switch.product-listing-v2 .text-right-v2.text-center-lg {
    text-align:center;
  }
}
.product-listing-switch.product-listing-v2 .text-center-v2 {
  text-align:center;
}
@media (max-width:767px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-left-xs {
    text-align:left;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-left-sm {
    text-align:left;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-left-md {
    text-align:left;
  }
}
@media (min-width:1380px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-left-lg {
    text-align:left;
  }
}
@media (max-width:767px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-right-xs {
    text-align:right;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-right-sm {
    text-align:right;
  }
}
@media (min-width:992px) and (max-width:1379px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-right-md {
    text-align:right;
  }
}
@media (min-width:1380px) {
  .product-listing-switch.product-listing-v2 .text-center-v2.text-right-lg {
    text-align:right;
  }
}
/**
* PRODUCT
*/
.product-detail .product-infos .table {
  font-size:14px;
}
.product-detail .ms-options {
  /* label template */
}
.product-detail .ms-options ul {
  margin:0;
  padding:0;
  list-style:none;
}
.product-detail .ms-options br {
  display:none;
}
.product-detail .ms-options span.bold {
  text-align:left !important;
}
.product-detail .ms-options .default_option,
.product-detail .ms-options .default_option_selected {
}
/*safari fix
.secondary .panel-danger .product-name a {
  color:#a94442;
}*/
.listing .panel-danger .title a {
  color:#a94442;
}
/**
* REVIEWS
*/
.product-reviews {
  font-size:14px;
  line-height:15px;
  color:#999999;
}
/**
* CHECKOUT
*/
#checkout .progress .active,
#checkout .progress .done {
  text-shadow:1px 1px rgba(0, 0, 0, 0.3);
}
#checkout .progress .progress-bar-success {
  background-color:#507b23;
  color:#ffffff;
}
.progress-striped #checkout .progress .progress-bar-success {
  background: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);
}
#checkout .address p:not(.headline):not(.headline-underline) {
  margin-bottom:0;
}
#checkout #checkout-confirmation .alert p {
  margin:0 0 5px;
}
#checkout #checkout-confirmation .alert p:last-child {
  margin-bottom:0;
}
#checkout .headline small,
#checkout .headline-underline small,
#checkout .headline .small,
#checkout .headline-underline .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
#checkout .headline small,
#checkout .headline-underline small,
#checkout .headline .small,
#checkout .headline-underline .small {
  font-size:75%;
}
.well #checkout .headline,
.well #checkout .headline-underline {
  margin-top:0;
}
.checkout-special-product {
	max-width:1097px;
	margin:50px auto;
}
/**
* CUSTOMER
*/
.customer-wrap.order_info-action-wrap .headline,
.customer-wrap.order_info-action-wrap .headline-underline {
  font-weight:normal;
  line-height:1.1;
  color:#333333;
  margin-top:11px;
  margin-bottom:11px;
  font-size:17px;
}
.customer-wrap.order_info-action-wrap .headline small,
.customer-wrap.order_info-action-wrap .headline-underline small,
.customer-wrap.order_info-action-wrap .headline .small,
.customer-wrap.order_info-action-wrap .headline-underline .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
.customer-wrap.order_info-action-wrap .headline small,
.customer-wrap.order_info-action-wrap .headline-underline small,
.customer-wrap.order_info-action-wrap .headline .small,
.customer-wrap.order_info-action-wrap .headline-underline .small {
  font-size:75%;
}
.well .customer-wrap.order_info-action-wrap .headline,
.well .customer-wrap.order_info-action-wrap .headline-underline {
  margin-top:0;
}
/**
* ALERTS
*/
#installer_warning {
  text-align:center;
}
/**
* PROGRESS BAR
*/
.progress-bar-default {
  color:#999999;
}
/**
* IMAGES
*/
img {
  font-size:14px;
  color:#eeeeee;
  image-rendering:-webkit-optimize-contrast;
}
.content-image {
  margin-bottom:30px;
}
/**
* reCaptcha
*/
.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
  line-height:0 !important;
}
/**
* SELECTION HANDLING
*/
::selection {
	color:#ffffff;
	text-shadow:none;
	background:#507b23;
}
::-moz-selection {
	color:#ffffff;
	text-shadow:none;
	background:#507b23;
}
/**
* Vertical align helper
*
* 1. Auf wrappendes Element, dessen Kinder vertikal mittig ausgerichtet werden sollen die Klasse "vertical-helper" setzen
* 2. Das wrappende Element muss eine Hoehe definiert haben und ein Block Element sein
*/
.vertical-helper {
  white-space:nowrap;
}
.vertical-helper:after {
  content:" ";
  font-size:0;
}
/**
* Button list to show buttons horizontal in a list
*/
.btn-list li a,
.btn-list li input,
.btn-list li button,
.btn-list li a strong,
.btn-list li input strong,
.btn-list li button strong,
.btn-list li a b,
.btn-list li input b,
.btn-list li button b {
  font-weight:normal;
}
/**
* BADGES / LABELS
*/
.label.label-light,
.badge.badge-light {
  background-color:#777777;
}
.label.label-lighter,
.badge.badge-lighter {
  background-color:#eeeeee;
  color:#555555;
}
.label.label-special-price,
.badge.badge-special-price {
  background-color:#d9534f;
  color:#FFF;
}
/**
* FIXES
*/
* {
  outline:0 none !important;
}
/* Internet Explorer 10 auf Windows 8 und Windows Phone 8 */
@-webkit-viewport {
  width:device-width;
}
@-moz-viewport {
  width:device-width;
}
@-ms-viewport {
  width:device-width;
}
@-o-viewport {
  width:device-width;
}
@viewport {
  width:device-width;
}
@media print {
  a.hidden-href-print[href]:after {
    content:none !important;
  }
}
[data-notify] {
  border-width:2px;
  animation-duration:0.4s;
}
/**
* GRID
*/
#site-wrap,
#site-wrap &gt; .container,
#site-wrap &gt; .container-fluid {
  min-width:320px;
}
.main-navigation .container,
.meta-navigation .container {
  min-width:290px;
}
#site-wrap {
  padding-bottom:30px;
}
#content {
  margin-bottom:30px;
}
#content .secondary {
  overflow:hidden;
}
#content .secondary .panel {
	margin-top:30px;
	margin-bottom:30px;
}
#content .secondary .panel .panel-body {
  padding:15px;
}
#content .secondary .panel .panel-body p:last-child {
  margin-bottom:0;
}

#content .ideenmagazin p.box-border:hover {
	border: 1px #507b23 solid;
	transition:all 0.2s;
}
/**
* HEADER
*/
#header {
  background:#ffffff;
}
@media (min-width:768px) and (max-width:991px) {
  #header .header-top .col &gt; .inner {
    padding-top:15px;
  }
}
#header .header-top .col &gt; .inner .logo {
  margin:0;
  padding:0;
}
#header .header-top .col &gt; .inner .logo,
#header .header-top .col &gt; .inner .logo img {
  max-height:49px;
  max-width:100%;
  height:auto;
  width:auto;
}
@media (min-width:992px) {
	#header .header-top .col {
	  margin:10px 0 9px 0;
	}

  #header .header-top .col &gt; .inner.top-search .input-group .form-control,
  #header .header-top .col &gt; .inner.top-search .input-group .input-group-addon,
  #header .header-top .col &gt; .inner.top-search .input-group .input-group-btn .btn,
  .searchbox_keywords .input-group .form-control,
  .searchbox_keywords .input-group .input-group-btn .btn {
    height:49px;
    padding:10px 16px;
    font-size:20px;
    line-height:1.3333333;
    border-radius:0;
  }
  select#header .header-top .col &gt; .inner.top-search .input-group .form-control,
  select#header .header-top .col &gt; .inner.top-search .input-group .input-group-addon,
  select#header .header-top .col &gt; .inner.top-search .input-group .input-group-btn .btn {
    height:49px;
    line-height:49px;
  }
  textarea#header .header-top .col &gt; .inner.top-search .input-group .form-control,
  textarea#header .header-top .col &gt; .inner.top-search .input-group .input-group-addon,
  textarea#header .header-top .col &gt; .inner.top-search .input-group .input-group-btn .btn,
  select[multiple]#header .header-top .col &gt; .inner.top-search .input-group .form-control,
  select[multiple]#header .header-top .col &gt; .inner.top-search .input-group .input-group-addon,
  select[multiple]#header .header-top .col &gt; .inner.top-search .input-group .input-group-btn .btn {
    height:auto;
  }
  #header .header-top .col &gt; .inner.top-search .input-group .form-control {
    font-size:17px;
  }
}
/**
* STICKY FOOTER
*/
html,
body,
#site-wrap {
  height:100%;
}
#container {
  min-height:75%;
  height:auto;
}
/**
* Vertical align helper
*
* 1. Auf wrappendes Element, dessen Kinder vertikal mittig ausgerichtet werden sollen die Klasse "vertical-helper" setzen
* 2. Das wrappende Element muss eine Hoehe definiert haben und ein Block Element sein
*/
.vertical-helper * {
  display:inline-block;
  float:none;
  vertical-align:middle;
}
.vertical-helper:after {
  visibility:hidden;
  height:100%;
  display:inline-block;
  vertical-align:middle;
}
/**
 * Z-index hacks
 */
.bootstrap-select.btn-group .dropdown-menu {
  z-index:1000;
}
#fancybox-overlay {
  z-index:1040 !important;
}
#fancybox-wrap {
  z-index:1050 !important;
}
/**
 * Fix QTY Buttons
 */
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height:35px;
}
/**
* Button list to show buttons horizontal in a list
*/
.btn-list,
.label-list {
  list-style:none;
  padding:0;
}
.btn-list li,
.label-list li {
  list-style-type:none;
  float:left;
  margin:0 5px 5px 0;
}
.btn-list li a:not(.btn),
.label-list li a:not(.btn),
.btn-list li input:not(.btn),
.label-list li input:not(.btn),
.btn-list li button:not(.btn),
.label-list li button:not(.btn) {
  display:inline-block;
  margin-bottom:0;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 12px;
  font-size:17px;
  line-height:1.3;
  border-radius:0;
  user-select:none;
  color:#ffffff;
  background-color:#e5e5e5;
  border-color:#4b7521;
}
.btn-list li a:not(.btn):focus,
.label-list li a:not(.btn):focus,
.btn-list li input:not(.btn):focus,
.label-list li input:not(.btn):focus,
.btn-list li button:not(.btn):focus,
.label-list li button:not(.btn):focus,
.btn-list li a:not(.btn):active:focus,
.label-list li a:not(.btn):active:focus,
.btn-list li input:not(.btn):active:focus,
.label-list li input:not(.btn):active:focus,
.btn-list li button:not(.btn):active:focus,
.label-list li button:not(.btn):active:focus,
.btn-list li a:not(.btn).active:focus,
.label-list li a:not(.btn).active:focus,
.btn-list li input:not(.btn).active:focus,
.label-list li input:not(.btn).active:focus,
.btn-list li button:not(.btn).active:focus,
.label-list li button:not(.btn).active:focus,
.btn-list li a:not(.btn).focus,
.label-list li a:not(.btn).focus,
.btn-list li input:not(.btn).focus,
.label-list li input:not(.btn).focus,
.btn-list li button:not(.btn).focus,
.label-list li button:not(.btn).focus,
.btn-list li a:not(.btn):active.focus,
.label-list li a:not(.btn):active.focus,
.btn-list li input:not(.btn):active.focus,
.label-list li input:not(.btn):active.focus,
.btn-list li button:not(.btn):active.focus,
.label-list li button:not(.btn):active.focus,
.btn-list li a:not(.btn).active.focus,
.label-list li a:not(.btn).active.focus,
.btn-list li input:not(.btn).active.focus,
.label-list li input:not(.btn).active.focus,
.btn-list li button:not(.btn).active.focus,
.label-list li button:not(.btn).active.focus {
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.btn-list li a:not(.btn):hover,
.label-list li a:not(.btn):hover,
.btn-list li input:not(.btn):hover,
.label-list li input:not(.btn):hover,
.btn-list li button:not(.btn):hover,
.label-list li button:not(.btn):hover,
.btn-list li a:not(.btn):focus,
.label-list li a:not(.btn):focus,
.btn-list li input:not(.btn):focus,
.label-list li input:not(.btn):focus,
.btn-list li button:not(.btn):focus,
.label-list li button:not(.btn):focus,
.btn-list li a:not(.btn).focus,
.label-list li a:not(.btn).focus,
.btn-list li input:not(.btn).focus,
.label-list li input:not(.btn).focus,
.btn-list li button:not(.btn).focus,
.label-list li button:not(.btn).focus {
  color:#555555;
  text-decoration:none;
}
.btn-list li a:not(.btn):active,
.label-list li a:not(.btn):active,
.btn-list li input:not(.btn):active,
.label-list li input:not(.btn):active,
.btn-list li button:not(.btn):active,
.label-list li button:not(.btn):active,
.btn-list li a:not(.btn).active,
.label-list li a:not(.btn).active,
.btn-list li input:not(.btn).active,
.label-list li input:not(.btn).active,
.btn-list li button:not(.btn).active,
.label-list li button:not(.btn).active {
  outline:0;
  background-image:none;
  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-list li a:not(.btn).disabled,
.label-list li a:not(.btn).disabled,
.btn-list li input:not(.btn).disabled,
.label-list li input:not(.btn).disabled,
.btn-list li button:not(.btn).disabled,
.label-list li button:not(.btn).disabled,
.btn-list li a:not(.btn)[disabled],
.label-list li a:not(.btn)[disabled],
.btn-list li input:not(.btn)[disabled],
.label-list li input:not(.btn)[disabled],
.btn-list li button:not(.btn)[disabled],
.label-list li button:not(.btn)[disabled],
fieldset[disabled] .btn-list li a:not(.btn),
fieldset[disabled] .label-list li a:not(.btn),
fieldset[disabled] .btn-list li input:not(.btn),
fieldset[disabled] .label-list li input:not(.btn),
fieldset[disabled] .btn-list li button:not(.btn),
fieldset[disabled] .label-list li button:not(.btn) {
  cursor:not-allowed;
  opacity:0.65;
  filter:alpha(opacity=65);
  box-shadow:none;
}
a.btn-list li a:not(.btn).disabled,
a.label-list li a:not(.btn).disabled,
a.btn-list li input:not(.btn).disabled,
a.label-list li input:not(.btn).disabled,
a.btn-list li button:not(.btn).disabled,
a.label-list li button:not(.btn).disabled,
fieldset[disabled] a.btn-list li a:not(.btn),
fieldset[disabled] a.label-list li a:not(.btn),
fieldset[disabled] a.btn-list li input:not(.btn),
fieldset[disabled] a.label-list li input:not(.btn),
fieldset[disabled] a.btn-list li button:not(.btn),
fieldset[disabled] a.label-list li button:not(.btn) {
  pointer-events:none;
}
.btn-list li a:not(.btn):focus,
.label-list li a:not(.btn):focus,
.btn-list li input:not(.btn):focus,
.label-list li input:not(.btn):focus,
.btn-list li button:not(.btn):focus,
.label-list li button:not(.btn):focus,
.btn-list li a:not(.btn).focus,
.label-list li a:not(.btn).focus,
.btn-list li input:not(.btn).focus,
.label-list li input:not(.btn).focus,
.btn-list li button:not(.btn).focus,
.label-list li button:not(.btn).focus {
  color:#ffffff;
  background-color:#cc6200;
  border-color:#304a15;
}
.btn-list li a:not(.btn):hover,
.label-list li a:not(.btn):hover,
.btn-list li input:not(.btn):hover,
.label-list li input:not(.btn):hover,
.btn-list li button:not(.btn):hover,
.label-list li button:not(.btn):hover {
  color:#ffffff;
  background-color:#cc6200;
  border-color:#304a15;
}
.btn-list li a:not(.btn):active,
.label-list li a:not(.btn):active,
.btn-list li input:not(.btn):active,
.label-list li input:not(.btn):active,
.btn-list li button:not(.btn):active,
.label-list li button:not(.btn):active,
.btn-list li a:not(.btn).active,
.label-list li a:not(.btn).active,
.btn-list li input:not(.btn).active,
.label-list li input:not(.btn).active,
.btn-list li button:not(.btn).active,
.label-list li button:not(.btn).active,
.open &gt; .dropdown-toggle.btn-list li a:not(.btn),
.open &gt; .dropdown-toggle.label-list li a:not(.btn),
.open &gt; .dropdown-toggle.btn-list li input:not(.btn),
.open &gt; .dropdown-toggle.label-list li input:not(.btn),
.open &gt; .dropdown-toggle.btn-list li button:not(.btn),
.open &gt; .dropdown-toggle.label-list li button:not(.btn) {
  color:#ffffff;
  background-color:#cc6200;
  border-color:#304a15;
}
.btn-list li a:not(.btn):active:hover,
.label-list li a:not(.btn):active:hover,
.btn-list li input:not(.btn):active:hover,
.label-list li input:not(.btn):active:hover,
.btn-list li button:not(.btn):active:hover,
.label-list li button:not(.btn):active:hover,
.btn-list li a:not(.btn).active:hover,
.label-list li a:not(.btn).active:hover,
.btn-list li input:not(.btn).active:hover,
.label-list li input:not(.btn).active:hover,
.btn-list li button:not(.btn).active:hover,
.label-list li button:not(.btn).active:hover,
.open &gt; .dropdown-toggle.btn-list li a:not(.btn):hover,
.open &gt; .dropdown-toggle.label-list li a:not(.btn):hover,
.open &gt; .dropdown-toggle.btn-list li input:not(.btn):hover,
.open &gt; .dropdown-toggle.label-list li input:not(.btn):hover,
.open &gt; .dropdown-toggle.btn-list li button:not(.btn):hover,
.open &gt; .dropdown-toggle.label-list li button:not(.btn):hover,
.btn-list li a:not(.btn):active:focus,
.label-list li a:not(.btn):active:focus,
.btn-list li input:not(.btn):active:focus,
.label-list li input:not(.btn):active:focus,
.btn-list li button:not(.btn):active:focus,
.label-list li button:not(.btn):active:focus,
.btn-list li a:not(.btn).active:focus,
.label-list li a:not(.btn).active:focus,
.btn-list li input:not(.btn).active:focus,
.label-list li input:not(.btn).active:focus,
.btn-list li button:not(.btn).active:focus,
.label-list li button:not(.btn).active:focus,
.open &gt; .dropdown-toggle.btn-list li a:not(.btn):focus,
.open &gt; .dropdown-toggle.label-list li a:not(.btn):focus,
.open &gt; .dropdown-toggle.btn-list li input:not(.btn):focus,
.open &gt; .dropdown-toggle.label-list li input:not(.btn):focus,
.open &gt; .dropdown-toggle.btn-list li button:not(.btn):focus,
.open &gt; .dropdown-toggle.label-list li button:not(.btn):focus,
.btn-list li a:not(.btn):active.focus,
.label-list li a:not(.btn):active.focus,
.btn-list li input:not(.btn):active.focus,
.label-list li input:not(.btn):active.focus,
.btn-list li button:not(.btn):active.focus,
.label-list li button:not(.btn):active.focus,
.btn-list li a:not(.btn).active.focus,
.label-list li a:not(.btn).active.focus,
.btn-list li input:not(.btn).active.focus,
.label-list li input:not(.btn).active.focus,
.btn-list li button:not(.btn).active.focus,
.label-list li button:not(.btn).active.focus,
.open &gt; .dropdown-toggle.btn-list li a:not(.btn).focus,
.open &gt; .dropdown-toggle.label-list li a:not(.btn).focus,
.open &gt; .dropdown-toggle.btn-list li input:not(.btn).focus,
.open &gt; .dropdown-toggle.label-list li input:not(.btn).focus,
.open &gt; .dropdown-toggle.btn-list li button:not(.btn).focus,
.open &gt; .dropdown-toggle.label-list li button:not(.btn).focus {
  color:#ffffff;
  background-color:#304a15;
  border-color:#304a15;
}
.btn-list li a:not(.btn):active,
.label-list li a:not(.btn):active,
.btn-list li input:not(.btn):active,
.label-list li input:not(.btn):active,
.btn-list li button:not(.btn):active,
.label-list li button:not(.btn):active,
.btn-list li a:not(.btn).active,
.label-list li a:not(.btn).active,
.btn-list li input:not(.btn).active,
.label-list li input:not(.btn).active,
.btn-list li button:not(.btn).active,
.label-list li button:not(.btn).active,
.open &gt; .dropdown-toggle.btn-list li a:not(.btn),
.open &gt; .dropdown-toggle.label-list li a:not(.btn),
.open &gt; .dropdown-toggle.btn-list li input:not(.btn),
.open &gt; .dropdown-toggle.label-list li input:not(.btn),
.open &gt; .dropdown-toggle.btn-list li button:not(.btn),
.open &gt; .dropdown-toggle.label-list li button:not(.btn) {
  background-image:none;
}
.btn-list li a:not(.btn).disabled:hover,
.label-list li a:not(.btn).disabled:hover,
.btn-list li input:not(.btn).disabled:hover,
.label-list li input:not(.btn).disabled:hover,
.btn-list li button:not(.btn).disabled:hover,
.label-list li button:not(.btn).disabled:hover,
.btn-list li a:not(.btn)[disabled]:hover,
.label-list li a:not(.btn)[disabled]:hover,
.btn-list li input:not(.btn)[disabled]:hover,
.label-list li input:not(.btn)[disabled]:hover,
.btn-list li button:not(.btn)[disabled]:hover,
.label-list li button:not(.btn)[disabled]:hover,
fieldset[disabled] .btn-list li a:not(.btn):hover,
fieldset[disabled] .label-list li a:not(.btn):hover,
fieldset[disabled] .btn-list li input:not(.btn):hover,
fieldset[disabled] .label-list li input:not(.btn):hover,
fieldset[disabled] .btn-list li button:not(.btn):hover,
fieldset[disabled] .label-list li button:not(.btn):hover,
.btn-list li a:not(.btn).disabled:focus,
.label-list li a:not(.btn).disabled:focus,
.btn-list li input:not(.btn).disabled:focus,
.label-list li input:not(.btn).disabled:focus,
.btn-list li button:not(.btn).disabled:focus,
.label-list li button:not(.btn).disabled:focus,
.btn-list li a:not(.btn)[disabled]:focus,
.label-list li a:not(.btn)[disabled]:focus,
.btn-list li input:not(.btn)[disabled]:focus,
.label-list li input:not(.btn)[disabled]:focus,
.btn-list li button:not(.btn)[disabled]:focus,
.label-list li button:not(.btn)[disabled]:focus,
fieldset[disabled] .btn-list li a:not(.btn):focus,
fieldset[disabled] .label-list li a:not(.btn):focus,
fieldset[disabled] .btn-list li input:not(.btn):focus,
fieldset[disabled] .label-list li input:not(.btn):focus,
fieldset[disabled] .btn-list li button:not(.btn):focus,
fieldset[disabled] .label-list li button:not(.btn):focus,
.btn-list li a:not(.btn).disabled.focus,
.label-list li a:not(.btn).disabled.focus,
.btn-list li input:not(.btn).disabled.focus,
.label-list li input:not(.btn).disabled.focus,
.btn-list li button:not(.btn).disabled.focus,
.label-list li button:not(.btn).disabled.focus,
.btn-list li a:not(.btn)[disabled].focus,
.label-list li a:not(.btn)[disabled].focus,
.btn-list li input:not(.btn)[disabled].focus,
.label-list li input:not(.btn)[disabled].focus,
.btn-list li button:not(.btn)[disabled].focus,
.label-list li button:not(.btn)[disabled].focus,
fieldset[disabled] .btn-list li a:not(.btn).focus,
fieldset[disabled] .label-list li a:not(.btn).focus,
fieldset[disabled] .btn-list li input:not(.btn).focus,
fieldset[disabled] .label-list li input:not(.btn).focus,
fieldset[disabled] .btn-list li button:not(.btn).focus,
fieldset[disabled] .label-list li button:not(.btn).focus {
  background-color:#e5e5e5;
  border-color:#4b7521;
}
.btn-list li a:not(.btn) .badge,
.label-list li a:not(.btn) .badge,
.btn-list li input:not(.btn) .badge,
.label-list li input:not(.btn) .badge,
.btn-list li button:not(.btn) .badge,
.label-list li button:not(.btn) .badge {
  color:#e5e5e5;
  background-color:#ffffff;
}
.btn-list li .label,
.label-list li .label,
.btn-list li label,
.label-list li label {
  display:inline-block;
  margin:0;
}

/**
 * "No Image" Image (Version 2016 ;))
 */
.image .no-image {
  text-align:center;
  width:100%;
}
.image .no-image .no-image-icon {
  padding:50% 0;
}
.image .no-image .no-image-icon:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f030";
  font-size:30px;
  color:#e0e0e0;
}
/**
 * Inputs with prefix
 */
.inputs-with-prefix .form-group .bootstrap-select.btn-group {
  width:100%;
}
@media (max-width:767px) {
  .inputs-with-prefix .form-group .bootstrap-select.btn-group {
    margin-bottom:15px;
  }
}
/**
* STARTPAGE THUMBS
*/
.teaser.thumbs .col {
  margin-bottom:30px;
}

/**
* WELLS
*/
.well {
  box-shadow:none;
  border:1px solid #e0e0e0;
  padding:19px;
}
.well.well-lg {
  padding:24px;
}
.well.well-sm {
  padding:9px;
}
.well hr {
  border-color:#e0e0e0;
  background-color:#FFF;
  height:1px;
}
/**
* PROGRESS BAR
*/
.checkout-progress .progress-bar {
  font-size:16px;
}
#box-start-page-categories {
  font-size:0.9em;
}
#box-start-page-categories.categorie-listing .section .title a:first-child {
  padding-bottom:0;
}
#box-start-page-categories.categorie-listing .section .title a:last-child {
  padding-top:0;
}
#box-start-page-categories a img {
  vertical-align:top;
  min-width:100%;
}
/*#box-start-page-categories p.image a {
  max-height:120px;
  overflow:hidden;
}*/
#header .header-top .col.col-logo {
	padding-top:4px;
}
#header .header-top .col &gt; .inner .logo,
#header .header-top .col &gt; .inner .logo img {
  max-height:45px;
}
img.img-listingTop {
  width:100%;
}
.xt-form-error {
  border:1px solid #b11d1a !important;
  outline:none;
  border-color:#b11d1a !important;
  box-shadow:0px 0px 5px 2px #b11d1a !important;
}
.xt-form-error[type=checkbox] {
  /*
    outline:1px solid #b11d1a !important;
    outline-offset:-1px;
    */
  background-color:#fcf8e3;
}
.div-table.table-bordered .tr:last-child {
  border-bottom:none;
}
#cart-table ul.label-list li.product-stock-image {
  margin-top:5px;
}
/**
* FORM STYLE
*/
.form-control {
  box-shadow:none;
}
/*@media (max-width:500px) {
  .form-control.bootstrap-select {
    width:210px !important;
  }
}*/
textarea, select, input[type=text], input[type=email], input[type=password] {
  display:block;
  width:100%;
  height:36px;
  padding:6px 12px;
  font-size:17px;
  line-height:1.3;
  color:#555555;
  background-color:#ffffff;
  background-image:none;
  border:1px solid #e0e0e0;
  border-radius:0;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea:focus, select:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  border-color:#e5e5e5;
  outline:0;
}
textarea::-moz-placeholder, select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color:#999999;
  opacity:1;
}
textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color:#999999;
}
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color:#999999;
}
textarea::-ms-expand, select::-ms-expand, input[type=text]::-ms-expand, input[type=email]::-ms-expand, input[type=password]::-ms-expand {
  border:0;
  background-color:transparent;
}
textarea[disabled], select[disabled], input[type=text][disabled], input[type=email][disabled], input[type=password][disabled], textarea[readonly], select[readonly], input[type=text][readonly], input[type=email][readonly], input[type=password][readonly], fieldset[disabled] textarea, fieldset[disabled] select, fieldset[disabled] input[type=text], fieldset[disabled] input[type=email], fieldset[disabled] input[type=password] {
  background-color:#eeeeee;
  opacity:1;
}
textarea[disabled], select[disabled], input[type=text][disabled], input[type=email][disabled], input[type=password][disabled], fieldset[disabled] textarea, fieldset[disabled] select, fieldset[disabled] input[type=text], fieldset[disabled] input[type=email], fieldset[disabled] input[type=password] {
  cursor:not-allowed;
}
textareatextarea, textareaselect, textareainput[type=text], textareainput[type=email], textareainput[type=password] {
  height:auto;
}
/*@media (max-width:500px) {
  textarea.bootstrap-select, select.bootstrap-select, input[type=text].bootstrap-select, input[type=email].bootstrap-select, input[type=password].bootstrap-select {
    width:210px !important;
  }
}*/
textarea {
  resize:vertical;
}
.label {
  vertical-align:middle;
  padding:0.4em 0.6em 0.1em;
}
fieldset {
  margin-bottom:15px;
}
label .required {
  margin-left:0.1em;
}
.js-input-count .tcAlert {
  background-color:#f0ad4e;
}
.js-input-count .tcAlert[href]:hover,
.js-input-count .tcAlert[href]:focus {
  background-color:#ec971f;
}
.js-input-count .tcWarn {
  background-color:#d9534f;
}
.js-input-count .tcWarn[href]:hover,
.js-input-count .tcWarn[href]:focus {
  background-color:#c9302c;
}
.form-submit br {
  display:none;
  visibility:hidden;
}
.label-secondary {
  background-color:#333333;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color:#1a1a1a;
}
/**
* BUTTONS
*/
.btn-secondary {
  color:#ffffff;
  background-color:#333333;
  border-color:#262626;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color:#ffffff;
  background-color:#1a1a1a;
  border-color:#000000;
}
.btn-secondary:hover {
  color:#ffffff;
  background-color:#1a1a1a;
  border-color:#080808;
}
.btn-secondary:active,
.btn-secondary.active,
.open &gt; .dropdown-toggle.btn-secondary {
  color:#ffffff;
  background-color:#1a1a1a;
  border-color:#080808;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open &gt; .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open &gt; .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open &gt; .dropdown-toggle.btn-secondary.focus {
  color:#ffffff;
  background-color:#080808;
  border-color:#000000;
}
.btn-secondary:active,
.btn-secondary.active,
.open &gt; .dropdown-toggle.btn-secondary {
  background-image:none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color:#333333;
  border-color:#262626;
}
.btn-secondary .badge {
  color:#333333;
  background-color:#ffffff;
}
.btn-cart {
  color:#ffffff;
  background-color:#507b23;
}
.btn-cart:focus,
.btn-cart.focus {
  color:#ffffff;
  background-color:#4b7521;
}
.btn-cart:hover {
  color:#ffffff;
  background-color:#4b7521;
}
.btn-cart:active,
.btn-cart.active,
.open &gt; .dropdown-toggle.btn-cart {
  color:#ffffff;
  background-color:#4b7521;
}
.btn-cart:active:hover,
.btn-cart.active:hover,
.open &gt; .dropdown-toggle.btn-cart:hover,
.btn-cart:active:focus,
.btn-cart.active:focus,
.open &gt; .dropdown-toggle.btn-cart:focus,
.btn-cart:active.focus,
.btn-cart.active.focus,
.open &gt; .dropdown-toggle.btn-cart.focus {
  color:#ffffff;
  background-color:#304a15;
}

.top-cart .btn-cart {
  color:#555555;
  background-color:#e5e5e5;
}
.top-cart .btn-cart:focus,
.top-cart .btn-cart.focus {
  color:#555555;
  background-color:#c5c5c5;
}
.top-cart .btn-cart:hover {
  color:#555555;
  background-color:#d5d5d5;
}
.top-cart .btn-cart:active,
.top-cart .btn-cart.active,
.top-cart .open &gt; .dropdown-toggle.btn-cart {
  color:#555555;
  background-color:#c5c5c5;
}
.top-cart .btn-cart:active:hover,
.top-cart .btn-cart.active:hover,
.top-cart .open &gt; .dropdown-toggle.btn-cart:hover,
.top-cart .btn-cart:active:focus,
.top-cart .btn-cart.active:focus,
.top-cart .open &gt; .dropdown-toggle.btn-cart:focus,
.top-cart .btn-cart:active.focus,
.top-cart .btn-cart.active.focus,
.top-cart .open &gt; .dropdown-toggle.btn-cart.focus {
  color:#555555;
  background-color:#c5c5c5;
}
.btn-cart:active,
.btn-cart.active,
.open &gt; .dropdown-toggle.btn-cart {
  background-image:none;
}
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled.focus,
.btn-cart[disabled].focus,
fieldset[disabled] .btn-cart.focus {
  background-color:#507b23;
  border-color:#10974c;
}
.btn-cart .badge {
  color:#507b23;
  background-color:#ffffff;
}
/**
* BACKGROUND STYLES
*/
.background-secondary {
  background-color:#555555;
}
/**
* QTY Button Group
*/
/**
* MAIN NAVIGATION
*/
.main-navigation {
  border:0 none;
  border-radius:0;
}
.main-navigation .navbar-header .navbar-toggle {
  color:#ffffff;
  float:left;
  margin:0;
  padding:15px 15px;
  border:0 none;
  min-height:44px;
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.main-navigation .navbar-header .navbar-toggle .caret {
  margin:5px 0 0 5px;
}
.main-navigation .navbar-search {
  margin:0;
}
.main-navigation .navbar-search .keywords {
  min-height:44px;
  border:1px solid #fafafa;
  border-radius:0;
  box-shadow:none;
}
.main-navigation .navbar-search .submit-button {
  position:relative;
  float:right;
  margin-right:15px;
  margin-top:13px;
  margin-bottom:13px;
  background-image:none;
  border:1px solid transparent;
  border-radius:0;
  margin:0;
  padding:9px 15px;
  border:0 none;
  min-height:43px;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.main-navigation .navbar-search .submit-button:focus {
  outline:0;
}
.main-navigation .navbar-search .submit-button .icon-bar {
  display:block;
  width:22px;
  height:2px;
  border-radius:1px;
}
.main-navigation .navbar-search .submit-button .icon-bar + .icon-bar {
  margin-top:4px;
}
@media (min-width:992px) {
  .main-navigation .navbar-search .submit-button {
    display:none;
  }
}
.main-navigation .navbar-collapse &gt; ul &gt; li &gt; a {
  font-weight:normal;
  text-transform:uppercase;
  font-variant:small-caps;
}
@media (min-width:992px) {
  .main-navigation .navbar-collapse {
    padding-left:0;
    padding-right:0;
  }
  .main-navigation .navbar-collapse .mega-dropdown .dropdown-menu {
    display:none !important;
  }
}


/*
.navbar-mega {
  padding:19px 0;
  margin:-30px 0 30px;
  list-style-type:none;
  position:relative;
  z-index:1000;
  background-color:#ffffff;
  color:#777777;
  border-top:5px solid #e5e5e5;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.navbar-mega a {
  color:#555555;
}
.navbar-mega a:hover {
  color:#e5e5e5;
}
.navbar-mega .col {
  word-wrap:break-word;
  hyphens:auto;
}
.navbar-mega .col.divider {
  height:1px;
  margin:10px 0;
  overflow:hidden;
  background-color:#ffffff;
}
.navbar-mega .col .title {
  line-height:1.1;
  margin-top:11px;
  margin-bottom:11px;
  font-size:17px;
  font-weight:normal;
  text-transform:uppercase;
  font-variant:small-caps;
  display:block;
  text-decoration:none;
  color:#333333;
  border-bottom:1px solid #eeeeee;
  padding-bottom:10.66666667px;
  margin-bottom:10.66666667px;
}
.navbar-mega .col .title small,
.navbar-mega .col .title .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
.navbar-mega .col .title small,
.navbar-mega .col .title .small {
  font-size:75%;
}
.navbar-mega .col .title:hover {
  color:#e5e5e5;
}
.navbar-mega .col ul {
  padding-left:0;
  list-style:none;
  margin:0 0 22px;
}
.navbar-mega .col ul li a {
  padding-top:3px;
  padding-bottom:3px;
  display:inline-block;
}
.navbar-mega .col .dropdown-header {
  padding-left:0;
  text-decoration:none;
  font-size:14px;
  font-weight:normal;
}
body.navbar-mega-open #header,
body.navbar-mega-open .navbar-mega {
  position:relative;
  z-index:1050;
}
*/

/**
* BOOTSTRAP SELECT
*/
.bootstrap-select.open .dropdown-menu .option-title {
  display:none !important;
}
/**
* META NAVIGATION
*/
.meta-navigation {
  background-color:#fafafa;
}
.meta-navigation,
.meta-navigation a,
.meta-navigation .btn {
  color:#777777;
  font-size:18px;
  text-decoration:none;
}
.meta-navigation a:hover {
  color:#e5e5e5;
}
@media (max-width:767px)
{
	.meta-navigation .container {
		padding:7px 0;
	}
}
@media (min-width:768px)
{
	.meta-navigation .container {
		padding:3px 0;
	}
}
.meta-navigation .container {
	line-height:1.4em;
}
.meta-navigation .container &gt; ul {
  margin:0;
  padding:0;
}
.meta-navigation .container &gt; ul &gt; li {
  margin:0;
  padding:0 4px;
  display:inline-block;
}
.meta-navigation .headline {
  display:none !important;
}
.meta-navigation .bootstrap-select {
  height:auto;
  transition:none;
}
.meta-navigation .bootstrap-select,
.meta-navigation .bootstrap-select .btn {
  background-color:#eeeeee !important;
  border:0 none;
  box-shadow:none;
}
.meta-navigation .bootstrap-select .btn {
  padding:7px 10px;
  padding-right:20px;
}
.meta-navigation .bootstrap-select .btn:hover {
  color:#e5e5e5 !important;
}
.meta-navigation .bootstrap-select.open .btn,
.meta-navigation .bootstrap-select.open .glyphicon {
  color:#e5e5e5 !important;
}
.meta-navigation .bootstrap-select.show-tick .dropdown-menu &gt; li &gt; a {
  padding-right:40px;
}
.meta-navigation .user,
.meta-navigation .user a,
.meta-navigation .user .btn {
  color:#5e5e5e;
}
.meta-navigation .user &gt; li:after {
  /*content:" |";*/
}
.meta-navigation .user &gt; li:last-child:after {
  /*display:none !important;*/
}
@media (max-width:767px) {
  .meta-navigation .user {
    text-align:center;
    float:none !important;
  }
}

/**
* MORE CATEGORIES NAVIGATION
*/
.categorie-listing .section {
  min-height:20px;
  margin-bottom:20px;
  background-color:#f7f7f7;
  border-radius:0;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow:none;
  border:1px solid #e0e0e0;
  padding:19px;
  padding:0;
}
.categorie-listing .section blockquote {
  border-color:#ddd;
  border-color:rgba(0, 0, 0, 0.15);
}
.categorie-listing .section.well-lg {
  padding:24px;
}
.categorie-listing .section.well-sm {
  padding:9px;
}
.categorie-listing .section hr {
  border-color:#e0e0e0;
  background-color:#FFF;
  height:1px;
}
.categorie-listing .section .image,
.categorie-listing .section .image a,
.categorie-listing .section .image img {
  padding:0 !important;
  margin:0 !important;
  text-decoration:none;
  color:#f7f7f7;
}
.categorie-listing .section .title {
  padding:0 !important;
  margin:0 !important;
}
.categorie-listing .section .title a {
  display:block;
  padding:9px;
}


/* Categories Menu */
.box-categories {
	border:0 none;
	box-shadow:none;
	/*min-height:900px;*/
	margin-bottom:30px;
	background:#fff;
}

.box-categories .panel-heading {
    padding:19px 0 19px 15px;
    background-color:#507b23;
    border:0 none;
}
.box-categories .panel-heading,
.box-categories .panel-heading a {
	color:#ffffff;
}
.box-categories ul li:first-child a,
.box-categories ul li.level-1.active a {
	border-top:0 none !important;
}
.box-categories ul li.level-1 {
	margin:0;
	max-width:200px;
}
.dropdown-menu .box-categories ul li.level-1 {
	margin:0;
	max-width:none;
}

@media (max-width:767px) { /* xs */
	.box-categories ul li.level-1 {
		margin:0;
		width:auto;
	}
	.box-categories {
		min-height:0;
		margin-bottom:2px;
	}
	.box-categories ul li.level-1 {
	  margin:0;
	  max-width:none;
	}
	.box-categories ul.dropdown-menu {
	  margin-left:10px;
	  box-shadow:3px 3px 20px rgba(0, 0, 0, 0.3);
	}
}
.box-categories ul li.level-1 a {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px !important;
	padding-right:5px;
	background-color:#fff;
	border-top:0;
	border-bottom:1px dashed #e5e5e5;
	font-weight:normal;
	color:#000 !important;
	letter-spacing:-0.03em;
	overflow:hidden;
}
.navbar .box-categories ul li.level-1 a {
	font-size:20px;
	letter-spacing:normal;
	padding-left:10px !important;
	padding-right:10px !important;
}
.navbar .box-categories ul li.level-1 a i {
	float:right;
	color:#d5d5d5;
}
.box-categories ul li.level-1.active &gt; a,
.box-categories ul li.level-2.active a {
	color:#ffffff;
	background-color:#e5e5e5;
}
.box-categories ul li.level-1 a:hover,
.box-categories ul li.level-2 a:hover {
	background-color:#f5f5f5;
}
.box-categories ul li.level-2 a {
	padding-top:8px;
	padding-bottom:7px;
	padding-left:7px !important;
	font-size:17px;
	border-top:0;
	border-bottom:1px dashed #e5e5e5;
	font-weight:normal;
	color:#000 !important;
	letter-spacing:-0.02em;
}



/**
* SIDEBAR TOGGLE
*/
.sidebar-products {
  /*switch*/
}
.sidebar-products .panel .panel-heading {
  padding:19px 5px;
}
.sidebar-products .listing .section {
  margin-bottom:0 !important;
}
.sidebar-products .switch-area .switch-button .less,
.sidebar-products .switch-area .item .seperator {
  display:none;
}
.sidebar-products .switch-area.switch-bounce-finish .switch-button .less {
  display:inline-block;
}
.sidebar-products .switch-area.switch-bounce-finish .switch-button .more {
  display:none;
}
.sidebar-products .switch-area.switch-bounce .switch-items .item .seperator {
  display:block;
}
/**
* BRANDING
*/
.header-top .branding a {
  text-decoration:none;
  color:#999999;
}
.header-top .branding a img {
  display:inline-block;
  color:#999999;
}


/* CART BOX */
.box-cart .btn-group .btn-group {
  position:static;
}
.box-cart .btn-group .btn-group .dropdown-menu {
  width:100%;
}
.box-cart .btn-group .btn {
  padding:10px 16px;
  font-size:20px;
  line-height:1.3333333;
  border-radius:0;
}
.box-cart .btn-group .btn-left {
  font-size:17px;
  padding-top:13px;
  padding-bottom:13px;
}
.box-cart .btn-group .btn-right {
  padding-top:12px;
  margin-left:0;
}
.bottom-cart .box-cart {
  display:none !important;
  position:fixed;
  z-index:1030;
  left:0;
  bottom:0;
  max-height:60px;
  width:100%;
}
@media (max-width:767px) {
  .bottom-cart .box-cart {
    display:block !important;
  }
  table.bottom-cart .box-cart {
    display:table !important;
  }
  tr.bottom-cart .box-cart {
    display:table-row !important;
  }
  th.bottom-cart .box-cart,
  td.bottom-cart .box-cart {
    display:table-cell !important;
  }
}
.bottom-cart .box-cart .inner {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
  display:block;
  min-width:320px;
  background-color:#507b23;
  border:0 none;
}
@media (min-width:768px) {
  .bottom-cart .box-cart .inner {
    width:750px;
  }
}
@media (min-width:992px) {
  .bottom-cart .box-cart .inner {
    width:970px;
  }
}
@media (min-width:1380px) {
  .bottom-cart .box-cart .inner {
    width:1350px;
  }
}
.bottom-cart .box-cart .inner &gt; .navbar-header,
.bottom-cart .box-cart .inner &gt; .navbar-collapse {
  margin-right:-15px;
  margin-left:-15px;
}
@media (min-width:992px) {
  .bottom-cart .box-cart .inner &gt; .navbar-header,
  .bottom-cart .box-cart .inner &gt; .navbar-collapse {
    margin-right:0;
    margin-left:0;
  }
}
.bottom-cart .box-cart,
.bottom-cart .box-cart .btn {
  border:0 none;
  color:#ffffff;
}
.bottom-cart .box-cart .btn-right {
  float:right;
}
/* CART POPUP */
#xt_cart_popup .alert {
	margin-bottom:0;
}
#xt_cart_popup .modal-footer {
	padding-bottom:0;
}
#xt_cart_popup .shipping-row { /* kein Link Versandkostenrechner in Cart-Popup */
	display:none;
}
/**
* CART PAGE / CHECKOUT
*/
#cart .div-table .label-list.fixed-padding .label,
.confirmation-action-wrap .div-table .label-list.fixed-padding .label {
  padding:0.6em 0.6em 0.3em;
}
/**
* LISTING DEFAULTS
*/
.listing .section {
  margin-bottom:15px;
}
.listing .section .title {
  word-wrap:break-word;
  hyphens:auto;
  margin-top:5px;
  margin-bottom:11px;
}
.listing .section .title .h1,
.listing .section .title .h2,
.listing .section .title .h3,
.listing .section .title .h4,
.listing .section .title .h5 {
  margin:0 0 2px;
}
.listing .section .title .desc {
  line-height:1.2;
}
/*
.listing .section .title {
  color:#555555;
}
*/
.listing .section .image,
.listing .section .image .image-link {
  width:100%;
}
@media (min-width:1380px) { /* lg */
	.listing .section .col-sm-4 .image {
	  padding-left:8px;
	}
}
.listing .section .image .image-link {
  display:block;
  min-height:60px;
}
.more-images.listing .section .image .image-link {
  min-height:0;
}
.listing .section .section-footer {
  margin-top:-20px;
  padding:0 40px 20px;
}
.listing .section .section-footer .footer-buttons .btn {
  min-width:45%;
  text-align:center;
  font-size:17px;
  line-height:1;
}
.listing .section .section-footer .footer-buttons.b-0 .btn {
  width:100%;
}
.products-sort-pages {
  padding-top:15px;
  padding-bottom:15px;
}
.products-sort-pages .nav-pages .btn {
  padding-top:7px;
  padding-bottom:5px;
}
/**
* LISTING SWITCH
*/
.product-listing-switch.product-listing-v1 .visible-v2,
.product-listing-switch.product-listing-v1 .hidden-v1 {
  display:none !important;
}
.product-listing-switch.product-listing-v1 .listing &gt; .col .col {
  /*width:100%;*/
}
.product-listing-switch.product-listing-v2 .visible-v1,
.product-listing-switch.product-listing-v2 .hidden-v2 {
  display:none !important;
}
.product-listing-switch.product-listing-v2 .listing &gt; .col {
  width:100%;
}
@media (min-width:768px) {
  .product-listing-switch.product-listing-v2 .listing &gt; .col .col .image {
    margin:0;
  }
}
/**
* MANUFACTURER IMAGE
*/
@media (min-width:992px) { /* md */
	.manufacturers-image {
		margin-left:15px;
	}
}
.product-manufacturer.image {
  margin-bottom:15px;
}
.product-manufacturer.image.pull-right {
  margin-left:15px;
}
.product-manufacturer.image.pull-left {
  margin-right:15px;
}
/**
* PRODUCT
*/
.product-price {
  font-weight:normal;
}
.product-price .price-old,
.product-price .price-discount {
  font-weight:normal;
  color:#999999;
  font-size:12px;
}
.product-price .price-old {
  text-decoration:line-through;
}
.div-table .price-tag,
.table .price-tag {
  white-space:nowrap;
}
.product-tax-shipping,
.product-tax,
.product-shipping,
.product-weight,
.product-stock-name,
.product-stock-image,
.product-shipping-status,
.vpe,
.product-base-price,
ul.product-meta-info {
  margin-bottom:0;
}
.product-tax-shipping,
.product-tax,
.product-shipping,
.product-weight,
.product-stock-name,
.product-stock-image,
.vpe,
.product-base-price,
.product-tax-shipping a,
.product-tax a,
.product-shipping a,
.product-weight a,
.product-stock-name a,
.product-stock-image a,
.product-shipping-status a,
.vpe a,
.product-base-price a,
ul.product-meta-info a {
  font-weight:normal;
  font-size:14px;
  line-height:1.5;
}
.product-tax-shipping a,
.product-tax a,
.product-shipping a,
.product-weight a,
.product-stock-name a,
.product-stock-image a,
.product-shipping-status a,
.vpe a,
.product-base-price a,
ul.product-meta-info a {
  text-decoration:underline;
}
.product-model,
.product-weight,
.product-tax,
.product-shipping-status,
.product-weight {
  white-space:nowrap;
}
ul.product-meta-info {
  list-style:none;
  margin-left:0;
  padding-left:0;
  margin-bottom:5.5px;
}
ul.product-meta-info.bold,
ul.product-meta-info.bold * {
  font-weight:normal !important;
}
ul.product-meta-info li {
  list-style-type:none;
  display:block;
  margin-bottom:11px;
}
@media (min-width:768px) and (max-width:991px) {
  ul.product-meta-info li {
    display:block !important;
  }
}
ul.product-meta-info li:before {
  content:" ·";
  font-weight:normal;
  padding-left:4px;
  padding-right:4px;
}
@media (min-width:768px) and (max-width:991px) {
  ul.product-meta-info li:before {
    display:none !important;
  }
}
ul.product-meta-info li:first-child:before {
  display:none !important;
}
ul.product-meta-info li img {
  vertical-align:bottom;
}
ul.product-meta-info li,
ul.product-meta-info li * {
  vertical-align:baseline;
}
@media (max-width:767px) {
  .payment-logos .logos img {
    display:inline-block;
    margin:0 0 4px;
  }
}
@media (min-width:768px) {
  .payment-logos .logos {
    margin:0 -4px 14px;
  }
  .payment-logos .logos img {
    margin:0 4px 8px;
    display:block;
    float:left;
  }
}
.product-detail .product-images .product-image {
  width:100%;
  margin-bottom:0;
}
.product-detail .product-images .product-image .img-label-wrap {
  position:relative;
  display:inline-block;
  white-space:nowrap;
}
.product-detail .product-images .product-image img {
  width:auto !important;
  height:auto !important;
}
@media (max-width:991px) {
  .product-detail .product-images .more-images {
    display:flex;
    align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
  }
}
.product-detail .product-images .more-images .col {
  margin-bottom:15px;
}
.product-detail .product-images .more-images .col a {
  text-decoration:none;
}
.product-detail .product-images .more-images .col a.img-thumbnail:hover {
  border-color:#b7b7b7;
}
.product-detail .product-images .more-images .col a img {
  width:auto !important;
  height:auto !important;
}
.product-detail .product-images .more-images .col.show-more a {
  text-align:center;
  width:100%;
  border:0 none;
}
@media (min-width:768px) {
  .product-detail .product-images .more-images .col.show-more a {
    padding-top:15px;
  }
}
.product-detail .product-images .more-images .col.show-more a:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f00e";
  font-size:30px;
}
.product-detail .product-images .more-images .col.show-more a img {
  display:none !important;
}
.product-detail .product-info .title {
  margin-top:0;
  padding-top:0;
}
.product-detail .product-info .table {
  background-color:#FFF;
}
.product-detail .product-info {
	line-height:1.2;
}
.product-detail .product-info .product-price.this {
	color:#333333;
	margin-top:22px;
	font-weight:400;
	font-size:52px;
}
.product-detail .product-info .product-price.this.master-price {
    font-size:36px;
}
.product-detail .product-info .product-price.this.master-price {
    font-size:36px;
}
.product-detail .product-info .product-price.this .price-new {
	display:block;
	font-weight:bold;
}
.product-detail .product-info .product-price.this .before {
	font-size:18px;
	font-weight:normal;
	display:block;
	text-decoration:line-through;
	color:#cd4e39;
}
.product-detail .product-info .product-price.this .price-discount {
	display:block;
	font-size:18px;
	font-weight:normal;
	color:#526c19;
	margin-bottom:11px;
}
.product-detail .product-info .product-base-price {
	font-size:18px;
	margin-bottom:11px;
}
.product-detail .product-info .product-netto-price {
	font-size:20px;
	margin-bottom:11px;
}
.product-detail .product-info .badge.badge-lighter {
  background-color:#eeeeee;
  min-width:55px;
}

.product-detail .product-info .product-price.this small,
.product-detail .product-info .product-price.this .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
.product-detail .product-info .product-price.this small,
.product-detail .product-info .product-price.this .small {
  font-size:65%;
}
.product-detail .product-info .headline {
  font-size:17px;
  line-height:1.3;
  font-weight:normal;
  text-transform:uppercase;
  margin-top:22px;
  margin-bottom:11px;
}
.product-detail .product-info .ms-options span label:first-child,
.product-detail .product-info .ms-options span label:first-child img {
  margin-left:0;
}
.product-detail .product-info .ms-options span.bold {
  text-transform:uppercase;
  font-weight:normal;
}
.product-detail .product-info .ms-options div[style="color:red"] {
  padding:15px;
  margin-bottom:22px;
  border:1px solid transparent;
  border-radius:0;
  background-color:#f2dede !important;
  border-color:#ebccd1 !important;
  color:#a94442 !important;
}
.product-detail .product-info .ms-options div[style="color:red"] h4 {
  margin-top:0;
  color:inherit;
}
.product-detail .product-info .ms-options div[style="color:red"] .alert-link {
  font-weight:normal;
}
.product-detail .product-info .ms-options div[style="color:red"] &gt; p,
.product-detail .product-info .ms-options div[style="color:red"] &gt; ul {
  margin-bottom:0;
}
.product-detail .product-info .ms-options div[style="color:red"] &gt; p + p {
  margin-top:5px;
}
.product-detail .product-info .ms-options div[style="color:red"] hr {
  border-top-color:#e4b9c0 !important;
}
.product-detail .product-info .ms-options div[style="color:red"] .alert-link {
  color:#843534 !important;
}
.product-detail .product-info .ms-options div[style="color:red"]:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f06a";
}
.product-detail .product-info .ms-options .image_option,
.product-detail .product-info .ms-options .image_option_selected {
  padding:4px;
  line-height:1.3;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:0;
  transition:all 0.2s ease-in-out;
  display:inline-block;
  display:block;
  max-width:100%;
  height:auto;
  padding:2px;
  width:40px !important;
  height:40px !important;
}
.product-detail .product-info .ms-options .image_option:hover,
.product-detail .product-info .ms-options .image_option_selected:hover {
  border-color:#aaaaaa;
}
.product-detail .product-info .ms-options .image_option_selected {
  border-color:#507b23 !important;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #507b23;
}
.product-detail .product-info .ms-options .default_option,
.product-detail .product-info .ms-options .default_option_selected {
  display:inline-block;
  margin-bottom:0;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:6px 6px;
  font-size:17px;
  line-height:1;
  border-radius:0;
  user-select:none;
  color:#ffffff;
  background-color:#507b23;
  border-color:#262626;
  margin-bottom:5px;
}
.product-detail .product-info .ms-options .default_option:focus,
.product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option:active:focus,
.product-detail .product-info .ms-options .default_option_selected:active:focus,
.product-detail .product-info .ms-options .default_option.active:focus,
.product-detail .product-info .ms-options .default_option_selected.active:focus,
.product-detail .product-info .ms-options .default_option.focus,
.product-detail .product-info .ms-options .default_option_selected.focus,
.product-detail .product-info .ms-options .default_option:active.focus,
.product-detail .product-info .ms-options .default_option_selected:active.focus,
.product-detail .product-info .ms-options .default_option.active.focus,
.product-detail .product-info .ms-options .default_option_selected.active.focus {
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.product-detail .product-info .ms-options .default_option:hover,
.product-detail .product-info .ms-options .default_option_selected:hover,
.product-detail .product-info .ms-options .default_option:focus,
.product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option.focus,
.product-detail .product-info .ms-options .default_option_selected.focus {
  color:#555555;
  text-decoration:none;
}
.product-detail .product-info .ms-options .default_option:active,
.product-detail .product-info .ms-options .default_option_selected:active,
.product-detail .product-info .ms-options .default_option.active,
.product-detail .product-info .ms-options .default_option_selected.active {
  outline:0;
  background-image:none;
  box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.product-detail .product-info .ms-options .default_option.disabled,
.product-detail .product-info .ms-options .default_option_selected.disabled,
.product-detail .product-info .ms-options .default_option[disabled],
.product-detail .product-info .ms-options .default_option_selected[disabled],
fieldset[disabled] .product-detail .product-info .ms-options .default_option,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected {
  cursor:not-allowed;
  opacity:0.65;
  filter:alpha(opacity=65);
  box-shadow:none;
}
a.product-detail .product-info .ms-options .default_option.disabled,
a.product-detail .product-info .ms-options .default_option_selected.disabled,
fieldset[disabled] a.product-detail .product-info .ms-options .default_option,
fieldset[disabled] a.product-detail .product-info .ms-options .default_option_selected {
  pointer-events:none;
}
.product-detail .product-info .ms-options .default_option:focus,
.product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option.focus,
.product-detail .product-info .ms-options .default_option_selected.focus {
  color:#ffffff;
  background-color:#1a1a1a;
  border-color:#000000;
}
.product-detail .product-info .ms-options .default_option:hover,
.product-detail .product-info .ms-options .default_option_selected:hover {
  color:#ffffff;
  background-color:#1a1a1a;
  border-color:#080808;
}
.product-detail .product-info .ms-options .default_option:active,
.product-detail .product-info .ms-options .default_option_selected:active,
.product-detail .product-info .ms-options .default_option.active,
.product-detail .product-info .ms-options .default_option_selected.active,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected {
  color:#ffffff;
  background-color:#1a1a1a;
  border-color:#080808;
}
.product-detail .product-info .ms-options .default_option:active:hover,
.product-detail .product-info .ms-options .default_option_selected:active:hover,
.product-detail .product-info .ms-options .default_option.active:hover,
.product-detail .product-info .ms-options .default_option_selected.active:hover,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option:hover,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected:hover,
.product-detail .product-info .ms-options .default_option:active:focus,
.product-detail .product-info .ms-options .default_option_selected:active:focus,
.product-detail .product-info .ms-options .default_option.active:focus,
.product-detail .product-info .ms-options .default_option_selected.active:focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option:focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option:active.focus,
.product-detail .product-info .ms-options .default_option_selected:active.focus,
.product-detail .product-info .ms-options .default_option.active.focus,
.product-detail .product-info .ms-options .default_option_selected.active.focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option.focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected.focus {
  color:#ffffff;
  background-color:#080808;
  border-color:#000000;
}
.product-detail .product-info .ms-options .default_option:active,
.product-detail .product-info .ms-options .default_option_selected:active,
.product-detail .product-info .ms-options .default_option.active,
.product-detail .product-info .ms-options .default_option_selected.active,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected {
  background-image:none;
}
.product-detail .product-info .ms-options .default_option.disabled:hover,
.product-detail .product-info .ms-options .default_option_selected.disabled:hover,
.product-detail .product-info .ms-options .default_option[disabled]:hover,
.product-detail .product-info .ms-options .default_option_selected[disabled]:hover,
fieldset[disabled] .product-detail .product-info .ms-options .default_option:hover,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected:hover,
.product-detail .product-info .ms-options .default_option.disabled:focus,
.product-detail .product-info .ms-options .default_option_selected.disabled:focus,
.product-detail .product-info .ms-options .default_option[disabled]:focus,
.product-detail .product-info .ms-options .default_option_selected[disabled]:focus,
fieldset[disabled] .product-detail .product-info .ms-options .default_option:focus,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option.disabled.focus,
.product-detail .product-info .ms-options .default_option_selected.disabled.focus,
.product-detail .product-info .ms-options .default_option[disabled].focus,
.product-detail .product-info .ms-options .default_option_selected[disabled].focus,
fieldset[disabled] .product-detail .product-info .ms-options .default_option.focus,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected.focus {
  background-color:#333333;
  border-color:#262626;
}
.product-detail .product-info .ms-options .default_option .badge,
.product-detail .product-info .ms-options .default_option_selected .badge {
  color:#333333;
  background-color:#ffffff;
}
.product-detail .product-info .ms-options .default_option_selected {
  color:#ffffff;
  background-color:#507b23;
  border-color:#4b7521;
}
.product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option_selected.focus {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#255625;
}
.product-detail .product-info .ms-options .default_option_selected:hover {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.product-detail .product-info .ms-options .default_option_selected:active,
.product-detail .product-info .ms-options .default_option_selected.active,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.product-detail .product-info .ms-options .default_option_selected:active:hover,
.product-detail .product-info .ms-options .default_option_selected.active:hover,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected:hover,
.product-detail .product-info .ms-options .default_option_selected:active:focus,
.product-detail .product-info .ms-options .default_option_selected.active:focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option_selected:active.focus,
.product-detail .product-info .ms-options .default_option_selected.active.focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected.focus {
  color:#ffffff;
  background-color:#304a15;
  border-color:#255625;
}
.product-detail .product-info .ms-options .default_option_selected:active,
.product-detail .product-info .ms-options .default_option_selected.active,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .default_option_selected {
  background-image:none;
}
.product-detail .product-info .ms-options .default_option_selected.disabled:hover,
.product-detail .product-info .ms-options .default_option_selected[disabled]:hover,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected:hover,
.product-detail .product-info .ms-options .default_option_selected.disabled:focus,
.product-detail .product-info .ms-options .default_option_selected[disabled]:focus,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected:focus,
.product-detail .product-info .ms-options .default_option_selected.disabled.focus,
.product-detail .product-info .ms-options .default_option_selected[disabled].focus,
fieldset[disabled] .product-detail .product-info .ms-options .default_option_selected.focus {
  background-color:#507b23;
  border-color:#4b7521;
}
.product-detail .product-info .ms-options .default_option_selected .badge {
  color:#507b23;
  background-color:#ffffff;
}
.product-detail .product-info .ms-options .default_option_selected:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f00c";
}
.product-detail .product-info .ms-options .optionNotAvailable {
  background:#999999;
}
.product-detail .product-info .ms-options .optionNotAvailable:hover {
  background:#999999;
}
.product-detail .product-info .ms-options .bootstrap-select {
  margin-top:4px;
  margin-bottom:12px;
  width:auto;
}
.product-detail .product-info .ms-options .bootstrap-select ul li {
  margin:0;
}
/*
.product-detail .product-info .ms-options .select_option_selected .btn {
  color:#ffffff;
  background-color:#5bc0de;
  border-color:#46b8da;
}
.product-detail .product-info .ms-options .select_option_selected .btn:focus,
.product-detail .product-info .ms-options .select_option_selected .btn.focus {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#255625;
}
.product-detail .product-info .ms-options .select_option_selected .btn:hover {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.product-detail .product-info .ms-options .select_option_selected .btn:active,
.product-detail .product-info .ms-options .select_option_selected .btn.active,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .select_option_selected .btn {
  color:#ffffff;
  background-color:#4b7521;
  border-color:#304a15;
}
.product-detail .product-info .ms-options .select_option_selected .btn:active:hover,
.product-detail .product-info .ms-options .select_option_selected .btn.active:hover,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .select_option_selected .btn:hover,
.product-detail .product-info .ms-options .select_option_selected .btn:active:focus,
.product-detail .product-info .ms-options .select_option_selected .btn.active:focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .select_option_selected .btn:focus,
.product-detail .product-info .ms-options .select_option_selected .btn:active.focus,
.product-detail .product-info .ms-options .select_option_selected .btn.active.focus,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .select_option_selected .btn.focus {
  color:#ffffff;
  background-color:#304a15;
  border-color:#255625;
}
.product-detail .product-info .ms-options .select_option_selected .btn:active,
.product-detail .product-info .ms-options .select_option_selected .btn.active,
.open &gt; .dropdown-toggle.product-detail .product-info .ms-options .select_option_selected .btn {
  background-image:none;
}
.product-detail .product-info .ms-options .select_option_selected .btn.disabled:hover,
.product-detail .product-info .ms-options .select_option_selected .btn[disabled]:hover,
fieldset[disabled] .product-detail .product-info .ms-options .select_option_selected .btn:hover,
.product-detail .product-info .ms-options .select_option_selected .btn.disabled:focus,
.product-detail .product-info .ms-options .select_option_selected .btn[disabled]:focus,
fieldset[disabled] .product-detail .product-info .ms-options .select_option_selected .btn:focus,
.product-detail .product-info .ms-options .select_option_selected .btn.disabled.focus,
.product-detail .product-info .ms-options .select_option_selected .btn[disabled].focus,
fieldset[disabled] .product-detail .product-info .ms-options .select_option_selected .btn.focus {
  background-color:#507b23;
  border-color:#4b7521;
}
.product-detail .product-info .ms-options .select_option_selected .btn .badge {
  color:#507b23;
  background-color:#ffffff;
}
.product-detail .product-info .ms-options .select_option_selected .btn .filter-option:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f00c";
  margin-right:3px;
}
*/
.download-table .title {
  font-weight:normal;
  line-height:1.1;
  color:#333333;
  margin-top:11px;
  margin-bottom:11px;
  font-size:17px;
}
.download-table .title small,
.download-table .title .small {
  font-weight:normal;
  line-height:1;
  color:#777777;
}
.download-table .title small,
.download-table .title .small {
  font-size:75%;
}
.download-table .title .icon {
  color:#999999;
  margin-right:15px;
  float:left;
}
.download-table .title .name {
  position:relative;
  top:1px;
}
.download-table .title .icon,
.download-table .title .name {
  vertical-align:bottom;
  display:inline;
}
/**
* REVIEW STARS
*/
.product-reviews {
  margin-bottom:11px;
  display:inline-block;
  cursor:default;
}
a.product-reviews,
.product-reviews[onclick] {
  cursor:pointer;
}
.bootstrap-select .product-reviews {
  margin-right:8px;
  margin-bottom:2px;
  cursor:inherit;
}
.bootstrap-select .product-reviews,
.bootstrap-select .product-reviews span {
  vertical-align:bottom;
  font-size:17px;
  line-height:16px;
}
.product-reviews .reviews_rating_light {
  background:transparent;
  position:relative;
  font-size:17px;
  line-height:16px;
  height:16px;
  width:85px;
  overflow:hidden;
  z-index:1;
  white-space:nowrap;
  text-align:left;
  display:inline-block;
}
.product-reviews .reviews_rating_light i {
  width:16px;
  height:16px;
  display:inline-block;
  color:#a6a6a6;
  margin-left:1px;
}
.product-reviews .reviews_rating_light i:before {
  background:#ffffff;
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  content:"\f005";
}
.product-info .product-reviews .reviews_rating_light i:before,
.well .product-reviews .reviews_rating_light i:before,
.bootstrap-select .product-reviews .reviews_rating_light i:before {
  background:transparent;
}
.product-reviews .reviews_rating_light .reviews_rating_dark {
  background:transparent;
  position:absolute;
  top:0;
  left:0;
  height:16px;
  width:100%;
  overflow:hidden;
  z-index:2;
  display:inline-block;
}
.product-reviews .reviews_rating_light .reviews_rating_dark i {
  color:#ffcb2e;
}
.product-reviews .reviews_rating_light .reviews_rating_dark i:before {
  content:"\f005";
}
.bootstrap-select .product-reviews .reviews_rating_light .reviews_rating_dark i:before {
  background:transparent;
}
.product-reviews .products_rating_count {
  float:left;
  margin-left:5px;
}
.product-reviews-list .panel hr,
.product-reviews-list .panel p {
  margin-bottom:5px;
}
.product-reviews-list .panel .headline {
  margin-top:0;
  padding-top:0;
}
.product-reviews-list .panel:last-of-type {
  margin-bottom:11.5px;
}
/**
* CHECKOUT
*/
#checkout .progress {
  height:auto;
}
#checkout .progress .progress-bar {
  padding-top:8px;
  padding-bottom:8px;
}
#checkout .list-group .shipping-name .normal,
#checkout .list-group .payment-name .normal {
  float:right !important;
  float:right;
}
#checkout .list-group .shipping-name .float-right,
#checkout .list-group .payment-name .float-right {
  display:block;
  margin-left:30px;
  margin-top:-2px;
}
#checkout .list-group .shipping-name .price-tag,
#checkout .list-group .payment-name .price-tag {
  margin-left:4px;
}
#checkout .list-group .shipping-name img,
#checkout .list-group .payment-name img {
  padding:4px;
  line-height:1.3;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:0;
  transition:all 0.2s ease-in-out;
  display:inline-block;
  max-width:100%;
  height:auto;
  margin-bottom:8px;
}
#checkout .list-group .list-group-item:hover {
  background-color:#f7f7f7;
}
#checkout .list-group .list-group-item.active:hover {
  background-color:#dff0d8;
}
#checkout .list-group .list-group-item.active .price-tag,
#checkout .list-group .list-group-item.active legend {
  color:#ffffff;
}
/**
 * LOGIN
 */
.login-action-wrap .left-register-area .form-group {
  margin-bottom:15px;
}
.login-action-wrap .left-register-area .form-group:before,
.login-action-wrap .left-register-area .form-group:after {
  content:" ";
  display:table;
}
.login-action-wrap .left-register-area .form-group:after {
  clear:both;
}
.login-action-wrap .left-register-area .form-group:before,
.login-action-wrap .left-register-area .form-group:after {
  content:" ";
  display:table;
}
.login-action-wrap .left-register-area .form-group:after {
  clear:both;
}
.login-action-wrap .left-register-area .form-group label {
  padding-top:8px;
}
/**
* ALERTS
*/
#installer_warning {
  border-radius:0;
}
.box.success {
  padding:15px;
  margin-bottom:22px;
  border:1px solid transparent;
  border-radius:0;
  background-color:#dff0d8;
  border-color:#d6e9c6;
  color:#3c763d;
}
.box.success h4 {
  margin-top:0;
  color:inherit;
}
.box.success .alert-link {
  font-weight:normal;
}
.box.success &gt; p,
.box.success &gt; ul {
  margin-bottom:0;
}
.box.success &gt; p + p {
  margin-top:5px;
}
.box.success hr {
  border-top-color:#c9e2b3;
}
.box.success .alert-link {
  color:#2b542c;
}
.box.info {
  padding:15px;
  margin-bottom:22px;
  border:1px solid transparent;
  border-radius:0;
  background-color:#d9edf7;
  border-color:#bce8f1;
  color:#31708f;
}
.box.info h4 {
  margin-top:0;
  color:inherit;
}
.box.info .alert-link {
  font-weight:normal;
}
.box.info &gt; p,
.box.info &gt; ul {
  margin-bottom:0;
}
.box.info &gt; p + p {
  margin-top:5px;
}
.box.info hr {
  border-top-color:#a6e1ec;
}
.box.info .alert-link {
  color:#245269;
}
.box.warning {
  padding:15px;
  margin-bottom:22px;
  border:1px solid transparent;
  border-radius:0;
  background-color:#fcf8e3;
  border-color:#faebcc;
  color:#8a6d3b;
}
.box.warning h4 {
  margin-top:0;
  color:inherit;
}
.box.warning .alert-link {
  font-weight:normal;
}
.box.warning &gt; p,
.box.warning &gt; ul {
  margin-bottom:0;
}
.box.warning &gt; p + p {
  margin-top:5px;
}
.box.warning hr {
  border-top-color:#f7e1b5;
}
.box.warning .alert-link {
  color:#66512c;
}
.box.error,
.box.danger,
#installer_warning {
  padding:15px;
  margin-bottom:22px;
  border:1px solid transparent;
  border-radius:0;
  background-color:#f2dede;
  border-color:#ebccd1;
  color:#a94442;
}
.box.error h4,
.box.danger h4,
#installer_warning h4 {
  margin-top:0;
  color:inherit;
}
.box.error .alert-link,
.box.danger .alert-link,
#installer_warning .alert-link {
  font-weight:normal;
}
.box.error &gt; p,
.box.danger &gt; p,
#installer_warning &gt; p,
.box.error &gt; ul,
.box.danger &gt; ul,
#installer_warning &gt; ul {
  margin-bottom:0;
}
.box.error &gt; p + p,
.box.danger &gt; p + p,
#installer_warning &gt; p + p {
  margin-top:5px;
}
.box.error hr,
.box.danger hr,
#installer_warning hr {
  border-top-color:#e4b9c0;
}
.box.error .alert-link,
.box.danger .alert-link,
#installer_warning .alert-link {
  color:#843534;
}
.alert-primary {
  background-color:#ffffff;
  border-color:#ededed;
  color:#e5e5e5;
}
.alert-primary hr {
  border-top-color:#e0e0e0;
}
.alert-primary .alert-link {
  color:#cc6200;
}
.alert-secondary {
  background-color:#d9d9d9;
  border-color:#c7c7c7;
  color:#333333;
}
.alert-secondary hr {
  border-top-color:#bababa;
}
.alert-secondary .alert-link {
  color:#1a1a1a;
}
/**
* PANELS
*/
.panel {
  box-shadow:none;
}
.panel .panel-heading .panel-title {
  display:block;
}
.panel.panel-secondary {
  border-color:#333333;
}
.panel.panel-secondary &gt; .panel-heading {
  color:#ffffff;
  background-color:#333333;
  border-color:#333333;
}
.panel.panel-secondary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color:#333333;
}
.panel.panel-secondary &gt; .panel-heading .badge {
  color:#333333;
  background-color:#ffffff;
}
.panel.panel-secondary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color:#333333;
}
/**
* PROGRESS BAR
*/
.progress-bar-default {
  background-color:transparent;
  box-shadow:none;
}
.progress-bar-primary {
  background-color:#e5e5e5;
}
.progress-striped .progress-bar-primary {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-secondary {
  background-color:#333333;
}
.progress-striped .progress-bar-secondary {
  background: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);
}
/**
* IMAGES
*/
.full-width-image {
  width:100%;
  margin-bottom:30px;
  text-align:center;
}
.full-width-image .img-responsive {
  display:inline-block;
}
img {
  overflow:hidden;
}
/**
* TABLE STYLE
*/
.table .no-border,
.table .no-border td {
  border:0 none;
}
.table &gt; tfoot &gt; tr &gt; td {
  padding-top:4px;
  padding-bottom:4px;
}
/**
* BACK TO TOP
*/
@media (max-width:767px) {
	#back-to-top {
		text-align:center;
		padding:25px 0 50px 0;
		display:block;
	}
	#back-to-top.affix {
		position:relative;
	}
}
@media (min-width:768px) {
	#back-to-top {
		right:0;
		z-index:1060;
		color:#e5e5e5;
	}
	#back-to-top:hover {
		color:#cc6200;
	}
	#back-to-top.affix-top {
		position:absolute;
		bottom:-82px;
	}
	#back-to-top.affix {
		position:fixed;
		bottom:0;
	}
}
/**
* REGISTER PAGE
*/
.guest-option .btn {
  margin-bottom:15px;
}
/**
* reCaptcha
*/
#recaptcha_area input {
  height:auto;
  display:inline;
}
/**
 * Fix for productpicture
 */
@media (min-width:992px) {
  #wrap #zoom {
    display:block !important;
  }
}
@media (min-width:992px) {
  [data-notify] {
    max-width:400px;
  }
}
/**
 * Fix for search page
 * @info in use
 */
@media (max-width:991px) {
  #search .form-submit {
    margin-bottom:20px;
  }
}
/**
 * A Panel with tab system
 */
.tab-panel .panel {
  border-top:0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
/**
 * Table with DIVs
 */
.div-table {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.div-table &gt; .navbar-header,
.div-table &gt; .navbar-collapse {
  margin-right:-15px;
  margin-left:-15px;
}
@media (min-width:992px) {
  .div-table &gt; .navbar-header,
  .div-table &gt; .navbar-collapse {
    margin-right:0;
    margin-left:0;
  }
}
.div-table .th,
.div-table .tr,
.div-table .tfoot {
  border-bottom:1px solid #dddddd;
}
.div-table .th .col,
.div-table .tr .col,
.div-table .tfoot .col {
  padding:8px;
}
@media (min-width:992px) {
  .div-table .th .col .div-table-col-split,
  .div-table .tr .col .div-table-col-split,
  .div-table .tfoot .col .div-table-col-split {
    float:left !important;
    float:left;
  }
}
.div-table .th .floating-area,
.div-table .tr .floating-area,
.div-table .tfoot .floating-area {
  display:inline-block;
  position:absolute;
  right:0;
  top:0;
  background-color:#FFF;
  opacity:0.0;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:4px;
  border-top-left-radius:0;
}
.div-table .th:hover .floating-area,
.div-table .tr:hover .floating-area,
.div-table .tfoot:hover .floating-area {
  opacity:0.9;
}
.div-table .th {
  border-bottom-width:2px;
}
.div-table .tfoot {
  background-color:#f8f8f8;
}
.div-table.table-hover .tr:hover {
  background-color:#f5f5f5 !important;
}
.div-table.table-striped .tr:nth-child(odd) {
  background-color:#f9f9f9;
}
/**
 * OWL CAROUSEL GENERAL
 */
.owl .owl-controls {
  margin: 0 !important;
}
.owl .owl-controls .owl-buttons .owl-prev,
.owl .owl-controls .owl-buttons .owl-next {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 36px;
  width: 36px;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
  margin: -18px 0 0;
  background-color: #555555 !important;
  color: #ffffff !important;
  border: 1px solid #3c3c3c !important;
  border-radius: 0;
}
.owl .owl-controls .owl-buttons .owl-prev:before,
.owl .owl-controls .owl-buttons .owl-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  display: block;
  width: 100%;
}
.owl .owl-controls .owl-buttons .owl-prev {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.owl .owl-controls .owl-buttons .owl-prev:before {
  content: "\f053";
}
.owl .owl-controls .owl-buttons .owl-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.owl .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
}
.owl .owl-item.loading .image {
  position: relative;
}
.owl .owl-item.loading .image:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  position: absolute;
  top: 50%;
  line-height: 1;
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #eeeeee;
  margin-top: -20px;
  margin-left: -20px;
}
.owl .owl-item.loading .image:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.carousel-outer-wrap {
  position: relative;
}
.carousel-outer-wrap .owl-carousel {
  position: static;
}

.carousel-outer-wrap {
  width: 100%;
  aspect-ratio: 1095 / 500; /* oder 2.19 */
  overflow: hidden; /* optional */
}

.carousel-outer-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* oder contain, je nach gewünschtem Verhalten */
}


/**
* CAROUSEL PRODUCT SLIDER
*/
.index-wrap .product-slider .headline,
.index-wrap .product-slider .headline-underline {
  margin-top: 0;
}
.product-slider .listing.owl {
  margin-right: -15px;
  margin-left: -15px;
}
.product-slider .listing.owl .owl-wrapper-outer .owl-item .col {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .product-slider .listing.owl .productCarousel .owl-controls .owl-pagination {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-slider .listing.owl .productCarousel .owl-controls .owl-pagination {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .product-slider .listing.owl .productCarousel .owl-controls .owl-buttons .owl-next {
    right: -1px;
  }
}
body.win.safari .product-slider .listing.owl .productCarousel .owl-wrapper .owl-item.loading .image,
body.op12 .product-slider .listing.owl .productCarousel .owl-wrapper .owl-item.loading .image,
body.ie .product-slider .listing.owl .productCarousel .owl-wrapper .owl-item.loading .image {
  visibility: hidden !important;
}
/**
* CAROUSEL TEASER SLIDER
*/
.picture-slider {
  margin-bottom: 30px;
}
.picture-slider .pictureCarousel .owl-item .image a,
.picture-slider .pictureCarousel .owl-item .image img {
  display: block;
  margin: 0;
  padding: 0;
}
.picture-slider .pictureCarousel .owl-item .image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.picture-slider .pictureCarousel .owl-controls .owl-buttons .owl-prev,
.picture-slider .pictureCarousel .owl-controls .owl-buttons .owl-next {
  background-color: #ff7a00 !important;
  color: #ffffff !important;
  border: 1px solid #ff7a00 !important;
  opacity: 1;
}
.picture-slider .pictureCarousel .owl-controls .owl-buttons .owl-prev:hover,
.picture-slider .pictureCarousel .owl-controls .owl-buttons .owl-next:hover {
  background-color: #e66e00 !important;
}
@media (max-width: 767px) {
  .picture-slider .pictureCarousel .owl-controls .owl-buttons {
    display: none !important;
  }
}
.picture-slider .pictureCarousel .owl-wrapper {
  position: relative;
  height: 100%;
}
.picture-slider .pictureCarousel .owl-wrapper .owl-item.loading {
  display: table;
  height: 100%;
  background: none;
  padding: 10px 0;
}
.picture-slider .pictureCarousel .owl-wrapper .owl-item.loading .image {
  background-color: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.picture-slider .pictureCarousel .owl-wrapper .owl-item.loading .image:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  position: absolute;
  top: 50%;
  line-height: 1;
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #eeeeee;
  margin-top: -20px;
  margin-left: -20px;
}
.picture-slider .pictureCarousel .owl-wrapper .owl-item.loading .image:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
body.win.safari .picture-slider .pictureCarousel .owl-wrapper .owl-item.loading .image,
body.op12 .picture-slider .pictureCarousel .owl-wrapper .owl-item.loading .image,
body.ie .picture-slider .pictureCarousel .owl-wrapper .owl-item.loading .image {
  visibility: hidden !important;
}

/*PK:Text unter Slider verzoegern */
#delayed1 {
  opacity: 0;
  animation: in1 0.5s ease forwards;
  animation-delay: 0.5s;
}
@keyframes in1 {
	to {
		opacity: 1;
	}
}
#delayed2 {
  opacity: 0;
  animation: in2 0.2s ease forwards;
  animation-delay: 1.5s;
}
@keyframes in2 {
	to {
		opacity: 1;
	}
}
#delayed1,
#delayed2 {
	position:absolute; 
	bottom:0; 
	left:0; 
	width:100%;
	text-align:center;
	color:#ffffff;
	background-color:rgba(0,0,0,0.4);
}

/**
* PRODUCTS INFO LABEL
*/
.product-info-label {
  position:absolute;
  top:0;
  right:0;
  pointer-events:none;
}
.product-info-label .icon {
  width:30px;
  height:30px;
  line-height:30px;
  font-size:22px;
  display:inline-block;
  background-color:#ffffff;
  color:#555555;
  border-radius:0;
  text-align:center;
  cursor:default;
}
.product-info-label .icon.special-product {
  background-color:#d9534f;
  color:#ffffff;
}
.product-listing .section,
.pinfo .product-infos .well {
  position:relative;
}
@media (max-width:767px) {
  .bootstrap-datetimepicker-widget {
    display:none !important;
  }
}
</pre></body></html>