/*!
 * Smartstrap v0.5.0
 *
 * Copyright 2014 Central Design
 * SMartstrap is a design and code framework developed to support the design
 * and programming of any SMart website or online application. 
 * SMartstrap is derivated from Twitter Bootstrap.
 *
 * For more informations please consult: http://ux.smart-eu.org
 *
 * Design and built pa
 ssionately in Belgium by Central for SMart:
 * http://centraldesign.be
 * http://twitter.com/centraldesign
 *
 */
 

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
*[data-href],
*[data-show-panel] {
  cursor: pointer;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xray {
  background: rgba(255, 0, 0, 0.25);
}
body {
  margin: 0;
  font-family: "ars-maquette-web", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #29200e;
  background-color: #f5f5f5;
}
a {
  color: #6f695d;
  text-decoration: none;
}
a:hover {
  color: #dd2222;
  text-decoration: underline;
}
.ctcbtn{
	width: 170px;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-top: 20px;
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 930px;
}
/*Added for contact equipes */
.span4_rev{
	 width: 290px;
	 margin-left: 15px;
}
.span12 {
  width: 930px;
}
.span11 {
  width: 850px;
}
.span10 {
  width: 770px;
}
.span9 {
  width: 690px;
}
.span8 {
  width: 610px;
}
.span7 {
  width: 530px;
}
.span6 {
  width: 450px;
}
.span5 {
  width: 370px;
}
.span4 {
  width: 290px;
}
.span3 {
  width: 210px;
}
.span2 {
  width: 130px;
}
.span1 {
  width: 50px;
}
.offset12 {
  margin-left: 990px;
}
.offset11 {
  margin-left: 910px;
}
.offset10 {
  margin-left: 830px;
}
.offset9 {
  margin-left: 750px;
}
.offset8 {
  margin-left: 670px;
}
.offset7 {
  margin-left: 590px;
}
.offset6 {
  margin-left: 510px;
}
.offset5 {
  margin-left: 430px;
}
.offset4 {
  margin-left: 350px;
}
.offset3 {
  margin-left: 270px;
}
.offset2 {
  margin-left: 190px;
}
.offset1 {
  margin-left: 110px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.225806451612903%;
  *margin-left: 3.172043010752688%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94623655913979%;
}
.row-fluid .span11 {
  width: 91.39784946236558%;
  *width: 91.34408602150538%;
}
.row-fluid .span10 {
  width: 82.79569892473117%;
  *width: 82.74193548387096%;
}
.row-fluid .span9 {
  width: 74.19354838709677%;
  *width: 74.13978494623656%;
}
.row-fluid .span8 {
  width: 65.59139784946237%;
  *width: 65.53763440860216%;
}
.row-fluid .span7 {
  width: 56.98924731182795%;
  *width: 56.93548387096774%;
}
.row-fluid .span6 {
  width: 48.38709677419355%;
  *width: 48.333333333333336%;
}
.row-fluid .span5 {
  width: 39.784946236559136%;
  *width: 39.73118279569892%;
}
.row-fluid .span4 {
  width: 31.18279569892473%;
  *width: 31.129032258064512%;
}
.row-fluid .span3 {
  width: 22.58064516129032%;
  *width: 22.526881720430104%;
}
.row-fluid .span2 {
  width: 13.978494623655912%;
  *width: 13.924731182795696%;
}
.row-fluid .span1 {
  width: 5.376344086021505%;
  *width: 5.32258064516129%;
}
.row-fluid .offset12 {
  margin-left: 106.45161290322581%;
  *margin-left: 106.34408602150539%;
}
.row-fluid .offset12:first-child {
  margin-left: 103.2258064516129%;
  *margin-left: 103.11827956989248%;
}
.row-fluid .offset11 {
  margin-left: 97.84946236559139%;
  *margin-left: 97.74193548387098%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.62365591397848%;
  *margin-left: 94.51612903225806%;
}
.row-fluid .offset10 {
  margin-left: 89.24731182795698%;
  *margin-left: 89.13978494623656%;
}
.row-fluid .offset10:first-child {
  margin-left: 86.02150537634407%;
  *margin-left: 85.91397849462365%;
}
.row-fluid .offset9 {
  margin-left: 80.64516129032258%;
  *margin-left: 80.53763440860216%;
}
.row-fluid .offset9:first-child {
  margin-left: 77.41935483870967%;
  *margin-left: 77.31182795698925%;
}
.row-fluid .offset8 {
  margin-left: 72.04301075268818%;
  *margin-left: 71.93548387096776%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.81720430107526%;
  *margin-left: 68.70967741935485%;
}
.row-fluid .offset7 {
  margin-left: 63.44086021505376%;
  *margin-left: 63.33333333333333%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.21505376344086%;
  *margin-left: 60.107526881720425%;
}
.row-fluid .offset6 {
  margin-left: 54.83870967741936%;
  *margin-left: 54.73118279569893%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.612903225806456%;
  *margin-left: 51.505376344086024%;
}
.row-fluid .offset5 {
  margin-left: 46.236559139784944%;
  *margin-left: 46.12903225806451%;
}
.row-fluid .offset5:first-child {
  margin-left: 43.01075268817204%;
  *margin-left: 42.90322580645161%;
}
.row-fluid .offset4 {
  margin-left: 37.634408602150536%;
  *margin-left: 37.526881720430104%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.40860215053763%;
  *margin-left: 34.3010752688172%;
}
.row-fluid .offset3 {
  margin-left: 29.032258064516128%;
  *margin-left: 28.924731182795696%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.806451612903224%;
  *margin-left: 25.698924731182792%;
}
.row-fluid .offset2 {
  margin-left: 20.43010752688172%;
  *margin-left: 20.32258064516129%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.204301075268816%;
  *margin-left: 17.096774193548384%;
}
.row-fluid .offset1 {
  margin-left: 11.827956989247312%;
  *margin-left: 11.72043010752688%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.602150537634408%;
  *margin-left: 8.494623655913976%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #b6b3ad;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #7aa723;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #b6b3ad;
}
h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 500;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 24px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #d8d7d4;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 40px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
li.cat-item {
	list-style:circle;
} 
li.newsletter-category{
	list-style:none;
	color: #363532;
}
h1.newsletter-cat , .newsletter-cat{
	color:#6f695d;

}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.dl-horizontal-inverted dt {
  width: 100px;
  font-weight: normal;
  text-align: left;
}
.dl-horizontal-inverted dd {
  margin-left: 120px;
  font-weight: bold;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #d8d7d4;
  border-bottom: 1px solid #ffffff;
}
hr.page-divider {
  position: relative;
  border: 0;
  height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #d8d7d4;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(216, 215, 212, 0)), color-stop(50%, #d8d7d4), color-stop(100%, rgba(216, 215, 212, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d8d7d4 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d8d7d4 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #d8d7d4 50%, rgba(255, 255, 255, 0) 100%);
}
hr.page-divider:after {
  content: " ";
  overflow: hidden;
  position: absolute;
  height: 1px;
  top: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #b6b3ad;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #d8d7d4;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #b6b3ad;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d8d7d4;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #6f695d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 24px;
  font-size: 14px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: 48px;
  color: #6f695d;
  border: 0;
  border-bottom: 1px solid #d8d7d4;
}
legend small {
  font-size: 18px;
  color: #b6b3ad;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
input,
button,
select,
textarea {
  font-family: "ars-maquette-web", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 9px 9px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1;
  color: #29200e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #b6b3ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #b6b3ad;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #b6b3ad;
  background-color: #fcfcfc;
  border-color: #b6b3ad;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b6b3ad;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b6b3ad;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b6b3ad;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin: 7px 0 0 -18px;
}
.radio input[type="radio"] {
  margin: 6px 0 0 -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
textarea {
  max-width: 100%;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
.controls-row [class*="span"] + [class*="span"] {
  margin: 0 0 0 24px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f4;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label {
  color: #7aa723;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #7aa723;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #7aa723;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #5b7d1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #addb55;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #addb55;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #addb55;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #7aa723;
  background-color: #dff0d8;
  border-color: #7aa723;
}
.control-group.info > label {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #eaeaea;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #949087;
}
.error-block,
.error-inline {
  color: #9d261d;
}
.help-block,
.error-block {
  display: block;
  margin-bottom: 12px;
}
.help-inline,
.error-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 15px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 16px;
  padding: 3px 9px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #6f695d;
  /* text-shadow: 0 1px 0 @white; */
  background-color: #ceccc8;
  border: 1px solid #b6b3ad;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #c2e47f;
  border-color: #7aa723;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
  padding: 2px 9px 4px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .add-on:first-child {
  border-right-width: 0;
}
.input-prepend .btn {
  border-right-width: 1px;
  margin-right: 0;
}
.input-prepend .btn + .btn {
  margin-left: -1px;
}
.input-prepend input {
  border-left: 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  padding: 2px 9px 4px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on:last-child {
  border-left-width: 0;
}
.input-append .btn {
  border-left-width: 1px;
}
.input-append .btn + .btn {
  margin-left: -1px;
}
.input-append input {
  border-right: 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding: 3px 14px;
  padding-right: 4px \9;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
  padding: 3px 9px 6px 13px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
  padding: 3px 13px 5px 9px;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
  padding: 3px 13px 6px 9px;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
  padding: 3px 9px 5px 13px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .error-inline,
.form-inline .error-inline,
.form-horizontal .error-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-inline input[type="text"] + .checkbox:first-of-type,
.form-inline input[type="password"] + .checkbox:first-of-type {
  margin-left: 12px;
}
.form-inline button[type="submit"] {
  margin-left: 28px;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 180px;
  padding-top: 4px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 210px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 210px;
}
.form-horizontal .help-block,
.form-horizontal .error-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal input + .error-block,
.form-horizontal select + .error-block,
.form-horizontal textarea + .error-block {
  margin-top: 12px;
}
.form-horizontal .form-actions {
  padding-left: 210px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  font-size: 15px;
}
.table th.cell-primary,
.table td.cell-primary {
  font-weight: bold;
}
.table th.cell-secondary,
.table td.cell-secondary {
  font-style: italic;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f7f6f3;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 34px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 114px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 194px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 274px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 354px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 434px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 514px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 594px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 674px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 754px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 834px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 914px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 994px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1074px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1154px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1234px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1314px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1394px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1474px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1554px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1634px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1714px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1794px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1874px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.table {
  /* … */
}
.table .cell-primary {
  font-weight: bold;
}
/*
@font-face {
  font-family: "Entypo";
  src: url("../fonts/entypo/entypo.eot");
  src: url("../fonts/entypo/entypo.eot") format("embedded-opentype"), url("../fonts/entypo/entypo.ttf") format("truetype"), url("../fonts/entypo/entypo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Entypo-social";
  src: url("../fonts/entypo-social/entypo-social.eot");
  src: url("../fonts/entypo-social/entypo-social.eot") format("embedded-opentype"), url("../fonts/entypo-social/entypo-social.ttf") format("truetype"), url("../fonts/entypo-social/entypo-social.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  height: 16px;
  *margin-right: .3em;
  font-family: Entypo, Entypo-social;
  vertical-align: 1px;
  font-size: 36px;
  color: #29200e;
  font-style: normal;
  text-align: center;
  margin-right: 3px;
  margin-left: -2px;
}
.icon-white {
  color: #ffffff !important;
}
.icon-smartred {
  color: #dd2222 !important;
}
.icon-phone:before {
  content: "\1F4DE";
}
.icon-mobile:before {
  content: "\1F4F1";
}
.icon-mouse:before {
  content: "\E789";
}
.icon-address:before {
  content: "\E723";
}
.icon-mail:before {
  content: "\2709";
}
.icon-paper-plane:before {
  content: "\1F53F";
}
.icon-pencil:before {
  content: "\270E";
}
.icon-feather:before {
  content: "\2712";
}
.icon-attach:before {
  content: "\1F4CE";
}
.icon-inbox:before {
  content: "\E777";
}
.icon-reply:before {
  content: "\E712";
}
.icon-reply-all:before {
  content: "\E713";
}
.icon-forward:before {
  content: "\27A6";
}
.icon-user:before {
  content: "\1F464";
}
.icon-users:before {
  content: "\1F465";
}
.icon-add-user:before {
  content: "\E700";
}
.icon-vcard:before {
  content: "\E722";
}
.icon-export:before {
  content: "\E715";
}
.icon-location:before {
  content: "\E724";
}
.icon-map:before {
  content: "\E727";
}
.icon-compass:before {
  content: "\E728";
}
.icon-direction:before {
  content: "\27A2";
}
.icon-hair-cross:before {
  content: "\1F3AF";
}
.icon-share:before {
  content: "\E73C";
}
.icon-shareable:before {
  content: "\E73E";
}
.icon-heart:before {
  content: "\2665";
}
.icon-heart-empty:before {
  content: "\2661";
}
.icon-star:before {
  content: "\2605";
}
.icon-star-empty:before {
  content: "\2606";
}
.icon-thumbs-up:before {
  content: "\1F44D";
}
.icon-thumbs-down:before {
  content: "\1F44E";
}
.icon-chat:before {
  content: "\E720";
}
.icon-comment:before {
  content: "\E718";
}
.icon-quote:before {
  content: "\275E";
}
.icon-home:before {
  content: "\2302";
}
.icon-popup:before {
  content: "\E74C";
}
.icon-search:before {
  content: "\1F50D";
}
.icon-flashlight:before {
  content: "\1F526";
}
.icon-print:before {
  content: "\E716";
}
.icon-bell:before {
  content: "\1F514";
}
.icon-link:before {
  content: "\1F517";
}
.icon-flag:before {
  content: "\2691";
}
.icon-cog:before {
  content: "\2699";
}
.icon-tools:before {
  content: "\2692";
}
.icon-trophy:before {
  content: "\1F3C6";
}
.icon-tag:before {
  content: "\E70C";
}
.icon-camera:before {
  content: "\1F4F7";
}
.icon-megaphone:before {
  content: "\1F4E3";
}
.icon-moon:before {
  content: "\263D";
}
.icon-palette:before {
  content: "\1F3A8";
}
.icon-leaf:before {
  content: "\1F342";
}
.icon-note:before {
  content: "\266A";
}
.icon-beamed-note:before {
  content: "\266B";
}
.icon-new:before {
  content: "\1F4A5";
}
.icon-graduation-cap:before {
  content: "\1F393";
}
.icon-book:before {
  content: "\1F4D5";
}
.icon-newspaper:before {
  content: "\1F4F0";
}
.icon-bag:before {
  content: "\1F45C";
}
.icon-airplane:before {
  content: "\2708";
}
.icon-lifebuoy:before {
  content: "\E788";
}
.icon-eye:before {
  content: "\E70A";
}
.icon-clock:before {
  content: "\1F554";
}
.icon-mic:before {
  content: "\1F3A4";
}
.icon-calendar:before {
  content: "\1F4C5";
}
.icon-flash:before {
  content: "\26A1";
}
.icon-thunder-cloud:before {
  content: "\26C8";
}
.icon-droplet:before {
  content: "\1F4A7";
}
.icon-cd:before {
  content: "\1F4BF";
}
.icon-briefcase:before {
  content: "\1F4BC";
}
.icon-air:before {
  content: "\1F4A8";
}
.icon-hourglass:before {
  content: "\23F3";
}
.icon-gauge:before {
  content: "\1F6C7";
}
.icon-language:before {
  content: "\1F394";
}
.icon-network:before {
  content: "\E776";
}
.icon-key:before {
  content: "\1F511";
}
.icon-battery:before {
  content: "\1F50B";
}
.icon-bucket:before {
  content: "\1F4FE";
}
.icon-magnet:before {
  content: "\E7A1";
}
.icon-drive:before {
  content: "\1F4FD";
}
.icon-cup:before {
  content: "\2615";
}
.icon-rocket:before {
  content: "\1F680";
}
.icon-brush:before {
  content: "\E79A";
}
.icon-suitcase:before {
  content: "\1F6C6";
}
.icon-traffic-cone:before {
  content: "\1F6C8";
}
.icon-globe:before {
  content: "\1F30E";
}
.icon-keyboard:before {
  content: "\2328";
}
.icon-browser:before {
  content: "\E74E";
}
.icon-publish:before {
  content: "\E74D";
}
.icon-progress-3:before {
  content: "\E76B";
}
.icon-progress-2:before {
  content: "\E76A";
}
.icon-progress-1:before {
  content: "\E769";
}
.icon-progress-0:before {
  content: "\E768";
}
.icon-light-down:before {
  content: "\1F505";
}
.icon-light-up:before {
  content: "\1F506";
}
.icon-adjust:before {
  content: "\25D1";
}
.icon-code:before {
  content: "\E714";
}
.icon-monitor:before {
  content: "\1F4BB";
}
.icon-infinity:before {
  content: "\221E";
}
.icon-light-bulb:before {
  content: "\1F4A1";
}
.icon-credit-card:before {
  content: "\1F4B3";
}
.icon-database:before {
  content: "\1F4F8";
}
.icon-voicemail:before {
  content: "\2707";
}
.icon-clipboard:before {
  content: "\1F4CB";
}
.icon-cart:before {
  content: "\E73D";
}
.icon-box:before {
  content: "\1F4E6";
}
.icon-ticket:before {
  content: "\1F3AB";
}
.icon-rss:before {
  content: "\E73A";
}
.icon-signal:before {
  content: "\1F4F6";
}
.icon-thermometer:before {
  content: "\1F4FF";
}
.icon-water:before {
  content: "\1F4A6";
}
.icon-sweden:before {
  content: "\F601";
}
.icon-line-graph:before {
  content: "\1F4C8";
}
.icon-pie-chart:before {
  content: "\25F4";
}
.icon-bar-graph:before {
  content: "\1F4CA";
}
.icon-area-graph:before {
  content: "\1F53E";
}
.icon-lock:before {
  content: "\1F512";
}
.icon-lock-open:before {
  content: "\1F513";
}
.icon-logout:before {
  content: "\E741";
}
.icon-login:before {
  content: "\E740";
}
.icon-check:before,
.icon-ok:before {
  content: "\2713";
}
.icon-cross:before,
.icon-remove:before {
  content: "\274C";
}
.icon-squared-minus:before {
  content: "\229F";
}
.icon-squared-plus:before {
  content: "\229E";
}
.icon-squared-cross:before {
  content: "\274E";
}
.icon-circled-minus:before {
  content: "\2296";
}
.icon-circled-plus:before {
  content: "\2295";
}
.icon-circled-cross:before {
  content: "\2716";
}
.icon-minus:before {
  content: "\2796";
}
.icon-plus:before {
  content: "\2795";
}
.icon-erase:before {
  content: "\232B";
}
.icon-block:before {
  content: "\1F6AB";
}
.icon-info:before {
  content: "\2139";
}
.icon-circled-info:before {
  content: "\E705";
}
.icon-help:before {
  content: "\2753";
}
.icon-circled-help:before {
  content: "\E704";
}
.icon-warning:before {
  content: "\26A0";
}
.icon-cycle:before {
  content: "\1F504";
}
.icon-cw:before {
  content: "\27F3";
}
.icon-ccw:before {
  content: "\27F2";
}
.icon-shuffle:before {
  content: "\1F500";
}
.icon-back:before {
  content: "\1F519";
}
.icon-level-down:before {
  content: "\21B3";
}
.icon-retweet:before {
  content: "\E717";
}
.icon-loop:before {
  content: "\1F501";
}
.icon-back-in-time:before {
  content: "\E771";
}
.icon-level-up:before {
  content: "\21B0";
}
.icon-switch:before {
  content: "\21C6";
}
.icon-numbered-list:before {
  content: "\E005";
}
.icon-add-to-list:before {
  content: "\E003";
}
.icon-layout:before {
  content: "\268F";
}
.icon-list:before {
  content: "\2630";
}
.icon-text-doc:before {
  content: "\1F4C4";
}
.icon-text-doc-inverted:before {
  content: "\E731";
}
.icon-doc:before {
  content: "\E730";
}
.icon-docs:before {
  content: "\E736";
}
.icon-landscape-doc:before {
  content: "\E737";
}
.icon-picture:before {
  content: "\1F304";
}
.icon-video:before {
  content: "\1F3AC";
}
.icon-music:before {
  content: "\1F3B5";
}
.icon-folder:before {
  content: "\1F4C1";
}
.icon-archive:before {
  content: "\E800";
}
.icon-trash:before {
  content: "\E729";
}
.icon-upload:before {
  content: "\1F4E4";
}
.icon-download:before {
  content: "\1F4E5";
}
.icon-save:before {
  content: "\1F4BE";
}
.icon-install:before {
  content: "\E778";
}
.icon-cloud:before {
  content: "\2601";
}
.icon-upload-cloud:before {
  content: "\E711";
}
.icon-bookmark:before {
  content: "\1F516";
}
.icon-bookmarks:before {
  content: "\1F4D1";
}
.icon-open-book:before {
  content: "\1F4D6";
}
.icon-play:before {
  content: "\25B6";
}
.icon-paus:before {
  content: "\2016";
}
.icon-record:before {
  content: "\25CF";
}
.icon-stop:before {
  content: "\25A0";
}
.icon-ff:before {
  content: "\23E9";
}
.icon-fb:before {
  content: "\23EA";
}
.icon-to-start:before {
  content: "\23EE";
}
.icon-to-end:before {
  content: "\23ED";
}
.icon-resize-full:before {
  content: "\E744";
}
.icon-resize-small:before {
  content: "\E746";
}
.icon-volume:before {
  content: "\23F7";
}
.icon-sound:before {
  content: "\1F50A";
}
.icon-mute:before {
  content: "\1F507";
}
.icon-flow-cascade:before {
  content: "\1F568";
}
.icon-flow-branch:before {
  content: "\1F569";
}
.icon-flow-tree:before {
  content: "\1F56A";
}
.icon-flow-line:before {
  content: "\1F56B";
}
.icon-flow-parallel:before {
  content: "\1F56C";
}
.icon-left-bold:before {
  content: "\E4AD";
}
.icon-down-bold:before {
  content: "\E4B0";
}
.icon-up-bold:before {
  content: "\E4AF";
}
.icon-right-bold:before {
  content: "\E4AE";
}
.icon-left:before {
  content: "\2B05";
}
.icon-down:before {
  content: "\2B07";
}
.icon-up:before {
  content: "\2B06";
}
.icon-right:before {
  content: "\27A1";
}
.icon-circled-left:before {
  content: "\E759";
}
.icon-circled-down:before {
  content: "\E758";
}
.icon-circled-up:before {
  content: "\E75B";
}
.icon-circled-right:before {
  content: "\E75A";
}
.icon-triangle-left:before {
  content: "\25C2";
}
.icon-triangle-down:before {
  content: "\25BE";
}
.icon-triangle-up:before {
  content: "\25B4";
}
.icon-triangle-right:before {
  content: "\25B8";
}
.icon-chevron-left:before {
  content: "\E75D";
}
.icon-chevron-down:before {
  content: "\E75C";
}
.icon-chevron-up:before {
  content: "\E75F";
}
.icon-chevron-right:before {
  content: "\E75E";
}
.icon-chevron-small-left:before {
  content: "\E761";
}
.icon-chevron-small-down:before {
  content: "\E760";
}
.icon-chevron-small-up:before {
  content: "\E763";
}
.icon-chevron-small-right:before {
  content: "\E762";
}
.icon-chevron-thin-left:before {
  content: "\E765";
}
.icon-chevron-thin-down:before {
  content: "\E764";
}
.icon-chevron-thin-up:before {
  content: "\E767";
}
.icon-chevron-thin-right:before {
  content: "\E766";
}
.icon-left-thin:before {
  content: "\2190";
}
.icon-down-thin:before {
  content: "\2193";
}
.icon-up-thin:before {
  content: "\2191";
}
.icon-right-thin:before {
  content: "\2192";
}
.icon-arrow-combo:before {
  content: "\E74F";
}
.icon-three-dots:before {
  content: "\23F6";
}
.icon-two-dots:before {
  content: "\23F5";
}
.icon-dot:before {
  content: "\23F4";
}
.icon-cc:before {
  content: "\1F545";
}
.icon-cc-by:before {
  content: "\1F546";
}
.icon-cc-nc:before {
  content: "\1F547";
}
.icon-cc-nc-eu:before {
  content: "\1F548";
}
.icon-cc-nc-jp:before {
  content: "\1F549";
}
.icon-cc-sa:before {
  content: "\1F54A";
}
.icon-cc-nd:before {
  content: "\1F54B";
}
.icon-cc-pd:before {
  content: "\1F54C";
}
.icon-cc-zero:before {
  content: "\1F54D";
}
.icon-cc-share:before {
  content: "\1F54E";
}
.icon-cc-remix:before {
  content: "\1F54F";
}
.icon-db-logo:before {
  content: "\1F5F9";
}
.icon-github:before {
  content: "\F300";
}
.icon-c-github:before {
  content: "\F301";
}
.icon-flickr:before {
  content: "\F303";
}
.icon-c-flickr:before {
  content: "\F304";
}
.icon-vimeo:before {
  content: "\F306";
}
.icon-c-vimeo:before {
  content: "\F307";
}
.icon-twitter:before {
  content: "\F309";
}
.icon-c-twitter:before {
  content: "\F30A";
}
.icon-facebook:before {
  content: "\F30C";
}
.icon-c-facebook:before {
  content: "\F30D";
}
.icon-s-facebook:before {
  content: "\F30E";
}
.icon-google:before {
  content: "\F30F";
}
.icon-c-google:before {
  content: "\F310";
}
.icon-pinterest:before {
  content: "\F312";
}
.icon-c-pinterest:before {
  content: "\F313";
}
.icon-tumblr:before {
  content: "\F315";
}
.icon-c-tumblr:before {
  content: "\F316";
}
.icon-linkedin:before {
  content: "\F318";
}
.icon-c-linkedin:before {
  content: "\F319";
}
.icon-dribbble:before {
  content: "\F31B";
}
.icon-c-dribbble:before {
  content: "\F31C";
}
.icon-stumbleupon:before {
  content: "\F31E";
}
.icon-c-stumbleupon:before {
  content: "\F31F";
}
.icon-lastfm:before {
  content: "\F321";
}
.icon-c-lastfm:before {
  content: "\F322";
}
.icon-rdio:before {
  content: "\F324";
}
.icon-c-rdio:before {
  content: "\F325";
}
.icon-spotify:before {
  content: "\F327";
}
.icon-c-spotify:before {
  content: "\F328";
}
.icon-qq:before {
  content: "\F32A";
}
.icon-instagram:before {
  content: "\F32D";
}
.icon-dropbox:before {
  content: "\F330";
}
.icon-evernote:before {
  content: "\F333";
}
.icon-flattr:before {
  content: "\F336";
}
.icon-skype:before {
  content: "\F339";
}
.icon-c-skype:before {
  content: "\F33A";
}
.icon-renren:before {
  content: "\F33C";
}
.icon-sina-weibo:before {
  content: "\F33F";
}
.icon-paypal:before {
  content: "\F342";
}
.icon-picasa:before {
  content: "\F345";
}
.icon-soundcloud:before {
  content: "\F348";
}
.icon-mixi:before {
  content: "\F34B";
}
.icon-behance:before {
  content: "\F34E";
}
.icon-google-circles:before {
  content: "\F351";
}
.icon-vk:before {
  content: "\F354";
}
.icon-smashing:before {
  content: "\F357";
}
*/
[class^="iconflag-"],
[class*=" iconflag-"] {
  display: inline-block;
  width: 21px;
  height: 12px;
  *margin-right: .3em;
  line-height: 12px;
  vertical-align: -2px;
  background-size: cover;
  background-image: url("../img/flags.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -999em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  [class^="iconflag-"],
  [class*=" iconflag-"] {
    background-image: url("../img/flags@2x.png");
  }
}
.iconflag-be {
  background-position: 0 -17px;
}
.iconflag-fr {
  background-position: 0 -34px;
}
.iconflag-se {
  background-position: 0 -51px;
}
.iconflag-de {
  background-position: 0 -68px;
}
.iconflag-uk {
  background-position: 0 -85px;
}
.iconflag-nl {
  background-position: 0 -102px;
}
.iconflag-eu {
  background-position: 0 -119px;
}
.iconflag-at {
  background-position: 0 -136px;
}
.iconflag-dk {
  background-position: 0 -153px;
}
.iconflag-ib {
  background-position: 0 -170px;
}
.iconflag-it {
  background-position: 0 -187px;
}
.iconflag-hu {
  background-position: 0 -204px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #29200e;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.btn-mini .caret {
  vertical-align: 1px;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 3px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.25);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.35);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 4px 0px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e4e3e1;
  /*border-bottom: 1px solid @bottom;*/
}
.dropdown-menu a {
  position: relative;
  display: block;
  padding: 3px 15px 4px 22px;
  clear: both;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #29200e;
  white-space: nowrap;
}
.dropdown-menu li.checked a {
  position: relative;
}
.dropdown-menu li.checked a:before {
  position: absolute;
  left: 5px;
  top: 8px;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-background-size: 16px, 16px;
  -moz-background-size: 16px, 16px;
  -o-background-size: 16px, 16px;
  background-size: 16px, 16px;
  background: url(../img/dropdown-checked.png) no-repeat 0 0;
}
.dropdown-menu li.checked a:hover:before {
  background-position: 0 -16px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #4b4435;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4b4435;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #b6b3ad;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #29200e;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: -4px;
  margin-top: -5px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 7px;
  margin-right: -8px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 22px;
  margin-top: 0;
  margin-bottom: -4px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 1px #eeeeee;
  -moz-box-shadow: 0 0 1px 1px #eeeeee;
  box-shadow: 0 0 1px 1px #eeeeee;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #29200e;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #29200e;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px 5px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  *line-height: 25px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



.btn:hover,
.btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}
.btn:active,
.btn.active {
  color: #fff !important;
  outline: 0;
  background-image: none !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  opacity: 0.006500000000000001;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn [class^="icon-"] {
  vertical-align: 1px;
  padding-right: 0px;
}
/*Counter Sociétaires */ 
.btn.btnCoop{
background:#0080FF;
color: #ffffff !important;
 border-color: transparent;
}
.btn.btnCoop:hover{
background:#2E64FE;
color: #ffffff !important;
 border-color: transparent;
}
/* $$$$$$$$$ */

.btn.btn-filled {
  background-color: #4b4435;
  color: #ffffff !important;
  border-color: transparent;
}
.btn.btn-filled [class^="icon-"],
.btn.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #3c362a;
}
.btn.btn-filled:hover [class^="icon-"],
.btn.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #332e24;
}
.btn.btn-filled.disabled,
.btn.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #4b4435 !important;
}
.btn.btn-filled.disabled:hover [class^="icon-"],
.btn.btn-filled[disabled]:hover [class^="icon-"],
.btn.btn-filled.disabled:hover [class*="icon-"],
.btn.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn.btn-filled.disabled [class^="icon-"],
.btn.btn-filled[disabled] [class^="icon-"],
.btn.btn-filled.disabled [class*="icon-"],
.btn.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-large {
  padding: 8px 12px 10px 12px;
  font-size: 18px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"],
.btn-large [class*="icon-"] {
  font-size: 40px;
  line-height: 19px;
  vertical-align: 0px;
  margin-right: 4px;
}
.btn-small {
  padding: 2px 6px 4px 6px;
  font-size: 13px;
  line-height: 20px;
}
.btn-small [class^="icon-"],
.btn-small [class*="icon-"] {
  font-size: 28px;
  vertical-align: -2px;
  margin-right: 1px;
}
.btn-mini {
  padding: 0px 6px 2px 6px;
  font-size: 10px;
  line-height: 21px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*="icon-"] {
  font-size: 24px;
  vertical-align: -2px;
  margin-right: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Backup original from SMartstrap
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: @white;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.btn-primary:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-inverse:hover {
  border-color: fadeout(@btnBorder, 58%) fadeout(@btnBorder, 56%) fadeout(@btnBorder, 45%);
}
*/
/* Updated From Boostrap 2.1.1 */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  /* color: rgba(255,255,255,.75); */
}
.btn {
  background-color: transparent;
  color: #4b4435;
  border: 2px solid #4b4435;
}
.btn [class^="icon-"],
.btn [class*="icon-"] {
  color: #4b4435;
}
.btn:hover {
  color: #ffffff;
  border-color: transparent;
  background: #3c362a;
}
.btn:hover [class^="icon-"],
.btn:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn:active {
  border-color: transparent;
  background: #332e24;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #4b4435 !important;
  border: 2px solid #4b4435;
}
.btn.disabled:hover [class^="icon-"],
.btn[disabled]:hover [class^="icon-"],
.btn.disabled:hover [class*="icon-"],
.btn[disabled]:hover [class*="icon-"] {
  color: #4b4435 !important;
}
.btn.disabled [class^="icon-"],
.btn[disabled] [class^="icon-"],
.btn.disabled [class*="icon-"],
.btn[disabled] [class*="icon-"] {
  color: #4b4435;
}
.btn.btn-loading {
  background-color: #4b4435;
  color: #ffffff !important;
  border-color: transparent;
}
.btn.btn-loading [class^="icon-"],
.btn.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #3c362a;
}
.btn.btn-loading:hover [class^="icon-"],
.btn.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #332e24;
}
.btn.btn-loading.disabled,
.btn.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #4b4435 !important;
}
.btn.btn-loading.disabled:hover [class^="icon-"],
.btn.btn-loading[disabled]:hover [class^="icon-"],
.btn.btn-loading.disabled:hover [class*="icon-"],
.btn.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn.btn-loading.disabled [class^="icon-"],
.btn.btn-loading[disabled] [class^="icon-"],
.btn.btn-loading.disabled [class*="icon-"],
.btn.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-filled {
  background-color: #4b4435;
  color: #ffffff !important;
  border-color: transparent;
}
.btn.btn-filled [class^="icon-"],
.btn.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #3c362a;
}
.btn.btn-filled:hover [class^="icon-"],
.btn.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #332e24;
}
.btn.btn-filled.disabled,
.btn.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #4b4435 !important;
}
.btn.btn-filled.disabled:hover [class^="icon-"],
.btn.btn-filled[disabled]:hover [class^="icon-"],
.btn.btn-filled.disabled:hover [class*="icon-"],
.btn.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn.btn-filled.disabled [class^="icon-"],
.btn.btn-filled[disabled] [class^="icon-"],
.btn.btn-filled.disabled [class*="icon-"],
.btn.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-primary {
  background-color: transparent;
  color: #dd2222;
  border: 2px solid #dd2222;
}
.btn-primary [class^="icon-"],
.btn-primary [class*="icon-"] {
  color: #dd2222;
}
.btn-primary:hover {
  color: #ffffff;
  border-color: transparent;
  background: #c71f1f;
}
.btn-primary:hover [class^="icon-"],
.btn-primary:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-primary:active {
  border-color: transparent;
  background: #ba1d1d;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #dd2222 !important;
  border: 2px solid #dd2222;
}
.btn-primary.disabled:hover [class^="icon-"],
.btn-primary[disabled]:hover [class^="icon-"],
.btn-primary.disabled:hover [class*="icon-"],
.btn-primary[disabled]:hover [class*="icon-"] {
  color: #dd2222 !important;
}
.btn-primary.disabled [class^="icon-"],
.btn-primary[disabled] [class^="icon-"],
.btn-primary.disabled [class*="icon-"],
.btn-primary[disabled] [class*="icon-"] {
  color: #dd2222;
}
.btn-primary.btn-loading {
  background-color: #dd2222;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-primary.btn-loading [class^="icon-"],
.btn-primary.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn-primary.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #c71f1f;
}
.btn-primary.btn-loading:hover [class^="icon-"],
.btn-primary.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-primary.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #ba1d1d;
}
.btn-primary.btn-loading.disabled,
.btn-primary.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #dd2222 !important;
}
.btn-primary.btn-loading.disabled:hover [class^="icon-"],
.btn-primary.btn-loading[disabled]:hover [class^="icon-"],
.btn-primary.btn-loading.disabled:hover [class*="icon-"],
.btn-primary.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-primary.btn-loading.disabled [class^="icon-"],
.btn-primary.btn-loading[disabled] [class^="icon-"],
.btn-primary.btn-loading.disabled [class*="icon-"],
.btn-primary.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-primary.btn-filled {
  background-color: #dd2222;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-primary.btn-filled [class^="icon-"],
.btn-primary.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn-primary.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #c71f1f;
}
.btn-primary.btn-filled:hover [class^="icon-"],
.btn-primary.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-primary.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #ba1d1d;
}
.btn-primary.btn-filled.disabled,
.btn-primary.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #dd2222 !important;
}
.btn-primary.btn-filled.disabled:hover [class^="icon-"],
.btn-primary.btn-filled[disabled]:hover [class^="icon-"],
.btn-primary.btn-filled.disabled:hover [class*="icon-"],
.btn-primary.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-primary.btn-filled.disabled [class^="icon-"],
.btn-primary.btn-filled[disabled] [class^="icon-"],
.btn-primary.btn-filled.disabled [class*="icon-"],
.btn-primary.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-warning {
  background-color: transparent;
  color: #ffbb32;
  border: 2px solid #ffbb32;
}
.btn-warning [class^="icon-"],
.btn-warning [class*="icon-"] {
  color: #ffbb32;
}
.btn-warning:hover {
  color: #ffffff;
  border-color: transparent;
  background: #ffb318;
}
.btn-warning:hover [class^="icon-"],
.btn-warning:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-warning:active {
  border-color: transparent;
  background: #ffad09;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #ffbb32 !important;
  border: 2px solid #ffbb32;
}
.btn-warning.disabled:hover [class^="icon-"],
.btn-warning[disabled]:hover [class^="icon-"],
.btn-warning.disabled:hover [class*="icon-"],
.btn-warning[disabled]:hover [class*="icon-"] {
  color: #ffbb32 !important;
}
.btn-warning.disabled [class^="icon-"],
.btn-warning[disabled] [class^="icon-"],
.btn-warning.disabled [class*="icon-"],
.btn-warning[disabled] [class*="icon-"] {
  color: #ffbb32;
}
.btn-warning.btn-loading {
  background-color: #ffbb32;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-warning.btn-loading [class^="icon-"],
.btn-warning.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn-warning.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #ffb318;
}
.btn-warning.btn-loading:hover [class^="icon-"],
.btn-warning.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-warning.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #ffad09;
}
.btn-warning.btn-loading.disabled,
.btn-warning.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #ffbb32 !important;
}
.btn-warning.btn-loading.disabled:hover [class^="icon-"],
.btn-warning.btn-loading[disabled]:hover [class^="icon-"],
.btn-warning.btn-loading.disabled:hover [class*="icon-"],
.btn-warning.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-warning.btn-loading.disabled [class^="icon-"],
.btn-warning.btn-loading[disabled] [class^="icon-"],
.btn-warning.btn-loading.disabled [class*="icon-"],
.btn-warning.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-warning.btn-filled {
  background-color: #ffbb32;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-warning.btn-filled [class^="icon-"],
.btn-warning.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn-warning.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #ffb318;
}
.btn-warning.btn-filled:hover [class^="icon-"],
.btn-warning.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-warning.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #ffad09;
}
.btn-warning.btn-filled.disabled,
.btn-warning.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #ffbb32 !important;
}
.btn-warning.btn-filled.disabled:hover [class^="icon-"],
.btn-warning.btn-filled[disabled]:hover [class^="icon-"],
.btn-warning.btn-filled.disabled:hover [class*="icon-"],
.btn-warning.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-warning.btn-filled.disabled [class^="icon-"],
.btn-warning.btn-filled[disabled] [class^="icon-"],
.btn-warning.btn-filled.disabled [class*="icon-"],
.btn-warning.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-danger {
  background-color: transparent;
  color: #dd2222;
  border: 2px solid #dd2222;
}
.btn-danger.btn-loading {
  background-color: #dd2222;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-danger.btn-loading [class^="icon-"],
.btn-danger.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn-danger.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #c71f1f;
}
.btn-danger.btn-loading:hover [class^="icon-"],
.btn-danger.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-danger.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #ba1d1d;
}
.btn-danger.btn-loading.disabled,
.btn-danger.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #dd2222 !important;
}
.btn-danger.btn-loading.disabled:hover [class^="icon-"],
.btn-danger.btn-loading[disabled]:hover [class^="icon-"],
.btn-danger.btn-loading.disabled:hover [class*="icon-"],
.btn-danger.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-danger.btn-loading.disabled [class^="icon-"],
.btn-danger.btn-loading[disabled] [class^="icon-"],
.btn-danger.btn-loading.disabled [class*="icon-"],
.btn-danger.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-danger [class^="icon-"],
.btn-danger [class*="icon-"] {
  color: #dd2222;
}
.btn-danger:hover {
  color: #ffffff;
  border-color: transparent;
  background: #c71f1f;
}
.btn-danger:hover [class^="icon-"],
.btn-danger:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-danger:active {
  border-color: transparent;
  background: #ba1d1d;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #dd2222 !important;
  border: 2px solid #dd2222;
}
.btn-danger.disabled:hover [class^="icon-"],
.btn-danger[disabled]:hover [class^="icon-"],
.btn-danger.disabled:hover [class*="icon-"],
.btn-danger[disabled]:hover [class*="icon-"] {
  color: #dd2222 !important;
}
.btn-danger.disabled [class^="icon-"],
.btn-danger[disabled] [class^="icon-"],
.btn-danger.disabled [class*="icon-"],
.btn-danger[disabled] [class*="icon-"] {
  color: #dd2222;
}
.btn-danger.btn-filled {
  background-color: #dd2222;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-danger.btn-filled [class^="icon-"],
.btn-danger.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn-danger.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #c71f1f;
}
.btn-danger.btn-filled:hover [class^="icon-"],
.btn-danger.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-danger.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #ba1d1d;
}
.btn-danger.btn-filled.disabled,
.btn-danger.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #dd2222 !important;
}
.btn-danger.btn-filled.disabled:hover [class^="icon-"],
.btn-danger.btn-filled[disabled]:hover [class^="icon-"],
.btn-danger.btn-filled.disabled:hover [class*="icon-"],
.btn-danger.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-danger.btn-filled.disabled [class^="icon-"],
.btn-danger.btn-filled[disabled] [class^="icon-"],
.btn-danger.btn-filled.disabled [class*="icon-"],
.btn-danger.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-success {
  background-color: transparent;
  color: #7aa723;
  border: 2px solid #7aa723;
}
.btn-success [class^="icon-"],
.btn-success [class*="icon-"] {
  color: #7aa723;
}
.btn-success:hover {
  color: #ffffff;
  border-color: transparent;
  background: #6b921f;
}
.btn-success:hover [class^="icon-"],
.btn-success:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-success:active {
  border-color: transparent;
  background: #61851c;
}
.btn-success.disabled,
.btn-success[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #7aa723 !important;
  border: 2px solid #7aa723;
}
.btn-success.disabled:hover [class^="icon-"],
.btn-success[disabled]:hover [class^="icon-"],
.btn-success.disabled:hover [class*="icon-"],
.btn-success[disabled]:hover [class*="icon-"] {
  color: #7aa723 !important;
}
.btn-success.disabled [class^="icon-"],
.btn-success[disabled] [class^="icon-"],
.btn-success.disabled [class*="icon-"],
.btn-success[disabled] [class*="icon-"] {
  color: #7aa723;
}
.btn-success.btn-loading {
  background-color: #7aa723;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-success.btn-loading [class^="icon-"],
.btn-success.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn-success.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #6b921f;
}
.btn-success.btn-loading:hover [class^="icon-"],
.btn-success.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-success.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #61851c;
}
.btn-success.btn-loading.disabled,
.btn-success.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #7aa723 !important;
}
.btn-success.btn-loading.disabled:hover [class^="icon-"],
.btn-success.btn-loading[disabled]:hover [class^="icon-"],
.btn-success.btn-loading.disabled:hover [class*="icon-"],
.btn-success.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-success.btn-loading.disabled [class^="icon-"],
.btn-success.btn-loading[disabled] [class^="icon-"],
.btn-success.btn-loading.disabled [class*="icon-"],
.btn-success.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-success.btn-filled {
  background-color: #7aa723;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-success.btn-filled [class^="icon-"],
.btn-success.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn-success.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #6b921f;
}
.btn-success.btn-filled:hover [class^="icon-"],
.btn-success.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-success.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #61851c;
}
.btn-success.btn-filled.disabled,
.btn-success.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #7aa723 !important;
}
.btn-success.btn-filled.disabled:hover [class^="icon-"],
.btn-success.btn-filled[disabled]:hover [class^="icon-"],
.btn-success.btn-filled.disabled:hover [class*="icon-"],
.btn-success.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-success.btn-filled.disabled [class^="icon-"],
.btn-success.btn-filled[disabled] [class^="icon-"],
.btn-success.btn-filled.disabled [class*="icon-"],
.btn-success.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-info {
  background-color: transparent;
  color: #2f96b4;
  border: 2px solid #2f96b4;
}
.btn-info [class^="icon-"],
.btn-info [class*="icon-"] {
  color: #2f96b4;
}
.btn-info:hover {
  color: #ffffff;
  border-color: transparent;
  background: #2a85a0;
}
.btn-info:hover [class^="icon-"],
.btn-info:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-info:active {
  border-color: transparent;
  background: #277b94;
}
.btn-info.disabled,
.btn-info[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #2f96b4 !important;
  border: 2px solid #2f96b4;
}
.btn-info.disabled:hover [class^="icon-"],
.btn-info[disabled]:hover [class^="icon-"],
.btn-info.disabled:hover [class*="icon-"],
.btn-info[disabled]:hover [class*="icon-"] {
  color: #2f96b4 !important;
}
.btn-info.disabled [class^="icon-"],
.btn-info[disabled] [class^="icon-"],
.btn-info.disabled [class*="icon-"],
.btn-info[disabled] [class*="icon-"] {
  color: #2f96b4;
}
.btn-info.btn-loading {
  background-color: #2f96b4;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-info.btn-loading [class^="icon-"],
.btn-info.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn-info.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #2a85a0;
}
.btn-info.btn-loading:hover [class^="icon-"],
.btn-info.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-info.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #277b94;
}
.btn-info.btn-loading.disabled,
.btn-info.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #2f96b4 !important;
}
.btn-info.btn-loading.disabled:hover [class^="icon-"],
.btn-info.btn-loading[disabled]:hover [class^="icon-"],
.btn-info.btn-loading.disabled:hover [class*="icon-"],
.btn-info.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-info.btn-loading.disabled [class^="icon-"],
.btn-info.btn-loading[disabled] [class^="icon-"],
.btn-info.btn-loading.disabled [class*="icon-"],
.btn-info.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-info.btn-filled {
  background-color: #2f96b4;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-info.btn-filled [class^="icon-"],
.btn-info.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn-info.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #2a85a0;
}
.btn-info.btn-filled:hover [class^="icon-"],
.btn-info.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-info.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #277b94;
}
.btn-info.btn-filled.disabled,
.btn-info.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #2f96b4 !important;
}
.btn-info.btn-filled.disabled:hover [class^="icon-"],
.btn-info.btn-filled[disabled]:hover [class^="icon-"],
.btn-info.btn-filled.disabled:hover [class*="icon-"],
.btn-info.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-info.btn-filled.disabled [class^="icon-"],
.btn-info.btn-filled[disabled] [class^="icon-"],
.btn-info.btn-filled.disabled [class*="icon-"],
.btn-info.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-inverse {
  background-color: transparent;
  color: #29200e;
  border: 2px solid #29200e;
}
.btn-inverse [class^="icon-"],
.btn-inverse [class*="icon-"] {
  color: #29200e;
}
.btn-inverse:hover {
  color: #ffffff;
  border-color: transparent;
  background: #161108;
}
.btn-inverse:hover [class^="icon-"],
.btn-inverse:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-inverse:active {
  border-color: transparent;
  background: #0b0804;
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  color: #29200e !important;
  border: 2px solid #29200e;
}
.btn-inverse.disabled:hover [class^="icon-"],
.btn-inverse[disabled]:hover [class^="icon-"],
.btn-inverse.disabled:hover [class*="icon-"],
.btn-inverse[disabled]:hover [class*="icon-"] {
  color: #29200e !important;
}
.btn-inverse.disabled [class^="icon-"],
.btn-inverse[disabled] [class^="icon-"],
.btn-inverse.disabled [class*="icon-"],
.btn-inverse[disabled] [class*="icon-"] {
  color: #29200e;
}
.btn-inverse.btn-loading {
  background-color: #29200e;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-inverse.btn-loading [class^="icon-"],
.btn-inverse.btn-loading [class*="icon-"] {
  color: #ffffff;
}
.btn-inverse.btn-loading:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #161108;
}
.btn-inverse.btn-loading:hover [class^="icon-"],
.btn-inverse.btn-loading:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-inverse.btn-loading:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #0b0804;
}
.btn-inverse.btn-loading.disabled,
.btn-inverse.btn-loading[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #29200e !important;
}
.btn-inverse.btn-loading.disabled:hover [class^="icon-"],
.btn-inverse.btn-loading[disabled]:hover [class^="icon-"],
.btn-inverse.btn-loading.disabled:hover [class*="icon-"],
.btn-inverse.btn-loading[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-inverse.btn-loading.disabled [class^="icon-"],
.btn-inverse.btn-loading[disabled] [class^="icon-"],
.btn-inverse.btn-loading.disabled [class*="icon-"],
.btn-inverse.btn-loading[disabled] [class*="icon-"] {
  color: #ffffff;
}
.btn-inverse.btn-filled {
  background-color: #29200e;
  color: #ffffff !important;
  border-color: transparent;
}
.btn-inverse.btn-filled [class^="icon-"],
.btn-inverse.btn-filled [class*="icon-"] {
  color: #ffffff;
}
.btn-inverse.btn-filled:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: #161108;
}
.btn-inverse.btn-filled:hover [class^="icon-"],
.btn-inverse.btn-filled:hover [class*="icon-"] {
  color: #ffffff;
}
.btn-inverse.btn-filled:active {
  color: #ffffff !important;
  border-color: transparent;
  background: #0b0804;
}
.btn-inverse.btn-filled.disabled,
.btn-inverse.btn-filled[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: #29200e !important;
}
.btn-inverse.btn-filled.disabled:hover [class^="icon-"],
.btn-inverse.btn-filled[disabled]:hover [class^="icon-"],
.btn-inverse.btn-filled.disabled:hover [class*="icon-"],
.btn-inverse.btn-filled[disabled]:hover [class*="icon-"] {
  color: #ffffff !important;
}
.btn-inverse.btn-filled.disabled [class^="icon-"],
.btn-inverse.btn-filled[disabled] [class^="icon-"],
.btn-inverse.btn-filled.disabled [class*="icon-"],
.btn-inverse.btn-filled[disabled] [class*="icon-"] {
  color: #ffffff;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link.active {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #29200e !important;
  text-decoration: underline !important;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #6f695d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #dd2222;
  background-color: transparent;
}
.btn-link:hover [class^="icon-"],
.btn-link:hover [class*="icon-"] {
  color: #dd2222 !important;
}
.btn-link:active {
  color: #6f695d !important;
}
.btn-loading:before {
  display: inline-block;
  content: " ";
  background: url("../img/spinning-loader-buttons-white.svg") 0 no-repeat;
  margin-right: 0.5em;
  margin-bottom: -4px;
  height: 18px;
  width: 18px;
}
.btn-loading > * {
  display: none;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 15px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 7px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #4f3e1b;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #dd2222;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ffbb32;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #dd2222;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #6b921f;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #29200e;
}
.btn .caret {
  margin-top: 12px;
  margin-left: 0;
}
.btn-mini .caret {
  margin-top: 9px;
}
.btn-small .caret {
  margin-top: 10px;
}
.btn-large .caret {
  margin-top: 9px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #29200e;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #7aa723;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}
.nav > li > a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #29200e;
}
.nav > li > a:hover {
  text-decoration: none;
  color: #29200e;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #dd2222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #6f695d;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 4px 0px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  /*border-bottom: 1px solid @bottom;*/
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs > li > a > [class^="icon-"],
.nav-pills > li > a > [class^="icon-"] {
  margin-right: 2px;
  vertical-align: -3px;
}
.nav-tabs {
  border-bottom: 1px solid #d8d7d4;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 6px;
  padding-bottom: 9px;
  line-height: 24px;
  border: 1px solid #d8d7d4;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #f5f5f4;
}
.nav-tabs > li > a:hover {
  border-color: #d8d7d4 #d8d7d4 #d8d7d4;
}
.nav-tabs > li > a:active {
  border-color: #d8d7d4 #d8d7d4 #d8d7d4;
  background: #ffffff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #29200e;
  background-color: #ffffff;
  border: 1px solid #d8d7d4;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 9px;
  padding-bottom: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d8d7d4;
  background: #f5f5f4;
  font-size: 13px;
  color: #29200e;
}
.nav-pills > li > a:hover {
  border-color: #d8d7d4;
}
.nav-pills > li > a:active {
  border-color: rgba(0, 0, 0, 0.2);
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #dd2222;
  border-color: rgba(0, 0, 0, 0.2);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #d8d7d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #d8d7d4;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs > li.dropdown > a.dropdown-toggle > b.caret {
  vertical-align: middle;
  margin: -1px 0 0 0;
}
.nav-tabs .dropdown > .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.nav-pills .dropdown > .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 0px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #6f695d;
  border-bottom-color: #6f695d;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #6f695d;
  border-bottom-color: #6f695d;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #949087;
  border-bottom-color: #949087;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #4b4435;
  border-color: transparent;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #b6b3ad;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #d8d7d4;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #d8d7d4;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #d8d7d4 #d8d7d4 #d8d7d4;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #d8d7d4;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -2px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #d8d7d4 #d8d7d4 #d8d7d4 #d8d7d4;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #d8d7d4 transparent #d8d7d4 #d8d7d4;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #d8d7d4;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #d8d7d4 #d8d7d4 #d8d7d4 #d8d7d4;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #d8d7d4 #d8d7d4 #d8d7d4 transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #949087;
}
.nav > .disabled > a:hover {
  color: #949087;
  text-decoration: none;
  background-color: #f5f5f4;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 24px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 50px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  background: #ffffff;
  -webkit-border-radius: 0 4px;
  -moz-border-radius: 0 4px;
  border-radius: 0 4px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 13px 20px 13px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 50px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #6f695d;
}
.navbar .divider-vertical {
  height: 50px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "ars-maquette-web", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 930px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 13px 24px 13px;
  color: #777777;
  text-decoration: none;
  border-right: 1px solid #d8d7d4;
  font-size: 16px;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #dd2222;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #949087;
  text-decoration: none;
  background-color: #f5f5f5;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  /* text-shadow: @textShadow; */
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  /* border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%); */
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover {
  /* .gradientBar(lighten(@startColor, 3%), darken(@endColor, 5%)); */
}
.navbar .btn-navbar:active {
  color: #ffffff;
  /* text-shadow: @textShadow; */
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: -o-linear-gradient(top, #e0e0e0, #f2f2f2);
  background-image: linear-gradient(to bottom, #e0e0e0, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#fff2f2f2', GradientType=0);
  /* border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%); */
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f5f5f5;
  color: #949087;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #949087;
  border-bottom-color: #949087;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #b6b3ad;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #b6b3ad;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #b6b3ad;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #b6b3ad;
  border-bottom-color: #b6b3ad;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #6f695d;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  /* text-shadow: @textShadow; */
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  /* border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%); */
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.navbar-inverse .btn-navbar:hover {
  /* .gradientBar(lighten(@startColor, 3%), darken(@endColor, 5%)); */
}
.navbar-inverse .btn-navbar:active {
  color: #ffffff;
  /* text-shadow: @textShadow; */
  background-color: #090909;
  background-image: -moz-linear-gradient(top, #000000, #151515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#151515));
  background-image: -webkit-linear-gradient(top, #000000, #151515);
  background-image: -o-linear-gradient(top, #000000, #151515);
  background-image: linear-gradient(to bottom, #000000, #151515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff151515', GradientType=0);
  /* border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%); */
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 24px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #b6b3ad;
}
.pagination {
  height: 48px;
  margin: 24px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 46px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #b6b3ad;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #b6b3ad;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 24px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 2px 14px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  color: #29200e;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a,
.pager .next span {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #b6b3ad;
  background-color: #fff;
  cursor: default;
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0f0e0b;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  outline: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 8px 8px;
  color: #29200e;
  text-align: center;
  text-decoration: none;
  background-color: #f4dc55;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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: #f4dc55;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #f4dc55;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #f4dc55;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f4dc55;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 2px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #29200e;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.thumbnails {
  margin-left: -30px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 24px;
  margin-left: 30px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #6f695d;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #949087;
}
.label,
.badge {
  padding: 1px 5px 2px;
  background-color: #b6b3ad;
  color: #ffffff;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  border: 2px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  color: #6f695d;
}
.badge-plain {
  border-color: transparent;
  background: #6f695d;
  color: #ffffff !important;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge.badge-important {
  color: #b94a48;
}
.badge.badge-warning {
  color: #ffbb32;
}
.badge.badge-success {
  color: #7aa723;
}
.badge.badge-info {
  color: #3a87ad;
}
.badge.badge-inverse {
  color: #6f695d;
}
.label-important,
.badge.badge-plain.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge.badge-plain.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge.badge-plain.badge-warning {
  background-color: #ffbb32;
}
.label-warning[href],
.badge.badge-plain.badge-warning[href] {
  background-color: #feaa00;
}
.label-success,
.badge.badge-plain.badge-success {
  background-color: #7aa723;
}
.label-success[href],
.badge.badge-plain.badge-success[href] {
  background-color: #5b7d1a;
}
.label-info,
.badge.badge-plain.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge.badge-plain.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge.badge-plain.badge-inverse {
  background-color: #6f695d;
}
.label-inverse[href],
.badge.badge-plain.badge-inverse[href] {
  background-color: #534f46;
}
.btn .label,
.btn .badge {
  position: relative;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.btn-large .label,
.btn-large .badge {
  top: -1px;
}
.btn-small .label,
.btn-small .badge {
  top: 1px;
  font-size: 12px;
  margin-right: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 1px;
  margin-right: -2px;
  font-size: inherit;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: default;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar:last-of-type {
  -webkit-border-radius: 0px 12px 12px 0px;
  -moz-border-radius: 0px 12px 12px 0px;
  border-radius: 0px 12px 12px 0px;
}
.progress .bar + .bar {
  /* .box-shadow(inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)); */
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #7aa723;
  background-image: -moz-linear-gradient(top, #7aa723, #7aa723);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7aa723), to(#7aa723));
  background-image: -webkit-linear-gradient(top, #7aa723, #7aa723);
  background-image: -o-linear-gradient(top, #7aa723, #7aa723);
  background-image: linear-gradient(to bottom, #7aa723, #7aa723);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7aa723', endColorstr='#ff7aa723', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #7aa723;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #ffca60;
  background-image: -moz-linear-gradient(top, #ffd47f, #ffbb32);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd47f), to(#ffbb32));
  background-image: -webkit-linear-gradient(top, #ffd47f, #ffbb32);
  background-image: -o-linear-gradient(top, #ffd47f, #ffbb32);
  background-image: linear-gradient(to bottom, #ffd47f, #ffbb32);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd47f', endColorstr='#ffffbb32', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ffd47f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 24px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 24px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #4b4435;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #6f695d;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 24px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #d8d7d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: inherit;
}
.page-leader {
  margin-top: 36px;
  margin-bottom: 36px;
}
.page-leader h1 {
  margin-bottom: 30px;
  font-family: "Hoefler Text", "Palatino Linotype", "Palatino", "Book Antiqua", "Times New Roman", Times, serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 45px;
}
@media (max-width: 767px) {
  .page-leader {
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .page-leader h1 {
    font-family: "Hoefler Text", "Palatino Linotype", "Palatino", "Book Antiqua", "Times New Roman", Times, serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.avatar img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.user-avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*!
 * Load our SMart specific styles
 */
/*!
 * SMart Core Styles
 */
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #f5f5f5;
}
#smartnetworks {
  display: none;
  background: #29200e;
  color: #ffffff;
  padding: 24px 0;
}
/*!
 * SMartbar
 *
 */
#smartbar {
  background: #29200e;
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #d8d7d4;
  -webkit-font-smoothing: antialiased;
  background-color: #2d2719;
  background-image: -moz-linear-gradient(top, #3d3525, #161108);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3525), to(#161108));
  background-image: -webkit-linear-gradient(top, #3d3525, #161108);
  background-image: -o-linear-gradient(top, #3d3525, #161108);
  background-image: linear-gradient(to bottom, #3d3525, #161108);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3525', endColorstr='#ff161108', GradientType=0);
}
#smartbar .caret {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#smartbar :hover > .caret {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#smartbar .open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
#smartbar > .container {
  min-height: 34px;
  position: relative;
  width: auto;
  margin: 0 30px;
}
#smartbar > .container.fluid {
  width: 100%;
}
#smartbar > .container.fluid .brand {
  margin-left: 30px;
}
#smartbar > .container.fluid #smartbar-language {
  margin-right: 30px;
}
#smartbar > .container .brand {
  float: left;
  display: block;
  width: 58px;
  background: url(../img/smartbar-logo.png) no-repeat 0 0;
  text-indent: -999em;
  -webkit-background-size: 54px auto;
  -moz-background-size: 54px auto;
  -o-background-size: 54px auto;
  background-size: 54px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #smartbar > .container .brand {
    background-image: url(../img/smartbar-logo@2x.png);
  }
}
#smartbar > .container .brand:hover {
  background-position: 0 -35px;
  opacity: 0.8;
}
#smartbar > .container .brand:active {
  background-position: 0 -35px;
  opacity: 1;
}
#smartbar > .container .region {
  position: relative;
  float: left;
  display: block;
  margin: 0;
}
#smartbar > .container .region > a {
  display: block;
  line-height: 32px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  text-decoration: none;
  outline: 0;
}
#smartbar > .container .region > a > span {
  display: block;
  line-height: 12px;
  padding: 3px;
  overflow: hidden;
  background: #4b4435;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
}
#smartbar > .container .region > a > span i {
  float: left;
}
#smartbar > .container .region > a > span > .caret {
  display: inline-block;
  border-top-color: #ffffff;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 3px;
  margin-right: 1px;
}
#smartbar > .container .region .dropdown-menu {
  left: -4px;
}
#smartbar > .container .region .dropdown-menu i {
  margin-right: 4px;
}
#smartbar > .container .region .dropdown-menu a {
  padding-left: 10px;
}
#smartbar > .container .right {
  float: right;
}
#smartbar > .container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  float: left;
}
#smartbar > .container > ul:before,
#smartbar > .container > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#smartbar > .container > ul:after {
  clear: both;
}
#smartbar > .container > ul > li {
  position: relative;
  float: left;
  margin: 0 9px;
}
#smartbar > .container > ul > li > a {
  display: block;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-top: 3px;
  padding-bottom: 2px;
  line-height: 26px;
  color: #949087;
  text-shadow: 0 -1px 0 #000000;
}
#smartbar > .container > ul > li > a:hover {
  color: #d8d7d4;
}
#smartbar > .container > ul > li.active > a,
#smartbar > .container > ul > li > a.active {
  color: #d8d7d4;
  border-color: #fff;
}
#smartbar > .container > ul > li.divider {
  padding-left: 8px;
}
#smartbar > .container > ul > li.divider:before,
#smartbar > .container > ul > li.divider:after {
  content: " ";
  position: absolute;
  overflow: hidden;
  width: 1px;
  left: 0;
  height: auto;
  top: 5px;
  bottom: 5px;
  background: white;
  margin-left: -5px;
  background: #4b4435;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
#smartbar > .container > ul > li.divider:after {
  left: 1px;
  background: transparent;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}
#smartbar > .container > ul > li.dropdown.open > a {
  color: #fff;
}
#smartbar > .container > ul > li.dropdown .caret {
  border-top-color: inherit;
  vertical-align: 2px;
}
#smartbar > .container > ul > li.dropdown > .dropdown-menu {
  margin-left: -11px;
  margin-top: -5px;
  /* Show a tip:
            &:before{
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              top: -6px;
              left: 10px;
              border-bottom:   6px solid @white;
              border-right: 6px solid transparent;
              border-left:  6px solid transparent;
              content: "";
            }
            */
}
#smartbar > .container > ul > li.dropdown > .dropdown-menu a {
  padding-left: 10px;
}
#smartbar > .container > ul > li.dropdown > .dropdown-menu a:hover,
#smartbar > .container > ul > li.dropdown > .dropdown-menu a:active,
#smartbar > .container > ul > li.dropdown > .dropdown-menu a.active {
  background-color: #4b4435;
  background-color: #433c2f;
  background-image: -moz-linear-gradient(top, #4b4435, #363126);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b4435), to(#363126));
  background-image: -webkit-linear-gradient(top, #4b4435, #363126);
  background-image: -o-linear-gradient(top, #4b4435, #363126);
  background-image: linear-gradient(to bottom, #4b4435, #363126);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4435', endColorstr='#ff363126', GradientType=0);
}
#smartbar > .container > ul > li.dropdown > .dropdown-menu .dropdown-submenu:hover > a {
  color: #ffffff;
  background-color: #4b4435;
  background-color: #433c2f;
  background-image: -moz-linear-gradient(top, #4b4435, #363126);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b4435), to(#363126));
  background-image: -webkit-linear-gradient(top, #4b4435, #363126);
  background-image: -o-linear-gradient(top, #4b4435, #363126);
  background-image: linear-gradient(to bottom, #4b4435, #363126);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4435', endColorstr='#ff363126', GradientType=0);
}
#smartbar > .container > ul > li.dropdown.divider .dropdown-menu {
  margin-left: -3px;
}
#smartbar > .container > ul.right > li {
  margin: 0 9px;
}
#smartbar > .container > ul.right > li + li {
  margin-left: 0px !important;
}
#smartbar-language > li {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #smartbar {
    display: none;
  }
}
.slidingpanels {
  position: relative;
  width: 100%;
  background: red;
}
.slidingpanels-item {
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translate3d(-100%, 0px, 0px);
  opacity: 0;
}
.slidingpanels-item.current {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.slidingpanels-item.current + .slidingpanels-item {
  -webkit-transform: translate3d(100%, 0px, 0px);
  opacity: 0;
}
.slidingpanels-item.current + .slidingpanels-item + .slidingpanels-item {
  -webkit-transform: translate3d(100%, 0px, 0px);
  opacity: 0;
}
/*!
 * Slideshows
 */
.slideshow-container {
  zoom: 1;
  position: relative;
  margin-bottom: 36px;
}
.slideshow-container a:active,
.slideshow-container a:focus {
  outline: none;
}
.slideshow-container .flex-control-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}
.slideshow-container .flex-control-nav li {
  margin: 0 3px;
  list-style: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.slideshow-container .flex-control-nav li a {
  width: 9px;
  height: 9px;
  display: block;
  cursor: pointer;
  background: white;
  text-indent: -999em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #29200e;
}
.slideshow-container .flex-control-nav li a:hover {
  background: #b6b3ad;
}
.slideshow-container .flex-control-nav li a.active {
  background: #29200e;
}
.slideshow-container .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0;
}
.slideshow-container .flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(theme/bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em;
}
.slideshow-container .flex-direction-nav li .next {
  background-position: -52px 0;
  right: -21px;
}
.slideshow-container .flex-direction-nav li .prev {
  left: -20px;
}
.slideshow-container .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
.slideshow-container .flex-pauseplay span {
  text-transform: capitalize;
}
.slideshow {
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
}
.slideshow > ol {
  margin: 0;
  padding: 0;
  list-style: none !important;
  zoom: 1;
  *zoom: 1;
}
.slideshow > ol:before,
.slideshow > ol:after {
  display: table;
  content: "";
  line-height: 0;
}
.slideshow > ol:after {
  clear: both;
}
.slideshow > ol > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.slideshow > ol img {
  max-width: 100%;
  display: block;
}
.slideshow .flex-caption {
  background: none;
  background: rgba(0, 0, 0, 0.3);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c0000 00,endColorstr=#4c0000 00);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c0000 00,endColorstr=#4c0000 00);
  zoom: 1;
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
/*!
 * Navs Components
 */
/* 
.nav-rows{
  .nav-chevron();
}
*/
.nav-chevron {
  margin-top: 0;
  /* Alternates */
  /* Child nav */
}
.nav-chevron > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 14px;
}
.nav-chevron > li > a {
  color: #29200e;
  font-size: inherit;
  padding-left: 1em;
  position: relative;
}
.nav-chevron > li > a:before {
  color: inherit;
  content: ">";
  display: inline-block;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}
.nav-chevron li > a {
  display: block;
  text-decoration: none;
}
.nav-chevron li > a:hover,
.nav-chevron li > a:focus {
  text-decoration: underline;
}
.nav-chevron li.current-menu-item > a,
.nav-chevron li.active > a,
.nav-chevron li.current-menu-parent > a {
  color: #dd2222;
}
.nav-chevron.red > li > a {
  color: #dd2222;
}
.nav-chevron.red > li > a:hover,
.nav-chevron.red > li > a:focus {
  color: #29200e;
}
.nav-chevron.red li.current-menu-item > a,
.nav-chevron.red li.active > a,
.nav-chevron.red li.current-page-parent > a {
  color: #29200e;
}
.nav-chevron.inline li {
  display: inline;
  margin-right: 1em;
}
.nav-chevron.inline li > a {
  display: inline-block;
}
.nav-chevron li > ul {
  padding-left: 1em;
  margin: 6px 0 12px;
  list-style: none;
}
.nav-chevron li > ul > li {
  list-style: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.nav-chevron li > ul a:hover {
  color: #6f695d;
}
.nav-chevron li > ul li.current-menu-item > a,
.nav-chevron li > ul li.active > a,
.nav-chevron li > ul li.current-page-parent > a {
  color: #dd2222;
}
.nav-inline > li {
  display: inline;
  position: relative;
  margin-left: 14px;
}
.nav-inline > li > a {
  display: inline-block;
}
.nav-inline > li + li:before {
  content: "•";
  display: inline-block;
  left: -18px;
  position: absolute;
  text-align: center;
  width: 18px;
}
.mobile-nav-bar {
  border-bottom: 1px solid #d8d7d4;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 18px 4px;
  font-family: "ars-maquette-web", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  color: #29200e;
}
.mobile-nav-bar a {
  color: inherit;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}
.mobile-nav-bar a:before {
  color: inherit;
  content: "<";
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}
.loading {
  text-align: center;
  padding: 24px;
}
.loading p {
  display: inline-block;
  background: #ffffff url(../img/loading64.gif) no-repeat 0 center;
  padding: 0;
  font-size: 14px;
  margin: 0;
  color: #6f695d;
  background-size: 24px 24px;
  padding-left: 34px;
  line-height: 24px;
}
.loading.large p {
  background-size: 32px 32px;
  padding-left: 42px;
  line-height: 32px;
}
.loading.small p {
  background-size: 18px 18px;
  padding: 0 0 2px;
  padding-left: 28px;
  line-height: 18px;
  font-size: 12px;
}
#masterfooter {
  border-top: 1px solid #29200e;
  color: #6f695d;
  font-size: 11px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 100px;
  margin-top: 12px;
}
#masterfooter .footer-branding .powered-by-smart {
  background: url("../img/masterfooter-smart.png") no-repeat center;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin-left: 2px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-indent: 9999px;
  top: 2px;
  vertical-align: text-top;
  width: 40px;
}
/**
 * -----------------------------------------------------------------------------
 * Notes
 * -----------------------------------------------------------------------------
 * 
 * BEM naming convention:
 * .block {}
 * .block__element {}
 * .block--modifier {}
 * 
 * SMACSS property groups:
 * 1. Box
 * 2. Border
 * 3. Background
 * 4. Text
 * 5. Other
 */
/**
 * -----------------------------------------------------------------------------
 * Cards: base
 * -----------------------------------------------------------------------------
 */
.card,
.card li {
  font-size: 13px;
  line-height: 18px;
}
.card {
  margin-bottom: 24px;
  *zoom: 1;
}
.card:before,
.card:after {
  display: table;
  content: "";
  line-height: 0;
}
.card:after {
  clear: both;
}
.card--collapsable {
  cursor: pointer;
}
.card__main {
  position: relative;
  border: 1px solid #d8d7d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
.card__main > a {
  display: block;
  color: #29200e;
  text-decoration: none;
}
.card__main--unstyled {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.card__header,
.card__body,
.card__footer {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.card__header:before,
.card__body:before,
.card__footer:before,
.card__header:after,
.card__body:after,
.card__footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.card__header:after,
.card__body:after,
.card__footer:after {
  clear: both;
}
.card__footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d8d7d4;
}
.card__image {
  margin-bottom: 6px;
}
.card__image > img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.card__title,
.card__subtitle {
  font-size: 20px;
  line-height: 24px;
}
.card__title {
  margin: 6px 0;
  font-weight: 500;
}
a:hover .card__title {
  text-decoration: underline;
}
.card__subtitle {
  margin: -6px 0 6px 0;
  color: #878278;
  font-weight: 300;
}
.card__metadata {
  color: #6f695d;
}
.card__edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  visibility: hidden;
  z-index: 10;
}
.card__main:hover .card__edit-btn {
  visibility: visible;
}
.card__user {
  margin-top: 10px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card__user > a {
  color: #6f695d;
  text-decoration: none;
}
.card__user .user-avatar {
  width: 32px;
  height: 32px;
}
.card__user strong {
  color: #9d261d;
  font-weight: normal;
}
.card__user > a:hover strong {
  text-decoration: underline;
}
/**
 * -----------------------------------------------------------------------------
 * Cards: biography
 * -----------------------------------------------------------------------------
 */
.card--biography,
.card--biography li {
  font-size: 15px;
  line-height: 24px;
}
/**
 * -----------------------------------------------------------------------------
 * Cards: contact
 * -----------------------------------------------------------------------------
 */
#map-canvas {
  width: 100%;
  height: 160px;
}
.user-contact-info {
  margin-bottom: 6px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.user-contact-info li {
  margin-bottom: 6px;
}
/**
 * -----------------------------------------------------------------------------
 * Cards: introduction
 * -----------------------------------------------------------------------------
 */
.card--introduction,
.card--introduction li {
  font-weight: 100;
  font-size: 24px;
  line-height: 30px;
}
/**
 * -----------------------------------------------------------------------------
 * Cards: publications
 * -----------------------------------------------------------------------------
 */
.card--publication .card__header,
.card--publication .card__body,
.card--publication .card__footer {
  padding-right: 10px;
  padding-left: 10px;
}
.card--publication--campaign .card__footer {
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: #f5f5f5;
  color: #6f695d;
}
.card--publication--campaign .card__footer strong {
  color: #29200e;
  font-weight: normal;
}
.campaign-progress,
.campaign-progress__bar {
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.campaign-progress {
  width: 100%;
  margin-bottom: 10px;
  background-color: #d8d7d4;
}
.campaign-progress__bar {
  background-color: #00bb55;
}
.campaign-pct-funded,
.campaign-amount-raised,
.campaign-days-left {
  width: 33.333%;
  float: left;
}
.campaign-amount-raised {
  text-align: center;
}
.campaign-days-left {
  text-align: right;
}
/**
 * -----------------------------------------------------------------------------
 * Cards: user
 * -----------------------------------------------------------------------------
 */
.card--user,
.card--user li {
  font-size: 15px;
  line-height: 24px;
}
.card--user .card__user,
.card--user .card__main,
.card--user .card__gallery {
  float: left;
}
.card--user .card__user {
  width: 90px;
  margin-top: 0;
}
.card--user .card__user .user-avatar {
  width: auto;
  height: auto;
  margin-bottom: 2px;
}
.card--user .card__user .btn {
  margin-bottom: 12px;
}
.card--user .card__user li {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #d8d7d4;
  color: #6f695d;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}
.card--user .card__user li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.card--user .card__user li strong {
  display: block;
  color: #29200e;
  font-weight: bold;
}
.card--user .card__main {
  width: 250px;
  margin-left: 30px;
}
@media (min-width: 1200px) {
  .card--user .card__main {
    width: 350px;
  }
}
.card--user .card__header,
.card--user .card__body {
  padding-right: 0;
  padding-left: 0;
}
.card--user .card__title,
.card--user .card__metadata {
  margin: 0 0 6px;
}
.card--user .card__title {
  font-weight: bold;
  font-size: 15px;
}
.card--user .card__gallery {
  width: 290px;
  margin-left: 30px;
}
@media (min-width: 1200px) {
  .card--user .card__gallery {
    width: 370px;
  }
}
.card--user .card__gallery ul {
  display: inline-block;
  margin: 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  *zoom: 1;
}
.card--user .card__gallery ul:before,
.card--user .card__gallery ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.card--user .card__gallery ul:after {
  clear: both;
}
.card--user .card__gallery ul > li {
  width: 210px;
  height: 210px;
  margin-left: -170px;
  float: left;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #b6b3ad;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .card--user .card__gallery ul > li {
    width: 270px;
    height: 270px;
    margin-left: -220px;
  }
}
.card--user .card__gallery ul > li:first-child {
  margin-left: 0;
  z-index: 3;
}
.card--user .card__gallery ul > li:nth-child(2) {
  z-index: 2;
}
.card--user .card__gallery ul > li:nth-child(3) {
  z-index: 1;
}
.card--user .card__gallery ul > li:last-child {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.card--user .card__gallery ul:after {
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  line-height: 210px;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  content: attr(data-text);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  white-space: nowrap;
  z-index: 4;
}
@media (min-width: 1200px) {
  .card--user .card__gallery ul:after {
    height: 270px;
    line-height: 270px;
  }
}
.card--user .card__gallery a:hover ul:after {
  opacity: 1;
}
/*!
 * Classes for styles raw text (for example blog article content)
 * Adjust collapsing margins
 * Responsive content
 * 
 */
.article {
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.article > *:first-child {
  /* Remove margin on first element */
  margin-top: 0;
}
.article a {
  text-decoration: underline;
}
.article a:link {
  color: #dd2222;
}
.article a:visited {
  color: #a3302a;
}
.article h1 {
  font-size: 28px;
  color: #29200e;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.article h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 30px;
  font-weight: 400;
  font-size: 22px;
  color: #dd2222;
}
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-top: 12px;
}
.article .lead {
  border-bottom: 1px solid #d8d7d4;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.article ul,
.article ol,
.article dl,
.article p {
  margin-top: 12px;
}
.article ul li,
.article ol li {
  margin-bottom: 6px;
}
.article .size-full,
.article .size-large,
.article .size-medium,
.article .size-thumbnail {
  margin: 12px auto;
}
.article .size-full {
  max-width: 100% !important;
  width: auto !important;
}
.article .size-large {
  max-width: 100% !important;
  width: auto !important;
}
.article .size-medium {
  max-width: 290px !important;
  width: auto !important;
}
.article .size-thumbnail {
  max-width: 130px !important;
  width: auto !important;
}
.article .wp-caption {
  max-width: 100% !important;
  width: auto !important;
  padding: 0;
  margin: 24px auto;
}
.article .wp-caption .wp-caption-text {
  margin: 0;
  color: #6f695d;
  font-size: 11px;
  line-height: 18px;
  padding-top: 6px;
}
.article .wp-caption img {
  margin: 0;
}
.article .aligncenter {
  display: block;
  margin: 24px auto;
  text-align: center;
}
.article .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.article .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.article iframe,
.article embed,
.article object {
  margin: 12px 0;
}
.article .fluid-width-video-wrapper {
  margin: 24px 0;
}
.article .fluid-width-video-wrapper iframe,
.article .fluid-width-video-wrapper embed,
.article .fluid-width-video-wrapper object {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .article .size-medium {
    max-width: 228px !important;
    width: auto !important;
  }
  .article .size-thumbnail {
    max-width: 104px !important;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
    width: auto;
    max-width: 100%;
  }
}
/*!
 * Transit file: Move rules to right file once ok.
 */
.pod {
  margin-bottom: 24px;
  margin-top: 24px;
}
.pod > header {
  border-top: 3px solid #29200e;
  border-bottom: 1px solid #29200e;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 12px;
  font-family: "ars-maquette-web", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.pod > header h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.pod > header h1 a:hover {
  text-decoration: none;
}
.pod > header h1 a:after {
  content: " →";
  font-weight: bold;
}
/*!
 * Bootstrap Responsive v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
@media (min-width: 1200px) {

  // Fixed grid
  #grid > .core(@gridColumnWidth1200, @gridGutterWidth1200);

  // Fluid grid
  #grid > .fluid(@fluidGridColumnWidth1200, @fluidGridGutterWidth1200);

  // Input grid
  #grid > .input(@gridColumnWidth1200, @gridGutterWidth1200);

  // Thumbnails
  .thumbnails {
    margin-left: -@gridGutterWidth1200;
  }
  .thumbnails > li {
    margin-left: @gridGutterWidth1200;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }

  // Forms extra
  .form-horizontal {
    @horizontalComponentOffset1200 : @gridColumnWidth1200 * 2 + @gridGutterWidth1200 * 2;

    .control-label{
      width: @horizontalComponentOffset1200 - @gridGutterWidth1200;
    }

    .controls{
      margin-left: @horizontalComponentOffset1200;
      &:first-child {
        *padding-left: @horizontalComponentOffset1200;
      }
    }
  }
}
*/
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.7086674983663044%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94623655913979%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38270064753758%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81916473593537%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25562882433316%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69209291273096%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12855700112873%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.565021089526525%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.001485177924316%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.437949266322107%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.874413354719895%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.310877443117684%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747341531515476%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41733499673262%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6549040575061%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8537990851304%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09136814590389%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2902631735282%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52783223430168%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72672726192599%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96429632269947%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16319135032379%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40076041109727%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.599655438721555%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.837224499495036%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.03611952711935%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27368858789283%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47258361551714%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71015267629062%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.90904770391493%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14661676468841%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.345511792312717%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.583080853086198%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.781975880710508%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.01954494148399%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.2184399691083%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.456009029881779%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 724px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 662px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 600px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 538px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 476px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 414px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 352px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 290px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 228px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 166px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 104px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 42px;
  }
  .form-horizontal .control-label {
    width: 104px;
  }
  .form-horizontal .controls {
    margin-left: 124px;
  }
  .form-horizontal .controls:first-child {
    *padding-left: 124px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 24px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 24px;
  }
  .navbar-fixed-bottom {
    margin-top: 24px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 12px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 12px 15px;
    margin: 12px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.cat-item li {
list-style:none;
} 
