/*!
 * Bootstrap 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.
 */
.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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  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;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -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: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.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.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[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: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #000000;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  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: #999999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  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: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, 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 {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
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 #cccccc;
  -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;
}
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 #cccccc;
  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: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -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;
}
.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: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.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;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000000;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #000000;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #000000;
  -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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #000000;
  background-color: #ffff00;
  border-color: #000000;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus: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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  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: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.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 {
  margin-left: -1px;
}
.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-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 {
  margin-right: -1px;
  -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 {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.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: #f9f9f9;
}
.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 th.span1,
.table td.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table th.span2,
.table td.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table th.span3,
.table td.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table th.span4,
.table td.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table th.span5,
.table td.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table th.span6,
.table td.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table th.span7,
.table td.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table th.span8,
.table td.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table th.span9,
.table td.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table th.span10,
.table td.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table th.span11,
.table td.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table th.span12,
.table td.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table th.span13,
.table td.span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table th.span14,
.table td.span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table th.span15,
.table td.span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table th.span16,
.table td.span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table th.span17,
.table td.span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table th.span18,
.table td.span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table th.span19,
.table td.span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table th.span20,
.table td.span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table th.span21,
.table td.span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table th.span22,
.table td.span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table th.span23,
.table td.span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table th.span24,
.table td.span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #ffff00;
}
.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: #e5e600;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.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 #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.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 #000000;
  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: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.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: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  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: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -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.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: 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:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: 14px;
}
.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: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 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: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  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: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
  margin-bottom: .2em;
  font-size: 16px;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #ffff00;
  border-color: #000000;
  color: #000000;
}
.alert-danger h4,
.alert-error h4 {
  color: #000000;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 39px;
  padding-left: 20px;
  padding-right: 20px;
  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);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *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;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 9.5px 20px 9.5px;
  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: 39px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #ff6600;
}
.navbar .divider-vertical {
  height: 39px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 4.5px;
}
.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: 4.5px;
}
.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: 4.5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, 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: 940px;
}
.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: 9.5px 9px 9.5px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ff6600;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  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: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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);
  -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,
.navbar .btn-navbar:focus,
.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.2);
  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.2);
  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: #e5e5e5;
  color: #555555;
}
.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: #555555;
  border-bottom-color: #555555;
}
.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: #999999;
}
.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: #999999;
  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: #999999;
}
.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: #999999;
  border-bottom-color: #999999;
}
.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: #333333;
  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 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  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: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *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);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.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;
}
@media (max-width: 979px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #FFF !important;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  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: #999999;
}
.pagination {
  height: 40px;
  margin: 20px 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: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-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: 20px 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: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.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: #999999;
  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: #000000;
}
.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 */
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  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;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.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: -20px;
  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: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  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: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #000000;
}
.label-important[href],
.badge-important[href] {
  background-color: #000000;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-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: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 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;
  -ms-behavior: url(/js/backgroundsize.min.htc);
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.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: 20px;
  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: #222222;
  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: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * 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.
 */
.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;
  }
}
@media (min-width: 1200px) {
  .row {
    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: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .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.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -10px;
    *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: 10px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 614px;
  }
  .span12 {
    width: 614px;
  }
  .span11 {
    width: 562px;
  }
  .span10 {
    width: 510px;
  }
  .span9 {
    width: 458px;
  }
  .span8 {
    width: 406px;
  }
  .span7 {
    width: 354px;
  }
  .span6 {
    width: 302px;
  }
  .span5 {
    width: 250px;
  }
  .span4 {
    width: 198px;
  }
  .span3 {
    width: 146px;
  }
  .span2 {
    width: 94px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 634px;
  }
  .offset11 {
    margin-left: 582px;
  }
  .offset10 {
    margin-left: 530px;
  }
  .offset9 {
    margin-left: 478px;
  }
  .offset8 {
    margin-left: 426px;
  }
  .offset7 {
    margin-left: 374px;
  }
  .offset6 {
    margin-left: 322px;
  }
  .offset5 {
    margin-left: 270px;
  }
  .offset4 {
    margin-left: 218px;
  }
  .offset3 {
    margin-left: 166px;
  }
  .offset2 {
    margin-left: 114px;
  }
  .offset1 {
    margin-left: 62px;
  }
  .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: 1.6286645%;
    *margin-left: 1.57547301%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.6286645%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.53094463%;
    *width: 91.47775314%;
  }
  .row-fluid .span10 {
    width: 83.06188925%;
    *width: 83.00869776%;
  }
  .row-fluid .span9 {
    width: 74.59283388%;
    *width: 74.53964239%;
  }
  .row-fluid .span8 {
    width: 66.1237785%;
    *width: 66.07058701%;
  }
  .row-fluid .span7 {
    width: 57.65472313%;
    *width: 57.60153164%;
  }
  .row-fluid .span6 {
    width: 49.18566775%;
    *width: 49.13247626%;
  }
  .row-fluid .span5 {
    width: 40.71661238%;
    *width: 40.66342089%;
  }
  .row-fluid .span4 {
    width: 32.247557%;
    *width: 32.19436551%;
  }
  .row-fluid .span3 {
    width: 23.77850163%;
    *width: 23.72531014%;
  }
  .row-fluid .span2 {
    width: 15.30944625%;
    *width: 15.25625476%;
  }
  .row-fluid .span1 {
    width: 6.84039088%;
    *width: 6.78719939%;
  }
  .row-fluid .offset12 {
    margin-left: 103.25732899%;
    *margin-left: 103.15094601%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.6286645%;
    *margin-left: 101.52228152%;
  }
  .row-fluid .offset11 {
    margin-left: 94.78827362%;
    *margin-left: 94.68189064%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.15960912%;
    *margin-left: 93.05322614%;
  }
  .row-fluid .offset10 {
    margin-left: 86.31921824%;
    *margin-left: 86.21283526%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.69055375%;
    *margin-left: 84.58417077%;
  }
  .row-fluid .offset9 {
    margin-left: 77.85016287%;
    *margin-left: 77.74377989%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.22149837%;
    *margin-left: 76.11511539%;
  }
  .row-fluid .offset8 {
    margin-left: 69.38110749%;
    *margin-left: 69.27472451%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.752443%;
    *margin-left: 67.64606002%;
  }
  .row-fluid .offset7 {
    margin-left: 60.91205212%;
    *margin-left: 60.80566914%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.28338762%;
    *margin-left: 59.17700464%;
  }
  .row-fluid .offset6 {
    margin-left: 52.44299674%;
    *margin-left: 52.33661376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.81433225%;
    *margin-left: 50.70794927%;
  }
  .row-fluid .offset5 {
    margin-left: 43.97394137%;
    *margin-left: 43.86755839%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.34527687%;
    *margin-left: 42.23889389%;
  }
  .row-fluid .offset4 {
    margin-left: 35.50488599%;
    *margin-left: 35.39850301%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.8762215%;
    *margin-left: 33.76983852%;
  }
  .row-fluid .offset3 {
    margin-left: 27.03583062%;
    *margin-left: 26.92944764%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.40716612%;
    *margin-left: 25.30078315%;
  }
  .row-fluid .offset2 {
    margin-left: 18.56677524%;
    *margin-left: 18.46039227%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.93811075%;
    *margin-left: 16.83172777%;
  }
  .row-fluid .offset1 {
    margin-left: 10.09771987%;
    *margin-left: 9.99133689%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.46905537%;
    *margin-left: 8.3626724%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 10px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 600px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 548px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 496px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 444px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 392px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 340px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 288px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 236px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 184px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 132px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 80px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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"],
  .uneditable-input[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;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .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 {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  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;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .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: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .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 10px;
  }
  .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: 10px 15px;
    margin: 10px 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;
  }
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  position: relative;
  /* safari */
  overflow: hidden;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll !important;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #000;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
::selection {
  background-color: #84ca7f;
  color: #000;
}
.word-break-hyphens {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.background-size-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
}
.content-large-header {
  background: transparent;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: -o-linear-gradient(top, #e0e0e0, #ffffff);
  background-image: linear-gradient(to bottom, #e0e0e0, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: 0 -2px 0 #eaeaea;
  -moz-box-shadow: 0 -2px 0 #eaeaea;
  box-shadow: 0 -2px 0 #eaeaea;
  border-top: 1px solid #FFF;
  padding: 0 1em 1em 1em;
  font-size: 1.3em;
}
.fixed-width-font {
  font-family: "Andale Mono", "Lucida Console", Lucidatypewriter, "Courier New", Fixed, monospace;
}
.shadow {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
}
.shadow-heavy {
  -webkit-box-shadow: 0 2px 10px #000000 !important;
  -moz-box-shadow: 0 2px 10px #000000 !important;
  box-shadow: 0 2px 10px #000000 !important;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.text-shadow-heavy,
.text-shadow-dark {
  text-shadow: 2px 2px 10px #000000;
}
.alert {
  color: #8A672C;
}
.alert-info {
  color: #235066;
}
.alert-success {
  color: #468847;
}
.alert-foat {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F60;
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  border: 5px solid #FFF;
}
.alert-foat .close {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: .1em .4em;
  background: rgba(255, 255, 255, 0.2);
}
.alert-foat .close:hover {
  background: #ffffff;
  color: #F60;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.alert-red {
  background: #B00;
  color: #FFF;
  border: 0px solid #999;
  text-shadow: 0 1px 0 #000;
}
.alert-red h1,
.alert-red h2,
.alert-red h3,
.alert-red h4,
.alert-red h5,
.alert-red h6,
.alert-red a {
  color: #FFF;
}
.alert-red.bundle-error {
  padding: 1em;
}
.alert-error {
  color: #000;
}
.alert-error h1 {
  color: #000;
}
.alert-orange {
  background: #F60;
  color: #FFF;
  border: 1px solid #333;
}
.alert-orange h4 {
  color: #FFF;
  text-shadow: none;
}
.paypal-button button.large {
  font-size: 16px !important;
}
.icon-map-marker {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #FF7000;
}
.nowrap,
.no-wrap {
  white-space: nowrap;
}
form .label {
  display: inline-block;
  white-space: normal;
}
.radio-css {
  margin: 0.5rem;
  padding-left: 2em;
}
.radio-css input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-css input[type="radio"] + .radio-label:before {
  content: '';
  background: #eee;
  border-radius: 100%;
  border: 1px solid #999;
  display: inline-block;
  width: 1.2em !important;
  height: 1.2em !important;
  position: relative;
  top: -0.1em;
  left: -2em;
  margin-right: -1.6em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: jelly 375ms linear;
}
.radio-css input[type="radio"]:checked + .radio-label:before {
  background-color: #333;
  box-shadow: inset 0 0 0 4px #eee;
  animation: jelly 250ms linear;
}
.radio-css input[type="radio"].warning:checked + .radio-label:before {
  background-color: #B00;
}
.radio-css input[type="radio"].preferred:checked + .radio-label:before {
  background-color: #6CBD47;
}
.radio-css input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.checkbox-css {
  margin: 0.5rem;
  padding-left: 2em;
}
.checkbox-css input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox-css input[type="checkbox"] + .checkbox-label:before {
  content: '\f096';
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  -webkit-background-clip: text;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  width: 1.2em !important;
  height: 1.0em !important;
  position: relative;
  top: -0.01em;
  left: -1.6em;
  margin-right: -1.6em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: jelly 375ms linear;
  transition: jelly 375ms linear;
}
.checkbox-css input[type="checkbox"]:checked + .checkbox-label:before {
  content: "\f14a";
  color: #555;
  -webkit-animation: jelly 250ms linear;
  animation: jelly 250ms linear;
}
.checkbox-css input[type="checkbox"].warning:checked + .checkbox-label:before {
  color: #B00;
}
.checkbox-css input[type="checkbox"].preferred:checked + .checkbox-label:before {
  color: #0A0;
}
.checkbox-css input[type="checkbox"]:disabled + .checkbox-label:before {
  content: "\f0c8";
  color: #aaa;
}
.checkbox-css input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1.25, 0.75);
  }
  40% {
    -webkit-transform: scale(0.75, 1.25);
  }
  50% {
    -webkit-transform: scale(1.15, 0.85);
  }
  65% {
    -webkit-transform: scale(0.95, 1.05);
  }
  75% {
    -webkit-transform: scale(1.05, 0.95);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes jelly {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
a[href^="http"]:not([href*="thefoat"]):not(.not-external) :not(.not-external) {
  background: url(/images/external.png) center right no-repeat;
  padding-right: 13px;
}
.normal {
  font-weight: normal;
}
.noborder,
.no-border {
  border: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin * {
  margin: auto;
}
.clickable {
  cursor: pointer;
}
.ad-2014-sponsored {
  float: left;
  color: #DADADA;
}
.ad-2014-sponsored a {
  color: #DADADA;
}
.ad-2014-create {
  float: right;
}
.ad-2014-heading {
  word-wrap: break-word;
  word-break: normal;
}
.ad-2014-body {
  color: #999;
  word-wrap: break-word;
  word-break: normal;
}
.badge.badge-small {
  font-size: .8em;
  border-radius: .8em;
  padding: 1px .5em 2px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px -1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px -1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px -1px 0 rgba(255, 255, 255, 0.3);
}
.badge.badge-medium {
  font-size: .9em;
  border-radius: .8em;
  padding: 1px .5em 1px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px -1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px -1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px -1px 0 rgba(255, 255, 255, 0.3);
}
.badge.speech-bubble.likes {
  display: inline-block;
  right: auto;
  bottom: auto;
}
.badge .speech-bubble-inner {
  padding: 0;
  color: inherit;
  background: inherit;
  box-shadow: none;
  border-radius: none;
}
.nav_section_left ul .badge {
  float: right;
  margin-top: .4em;
  margin-right: -0.5em;
  position: inherit;
}
ul.sgAjaxAccordion .badge {
  float: left;
  margin-top: .4em;
  margin-right: .5em;
  position: inherit;
}
.box-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  padding: .5em;
  text-align: center;
  border: 1px solid #CCC;
  margin-top: 1.5em;
}
.box-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em;
  line-height: 1.2em;
}
div.admin-make-iow {
  display: block;
  position: absolute;
  top: 70px;
  font-size: 11px;
  background-color: #F5F5F5;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.admin-make-iow a {
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
a.round-chevron {
  background-color: #F60;
  color: #FFF;
  border: .35em solid #FFF;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  border-radius: 4em;
  padding: 1em 1.15em;
  margin: 1em;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0em 0em 0.3em rgba(255, 255, 255, 0), 0em 0em 0.5em #000000;
  -moz-box-shadow: 0em 0em 0.3em rgba(255, 255, 255, 0), 0em 0em 0.5em #000000;
  box-shadow: 0em 0em 0.3em rgba(255, 255, 255, 0), 0em 0em 0.5em #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a.round-chevron:hover {
  text-decoration: none;
  background-color: #000;
}
ul.spaced li,
ol.spaced li {
  margin-bottom: .5em;
}
.alignr,
.align-right,
.text-right,
td.alignr,
td.align-right,
td.text-right {
  text-align: right;
}
.alignl,
.align-left,
.text-left,
td.alignl,
td.align-left,
td.text-left {
  text-align: left;
}
.center,
.align-center,
.text-center,
td.center,
td.align-center,
td.text-center {
  text-align: center;
}
.middle {
  margin: 0 auto;
}
.vmiddle {
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.white,
.color-white {
  color: #FFF;
}
.yellow,
.color-yellow {
  color: #FFFF00;
}
.red,
.color-red {
  color: #bb0000;
}
a.red,
a.color-red {
  color: #bb0000 !important;
}
.green,
.color-green {
  color: #4c9b0d;
}
a.green,
a.color-green {
  color: #4c9b0d !important;
}
.orange,
color-orange {
  color: #ff6600;
}
a.orange,
a.color-orange {
  color: #ff6600 !important;
}
.background-orange {
  background: #ff6600;
  color: #FFF;
}
.bg-orange {
  background: #ff6600 !important;
}
tr.highlighted td {
  background: #FFFF00 !important;
}
.line-through {
  text-decoration: line-through;
}
.dark-blue {
  color: #4863AC !important;
}
.paypal-dark-blue {
  color: #253B80 !important;
}
.paypal-light-blue {
  color: #179BD7 !important;
}
.fb-blue {
  color: #336699 !important;
}
.black {
  color: #000 !important;
}
.gray {
  color: #CCC !important;
}
.light-gray {
  color: #EEE !important;
}
.show-overflow {
  overflow: visible !important;
}
.color-scs {
  color: #0099ff;
}
a.color-scs {
  color: #0099ff !important;
}
.background-scs {
  background: #0099ff;
  color: #FFF;
}
.b,
.bold,
.strong {
  font-weight: bold;
}
.table-outer-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-outer-bordered th,
.table-outer-bordered > tr td {
  border-top: none;
}
.table-outer-bordered td {
  border-left: none;
  border-right: none;
}
.table-padded td {
  padding: 5px;
}
.numeric,
td.numeric {
  font-family: "Courier New", Courier, monospace;
  text-align: right;
}
#logo {
  background: #ff6600 url(/images/bs/logo_nav.png) 50% 50% no-repeat;
  float: left;
  position: absolute;
  z-index: 1000;
  width: 125px;
  height: 40px;
}
#logo.logo-shrunk {
  background: #ff6600 url(/assets/logos/logo_40.gif);
  width: 40px;
  height: 40px;
}
#navDialog {
  display: none;
}
.embed-item-container {
  display: inline-block;
  float: left;
  clear: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em;
  font-size: 14px;
  font-family: 'Tauri', arial, sans-serif;
}
.embed-item-container a {
  text-decoration: none;
  color: #333 !important;
}
.embed-item-container a:hover {
  color: #bb0000 !important;
}
.embed-item-container .embed-item-thm-container {
  position: relative;
  float: left;
  width: 5em;
  height: 5em;
  margin-right: .5em;
  box-sizing: border-box;
}
.embed-item-container .embed-item-thm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  border: 3px solid #F7F7F7;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.9);
  box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.9);
}
.embed-item-container .embed-item-title {
  font-weight: normal;
  line-height: 1em;
  font-size: .9em;
}
.embed-item-container .embed-item-description {
  font-size: .8em;
  font-weight: normal;
}
#back-to-top {
  text-align: center;
  font-size: 11px !important;
  color: #FFF !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
  font-weight: bold;
  cursor: pointer;
  line-height: 1em;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border: 0;
  background: rgba(255, 102, 0, 0.9);
  border-radius: 10px;
  padding: 10px;
  background: -moz-linear-gradient(top, rgba(255, 102, 0, 0.65) 0%, rgba(255, 102, 0, 0.21) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 102, 0, 0.65)), color-stop(100%, rgba(255, 102, 0, 0.21)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 102, 0, 0.65) 0%, rgba(255, 102, 0, 0.21) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 102, 0, 0.65) 0%, rgba(255, 102, 0, 0.21) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 102, 0, 0.65) 0%, rgba(255, 102, 0, 0.21) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 102, 0, 0.65) 0%, rgba(255, 102, 0, 0.21) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ff6600', endColorstr='#36ff6600', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.8);
  box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.8);
}
.navbar-shadow {
  background-color: rgba(137, 137, 137, 0.92);
  background-image: -moz-linear-gradient(top, #555555, rgba(255, 255, 255, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(rgba(255, 255, 255, 0.8)));
  background-image: -webkit-linear-gradient(top, #555555, rgba(255, 255, 255, 0.8));
  background-image: -o-linear-gradient(top, #555555, rgba(255, 255, 255, 0.8));
  background-image: linear-gradient(to bottom, #555555, rgba(255, 255, 255, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ccffffff', GradientType=0);
}
.general-shadow {
  height: 3px;
  position: relative;
  z-index: 999;
  background-color: #000000;
  background-color: rgba(63, 63, 63, 0.12);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(204, 204, 204, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.2)), to(rgba(204, 204, 204, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(204, 204, 204, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(204, 204, 204, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(204, 204, 204, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00cccccc', GradientType=0);
  display: none;
  *margin-left: .3em;
}
.general-shadow:first-child {
  *margin-left: 0;
}
.general-shadow:first-child {
  *margin-left: 0;
}
div#main {
  position: relative;
  z-index: 0;
}
.ie8-collaps-overflow {
  overflow: visible\8 !important;
}
.navbar .brand {
  padding: 0;
  margin-left: 0;
}
.navbar li.nav-avatar img {
  width: 25px;
  height: 25px;
  border: 1px solid #CCC;
  margin-top: -3px;
}
.navbar .nav > li > a {
  padding-bottom: 0;
}
.navbar .btn-navbar {
  float: left;
  margin-left: -15px;
}
/***** NAV ALERT/NOTIFICATIONS *****/
.navbar-alerts .btn {
  background: #ff6600;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
#sg-nav-alerts-ul a {
  color: #000;
}
#sg-nav-alerts-ul a:hover {
  color: #FFF;
}
.navbar .sg-nav-alerts {
  float: right;
  padding-left: 0;
  margin-right: 3px;
  margin-top: 10px;
  overflow: visible;
}
.navbar .sg-nav-alerts a {
  color: #FFFFFF;
}
.navbar .sg-nav-alerts .nav-dropdown-alerts {
  /*padding: 17px 10px 0px 10px;*/
  background: #F1F1F1;
  left: auto;
  right: 0;
  min-width: 300px;
  max-width: 100%;
}
.navbar .sg-nav-alerts .btn {
  background: #ff6600;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.navbar .sg-nav-alerts .alerts-list-container .all-link a {
    color: #F60;
    text-align: right;
}

.navbar .sg-nav-alerts .alerts-list tr.new {
    background: #EEE;
}

.alerts-list .alert-item .details {
    cursor: pointer !important;
    color: #64615E;
}

.alerts-list .alert-item .details a {
    color: #64615E;
    display: initial;
    padding: initial;
    white-space: initial;
}

.alerts-list .alert-item .details a:hover {
    color: #000;
    text-decoration: none;
}

.alerts-list .alert-item .details .jewel-main-nav {
    float: left;
    margin-left: -8px;
    margin-top: -1px;
}
.alerts-list .alert-item .details .when {
    float: right;
    margin-top: -7px;
    margin-right: -2px;
}

/***** NAV SEARCH *****/

.navbar-search .btn {
  background: #ff6600;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
#sg-nav-search-ul a {
  color: #000;
}
#sg-nav-search-ul a:hover {
  color: #FFF;
}
.navbar .sg-nav-search {
  float: right;
  padding-left: 0;
  margin-right: 3px;
  margin-top: 10px;
  overflow: visible;
}
.navbar .sg-nav-search a {
  color: #FFFFFF;
}
.navbar .sg-nav-search .nav-dropdown-search {
  padding: 17px 10px 0px 10px;
  background: #F1F1F1;
}
.navbar .sg-nav-search input[type=text] {
  margin-left: 10px;
}
.navbar .sg-nav-search .btn {
  background: #ff6600;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.navbar .sg-nav-search ul li {
  padding: 0;
}
#nav-menu-button {
  float: left;
  margin-left: 0;
}
div.nav-section {
  border-bottom: none;
  padding: 0;
  background: #EAEAEA;
  height: 40px;
  border-bottom: 1px solid #CCC;
  box-shadow: none;
}
div.nav-section.navbar-inner {
  padding: 0;
  box-shadow: none;
}
div.nav-section.navbar-inner .container {
  background: #FFF;
}
ul#nav-section {
  list-style: none;
  border-spacing: .2em;
  padding: 0;
  margin: 0;
  background: #EAEAEA;
  height: 40px;
  border-bottom: 1px solid #CCC;
}
ul#nav-section > li {
  list-style-type: none;
  float: left;
  text-align: left;
  vertical-align: middle;
  padding-top: .6em;
}
ul#nav-section > li > a {
  display: block;
  color: #1A1A1A;
  background: #EAEAEA;
  font-size: .9em;
  font-weight: normal;
  font-family: 'Tauri', arial, helvetica, sans-serif;
  line-height: 1.3em;
  padding: .3em .8em .3em .8em;
}
ul#nav-section > li > a .icon-large {
  margin-right: .5em;
  position: relative;
  top: -0.1em;
}
ul#nav-section > li > a.social-car-show {
  color: #0099ff;
}
ul#nav-section > li > a:hover,
ul#nav-section > li > a.hover {
  background-color: #ff6600;
  color: #FFF !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
ul#nav-section > li > a.btn {
  padding: .5em .5em .4em .5em;
  margin: -0.2em 0.4em 0.4em;
}
ul#nav-section > li > a.btn.btn-action {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #bb0000;
}
ul#nav-section > li > a.btn.btn-action:hover,
ul#nav-section > li > a.btn.btn-action:focus,
ul#nav-section > li > a.btn.btn-action:active,
ul#nav-section > li > a.btn.btn-action.active,
ul#nav-section > li > a.btn.btn-action.disabled,
ul#nav-section > li > a.btn.btn-action[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
ul#nav-section > li > a.btn.btn-action:active,
ul#nav-section > li > a.btn.btn-action.active {
  background-color: #080808 \9;
}
ul#nav-section > li > a.btn.btn-action .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
ul#nav-section > li > a.btn.btn-action:hover {
  background: #ff6600;
}
ul#nav-section > li > a.btn {
  padding: .5em .5em .4em .5em;
  margin: -0.2em 0.4em 0.4em;
}
ul#nav-section > li > a.btn.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
ul#nav-section > li > a.btn.btn-success:hover,
ul#nav-section > li > a.btn.btn-success:focus,
ul#nav-section > li > a.btn.btn-success:active,
ul#nav-section > li > a.btn.btn-success.active,
ul#nav-section > li > a.btn.btn-success.disabled,
ul#nav-section > li > a.btn.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
ul#nav-section > li > a.btn.btn-success:active,
ul#nav-section > li > a.btn.btn-success.active {
  background-color: #408140 \9;
}
ul#nav-section > li > a.btn.btn-success .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
ul#nav-section > li > a.btn.btn-success:hover {
  background: #ff6600;
}
ul#nav-section > li > a.inset {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #BBBBBB;
  border: 1px solid #BBBBBB;
  *border: 0;
  border-top-color: #9a9a9a;
  border-left-color: #9a9a9a;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *margin-left: .3em;
}
ul#nav-section > li > a.inset:first-child {
  *margin-left: 0;
}
ul#nav-section > li > a.inset:first-child {
  *margin-left: 0;
}
ul#nav-section > li.h2 > a {
  font-size: 1.8em;
  font-family: 'Tauri', arial, sans-serif;
  line-height: 0;
  padding-top: .5em;
  padding-left: .4em;
  background-color: none;
  padding-bottom: 0;
  margin-bottom: -2px;
}
ul#nav-section > li.h2 > a:hover {
  background: none;
}
ul#nav-section > li.h2-avatar {
  padding: 0;
  margin-top: 0;
}
ul#nav-section > li.h2-avatar a {
  margin: 0;
  padding: .35em 0 0 .4em;
}
ul#nav-section > li.h2-avatar a:hover {
  background-color: transparent;
}
ul#nav-section > li.h2-avatar a div.h2-avatar {
  width: 30px;
  height: 30px;
  background-color: #000;
  /* show me! */
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-repeat: no-repeat;
  border: 1px solid #BBB;
  border-top-color: #9A9A9A;
  border-left-color: #9A9A9A;
  border-bottom-color: #FFF;
  border-right-color: #FFF;
}
ul#nav-section > li ul.dropdown-menu {
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  background: #FFF;
}
ul#nav-section > li ul.dropdown-menu li {
  width: 100%;
  margin: 5px 0;
  font-size: 1.0em;
  line-height: 1.0em;
  padding-top: none;
  padding-bottom: none;
}
ul#nav-section > li ul.dropdown-menu li a {
  color: #000;
  background: #FFF;
  line-height: 1em;
  padding-top: none;
  padding-bottom: none;
}
ul#nav-section > li ul.dropdown-menu li a.active {
  background: #f7f7f7;
  font-weight: bold;
  color: #1a1a1a;
}
ul#nav-section > li ul.dropdown-menu li.active a {
  background: #f7f7f7;
  font-weight: bold;
}
.sub-nav-section-container-container {
  margin-top: -20px;
  height: 50px;
  border-top: 1px solid #000;
  display: none;
  background: #000000 url(/images/about.jpg);
}
.sub-nav-section-container {
  background: #666666;
  color: #ffffff;
  height: 71px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -moz-linear-gradient(left, #000000, rgba(0, 0, 0, 0.2));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(left, #000000, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(left, #000000, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.2));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#33000000', GradientType=1);
}
.sub-nav-section-container a {
  color: #ffffff;
}
.sub-nav-section {
  margin: 0;
  padding: 0;
}
.sub-nav-section li {
  list-style-type: none;
  float: left;
  padding: 4px;
  margin-top: 2em;
  font-size: .8em;
}
.sub-nav-section li.sub-avatar {
  margin-top: 0;
}
.sub-nav-section li.h2 {
  margin-top: 0;
}
.sub-nav-section li.h2 > a {
  position: absolute;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  padding-top: 0;
  padding-left: .4em;
  margin-top: 0;
}
.sub-nav-section li li {
  margin: 0;
  width: 100%;
}
.sub-nav-section ul.sgAjaxAccordion {
  padding: 0;
}
.sub-nav-section ul.sgAjaxAccordion ul.sgNavAccordion {
  padding: 0;
}
.sub-nav-section ul.sgAjaxAccordion ul.sgNavAccordion li a {
  padding-right: 5em;
}
.sub-nav-section ul.sgAjaxAccordion ul.sgNavAccordion li a.sgAjaxAccordion {
  padding-right: 1.5em;
}
.sub-nav-section ul.sgAjaxAccordion ul.sgNavAccordion > li {
  margin: 0;
  padding: 0;
  height: auto;
}
.sub-nav-avatar {
  width: 60px;
  height: 60px;
  background-size: cover;
  border-top: 1px solid #7C7C7C;
  border-left: 1px solid #7C7C7C;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.sub-nav-sub-title {
  display: none;
  background: #eaeaea;
  color: #666666;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 0 #c4c4c4;
  -moz-box-shadow: 0 1px 0 #c4c4c4;
  box-shadow: 0 1px 0 #c4c4c4;
}
.left-dots {
  float: left;
  text-shadow: 0 -1px 0 #ffffff;
  padding-left: 5px;
}
.right-dots {
  float: right;
  text-shadow: 0 -1px 0 #ffffff;
  padding-right: 5px;
}
ul.section5 li {
  width: 20%;
}
ul.section4 li {
  width: 25%;
}
ul.section3 li {
  width: 33%;
}
ul.section2 li {
  width: 50%;
}
.navbar-inverse .navbar-inner {
  background: #000000;
  border: 0;
}
.navbar-inverse .nav li.dropdown.active .dropdown-toggle {
  background: #000000;
}
.navbar-inverse .nav .active > a {
  text-decoration: underline;
}
.navbar-inverse .divider-vertical {
  border-left-color: #333333;
  border-right-color: #666666;
  border-right-style: dotted;
}
ul#nav-main {
  margin-left: 125px;
  margin-top: 2px;
}
ul#nav-main li {
  position: relative;
  font-family: 'Tauri', arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
ul#nav-main li .btn {
  padding: 4px 4px 3px 4px;
  margin-left: 2px;
  margin-right: 2px;
}
ul#nav-main li .btn-success:hover {
  background: #5bb75b;
}
.navbar-inverse .btn-navbar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #555555, #2b2b2b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #555555, #2b2b2b);
  background-image: -o-linear-gradient(top, #555555, #2b2b2b);
  background-image: linear-gradient(to bottom, #555555, #2b2b2b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff2b2b2b', GradientType=0);
  border-color: #2b2b2b #2b2b2b #040404;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2b2b2b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #2b2b2b;
  *background-color: #1e1e1e;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #111111 \9;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #FFFFFF;
}
li.nav-main .icon-large::before,
li .icon-large::before {
  width: 1.0em;
}
span.jewel {
  position: relative;
  font-size: 9px;
  background: #333333;
  padding: 0 1px 1px 0;
  line-height: 12px;
  -webkit-border-radius: '2px';
  -moz-border-radius: '2px';
  border-radius: '2px';
}
span.jewel div,
span.jewel-main-nav div {
  -webkit-border-radius: '2px';
  -moz-border-radius: '2px';
  border-radius: '2px';
  padding: 0 2px 0 1px;
}
span.jewel-main-nav {
  right: 3px;
  top: -0.7em;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFF;
  background: #ff6600;
  padding: 0 2px 0 2px;
  line-height: 12px;
  -webkit-box-shadow: 2px 2px 2px #996600;
  -moz-box-shadow: 2px 2px 2px #996600;
  box-shadow: 2px 2px 2px #996600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar-inverse .nav > li > a > span.jewel-main-nav {
  color: #FFF;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.carousel .item > img {
  margin: 0 auto;
  max-height: 650px;
}
/*   
 THEFOAT ICON STYLES
*/
.foat-icon {
  height: 20px;
  line-height: 20px;
  background-image: url("/assets/icons/icon-sprite.png");
  vertical-align: middle;
}
.foat-icon-small {
  height: 10px;
  line-height: 10px;
  -webkit-background-size: 150px 50px;
  -moz-background-size: 150px 50px;
  -o-background-size: 150px 50px;
  background-size: 150px 50px;
  -ms-behavior: url(/js/backgroundsize.min.htc);
}
.foat-icon-item-of-week {
  line-height: 50px;
  background-image: url("/assets/icons/icon-sprite.png");
  background-position: -241px 0px;
  vertical-align: middle;
  width: 55px;
  height: 50px;
}
.foat-icon-item-of-week.foat-icon-small {
  width: 27px;
  height: 25px;
}
.foat-icon-item-of-week.foat-icon-small:hover {
  background-position: -120px 25px;
}
.foat-icon-item-of-week:hover,
.foat-icon-item-of-week.active {
  background-position: -241px -50px;
}
a:hover .foat-icon-item-of-week {
  background-position: -241px 0px;
}
a:hover .foat-icon-item-of-week.foat-icon-small {
  background-position: -120px -25px;
}
.foat-icon-trending {
  line-height: 50px;
  background-image: url("/assets/icons/icon-sprite.png");
  background-position: -185px 0px;
  vertical-align: middle;
  width: 55px;
  height: 50px;
}
.foat-icon-trending.foat-icon-small {
  width: 27px;
  height: 25px;
}
.foat-icon-trending.foat-icon-small:hover {
  background-position: -93px 25px;
}
.foat-icon-trending:hover,
.foat-icon-trending.active {
  background-position: -185px -50px;
}
a:hover .foat-icon-trending {
  background-position: -185px 0px;
}
a:hover .foat-icon-trending.foat-icon-small {
  background-position: -93px -25px;
}
.foat-icon-tickets {
  height: 20px;
  line-height: 20px;
  background-image: url("/assets/icons/icon-sprite.png");
  vertical-align: middle;
  background-position: 0px 0px;
  width: 40px;
}
.foat-icon-tickets.foat-icon-small {
  width: 20px;
  height: 10px;
}
.foat-icon-tickets.foat-icon-small:hover {
  background-position: 0px -10px;
}
.foat-icon-tickets:hover {
  background-position: 0px -20px;
}
a:hover .foat-icon-tickets {
  background-position: 0px -20px;
}
a:hover .foat-icon-tickets.foat-icon-small {
  background-position: 0px -10px;
}
.foat-icon-merchandise {
  height: 20px;
  line-height: 20px;
  background-image: url("/assets/icons/icon-sprite.png");
  vertical-align: middle;
  background-position: -66px 0px;
  width: 27px;
}
.foat-icon-merchandise.foat-icon-small {
  width: 13px;
  height: 10px;
}
.foat-icon-merchandise.foat-icon-small:hover {
  background-position: -33px 0px;
}
.foat-icon-merchandise:hover {
  background-position: -66px -20px;
}
a:hover .foat-icon-merchandise {
  background-position: -66px -20px;
}
a:hover .foat-icon-merchandise.foat-icon-small {
  background-position: -33px -10px;
}
.foat-icon-classifieds {
  height: 20px;
  line-height: 20px;
  background-image: url("/assets/icons/icon-sprite.png");
  vertical-align: middle;
  background-position: -105px 0px;
  width: 27px;
}
.foat-icon-classifieds.foat-icon-small {
  width: 13px;
  height: 10px;
}
.foat-icon-classifieds.foat-icon-small:hover {
  background-position: -52px 0px;
}
.foat-icon-classifieds:hover {
  background-position: -105px -20px;
}
a:hover .foat-icon-classifieds {
  background-position: -105px -20px;
}
a:hover .foat-icon-classifieds.foat-icon-small {
  background-position: -52px -10px;
}
.foat-icon-my-tickets {
  height: 20px;
  line-height: 20px;
  background-image: url("/assets/icons/icon-sprite.png");
  vertical-align: middle;
  background-position: -140px 0px;
  width: 40px;
}
.foat-icon-my-tickets.foat-icon-small {
  width: 20px;
  height: 10px;
  background-position: -70px 0px;
}
.foat-icon-my-tickets.foat-icon-small:hover {
  background-position: -70px -10px;
}
.foat-icon-my-tickets:hover {
  background-position: -140px -20px;
}
a:hover .foat-icon-my-tickets {
  background-position: -140px -20px;
}
a:hover .foat-icon-my-tickets.foat-icon-small {
  background-position: -70px -10px;
}
/**
  TheFOAT Aggregated Items Sections (eternity scroll, twitter-like)
**/
/**
  TheFOAT Video Section
**/
.comment-avatar {
  float: left;
  margin-right: 5px;
}
.pho-container-container {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.pho-container {
  display: inline-block;
  position: relative;
  /* width: 19.5%;
	margin:.21%;  */
  width: 23%;
  margin: 1.0%;
  overflow: hidden;
}
.pho-container:hover .pho-info {
  visibility: visible;
}
.pho-container .pho-square,
.photo-pg-col-left .pho-square {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 25%;
}
.pho-container .speech-bubble.top,
.photo-pg-col-left .speech-bubble.top {
  bottom: 32px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pho-container .speech-bubble.top .icon-caret-down,
.photo-pg-col-left .speech-bubble.top .icon-caret-down {
  bottom: -9px;
  left: auto;
  right: 7px;
}
.pho-container .speech-bubble-inner,
.photo-pg-col-left .speech-bubble-inner {
  position: inherit;
  bottom: 3px;
  left: auto;
  right: -3px;
}
.pho-dummy {
  margin-top: 100%;
  /* 75% = 4:3 aspect ratio */
}
.pho {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-position: 50% 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -moz-box-shadow: inset 0 0 5px #555,0;
  -webkit-box-shadow: inset 0 0 5px #555;
  box-shadow: inner 0 0 5px #555;
}
.php-info-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14.9%;
  background: #FFF;
  color: #333;
  font-size: 14px;
  vertical-align: bottom;
  line-height: 18px;
}
.php-info-bar a {
  color: #333;
}
.php-info-bar em {
  color: #555;
  font-size: .9em;
}
.pho-info {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-8 */
  padding: 5px;
  color: #FFF;
  text-overflow: ellipsis;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  line-height: 16px;
  font-size: 14px;
}
.pho-info label {
  font-size: 1.2em;
  font-weight: bold;
}
.pho-info label:hover {
  visibility: visible;
}
.pho-info a {
  color: #FFF;
}
.pho-ad-container {
  position: relative;
  width: 50%;
  margin-bottom: 25%;
  margin-top: 25%;
  left: 25%;
  border: 1px solid #333;
}
.pho-ad-sponsored {
  position: absolute;
  top: 1em;
  left: 0;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 1em;
  color: #FFF;
}
.pho-info-ad {
  visibility: visible !important;
  background: transparent;
  background-image: none;
}
.pho-info-ad label {
  visibility: visible !important;
}
.pho-album-container {
  display: inline-block;
  position: relative;
  width: 23%;
  margin: 1.0%;
  padding-bottom: 8%;
}
.pho-album-container .pho-container {
  width: 100%;
}
.pho-album-container .pho-info {
  width: 100%;
  background: transparent;
  background-image: none;
  filter: none;
  visibility: visible;
  color: #333;
  text-shadow: none;
  top: 75%;
}
.pho-album-container .pho-info a {
  color: #333;
}
.pho-special-container {
  display: inline-block;
  position: relative;
  width: 23%;
  margin: 1.0%;
  padding-bottom: 6%;
}
.pho-special-container .pho-container {
  width: 100%;
}
.pho-special-container .box-trending,
.pho-special-container .box-of-the-week {
  font-size: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1%;
  width: 100%;
  height: 6em;
  background-color: #bb0000;
  color: #FFF;
}
.pho-special-container .box-trending .icon-caret-up,
.pho-special-container .box-of-the-week .icon-caret-up {
  position: absolute;
  color: #bb0000;
  left: 2em;
  top: -0.5em;
  font-size: 6em;
}
.pho-special-container .box-trending .box-trending-inner,
.pho-special-container .box-of-the-week .box-of-the-week-inner {
  padding: 5px;
  color: #F7F7F7;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
}
.pho-special-container .box-trending .box-trending-inner label,
.pho-special-container .box-of-the-week .box-of-the-week-inner label {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  color: #FFF;
}
.pho-special-container .box-trending .box-trending-inner span.line2,
.pho-special-container .box-of-the-week .box-of-the-week-inner span.line2 {
  font-size: .8em;
}
.pho-special-container .box-trending .box-trending-inner .foat-icon-item-of-week,
.pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
.pho-special-container .box-trending .box-trending-inner .foat-icon-trending,
.pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
  margin-top: .1em;
  margin-right: .1em;
}
.pho-special-container .box-trending .box-trending-inner .icon-trophy,
.pho-special-container .box-of-the-week .box-of-the-week-inner .icon-trophy,
.pho-special-container .box-trending .box-trending-inner .icon-bar-chart,
.pho-special-container .box-of-the-week .box-of-the-week-inner .icon-bar-chart {
  font-size: 2.3em;
  margin-top: -0.1em;
}
.pho-special-container .box-of-the-week .box-of-the-week-inner {
  color: #F7F7F7;
  position: relative;
  z-index: 1;
}
.pho-special-container .box-trending {
  background-color: #0099ff;
}
.pho-special-container .box-trending .icon-caret-up {
  color: #0099ff;
}
.pho-special-container .box-trending .box-trending-inner {
  color: #00135E;
  position: relative;
  z-index: 1;
}
.album-likes-jewel {
  position: absolute;
  z-index: 10;
  bottom: .5em;
  right: .5em;
  font-size: 14px;
  background: #F60;
  color: #FFF;
  border-radius: .5em;
  padding: .2em .5em;
  font-weight: bold;
  box-shadow: 2px 2px 2px #000;
}
.photo-chevron-right,
.photo-chevron-left {
  opacity: .9;
  font-size: 3em;
  color: #FFF;
  position: absolute;
  height: 2em;
  top: 50%;
  margin: -1em 0 0 0;
  width: 2em;
  background: transparent;
  text-shadow: 1px 1px 3px #000000;
}
@media (min-width: 1200px) {
  .pho-ad-container {
    position: relative;
    width: 50%;
    margin-bottom: 25%;
    margin-top: 25%;
    left: 25%;
  }
  .pho-container:hover .pho-info {
    visibility: visible;
  }
  .pho-album-container {
    display: inline-block;
    position: relative;
    width: 23%;
    margin: 1.0%;
    padding-bottom: 5%;
  }
  .pho-album-container .pho-info {
    top: 82%;
  }
  .pho-special-container {
    width: 23%;
    margin: 1.0%;
    padding-bottom: 6%;
  }
  .pho-special-container .box-trending,
  .pho-special-container .box-of-the-week {
    font-size: 10px;
    margin: 1%;
    height: 6em;
  }
  .pho-special-container .box-trending .icon-caret-up,
  .pho-special-container .box-of-the-week .icon-caret-up {
    left: 2em;
    top: -0.5em;
    font-size: 6em;
  }
  .pho-special-container .box-trending .box-trending-inner,
  .pho-special-container .box-of-the-week .box-of-the-week-inner {
    padding: 5px;
    font-size: 1.6em;
  }
  .pho-special-container .box-trending .box-trending-inner label,
  .pho-special-container .box-of-the-week .box-of-the-week-inner label {
    margin-top: .3em;
    margin-bottom: .5em;
    font-size: 1.2em;
  }
  .pho-special-container .box-trending .box-trending-inner span.line2,
  .pho-special-container .box-of-the-week .box-of-the-week-inner span.line2 {
    font-size: .8em;
  }
  .pho-special-container .box-trending .box-trending-inner .foat-icon-item-of-week,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
  .pho-special-container .box-trending .box-trending-inner .foat-icon-trending,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
    margin-top: .1em;
    margin-right: .1em;
  }
  .pho-special-container .box-trending .box-trending-inner .icon-trophy,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .icon-trophy {
    font-size: 2.3em;
    margin-top: -0.1em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .pho-ad-container {
    position: relative;
    width: 56%;
    margin-bottom: 22%;
    margin-top: 22%;
    left: 22%;
  }
  .pho-container:hover .pho-info {
    visibility: visible;
  }
  .pho-container {
    display: inline-block;
    position: relative;
    width: 24%;
    margin: .31%;
    overflow: hidden;
  }
  .pho-album-container .pho-info {
    bottom: 0%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pho-ad-container {
    position: relative;
    width: 70%;
    margin-bottom: 15%;
    margin-top: 15%;
    left: 15%;
  }
  .photo-pg-col-left .photo-chevron-right,
  .photo-pg-col-left .photo-chevron-left {
    font-size: 2em;
  }
  .pho-album-container {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #CCC;
  }
  .pho-album-container .pho-container {
    width: 15%;
    margin: 1px 0 0 0;
  }
  .pho-album-container .pho-container:hover .php-info {
    visibility: visible;
  }
  .pho-album-container .pho-info {
    width: 75%;
    position: absolute;
    height: 55%;
    top: 20%;
    left: 18%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0);
    visibility: visible;
    color: #333;
    text-shadow: none;
    overflow: hidden;
  }
  .pho-special-container {
    width: 23%;
    margin: 1.0%;
    padding-bottom: 55px;
  }
  .pho-special-container .box-trending,
  .pho-special-container .box-of-the-week {
    font-size: 8px;
    margin: 1%;
    height: 6em;
  }
  .pho-special-container .box-trending .icon-caret-up,
  .pho-special-container .box-of-the-week .icon-caret-up {
    left: 2em;
    top: -0.5em;
    font-size: 6em;
  }
  .pho-special-container .box-trending .box-trending-inner,
  .pho-special-container .box-of-the-week .box-of-the-week-inner {
    padding: 5px;
    font-size: 1.6em;
  }
  .pho-special-container .box-trending .box-trending-inner label,
  .pho-special-container .box-of-the-week .box-of-the-week-inner label {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.2em;
  }
  .pho-special-container .box-trending .box-trending-inner span.line2,
  .pho-special-container .box-of-the-week .box-of-the-week-inner span.line2 {
    font-size: .8em;
    line-height: .8em;
  }
  .pho-special-container .box-trending .box-trending-inner .foat-icon-item-of-week,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
  .pho-special-container .box-trending .box-trending-inner .foat-icon-trending,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
    margin-top: .1em;
    margin-right: .1em;
  }
  .pho-special-container .box-trending .box-trending-inner .icon-trophy,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .icon-trophy {
    font-size: 2.3em;
    margin-top: -0.1em;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .pho-ad-container {
    position: relative;
    width: 70%;
    margin-bottom: 15%;
    margin-top: 15%;
    left: 15%;
  }
  .pho-ad-sponsored {
    font-size: 14px;
  }
  .pho-info-ad {
    visibility: visible !important;
  }
  .pho-info-ad label {
    visibility: visible !important;
    font-size: 14px;
    line-height: 1em !important;
    margin-bottom: 0;
  }
  .pho-container {
    display: inline-block;
    position: relative;
    width: 30.0%;
    margin: 1.0%;
    overflow: hidden;
  }
  .pho-container:hover .php-info {
    visibility: hidden;
  }
  .pho-container .speech-bubble.top,
  .photo-pg-col-left .speech-bubble.top {
    position: inherit !important;
    right: inherit !important;
    bottom: 25px !important;
    opacity: 0.85;
    filter: alpha(opacity=85);
  }
  .pho-container .speech-bubble.top .icon-caret-down,
  .photo-pg-col-left .speech-bubble.top .icon-caret-down {
    bottom: -9px;
    left: auto;
    right: 7px;
  }
  .pho-container .speech-bubble-inner,
  .photo-pg-col-left .speech-bubble-inner {
    position: inherit;
    bottom: 3px;
    left: auto;
    right: -3px;
  }
  .pho-container:hover .pho-info {
    visibility: visible;
  }
  .photo-pg-container .photo-chevron-right,
  .photo-pg-container .photo-chevron-left {
    font-size: 1.5em;
  }
  .pho-album-container {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #CCC;
  }
  .pho-album-container .pho-container {
    display: inline-block;
    position: relative;
    width: 20.0%;
    margin: 0;
    overflow: hidden;
  }
  .pho-album-container .pho-container:hover .php-info {
    visibility: visible;
  }
  .pho-album-container .pho-info {
    width: 70%;
    position: absolute;
    height: 70%;
    top: 20%;
    left: 21%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0);
    visibility: visible;
    color: #333;
    text-shadow: none;
    overflow: hidden;
    font-size: 14px;
  }
  .pho-special-container {
    width: 30%;
    margin: 1.0%;
    padding-bottom: 45px;
  }
  .pho-special-container .box-trending,
  .pho-special-container .box-of-the-week {
    font-size: 7px;
    margin: 1%;
    height: 6em;
  }
  .pho-special-container .box-trending .icon-caret-up,
  .pho-special-container .box-of-the-week .icon-caret-up {
    left: 45%;
    top: -0.5em;
    font-size: 6em;
  }
  .pho-special-container .box-trending .box-trending-inner,
  .pho-special-container .box-of-the-week .box-of-the-week-inner {
    padding: 5px;
    font-size: 1.6em;
  }
  .pho-special-container .box-trending .box-trending-inner label,
  .pho-special-container .box-of-the-week .box-of-the-week-inner label {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .pho-special-container .box-trending .box-trending-inner span.line2,
  .pho-special-container .box-of-the-week .box-of-the-week-inner span.line2 {
    font-size: .8em;
    display: none;
  }
  .pho-special-container .box-trending .box-trending-inner .foat-icon-item-of-week,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
  .pho-special-container .box-trending .box-trending-inner .foat-icon-trending,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
    margin-top: .1em;
    margin-right: .1em;
  }
  .pho-special-container .box-trending .box-trending-inner .icon-trophy,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .icon-trophy,
  .pho-special-container .box-trending .box-trending-inner .icon-bar-chart,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .icon-bar-chart {
    font-size: 2.3em;
    margin-top: 0em;
  }
  .album-likes-jewel {
    font-size: 12px;
    background: #ff6600;
    background: rgba(255, 102, 0, 0.7);
  }
}
@media (max-width: 450px) {
  .pho-ad-container {
    position: relative;
    width: 98%;
    margin-bottom: 1%;
    margin-top: 1%;
    left: 0%;
    border: 1px solid #F60;
  }
  .pho-ad-sponsored {
    display: none;
  }
  .pho-info-ad {
    display: none;
  }
  .pho-container {
    display: inline-block;
    position: relative;
    width: 30.0%;
    margin: 1.2%;
    overflow: hidden;
  }
  .pho-container:hover .php-info {
    visibility: hidden;
  }
  .pho-container .speech-bubble.top,
  .photo-pg-col-left .speech-bubble.top {
    position: inherit !important;
    right: inherit !important;
    bottom: 25px !important;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .pho-container .speech-bubble.top .icon-caret-down,
  .photo-pg-col-left .speech-bubble.top .icon-caret-down {
    bottom: -9px;
    left: auto;
    right: 7px;
  }
  .pho-container .speech-bubble-inner,
  .photo-pg-col-left .speech-bubble-inner {
    position: inherit;
    bottom: 3px;
    left: auto;
    right: -3px;
    font-size: 12px;
  }
  .pho-container:hover .pho-info {
    visibility: hidden;
  }
  .photo-pg-container .photo-chevron-right,
  .photo-pg-container .photo-chevron-left {
    font-size: 1.5em;
  }
  .pho-album-container {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #CCC;
  }
  .pho-album-container .pho-container {
    width: 20%;
  }
  .pho-album-container .pho-container:hover .php-info {
    visibility: visible;
  }
  .pho-album-container .pho-info {
    width: 70%;
    position: absolute;
    height: 70%;
    top: 0;
    left: 21%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0);
    visibility: visible;
    color: #333;
    text-shadow: none;
    overflow: hidden;
    font-size: 12px;
  }
  .pho-special-container {
    width: 30%;
    margin: 1.0%;
    padding-bottom: 40px;
  }
  .pho-special-container .box-trending,
  .pho-special-container .box-of-the-week {
    font-size: 6px;
    margin: 1%;
    height: 6em;
  }
  .pho-special-container .box-trending .icon-caret-up,
  .pho-special-container .box-of-the-week .icon-caret-up {
    left: 45%;
    top: -0.5em;
    font-size: 6em;
  }
  .pho-special-container .box-trending .box-trending-inner,
  .pho-special-container .box-of-the-week .box-of-the-week-inner {
    padding: 5px;
    font-size: 1.6em;
  }
  .pho-special-container .box-trending .box-trending-inner label,
  .pho-special-container .box-of-the-week .box-of-the-week-inner label {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .pho-special-container .box-trending .box-trending-inner span.line2,
  .pho-special-container .box-of-the-week .box-of-the-week-inner span.line2 {
    font-size: .8em;
    display: none;
  }
  .pho-special-container .box-trending .box-trending-inner .foat-icon-item-of-week,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
  .pho-special-container .box-trending .box-trending-inner .foat-icon-trending,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
    margin-top: .1em;
    margin-right: .1em;
  }
  .pho-special-container .box-trending .box-trending-inner .icon-trophy,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .icon-trophy,
  .pho-special-container .box-trending .box-trending-inner .icon-bar-chart,
  .pho-special-container .box-of-the-week .box-of-the-week-inner .icon-bar-chart {
    font-size: 2.3em;
    margin-top: -0.1em;
  }
  .pho-special-container .box-trending .box-trending-inner label {
    font-weight: normal;
    font-family: 'Tauri', arial, sans-serif;
  }
  .pho-special-container .box-trending .box-trending-inner .icon-bar-chart {
    font-size: 2.1em;
    line-height: 1.4em;
    margin-right: 0;
  }
  .album-likes-jewel {
    font-size: 10px;
    background: #ff6600;
    background: rgba(255, 102, 0, 0.5);
  }
  .photo-chevron-right,
  .photo-chevron-left {
    font-size: 1.5em;
  }
  .photo-pg-container .photo-chevron-right,
  .photo-pg-container .photo-chevron-left {
    font-size: 1.5em;
  }
}
@media (max-width: 390px) {
  .pho-special-container .box-trending .box-trending-inner,
  .pho-special-container .box-of-the-week .box-of-the-week-inner {
    padding: 5px;
    font-size: 1.4em;
  }
}
@media (max-width: 350px) {
  .album-likes-jewel {
    font-size: 8px;
    background: #ff6600;
    background: rgba(255, 102, 0, 0.5);
  }
}

/* NOTIFICATIONS PAGE STYLES */
/* .notifications-page-title span {
  line-height: 1em;
  padding: 0 10px;
  font-size: 2.5em;
} */
/* 
.notifications-page-title a {
  font-size: 1em;
  color: #1A1A1A;
  font-weight: bold;
  font-family: 'Tauri', arial, sans-serif;
  line-height: 0;
  padding-top: .5em;
  padding-left: .4em;
  background-color: none;
  padding-bottom: 0;
  margin-bottom: -2px;
} */

.notifications-th {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding:5px;
}
.notifications-row {
	width: auto;
	clear:both;
	padding:5px;
}
.notifications-row-alt {
	background: #EEEEEE;
}
.notifications-checkbox {
	width:35px;
	float:left;
	padding-top:20px;
}
.notifications-from {
	width: 100px;
	float:left;
	text-align:center;
}
.notifications-from span {
  font-size: 3em;
  /*width: 48px;*/
  line-height: 55px;
}
.notifications-from img {
	width:60px;
}
.notifications-date {
	width: 80px;
	float:left;
	text-align:center;
}
.notifications-msg {
	width: 325px;
	float:left;
}
.notifications-title {
	font-weight:bold;
}
.notifications-row .when {
	margin-bottom:5px;
}
.notifications-msg a {
	text-decoration:none;
}
.notifications-action {
	width:180px;
	float:left;
	text-align:center;
}

#notifications-received-container button.submit {
	background: #C2C2C2 url(https://forums.thefoat.com/images/forums/btn_bg.png) repeat-x;
	border: 1px solid #242424;
	color: #242424;
	font-size: 11px;
	font-weight: bold;
	padding:0 6px;
	margin-bottom:5px;
	
}
#notifications-received-container button.submit:hover {
	background: #AA0000;	
	color:#FFFFFF;
}

/* END: NlOTIFICATIONS PAGE STYLES */


.speech-bubble {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.speech-bubble.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.speech-bubble.top {
  margin-top: -3px;
}
.speech-bubble.right {
  margin-left: 3px;
}
.speech-bubble.bottom {
  margin-top: 3px;
}
.speech-bubble.left {
  margin-left: -3px;
}
.speech-bubble-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ff0000;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.speech-bubble.likes {
  right: 5px;
  bottom: 30px;
}
.speech-bubble.votes {
  right: 5px;
  bottom: 62px;
}
.speech-bubble.votes .speech-bubble-inner {
  color: #0099ff;
}
.speech-bubble .icon-caret-down,
.speech-bubble .icon-caret-up,
.speech-bubble .icon-caret-left,
.speech-bubble .icon-caret-right {
  position: absolute;
  z-index: 1029;
  font-size: 16px;
  color: #ffffff;
}
.speech-bubble.top .icon-caret-down {
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.speech-bubble.right .icon-caret-left {
  top: 40%;
  left: 0px;
  margin-top: -5px;
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.4);
}
.speech-bubble.left .icon-caret-right {
  top: 40%;
  right: 1px;
  margin-top: -5px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.8);
}
.speech-bubble.bottom .icon-caret-up {
  top: -7px;
  left: 50%;
  margin-left: -5px;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.8);
}
/*.speech-bubble {
  &.top .speech-bubble-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -@speech-bubbleArrowWidth;
    border-width: @speech-bubbleArrowWidth @speech-bubbleArrowWidth 0;
    border-top-color: @speech-bubbleArrowColor;
  }
  &.right .speech-bubble-arrow {
    top: 50%;
    left: 0;
    margin-top: -@speech-bubbleArrowWidth;
    border-width: @speech-bubbleArrowWidth @speech-bubbleArrowWidth @speech-bubbleArrowWidth 0;
    border-right-color: @speech-bubbleArrowColor;
  }
  &.left .speech-bubble-arrow {
    top: 50%;
    right: 0;
    margin-top: -@speech-bubbleArrowWidth;
    border-width: @speech-bubbleArrowWidth 0 @speech-bubbleArrowWidth @speech-bubbleArrowWidth;
    border-left-color: @speech-bubbleArrowColor;
  }
  &.bottom .speech-bubble-arrow {
    top: 0;
    left: 50%;
    margin-left: -@speech-bubbleArrowWidth;
    border-width: 0 @speech-bubbleArrowWidth @speech-bubbleArrowWidth;
    border-bottom-color: @speech-bubbleArrowColor;
  }
}
*/
/*   
 THEFOAT SG-ACCORDION STYLES
*/
.sg-accordion {
  margin-bottom: 20px;
  border: none;
}
.sg-accordion .accordion-group {
  margin-bottom: 10px;
  border: none;
}
.sg-accordion .accordion-group .accordion-heading {
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  line-height: 1em;
}
.sg-accordion .accordion-group .accordion-heading .accordion-icon {
  display: inline-block;
  width: 1em;
}
.sg-accordion .accordion-group .accordion-heading:hover {
  color: #ff6600;
}
.sg-accordion .accordion-group .accordion-body {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
}
.sg-accordion .accordion-group .accordion-body .accordion-inner {
  padding: 0 0 0 1.3em;
  border: none;
}
/*   
 THEFOAT RIDES/SOCIAL CAR SHOW STYLES
*/
.scs-triangle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 80px;
  z-index: 10;
  font-size: 2em;
}
.box.show-days .scs-triangle-container {
  top: 32px;
}
.scs-triangle {
  width: 0;
  height: 0;
  border-top: 50px solid #0099FF;
  border-left: 50px solid #0099FF;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  opacity: 0.9;
}
.scs-triangle-place {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
.scs-triangle-place.top10 {
  font-size: 30px;
}
.modal-scrollable.modal-ride {
  padding-top: 30px;
}
.modal-ride .is-social {
  margin: -15px 0 0 -15px;
  padding: .2em 30px .2em 0;
  background: #09F;
  color: #FFF;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  width: 100%;
}
.modal-ride .is-social.bottom {
  position: absolute;
  bottom: -20px;
  padding-right: 0;
}
.modal-ride button.close {
  position: absolute;
  top: -10px;
  right: 20px;
  padding: 2px 10px 2px 10px;
  color: #000;
  background: #FFF;
  font-size: 1em;
  font-weight: normal;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.modal-ride button.close.bottom {
  top: auto;
  bottom: -36px;
}
.modal-ride .modal-body h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  border-bottom: 1px solid #000;
  margin: 0 0 10px 0;
}
.modal-ride .modal-body h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  border-bottom: 1px solid #000;
  margin: 0;
  margin-bottom: .5em;
}
.modal-ride .modal-body h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.0em;
}
.comments-avatar-medium {
  float: left;
  width: 55px;
  max-height: 55px;
  overflow-y: hidden;
  margin-right: 5px;
  border: 1px solid #eee;
}
.comment-container {
  clear: both;
  border-bottom: 2px solid #EEE;
  min-height: 55px;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.1em;
  font-size: 1em;
}
.comment-delete {
  color: #AA0000;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-left: 10px;
  padding: 0;
  position: relative;
  width: 25px;
  z-index: 1000;
}
.comment-details a.comments-username {
  color: #FF0000;
  font-weight: bold;
  display: block;
}
.comment-details .when {
  color: #ddd;
  font-size: .85em;
}
#photo-comments .spacerTop20 {
  margin-top: none !important;
}
#photo-comments textarea {
  margin-top: 10px;
}
.year-placements {
  position: absolute;
  top: 32px;
  background: transparent;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.year-placements.no-days {
  top: 0;
}
.year-placements-entry {
  width: 145px;
  height: 31px;
  display: inline-block;
  padding-left: 33px;
  margin-left: -60px;
  background: transparent url('/images/lay3/parallellogram_blue.png') no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
  font-weight: bold;
}
.year-placements-entry .place.top10 {
  font-size: 16px;
  line-height: 13px;
}
.year-placements-entry.alt {
  background: transparent url('/images/lay3/parallellogram_orange.png') no-repeat;
}
.year-placements-entry.scs-years-first {
  margin-left: -31px;
}
#sgModalCarousel a.photo-enlarge {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1em;
  color: #FFF !important;
  opacity: .9;
  text-shadow: 1px 1px 3px #000000;
  border: 1px solid #FFF;
  padding: .13em .3em .1em .3em;
  box-shadow: 1px 1px 3px #000000;
}
/*.ride-of-week-bar-container-bottom {
	font-size:14px;
	width:50%;
	position: absolute;
	bottom: 5px;
	left: 95px;
	z-index: 20;
	padding: 0 0 1px 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255, 255, 255, 0.8)), color-stop(55%,rgba(255, 255, 255, 0.7)), color-stop(100%,rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.7) 55%,rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.7) 55%,rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.7) 55%,rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%,rgba(255, 255, 255, 0.7) 55%,rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );	
	img {
		width:5em;
	}
}*/
.pho-container .speech-bubble.top,
.photo-pg-col-left .speech-bubble.top {
  position: inherit !important;
  right: auto;
  bottom: 35px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .scs-triangle-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 10;
  }
  .box.show-days .scs-triangle-container {
    top: 32px;
  }
  .scs-triangle {
    width: 0;
    height: 0;
    border-top: 25px solid #0099FF;
    border-left: 25px solid #0099FF;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    opacity: 0.9;
  }
  .scs-triangle-place {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #FFF;
  }
  .scs-triangle-place.top10 {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 450px) {
  .modal-ride button.close {
    margin: 0;
  }
  .ride-of-week-bar-container-bottom img.iow-bar-ind {
    width: 40px;
  }
}
.manage-left,
.m-left {
  float: left;
  width: 180px ;
}
.item-of-week-bar-container-container {
  width: 100%;
  padding: 1px 0 1px 0;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid #000000;
  color: #FFF;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  font-family: 'Tauri', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
}
.item-of-week-bar-container {
  padding: .3em;
}
.item-of-week-bar-container img {
  float: right;
  margin-left: .8em;
  vertical-align: middle;
  height: 2em;
}
.item-of-week-bar-container div {
  font-size: .8em;
}
@media (min-width: 1200px) {
  .item-of-week-bar-container-container {
    font-size: 16px;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .item-of-week-bar-container-container {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .item-of-week-bar-container-container {
    font-size: 10px;
  }
}
.across5 {
  width: 18%;
  margin: 1.1%;
  float: left;
  height: 100px;
  background-color: #eee;
  border: 1px solid #999;
}
.across5.first {
  margin-left: 0;
}
.across5.last {
  margin-right: 0;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#items-container .host-icon {
  width: 28px;
  height: 28px;
  border: none;
  vertical-align: middle;
  padding-left: 5px;
}
#items-container .row {
  margin-left: 0;
}
#items-container .box {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#items-container .box .width-calculator {
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
#items-container .box .photo-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  /* show me! */
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
}
#items-container .box .box-car-show {
  position: absolute;
  z-index: 1029;
  height: 100%;
  margin-bottom: 100px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #0099ff;
}
#items-container .box .box-car-show-days {
  position: absolute;
  top: 0;
  z-index: 1029;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #0099ff;
  color: #FFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 14px;
  font-weight: bold;
}
#items-container .box .box-car-show-days p {
  margin: 0;
  padding-left: 10px;
}
#items-container .box .box-days {
  font-size: 18px;
}
#items-container .box .box-car-show-entry {
  position: absolute;
  line-height: 30px;
  z-index: 1030;
  margin-bottom: 3.6em;
  bottom: 0px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background-color: #0099ff;
  color: #FFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 18px;
}
#items-container .box .box-car-show-entry p {
  margin: 0;
  padding-left: 10px;
}
#items-container .box .photo-info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 70%;
  border: none;
  background: #000;
  padding: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#items-container .box .photo-info-box label {
  font-weight: bold;
  white-space: nowrap;
}
#items-container .box .photo-info-box a {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #FFF;
}
#items-container .box .box-social-icons {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1;
  text-align: right;
  padding: 5px 5px 0 5px;
}
#items-container .box .box-social-icons.car-show {
  top: 25px;
}
#items-container .box .box-social-icons .twitter,
#items-container .box .box-social-icons .facebook,
#items-container .box .box-social-icons .google-plus,
#items-container .box .box-social-icons .pinterest {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 30px;
  height: 30px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#items-container .box .box-social-icons .twitter {
  background: transparent url(/assets/icons/icon-social-twitter.png) no-repeat top left;
}
#items-container .box .box-social-icons .facebook {
  background: transparent url(/assets/icons/icon-social-facebook.png) no-repeat top left;
}
#items-container .box .box-social-icons .google-plus {
  background: transparent url(/assets/icons/icon-social-google.png) no-repeat top left;
}
#items-container .box .box-social-icons .pinterest {
  background: transparent url(/assets/icons/icon-social-pinterest.png) no-repeat top left;
}
#items-container .box .box-social-icons a * {
  text-decoration: none;
}
#items-container .box .box-social-icons a *:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#items-container .box.box-has-trending,
#items-container .box.box-has-of-the-week {
  padding-bottom: 70px;
}
#items-container .box.box-has-trending .photo-info-box,
#items-container .box.box-has-of-the-week .photo-info-box {
  bottom: 70px;
}
#items-container .box.box-has-trending .photo-container,
#items-container .box.box-has-of-the-week .photo-container {
  bottom: 70px;
}
#items-container .box.box-has-trending .box-car-show-entry,
#items-container .box.box-has-of-the-week .box-car-show-entry {
  bottom: 70px;
}
#items-container .box .box-trending,
#items-container .box .box-of-the-week {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #bb0000;
  color: #FFF;
}
#items-container .box .box-trending .icon-caret-up,
#items-container .box .box-of-the-week .icon-caret-up {
  position: absolute;
  color: #bb0000;
  left: 43%;
  top: -18px;
  font-size: 60px;
}
#items-container .box .box-trending .box-trending-inner,
#items-container .box .box-of-the-week .box-of-the-week-inner {
  padding: 5px;
  color: #330000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#items-container .box .box-trending .box-trending-inner label,
#items-container .box .box-of-the-week .box-of-the-week-inner label {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #FFF;
}
#items-container .box .box-trending .box-trending-inner .foat-icon-item-of-week,
#items-container .box .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
#items-container .box .box-trending .box-trending-inner .foat-icon-trending,
#items-container .box .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
  margin-top: 1px;
  margin-right: 10px;
}
#items-container .box .box-of-the-week .box-of-the-week-inner {
  color: #00135E;
  position: relative;
  z-index: 1;
}
#items-container .box .box-trending {
  background-color: #0099ff;
}
#items-container .box .box-trending .icon-caret-up {
  color: #0099ff;
}
#items-container .box .box-trending .box-trending-inner {
  color: #00135E;
  position: relative;
  z-index: 1;
}
.box-social-icons {
  text-align: right;
  padding: 5px 5px 0 5px;
}
.box-social-icons.car-show {
  top: 25px;
}
.box-social-icons .twitter,
.box-social-icons .facebook,
.box-social-icons .google-plus,
.box-social-icons .pinterest {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 30px;
  height: 30px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.box-social-icons .twitter {
  background: transparent url(/assets/icons/icon-social-twitter.png) no-repeat top left;
}
.box-social-icons .facebook {
  background: transparent url(/assets/icons/icon-social-facebook.png) no-repeat top left;
}
.box-social-icons .google-plus {
  background: transparent url(/assets/icons/icon-social-google.png) no-repeat top left;
}
.box-social-icons .pinterest {
  background: transparent url(/assets/icons/icon-social-pinterest.png) no-repeat top left;
}
.box-social-icons a * {
  text-decoration: none;
}
.box-social-icons a *:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel {
  margin-bottom: 10px;
}
/* set the height so $(window).height() is accurate */
html,
body {
  height: 100%;
  padding-top: 50px;
}
body.sell-tickets {
  padding: 0;
}
body.sell-tickets .navbar-shadow {
  background-color: rgba(0, 0, 0, 0.36);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
}
.innerShadow {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.innerShadowDark {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
}
.box-scs {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c2c2c2;
  background-image: -moz-linear-gradient(top, #ffffff, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#666666));
  background-image: -webkit-linear-gradient(top, #ffffff, #666666);
  background-image: -o-linear-gradient(top, #ffffff, #666666);
  background-image: linear-gradient(to bottom, #ffffff, #666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff666666', GradientType=0);
  border: 1px solid #999;
  -webkit-box-shadow: 0 0 10px #0099ff;
  -moz-box-shadow: 0 0 10px #0099ff;
  box-shadow: 0 0 10px #0099ff;
  line-height: 1.5em;
  margin-bottom: .5em;
}
.box-scs .box-scs-host {
  padding-left: 5px;
  font-weight: bold;
  line-height: 1.5em;
}
.box-scs .box-scs-countdown {
  background-color: #e0e0e0;
  background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
  background-image: -o-linear-gradient(top, #cccccc, #ffffff);
  background-image: linear-gradient(to bottom, #cccccc, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6em;
}
.box-scs .box-scs-votes {
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
  color: #FFF;
}
.box-header .logo-scs-header {
  width: 85%;
  margin: .5em auto;
  display: block;
}
.box-header .photo-container {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #999;
}
.box-header .featured-logo {
  width: 98%;
  border: 1px solid #999999;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin: 2%;
}
.box-header .title-bar-featured,
.box-header .title-bar-prizes {
  font-weight: bold;
  color: #FFF;
  background: #0099ff;
  text-align: center;
  font-size: 20px;
  padding: .8em;
  margin-bottom: 20px;
}
.box-header .title-bar-prizes {
  background: #ff6600;
}
.box-header .header-scs {
  font-size: 1em;
  line-height: 1.2em;
  margin: .1em 1em 0 1em;
  text-align: justify;
}
.box-header table.header-prizes {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: .4em;
}
/* BOTTOM NAVIGATION */
.copyright {
  font-size: .85em;
  text-align: center;
}
#bottomnav .span3,
#bottomnav .span2 {
  font-size: 1em;
  margin-top: 10px;
  font-weight: bold;
}
#bottomnav a {
  font-weight: normal;
}
/* END BOTTOM NAVIGATION */
.small-comments .comments-avatar-medium {
  height: 30px;
  width: 30px;
}
.small-comments .comment-container {
  font-size: .9em;
}
/*
 * Bootstrap Grid System without space
 *
 * Overwrite Bootstrap grid system, removing margin
 * Usage : 
 * Simple add no-space class with row-fluid
 * <ul class="row-fluid no-space"> ... </ul>
 */
.row-fluid.no-space [class*="span"] {
  margin-left: 0%;
  *margin-left: -0.06944%;
}
.row-fluid.no-space [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid.no-space .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0%;
}
.row-fluid.no-space .span12 {
  width: 99.99999999999999%;
  *width: 99.93055555555554%;
}
.row-fluid.no-space .span11 {
  width: 91.66666666666666%;
  *width: 91.59722222222221%;
}
.row-fluid.no-space .span10 {
  width: 83.33333333333331%;
  *width: 83.26388888888887%;
}
.row-fluid.no-space .span9 {
  width: 74.99999999999999%;
  *width: 74.93055555555554%;
}
.row-fluid.no-space .span8 {
  width: 66.66666666666666%;
  *width: 66.59722222222221%;
}
.row-fluid.no-space .span7 {
  width: 58.33333333333333%;
  *width: 58.263888888888886%;
}
.row-fluid.no-space .span6 {
  width: 49.99999999999999%;
  *width: 49.93055555555555%;
}
.row-fluid.no-space .span5 {
  width: 41.66666666666666%;
  *width: 41.597222222222214%;
}
.row-fluid.no-space .span4 {
  width: 33.33333333333333%;
  *width: 33.263888888888886%;
}
.row-fluid.no-space .span3 {
  width: 24.999999999999996%;
  *width: 24.930555555555554%;
}
.row-fluid.no-space .span2 {
  width: 16.666666666666664%;
  *width: 16.59722222222222%;
}
.row-fluid.no-space .span1 {
  width: 8.333333333333332%;
  *width: 8.263888888888888%;
}
.row-fluid.no-space .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid.no-space .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.8611111111111%;
}
.row-fluid.no-space .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid.no-space .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.52777777777777%;
}
.row-fluid.no-space .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid.no-space .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.19444444444443%;
}
.row-fluid.no-space .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid.no-space .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.8611111111111%;
}
.row-fluid.no-space .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid.no-space .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.52777777777777%;
}
.row-fluid.no-space .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid.no-space .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.19444444444444%;
}
.row-fluid.no-space .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid.no-space .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.86111111111111%;
}
.row-fluid.no-space .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid.no-space .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.52777777777777%;
}
.row-fluid.no-space .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid.no-space .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.19444444444444%;
}
.row-fluid.no-space .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid.no-space .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.86111111111111%;
}
.row-fluid.no-space .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid.no-space .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.52777777777778%;
}
.row-fluid.no-space .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
.row-fluid.no-space .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.194444444444443%;
}
input,
select,
radio {
  outline: none;
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-select: text;
  -webkit-user-select: text;
  user-select: text;
}
:focus {
  outline: 0;
}
.full-width {
  width: 100%;
}
.half {
  width: 48%;
}
.break-word {
  word-wrap: break-word;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.faded {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#venueMap {
  min-width: 100%;
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #e5e3df;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  border: 1px solid #999;
}
.gmap3 img {
  max-width: none;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
.close-margin {
  margin: 5px !important;
}
.close-margin-top {
  margin-top: 5px !important;
}
.close-margin-right {
  margin-right: 5px !important;
}
.close-margin-bottom {
  margin-bottom: 5px !important;
}
.close-margin-left {
  margin-left: 5px !important;
}
.medium-margin {
  margin: 10px !important;
}
.medium-margin-top {
  margin-top: 10px !important;
}
.medium-margin-right {
  margin-right: 10px !important;
}
.medium-margin-bottom {
  margin-bottom: 10px !important;
}
.medium-margin-left {
  margin-left: 10px !important;
}
.large-margin {
  margin: 20px !important;
}
.large-margin-top {
  margin-top: 20px !important;
}
.large-margin-right {
  margin-right: 20px !important;
}
.large-margin-bottom {
  margin-bottom: 20px !important;
}
.large-margin-left {
  margin-left: 20px !important;
}
.huge-margin {
  margin: 40px !important;
}
.huge-margin-top {
  margin-top: 40px !important;
}
.huge-margin-right {
  margin-right: 40px !important;
}
.huge-margin-bottom {
  margin-bottom: 40px !important;
}
.huge-margin-left {
  margin-left: 40px !important;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover,
.no-underline a:hover {
  text-decoration: none;
}
.underlined {
  text-decoration: underline;
}
.underlined:hover,
.underlined a:hover {
  text-decoration: underline;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.close-padding {
  padding: 5px !important;
}
.close-padding-top {
  padding-top: 5px !important;
}
.close-padding-right {
  padding-right: 5px !important;
}
.close-padding-bottom {
  padding-bottom: 5px !important;
}
.close-padding-left {
  padding-left: 5px !important;
}
.medium-padding {
  padding: 10px !important;
}
.medium-padding-top {
  padding-top: 10px !important;
}
.medium-padding-right {
  padding-right: 10px !important;
}
.medium-padding-bottom {
  padding-bottom: 10px !important;
}
.medium-padding-left {
  padding-left: 10px !important;
}
.large-padding {
  padding: 20px !important;
}
.large-padding-top {
  padding-top: 20px !important;
}
.large-padding-right {
  padding-right: 20px !important;
}
.large-padding-bottom {
  padding-bottom: 20px !important;
}
.large-padding-left {
  padding-left: 20px !important;
}
.huge-padding {
  padding: 40px !important;
}
.huge-padding-top {
  padding-top: 40px !important;
}
.huge-padding-right {
  padding-right: 40px !important;
}
.huge-padding-bottom {
  padding-bottom: 40px !important;
}
.huge-padding-left {
  padding-left: 40px !important;
}
.bordered {
  border: 1px solid #E3E3E3;
}
.rounded-corners,
.round-corners {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.notify {
  font-size: .9em;
  color: #bb0000;
}
.floatl {
  float: left;
}
#new-card-container {
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-outside-border {
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-no-border {
  border: none;
}
.table-no-border tr {
  border: none;
}
.table-no-border tr td,
.table-no-border tr th {
  border: none;
}
.table-no-padding tr td,
.table-no-padding tr th {
  padding: 0;
}
.table-close-padding tr td,
.table-close-padding tr th {
  padding: 2px 5px;
}
.table-large-padding tr td,
.table-large-padding tr th {
  padding: 5px 10px;
}
.table-small tr td,
.table-small tr th {
  font-size: .6em;
  line-height: .6em;
}
.well-white {
  background: #FFF;
}
.well-dark {
  background: #CBCBCB;
}
.well-alt {
  background: #ECECEC;
}
.errorform input,
.errorform select,
.errorform textarea,
.errorform.errorform-container {
  border: 1px solid #B00 !important;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 0px #ff0000, 0 0 10px #ff0000;
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 0px #ff0000, 0 0 10px #ff0000;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 0px #ff0000, 0 0 10px #ff0000;
}
.errorform .help-inline {
  color: #B00;
  text-shadow: 1px 1px #FFF;
}
.error-text {
  color: #B00;
  font-size: .9em;
}
.numeric-short,
td.numeric-short {
  width: 5em;
  text-align: right;
}
/* FLOATING/STATIC COUNTDOWN TIMER */
#timer-container {
  z-index: 10000;
  position: fixed;
  margin-left: -10px;
  top: 135px;
  width: 130px;
  border: 2px solid #000;
  background: #AA0000;
  white-space: normal;
  color: #FFF;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  cursor: move;
}
#timer-container-right {
  z-index: 10000;
  position: fixed;
  margin-left: 800px;
  top: 125px;
  width: 130px;
  border: 2px solid #000;
  background: #AA0000;
  white-space: normal;
  color: #FFF;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  cursor: move;
}
#timer-container h4,
#timer-container-right h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
#timer-light {
  float: left;
  margin: 0px 5px 5px 0px;
}
/* END FLOATING/STATIC COUNTDOWN TIMER */
.datetime-countdown {
  border: 1px solid #000;
  background: #AA0000;
  color: #FFF;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 5px;
  line-height: 30px;
}
.datetime-countdown-white {
  text-align: right;
  background: #FFF;
  color: #333;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 5px;
  line-height: 30px;
}
.countdown-number {
  font-size: 18px;
  font-weight: bold;
}
.datetime-countdown-red {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 301px;
  height: 78px;
  margin-top: 5px;
  background: transparent url(/images/lay1/countdown_timer_bg.png) no-repeat;
  padding-left: 3px;
}
.datetime-countdown-black {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 301px;
  height: 78px;
  margin-top: 5px;
  background: transparent url(/images/tb/countdown_timer_bg_blue.png) no-repeat;
}
.countdown-number-red {
  float: left;
  margin-top: 1em !important;
  width: 73px;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}
.countdown-number-black {
  float: left;
  margin-top: 1em !important;
  width: 73px;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}
.datetime-countdown a,
.datetime-countdown-red a,
.countdown-number-red {
  color: #FFFFFF;
}
#tb-receipt {
  width: auto !important;
  background: none !important;
}
.logo-strip a {
  line-height: 90px;
  vertical-align: middle;
}
.logo-strip img {
  height: 90px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 90px;
}
.partial_reveal_container {
  position: relative;
}
.wrap {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.read-more-gradient {
  width: 100%;
  height: 33px;
  background: url(/images/bg-gradient.png) repeat-x;
  position: absolute;
  bottom: 2em;
  left: 0;
}
.read-more {
  position: relative;
  border-top: 4px double #ddd;
  background: #fff;
  color: #333;
  padding: 5px;
}
.read-more a {
  padding-right: 22px;
  background: url(/images/icon-arrow.gif) no-repeat 100% 50%;
  font-weight: 700;
  text-decoration: none;
}
.read-more a:hover {
  color: #000;
}
.sq-thumb-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.sq-thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  border: 1px solid #BBB;
  border-top-color: #9a9a9a;
  border-left-color: #9a9a9a;
  border-bottom-color: #F7F7F7;
  border-right-color: #F7F7F7;
}
.sq-thm-scs {
  border: 3px solid #08C;
}
.sq-thm-scs-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  height: 15px;
  font-size: 12px;
  background: rgba(0, 136, 204, 0.8);
  color: #FFF;
  text-shadow: 1px 0 0 #000;
  line-height: 15px;
}
.grid-4-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
  margin-right: .5%;
  display: inline-block;
}
@media (min-width: 451px) and (max-width: 767px) {
  .grid-4-6 {
    width: 14%;
    margin-right: 1.6%;
    display: inline-block;
  }
}
.swiper-home-container {
  height: 90px;
  width: 100%;
}
.swiper-hm-wrapper {
  height: 90px;
  width: 100%;
}
.swiper-hm-slide img {
  height: 90px;
  margin-right: 10px;
}
table.table-hover tr:hover td {
  background: #DDD;
}
.table-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.table-description {
  display: block;
  font-size: .9em;
  font-weight: normal;
}
.table-condensed-condensed td {
  padding: 0;
}
.table-condensed-condensed th {
  padding-top: 0;
  padding-bottom: 0;
}
.table-condensed-condensed .table-title {
  margin-bottom: 0;
}
.tb-grid-container {
  position: relative;
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  width: 23%;
  margin: 1%;
  padding: 0;
  background: #E7E7E7;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.tb-grid-container.tb-grid-container-host {
  width: 31%;
}
.tb-grid-container.tb-grid-container-dash {
  width: 48%;
  font-size: .8em;
}
.tb-grid-container.tb-grid-container-dash .btn {
  font-size: .9em;
  padding: .5em 1em;
}
.tb-grid-dummy {
  padding-top: 75%;
  /* 4:3 aspect ratio */
  padding-top: 150%;
  /* 4:5 aspect ratio */
}
.tb-grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EAEAEA;
  /* show me! */
  border: 1px solid #CCC;
}
.tb-grid-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 68%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
}
.tb-grid-btn {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  text-align: center;
  height: auto;
}
.tb-grid-date {
  text-align: center;
  line-height: 1.1em;
  font-size: 1em;
  font-weight: bold;
  font-family: verdana,arial,helvetica,monospace;
  color: #A20000;
  padding-bottom: 5px;
}
.tb-grid-info {
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 32%;
  text-align: left;
  line-height: 1.1em;
  font-size: .9em;
  padding: 1em;
}
.tb-grid-info h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0;
}
.well-nav {
  margin-top: 2px;
  border-radius: 0;
}
.well-nav a {
  text-decoration: none;
  color: #000;
  padding: .4em 1em;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.well-nav a:hover {
  color: #FFF;
  background: #F60;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.well-nav .badge.speech-bubble.likes {
  font-size: 1em;
  position: relative;
  margin-right: -1em;
}
a.inset {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  background: #E0E0E0;
  border: 1px solid #bbb;
  border-top-color: #9a9a9a;
  border-left-color: #9a9a9a;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.inset:hover {
  background: #bbb;
  color: #FFF;
}
.host-banner-img-container {
  position: relative;
  font-size: 12px;
}
.event-counter {
  display: inline-block;
  width: 6em;
  height: 6em;
  background: #DDD;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
  padding: .3em;
  vertical-align: middle;
}
.event-counter h5 {
  font-size: 1.8em;
  line-height: 1em;
  padding: .5em 0 0 0;
  margin: 0;
}
.event-counter.current {
  background: #ff6400;
}
.event-counter:hover {
  background: #ff6600;
}
.sgCart-note h3 {
  padding-left: 30px;
}
.sgCart-sub-container {
  display: inline;
  float: left;
  width: 930px;
  position: relative;
}
.sgCart-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  padding: .5em;
  background: #f7f7f7;
  border: 1px solid #ccc;
}
.sgCart-item input,
.sgCart-item select {
  width: 98%;
}
.sgCart-item-description {
  float: right;
  width: 45%;
  padding-left: 5%;
  font-size: 12px;
}
.sgCart-prod-img-main-container {
  border: 1px solid #999999;
  background: #000;
  max-width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sgCart-prod-img-main {
  width: 100%;
  border: none;
}
.sgCart-prod-img-thms-container {
  float: left;
  max-width: 25%;
}
.sgCart-prod-img-thm-container {
  height: 30px;
  padding: 2px;
  padding-left: 0;
  text-align: center;
  float: left;
  margin-right: 2px;
  overflow: hidden;
}
.sgCart-prod-img-thm {
  border: 1px solid #999999;
  width: 25px;
  height: 25px;
}
.sgCart-icon-zoom {
  float: right;
  position: relative;
  top: -30px;
  z-index: 11;
  width: 29px;
  height: 29px;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}
.sgCart-btn-add {
  clear: left;
  float: left;
  width: 119px;
  height: 32px;
  background: url(/images/fs/btn_add_to_bag2.png) no-repeat;
}
.sgCart-btn-add:hover {
  background: url(/images/fs/btn_add_to_bag2_hover.png) no-repeat;
}
.sgCart-btn-add:active {
  background: url(/images/fs/btn_add_to_bag2_active.png) no-repeat;
}
.sgCart-prices {
  margin: 10px 0 10px 0;
}
.sgCart-price,
.sgCart-now-price,
.sgCart-was-price,
.sgCart-reg-price {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
.sgCart-now-price {
  color: #AA0000;
}
.sgCart-was-price {
  text-decoration: line-through;
  font-weight: normal;
}
.sgCart-reg-price {
  text-decoration: line-through;
  font-weight: normal;
}
.sgCart-item select {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.sgCart[type="text"] {
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
}
.hm-hero {
  margin-top: -2px;
  padding: 10px;
  background-color: #000;
  background-image: url('/images/hm_hero_bg.jpg');
  color: #FFF;
}
.hm-hero p {
  font-size: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 1px 1px #000;
}
.hm-hero a {
  color: #FFF;
}
.hm-hero h1 {
  margin: 0 0 10px 0;
  padding: 0 20px 10px 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  text-shadow: 1px 1px #000;
}
h4 .view-more {
  font-size: .7em;
  color: #bb0000;
}
.sgCart-item .bottom-note {
  text-align: center;
  font-size: 1.3em;
  color: #777;
  font-weight: bold;
  text-shadow: 0 2px 1px #FFF;
}
.photo-chevron-right,
.photo-chevron-left {
  opacity: .9;
  font-size: 3em;
  color: #FFF;
  position: absolute;
  height: 2em;
  top: 50%;
  margin: -1em 0 0 0;
  width: 2em;
  background: transparent;
  text-shadow: 1px 1px 3px #000000;
}
.photo-chevron-left {
  left: .1em;
}
.photo-chevron-right {
  right: .1em;
  text-align: right;
}
._p10,
._p20,
._p25,
._p33,
._p50,
._p66,
._p75,
._p80,
._p100 {
  -webkit-box-sizing: box-model;
  -moz-box-sizing: box-model;
  box-sizing: box-model;
}
._p10 {
  width: 10%;
}
._p20 {
  width: 20%;
}
._p25 {
  width: 25%;
}
._p33 {
  width: 33%;
}
._p50 {
  width: 50%;
}
._p66,
._p67 {
  width: 67%;
}
._p75 {
  width: 75%;
}
._p80 {
  width: 80%;
}
._p100 {
  width: 100%;
}
.collage-btn {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 100px;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.collage-btn-imgs {
  position: relative;
  width: 85px;
  height: 80px;
  overflow: hidden;
}
.collage-btn-img {
  position: relative;
  display: inline-block;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
}
.collage-btn-img:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.collage-btn-img-dummy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.collage-btn-title {
  position: absolute;
  bottom: 0;
  width: 85px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #FFF;
  color: #333 !important;
}
ol.instructions {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
ol.instructions > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 3em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 3px 8px !important;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ol.instructions > li blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
ol.instructions > li:before {
  font-size: 2em;
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -2.85em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.5em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  color: #CCC;
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px rgba(0, 0, 0, 0.7);
}
ol.instructions li ol,
ol.instructions li ul {
  margin-top: 6px;
}
ol.instructions ol ol li:last-child {
  margin-bottom: 0;
}
ol.instructions .inset {
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(255, 255, 255, 0.8);
}
.m-hero-container {
  max-height: 400px;
  min-height: 200px;
  position: relative;
  margin-top: -55px;
  background: #000000 url(/images/flag_bg.jpg);
}
.m-hero-container ul#nav-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  background-repeat: none;
  background-size: 100%;
}
.m-cover-img {
  width: 100%;
}
.m-hero-avatar {
  position: absolute;
  bottom: 50px;
  left: 10px;
  height: 140px;
  width: 140px;
  background: #000000 url(/images/bs/m_hero_bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FF8502;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  background-position: center;
}
.m-hero-login {
  position: absolute;
  bottom: 50px;
  left: 160px;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.news-container-container {
  display: inline-block;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 19%;
  margin: 2px;
  background: #000;
}
.news-container-container .pho-ad-container {
  margin-top: 21%;
}
.news-container-container .news-source {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 10px;
  padding-left: 5px;
}
.news-container-container .news-source a {
  color: #EEE;
  text-decoration: none;
}
.news-container-container .pho-info {
  text-align: center;
}
.news-container-container .dummy {
  margin-top: 100%;
  position: relative;
}
.dummy {
  margin-top: 100%;
  position: relative;
}
.news-title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 1.2em;
}
.news-title {
  padding: 3px 5px 0 5px;
  color: #FFF;
}
.news-pho {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.news-container-container.text-only .news-title-container {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.news-container-container.text-only .news-title {
  font-size: 1.6em;
  line-height: 1em;
  color: #333;
}
.news-container-container.text-only .news-source {
  background: inherit;
}
.news-container-container.text-only .news-source a {
  color: #000;
}
.news-ad {
  background: #F60;
}
.news-ad-pho {
  position: absolute;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
}
.news-ad-top {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  text-align: center;
}
.news-ad-top a {
  color: #FFF;
}
.news-ad-bottom {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: center;
  color: #FCAD79;
}
.btn-foat {
  background: #F60 !important;
  color: #FFF !important;
  text-shadow: none !important;
}
body.dash {
  background: #F7F7F7;
}
.dash-left,
.dash-center,
.dash-right {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  padding: 0 5px 10px 5px;
  margin: 0 10px 10px 0;
  border: 1px solid #f9f9f9;
  overflow: hidden;
  font-size: 12px;
  font-family: tahoma, arial, helvetica, sans-serif;
}
.dash-left:before,
.dash-center:before,
.dash-right:before,
.dash-left:after,
.dash-center:after,
.dash-right:after {
  display: table;
  content: "";
  line-height: 0;
}
.dash-left:after,
.dash-center:after,
.dash-right:after {
  clear: both;
}
.dash-left .well,
.dash-center .well,
.dash-right .well {
  overflow: hidden;
}
.dash-left .well-dash,
.dash-center .well-dash,
.dash-right .well-dash {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.dash-left .small,
.dash-center .small,
.dash-right .small {
  font-size: 10px;
  line-height: 10px;
}
.dash-left {
  width: 180px;
}
.dash-center {
  width: 508px;
}
.dash-right {
  width: 231px;
  margin-right: 0;
}
.well-dash {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.well-dash:before,
.well-dash:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash:after {
  clear: both;
}
.well-dash-dark {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #BBB;
  border: 1px solid #9f9f9f;
}
.well-dash-dark:before,
.well-dash-dark:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-dark:after {
  clear: both;
}
.well-dash-dark-alt {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #BBB;
  border: 1px solid #9f9f9f;
  background: #DDD;
}
.well-dash-dark-alt:before,
.well-dash-dark-alt:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-dark-alt:after {
  clear: both;
}
.well-dash-light {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #BBB;
  border: 1px solid #9f9f9f;
  background: #F7F7F7;
}
.well-dash-light:before,
.well-dash-light:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-light:after {
  clear: both;
}
.well-dash-green {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #4C9B0D;
  border: 1px solid #999;
  color: #FFF;
}
.well-dash-green:before,
.well-dash-green:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-green:after {
  clear: both;
}
.well-dash-green .dash-nav > li > a {
  color: #FFF;
}
.well-dash-red {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #B00;
  border: 1px solid #999;
  color: #FFF;
}
.well-dash-red:before,
.well-dash-red:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-red:after {
  clear: both;
}
.well-dash-red .dash-nav > li > a {
  color: #FFF;
}
.well-dash-orange {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #F60;
  border: 1px solid #555;
  color: #FFF !important;
}
.well-dash-orange:before,
.well-dash-orange:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-orange:after {
  clear: both;
}
.well-orange {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #F60;
  border: 1px solid #555;
  color: #FFF !important;
}
.well-orange blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-dash-dark i,
.well-dash-dark-alt i.well-dash-green i,
.well-dash-red i {
  font-size: 16px;
}
.well-dash-titled {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: inset 0 30px 0 #eaeaea;
  -moz-box-shadow: inset 0 30px 0 #eaeaea;
  box-shadow: inset 0 30px 0 #eaeaea;
  padding-top: 35px;
}
.well-dash-titled:before,
.well-dash-titled:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-titled:after {
  clear: both;
}
.well-dash-titled > :first-child {
  position: absolute;
  white-space: normal;
  top: 0px;
  left: 5px;
  right: 5px;
  padding-top: 0;
  margin-top: 0;
  line-height: 30px;
}
.well-dash-titled-orange {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: inset 0 30px 0 #eaeaea;
  -moz-box-shadow: inset 0 30px 0 #eaeaea;
  box-shadow: inset 0 30px 0 #eaeaea;
  padding-top: 35px;
  -webkit-box-shadow: inset 0 30px 0 #ff6600;
  -moz-box-shadow: inset 0 30px 0 #ff6600;
  box-shadow: inset 0 30px 0 #ff6600;
}
.well-dash-titled-orange:before,
.well-dash-titled-orange:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-titled-orange:after {
  clear: both;
}
.well-dash-titled-orange > :first-child {
  position: absolute;
  white-space: normal;
  top: 0px;
  left: 5px;
  right: 5px;
  padding-top: 0;
  margin-top: 0;
  line-height: 30px;
}
.well-dash-titled-orange h4 {
  color: #FFF;
}
.well-dash-edit {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #eeeeee url(/images/cp/well-edit-bg.png) repeat-x;
  margin-bottom: 20px;
  padding-top: 8px;
}
.well-dash-edit:before,
.well-dash-edit:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-edit:after {
  clear: both;
}
.well-dash-edit h6 {
  line-height: 14px;
}
.well-dash-graph {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  padding: 0 3px 0 0;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: right;
  min-width: 70px;
}
.well-dash-graph:before,
.well-dash-graph:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-graph:after {
  clear: both;
}
.well-dash-graph-green {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #4C9B0D;
  border: 1px solid #999;
  color: #FFF;
  padding: 0 3px 0 0;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: right;
  min-width: 70px;
}
.well-dash-graph-green:before,
.well-dash-graph-green:after {
  display: table;
  content: "";
  line-height: 0;
}
.well-dash-graph-green:after {
  clear: both;
}
.well-dash-graph-green .dash-nav > li > a {
  color: #FFF;
}
.dash-avatar .pull-left {
  width: 100%;
}
.dash-nav {
  list-style: none;
  border-spacing: .2em;
  padding: 0;
  margin: 0;
}
.dash-nav > li {
  list-style-type: none;
  float: left;
  text-align: left;
  vertical-align: middle;
}
.dash-nav > li > a {
  display: block;
  color: #1a1a1a;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.3em;
  padding: .3em .8em .3em .8em;
}
.dash-nav > li > a.inset {
  background: #F60;
  color: #FFF;
}
.dash-nav > li > a:hover {
  color: #000;
  background: #e0e0e0;
  border: 1px solid #bbb;
  border-top-color: #9a9a9a;
  border-left-color: #9a9a9a;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dash-links {
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
}
.dash-links a {
  color: #333;
}
.dash-links [class^="icon-"],
.dash-links [class*=" icon-"] {
  margin-right: 8px;
}
hr.orange {
  border: 3px solid #F60;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
hr.separator {
  margin: 2px 0;
  border-width: 2px;
}
.dash-crew-suggestions,
.dash-crew-mutual {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: inset 120px 0 0 #eaeaea, inset -45px 0 0 #eaeaea;
  -moz-box-shadow: inset 120px 0 0 #eaeaea, inset -45px 0 0 #eaeaea;
  box-shadow: inset 120px 0 0 #eaeaea, inset -45px 0 0 #eaeaea;
  height: 80px;
  padding-left: 125px;
  padding-right: 50px;
}
.dash-crew-suggestions .suggestions-left,
.dash-crew-mutual .suggestions-left {
  position: absolute;
  white-space: normal;
  left: 5px;
  width: 115px;
  font-size: 15px;
  padding-top: 5px;
  line-height: 29px;
}
.dash-crew-suggestions .suggestions-right,
.dash-crew-mutual .suggestions-right {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 80px;
  line-height: 80px;
  color: #FFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.dash-crew-suggestions .suggestions-right:hover,
.dash-crew-mutual .suggestions-right:hover {
  text-decoration: none;
}
.dash-crew-suggestions .suggestions-container,
.dash-crew-mutual .suggestions-container {
  position: relative;
  width: 100%;
  white-space: no-wrap;
  overflow: hidden;
}
.dash-crew-suggestions .suggestion,
.dash-crew-mutual .suggestion {
  position: relative;
  height: 68px;
  display: inline-block;
  margin: 0 10px;
  width: 150px;
}
.dash-crew-suggestions .suggestion-avatar,
.dash-crew-mutual .suggestion-avatar {
  display: inline-block;
  vertical-align: top;
  width: 45px;
}
.dash-crew-suggestions .suggestion-avatar div,
.dash-crew-mutual .suggestion-avatar div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
  width: 45px;
  height: 45px;
}
.dash-crew-suggestions .suggestion-avatar .btn,
.dash-crew-mutual .suggestion-avatar .btn {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 2px;
}
.dash-crew-suggestions .suggestion-details,
.dash-crew-mutual .suggestion-details {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-left: 5px;
}
.dash-crew-suggestions .suggestion-details h5,
.dash-crew-mutual .suggestion-details h5 {
  white-space: normal;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 12px;
  margin: 2px 0 5px 0;
}
.dash-crew-suggestions .suggestion-details div,
.dash-crew-mutual .suggestion-details div {
  font-size: 10px;
  line-height: 11px;
}
.dash-crew-suggestions .suggestion-details em,
.dash-crew-mutual .suggestion-details em {
  display: inline-block;
  min-width: 1em;
  color: #CC0000;
  padding: 0 3px 0 0;
  font-style: normal;
}
.dash-crew-mutual {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  overflow: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.dash-crew-mutual .suggestions-left {
  display: none;
}
.dash-crew-mutual .suggestions-right {
  display: none;
}
.dash-crew-mutual .suggestion {
  white-space: nowrap;
  margin: 20px 15px;
}
.navbar.navbar-default .brand {
  padding: 10px 15px 10px 0;
}
.navbar.navbar-default .nav li a {
  padding: 10px 15px;
}
.navbar.navbar-small .navbar-inner {
  min-height: 0;
}
.navbar.navbar-small .brand {
  padding: 5px 15px 5px 0;
}
.navbar.navbar-small .nav li a {
  padding: 5px 10px;
}
#mobile-login-bar {
  position: absolute;
  top: 0px;
  height: 40px;
  width: 100%;
  background: #000;
  border-bottom: 1px solid #555;
  text-align: center;
}
.btn-f {
  background-color: #F60 !important;
  background-image: url('/images/link_to_us/f_2d_transparent_white.png') !important;
  background-size: cover !important;
}
.btn-f:hover {
  background-position: 0 0 !important;
}
.well-foat {
  background: #FFF3EC;
  border-color: #FFB482;
}
.box-4-2 {
  width: 23%;
  margin: 1%;
}
.box-4-2 .news-title-container {
  height: 7em;
}
.box-4 {
  width: 23%;
  margin: .5%;
}
.extracted-url-container {
  font-family: Georgia, 'lucida grande', tahoma, verdana, arial, sans-serif;
  border: 1px solid #CCC;
  padding: 5px;
}
.extracted-thm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
  width: 24%;
  display: table-cell;
  position: relative;
  border: 1px solid #CCC;
}
.extracted-thm .thm-sel {
  position: absolute;
  top: 2px;
  left: 2px;
}
.extracted-thm .thm-prev,
.extracted-thm .thm-next {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.9);
  color: #F60;
}
.extracted-thm .extracted-thm-remove {
  margin-top: 2px;
  margin-right: 2px;
}
.extracted-details {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 74%;
  padding-left: 10px;
}
.extracted-title {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.extracted-description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 1em;
  color: #333;
}
.extracted-url {
  font-size: 11px;
  line-height: 1.1em;
  color: #9197A3;
  font-family: verdana, arial, helvetica, sans-serif;
}
.crew-updates h3 {
  margin: 0;
}
.status-updates {
  width: 100%;
}
.status-update-input {
  width: 330px;
  color: #999;
}
.status-reply-input {
  width: 220px;
  color: #333;
}
.status-update-row {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 5px;
}
.status-update-row .avatar-div {
  width: 65px;
}
.status-update-row .avatar-div img {
  width: 60px;
}
.status-update-row .details-div {
  float: left;
  width: 330px;
}
.status-update-comment {
  margin-top: 0px;
  padding: 3px;
  border-bottom: 2px solid #FFF;
}
.status-update-row .comments .avatar-div {
  width: 45px;
}
.status-update-row .comments .avatar-div img {
  width: 40px;
}
.mini-thumb {
  border: 0 !important;
}
.mini-thumb div {
  background: #EEEEEE;
  border-bottom: 2px solid #FFF;
}
.mini-thumb img {
  width: 40px;
  height: 40px;
  max-width: 40px;
}
.med-thumb img {
  width: 76px;
  height: 76px;
  max-width: 76px;
  margin-right: 2px;
  margin-left: 2px;
  border: 1px solid #000;
  padding: 1px;
}
.thefoat-thumb img {
  border: 2px solid #A00;
  padding: 2px;
  width: 74px;
  height: 74px;
}
.stream-thumb-lg {
  width: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
}
.well-stream {
  display: table;
  width: 100%;
}
#activity-stream-container .comment-container {
  border-bottom: none;
  min-height: 45px;
  width: 100%;
  display: table;
}
#activity-stream-container .comment-avatar {
  width: 40px;
  display: table-cell;
  vertical-align: top;
  float: none;
  padding-right: 5px;
}
#activity-stream-container .comment-details {
  display: table-cell;
}
#activity-stream-container .comment-details a.comments-username {
  color: #08C;
}
#activity-stream-container .comments-add-container {
  display: table;
  width: 100%;
}
#activity-stream-container .comment-input {
  display: table-cell;
}
#activity-stream-container .comment-input textarea {
  width: 100%;
}
#activity-stream-container .comment-input-btn {
  display: table-cell;
  width: 50px;
  padding-left: 10px;
}
#activity-stream-container .comment-input-btn .btn {
  font-size: 11px;
}
#activity-stream-container .comment-delete {
  float: none;
  font-weight: normal;
  margin-left: inherit;
  color: #0088cc;
}
.contest-thumb div {
  padding: 5px;
}
.contest-thumb div a {
  color: #AA0000;
  font-weight: bold;
}
.contest-thumb div a:hover {
  background: #FFFF00;
  color: #000;
}
.stream-row {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}
.stream-avatar {
  width: 60px;
  display: table-cell;
  padding-right: 5px;
}
.stream-avatar img {
  width: 60px;
}
.stream-details {
  display: table-cell;
  vertical-align: top;
}
.stream-details .when {
  font-size: 9px;
  line-height: 10px;
  color: #999;
}
.stream-details .cover {
  border: 1px solid #CCC;
}
.stream-delete {
  position: relative;
  z-index: 1000;
  width: 25px;
  height: 20px;
  font-weight: bold;
  color: #A00;
  padding: 0;
  font-size: 10px;
}
.status-update-row .status-update-comment .details-div {
  width: 200px;
}
.status-update-types-control {
  font-size: 14px;
  text-align: center;
  font-variant: small-caps;
  padding-bottom: 5px;
  height: 30px;
  line-height: 30px;
}
.status-update-types-control a.active {
  border: 1px solid #CCC;
  padding: 1px 5px 3px 5px;
  background: #AA0000;
  color: #EEE;
}
.stream-row .stream-mm {
  background: #59a40d url(/images/lay1/stream_mm_bg.png) repeat-x;
  color: #FFFFFF;
}
.event-nav-container {
  background: #EEE;
  color: #333;
}
.event-nav-container a {
  color: #555;
  text-shadow: 0 1px 0 #ffffff;
}
.event-nav-container a.active {
  color: #f60;
  font-weight: bold;
}
.event-nav-container h5 {
  color: #999;
  text-shadow: 0 1px 0 #ffffff;
}
.event-nav-container .event-nav-dark {
  background: #666666;
  color: #CCC;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #FFF;
  padding: 5px 0;
}
.event-nav-container .event-nav-dark a {
  color: #CCC;
  text-shadow: none;
}
.event-nav-container .collapsible-indented .collapsible-content {
  padding-left: 20px;
}
.event-nav-container > .collapsible {
  padding: 5px 0;
}
.event-nav-container > .collapsible > a {
  font-weight: bold;
  color: #555;
  text-shadow: 0 1px 0 #FFF;
}
.event-nav-container > .collapsible .collapsible-content div {
  padding: 5px 0;
}
.tb-scs-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  margin-right: .5%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.tb-scs-pho {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tb-scs-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em;
  background: rgba(0, 0, 0, 0.55);
  color: #FFF;
  height: 4.3em;
  overflow: hidden;
}
.tb-scs-info a {
  color: #FFF;
}
.tb-scs-place {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
  background: rgba(0, 153, 255, 0.85);
  height: 20px;
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
}
.tb-scs-place-thefoat {
  line-height: 18px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  padding: 0 1em;
  background: rgba(255, 102, 0, 0.85);
  font-weight: bold;
  color: #FFF;
  height: 18px;
  font-size: 12px;
}
.hm-hero.sell-tickets {
  position: relative;
  background-image: url(/images/tb/sell_tickets/banner-bg.jpg);
  background-position: 0 -80px;
  background-size: cover;
}
.news-container-container.sell-tickets {
  background-position: 50%;
}
.news-container-container.sell-tickets .dummy {
  margin-top: 25%;
}
img.mm-sash {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 65%;
}
.background-light {
  background: #F5F5F5;
}
.background-medium {
  background: #CCC;
}
.background-dark-blue {
  background: #004d7b;
  color: #FFF;
}
.tb-container {
  overflow: hidden;
  font-family: 'open sans', arial, helvetica, sans-serif;
}
.tb-container h1 {
  font-family: Aharoni, arial, helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -2px;
}
.tb-container h2 {
  font-family: Aharoni, arial, helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  letter-spacing: -1px;
}
.tb-container h3 {
  font-family: 'open sans', arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  margin: 5px 0;
  letter-spacing: -1.5px;
}
.tb-container p {
  font-size: 18px;
  line-height: 24px;
}
.tb-container ul {
  font-size: 18px;
  list-style-type: circle;
  list-style-image: url('/images/tb/sell_tickets/bullet.png');
}
.tb-container ul li {
  margin-bottom: .5em;
}
.tb-container .alert-red h4 {
  margin-left: 80px !important;
}
.tb-container .tb-hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
  min-height: 350px;
  background-image: url(/images/tb/sell_tickets/hdr_foat_rewards_small.jpg);
  background-position: 50% 0;
  background-color: #88AED1;
  color: #FFF;
  font-size: 30px;
  line-height: 35px;
  padding: 5px;
  font-family: aharoni, 'open sans', sans-serif;
  position: relative;
}
.tb-container .tb-hero * {
  position: relative;
}
.tb-container .tb-hero .tb-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(96, 177, 251, 0.3);
}
.tb-container .tb-hero .btn {
  font-family: 'open sans', verdana, sans-serif;
  font-size: 25px;
  padding-top: 5px;
  line-height: 30px;
}
.tb-container .single-banner-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 30%;
}
.tb-container .single-banner-container img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tb-container .tb-stats a {
  color: inherit;
}
.tb-container .tb-stats-number {
  font-size: 22px;
  font-weight: bold;
}
.tb-container .tb-stats-text {
  font-size: 16px;
}
.tb-container .title-bar {
  background: #F4F4F4;
  border-top: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  font-family: tauri, arial, sans-serif;
  font-size: 20px;
  padding: 1em .5em;
}
.tb-container .huge-title-bar.title-bar {
  padding: 0;
}
.tb-container .huge-title-bar.title-bar a {
  padding: 2em 1.5em;
  display: inline-block;
  color: #1A1A1A;
  text-decoration: underline;
}
.tb-container .huge-title-bar.title-bar a.active {
  background: #EAEAEA;
}
.tb-container .contact-organizer i {
  display: inline-block;
  width: 25px;
}
.tb-container .datetime-countdown-black {
  margin-right: 0;
}
.tb-container .tickets-container-container {
  background: #0088D5;
  padding: 10px 0px;
  margin: 20px 0px;
}
.tb-container .tickets-container-container h1 {
  color: #FFF;
}
.tb-container .tickets-container-container .alert {
  border: 4px solid #FFF;
  font-family: tauri, arial, sans-serif;
}
.tb-container .tickets-container-container .pick-buy-print {
  font-family: 'open sans', arial, sans-serif;
  font-size: 20px;
  color: #999;
  margin-top: 15px;
  display: inline-block;
}
.tb-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  margin-right: .25%;
  margin-left: .25%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.tb-item > .well {
  padding: 10px;
  padding-bottom: 0;
}
.tb-item .tb-item-img {
  width: 100%;
  padding-bottom: 42%;
  position: relative;
  background-size: 100% 100%;
  background-color: #000;
}
.tb-item .tb-item-img .tb-item-img-sizer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tb-item .tb-item-info {
  margin-bottom: 46px;
  padding-top: 10px;
  color: #999;
  font-size: 12px;
}
.tb-item .tb-item-info h3 {
  font-family: 'open sans condensed', arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 3px 0;
  color: #2C3E50;
}
.tb-item .tb-item-info a {
  color: #090;
}
.tb-item .tb-item-info .date {
  font-size: 16px;
  margin-bottom: 10px;
}
.tb-item .tb-item-btns {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 55px;
  border-top: 1px solid #C7C7C7;
  font-size: 20px;
}
.tb-item .tb-item-btns a.icon {
  color: #087DC2;
}
.tb-item .tb-item-btns .btn {
  margin-top: 5px;
}
.tb-item .tb-item-btns .sale-over {
  font-size: 14px;
  font-weight: bold;
  color: #A00;
}
.tb-item .tb-item-btns .buy-at-venue {
  color: #A00;
  font-size: 14px;
  font-weight: bold;
}
.tb-item .tb-item-btns .icons {
  display: inline-block;
  border-left: 1px solid #C7C7C7;
  line-height: 30px;
  margin-right: 10px;
  margin-top: 5px;
  width: 80px;
}
.tb-item .tb-item-btns .icons a {
  margin: 0 10px;
}
.tb-item .tb-item-ad {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tb-item .tb-item-ad a {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.tb-item .tb-item-ad img.ad-img {
  border: 1px solid #FFF;
  margin: 30px 0 35px 0;
}
.tb-item .tb-item-ad .top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.tb-item .tb-item-ad .bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
@media (max-width: 560px) {
  .tb-item {
    width: 99%;
    margin-right: 0;
  }
}
@media only print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body.sell-tickets {
    padding: 0;
  }
  body.sell-tickets #nav-main {
    margin-left: 135px;
  }
  .tb-container {
    margin-top: -10px;
  }
  .tb-container .tb-hero {
    min-height: 540px;
  }
  #bottomnav.mm {
    padding-left: 280px;
  }
  .tb-scs-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-right: .5%;
    display: inline-block;
    position: relative;
  }
  .tb-item {
    width: 32.3%;
    margin-right: .5%;
    display: inline-block;
    position: relative;
  }
  .dash-center {
    width: 660px;
  }
  .dash-right {
    width: 308px;
  }
  #mobile-login-bar {
    display: none;
  }
  .news-container-container {
    width: 19%;
    margin: 3px;
  }
  .news-container-container .pho-ad-container {
    margin-top: 24%;
  }
  .news-title-container {
    font-size: 14px;
  }
  .news-pho {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .news-container-container.text-only .news-title-container {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  .news-container-container.text-only .news-title {
    font-size: 1.8em;
    padding: 5px;
    color: #333;
  }
  .news-container-container.news-dash {
    width: 47%;
  }
  .news-container-container.news-dash .news-title-container {
    font-size: .8em;
    padding-bottom: 1.5em;
  }
  .news-container-container.news-dash .news-source {
    font-size: .6em;
  }
  .news-ad-pho {
    position: absolute;
    width: 64%;
    height: 64%;
    left: 18%;
    top: 18%;
  }
  .hm-hero {
    margin-top: -57px;
  }
  .tb-grid-container {
    font-size: 12px;
    width: 18%;
    margin: 1%;
  }
  .tb-grid-container.tb-grid-container-host {
    width: 23%;
  }
  .tb-grid-container.tb-grid-container-host .tb-grid-info h2 {
    font-size: 1.2em;
  }
  .tb-grid-container.tb-grid-container-host .tb-grid-btn {
    bottom: 1em;
  }
  .tb-grid-container.tb-grid-container-dash .tb-grid-dummy {
    padding-top: 127%;
  }
  .tb-grid-container.tb-grid-container-dash .tgbrid-info h2 {
    font-size: 1.2em;
    line-height: 1em;
  }
  .host-banner-img-container .event-counter {
    font-size: 12px;
  }
  .navbar li.nav-main {
    font-size: 1em;
  }
  ul#nav-main {
    margin-left: 125px;
  }
  .visible-large-desktop {
    display: block !important;
  }
  .hidden-large-desktop {
    display: none !important;
  }
  .sub-nav-section-container-container,
  .sub-nav-sub-title {
    display: none;
  }
  ul#nav-section > li.h2 > a {
    font-size: 2em;
  }
  .box .box-of-the-week .box-of-the-week-inner {
    padding: 5px;
    color: #330000;
    font-size: 18px;
    font-weight: bold;
  }
  .box .box-of-the-week .box-of-the-week-inner label {
    margin-top: 5px;
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #FFF;
  }
  .box .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
  .box .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
    margin-top: 1px;
    margin-right: 10px;
  }
  .box-header .logo-scs-header {
    width: 85%;
    margin: .5em auto;
    display: block;
  }
  .box-header .photo-container {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
    border: 1px solid #999;
  }
  .box-header .featured-logo {
    width: 98%;
    border: 1px solid #999999;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 2%;
  }
  .box-header .title-bar-featured,
  .box-header .title-bar-prizes {
    font-weight: bold;
    color: #FFF;
    background: #0099ff;
    text-align: center;
    font-size: 26px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .box-header .title-bar-prizes {
    background: #ff6600;
  }
  .box-header .header-scs {
    font-size: 1.2em;
    margin: .1em 1.5em 0 1.5em;
    text-align: justify;
  }
  .box-header table.header-prizes {
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: .5em;
  }
  .mm-item-container-container.mm-dash .mm-item-info {
    top: 70%;
  }
  .box-4-2 {
    width: 24.5%;
    margin: .25%;
  }
  .box-4-2 .news-title b {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .tb-container {
    margin-top: -10px;
  }
  .tb-container .huge-title-bar.title-bar a {
    padding: 2em .8em;
  }
  #bottomnav.mm {
    padding-left: 280px;
  }
  .news-container-container.news-dash {
    width: 98%;
  }
  .tb-grid-container.tb-grid-container-dash .tb-grid .tb-grid-info h2 {
    font-size: 1.2em;
    line-height: 1em;
  }
  .tb-grid-container.tb-grid-container-dash .tb-grid .tb-grid-date {
    font-size: 0.9em;
  }
  .tb-grid-container.tb-grid-container-dash .tb-grid-dummy {
    padding-top: 137%;
  }
  .mm-item-container-container.mm-dash .mm-featured {
    font-size: 1em;
  }
  .mm-item-container-container.mm-dash .mm-item-info {
    top: 65%;
    font-size: 1.1em;
  }
  #mobile-login-bar {
    display: none;
  }
  .visible-desktop-override {
    display: inherit !important;
  }
  .hm-hero {
    margin-top: -57px;
  }
  .host-banner-img-container .event-counter {
    font-size: 10px;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  ul#nav-main {
    margin-left: 125px;
  }
  .navbar-search .input-medium {
    display: none;
  }
  .sub-nav-section-container-container,
  .sub-nav-sub-title {
    display: none;
  }
  .visible-980 {
    display: block !important;
  }
  .visible-large-desktop {
    display: none !important;
  }
  #items-container .box .box-trending .box-trending-inner,
  #items-container .box .box-of-the-week .box-of-the-week-inner {
    font-size: 16px;
  }
  #items-container .box .box-trending .box-trending-inner label,
  #items-container .box .box-of-the-week .box-of-the-week-inner label {
    font-size: 20px;
  }
  .box-header .logo-scs-header {
    width: 85%;
    margin: .5em auto;
    display: block;
  }
  .box-header .photo-container {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
    border: 1px solid #999;
  }
  .box-header .featured-logo {
    width: 98%;
    border: 1px solid #999999;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 2%;
  }
  .box-header .title-bar-featured,
  .box-header .title-bar-prizes {
    font-weight: bold;
    color: #FFF;
    background: #0099ff;
    text-align: center;
    font-size: 20px;
    padding: .8em;
    margin-bottom: 20px;
  }
  .box-header .title-bar-prizes {
    background: #ff6600;
  }
  .box-header .header-scs {
    font-size: 1em;
    line-height: 1.2em;
    margin: .1em 1em 0 1em;
    text-align: justify;
  }
  .box-header table.header-prizes {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: .4em;
  }
  .box-scs {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c2c2c2;
    background-image: -moz-linear-gradient(top, #ffffff, #666666);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#666666));
    background-image: -webkit-linear-gradient(top, #ffffff, #666666);
    background-image: -o-linear-gradient(top, #ffffff, #666666);
    background-image: linear-gradient(to bottom, #ffffff, #666666);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff666666', GradientType=0);
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 10px #0099ff;
    -moz-box-shadow: 0 0 10px #0099ff;
    box-shadow: 0 0 10px #0099ff;
    line-height: 1.5em;
    margin-bottom: .5em;
  }
  .box-scs .box-scs-host {
    padding-left: 5px;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.5em;
  }
  .box-scs .box-scs-host .host-icon {
    height: 2em;
  }
  .box-scs .box-scs-countdown {
    background-color: #e0e0e0;
    background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
    background-image: -o-linear-gradient(top, #cccccc, #ffffff);
    background-image: linear-gradient(to bottom, #cccccc, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 1.0em;
    line-height: 1.6em;
  }
  .box-scs .box-scs-votes {
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
    color: #FFF;
  }
  .totals-boxes h4 {
    font-size: 12px !important;
  }
  .totals-boxes div,
  .totals-boxes .btn {
    font-size: 25px !important;
  }
  .totals-boxes .btn {
    padding: 2px 5px !important;
  }
}
.nav_section_left {
  position: relative;
  background: #EAEAEA;
  padding: 20px 10px 40px 10px;
  margin-top: -15px;
  margin-right: 1em;
}
.nav_section_left .store-logo-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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);
  margin-bottom: .2em;
  width: 100%;
}
.nav_section_left .store-links-left {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF;
  margin: 0 0 1em 0;
}
.nav_section_left .store-links-left h4 {
  margin: 0;
}
.nav_section_left .store-links-left a {
  color: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .tb-container h1 {
    font-size: 50px;
  }
  .tb-container .huge-title-bar.title-bar a {
    padding: 2em .7em;
    font-size: .7em;
  }
  .tb-container .tb-hero {
    font-size: 24px;
    line-height: 30px;
  }
  .tb-container .datetime-countdown-black {
    margin-right: auto;
  }
  #bottomnav.mm {
    padding-left: 280px;
  }
  .totals-boxes h4 {
    font-size: 12px !important;
  }
  .totals-boxes div,
  .totals-boxes .btn {
    font-size: 25px !important;
  }
  .totals-boxes .btn {
    padding: 2px 5px !important;
  }
  .hm-hero.sell-tickets {
    background-position: 0 0;
  }
  .dash-left {
    width: 25%;
  }
  .dash-center {
    width: 73%;
    margin-right: 0;
  }
  .dash-right {
    display: none;
  }
  #mobile-login-bar {
    display: none;
  }
  #nav-main {
    margin-top: 10px;
  }
  .news-container-container {
    width: 24%;
    margin: 3px;
  }
  .m-hero-container {
    margin-top: 0;
  }
  .photo-chevron-right,
  .photo-chevron-left {
    top: 50%;
  }
  .event-counter {
    font-size: .8em;
  }
  .tb-grid-info {
    line-height: 1.1em;
    font-size: .9em;
    padding: 1em;
  }
  .tb-grid-info h2 {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 .5em 0;
    padding: 0;
  }
  .host-banner-img-container .event-counter {
    font-size: 8px;
  }
  .tb-grid-container-host .tb-grid-btn a {
    font-size: 1.2em;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .tb-grid-container-dash .tb-grid-dummy {
    padding-top: 122%;
  }
  .tb-grid-container-dash .tb-grid-info h2 {
    line-height: 1em;
  }
  .datetime-countdown-red {
    width: 200px;
    height: 65px;
    margin: 5px auto 0 auto;
    background: transparent url(/images/lay1/countdown_timer_bg_240.png) no-repeat;
    background-size: 100%;
    padding-left: 0px;
  }
  .datetime-countdown-black {
    width: 200px;
    height: 65px;
    margin: 5px auto 0 auto;
    background: transparent url(/images/tb/countdown_timer_blue_240.png) no-repeat;
    background-size: 100%;
    padding-left: 0px;
  }
  .countdown-number-red {
    float: left;
    margin-top: 21px;
    width: 24.5%;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
  }
  .countdown-number-black {
    float: left;
    margin-top: 21px ;
    width: 24.5%;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
  }
  .datetime-countdown-red a {
    text-decoration: none !important;
  }
  html,
  body {
    padding-top: 0;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-nav-section-container-container,
  .sub-nav-sub-title {
    display: none;
  }
  .nav_section_left {
    margin-top: 0;
  }
  #navbar > .navbar-inner {
    padding: 0 5px;
  }
  body.sell-tickets #navbar > .navbar-inner {
    padding: 0 5px 5px 5px;
  }
  #main {
    width: 100%;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-bottom: 0;
  }
  ul#nav-main {
    margin-left: 0;
  }
  ul#nav-main li a {
    padding-top: .4em;
    padding-bottom: .4em;
  }
  ul#nav-main li.active a {
    background: #ff6600;
  }
  #logo {
    background: #ff6600 url(/images/bs/logo_nav.png) 50% no-repeat;
    width: 125px	
		height:40px;
  }
  div.nav-section {
    margin-bottom: 0;
  }
  #items-container .box .box-trending .box-trending-inner,
  #items-container .box .box-of-the-week .box-of-the-week-inner {
    font-size: 11px;
    line-height: 1em;
  }
  #items-container .box .box-trending .box-trending-inner label,
  #items-container .box .box-of-the-week .box-of-the-week-inner label {
    font-size: 14px;
  }
  #items-container .box .box-car-show-days {
    font-size: 12px;
  }
  #items-container .box .box-car-show-days p {
    padding-left: 5px;
  }
  #items-container .box .box-days {
    font-size: 14px;
  }
  #items-container .box .box-car-show-entry {
    font-size: 16px;
  }
  #items-container .box .host-icon {
    margin-top: -1px;
    width: 28px;
    height: 28px;
  }
  .table th,
  .table td {
    padding: 1px;
  }
  .across5 {
    width: 18%;
    margin: 1%;
  }
  .box-header .logo-scs-header {
    width: 85%;
    margin: .2em auto .1em auto;
    display: block;
  }
  .box-header .title-bar-featured,
  .box-header .title-bar-prizes {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .box-header .title-bar-prizes {
    background: #ff6600;
  }
  .box-header .header-scs {
    font-size: .75em;
    line-height: 1em;
    margin: 0em .3em 0 .3em;
    text-align: justify;
  }
  .box-header table.header-prizes {
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: .1em;
  }
  .box-scs {
    width: 30%;
  }
  .ride-left {
    width: 100% !important;
  }
  .ride-right {
    clear: both;
    width: 100% !important;
  }
  .box-4-2 {
    width: 48%;
    margin: .5%;
  }
  .box-4-2 .news-title b {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .tb-container h1 {
    font-size: 40px;
  }
  .tb-container .huge-title-bar.title-bar a {
    display: block;
    padding: 1em 1em;
    font-size: .8em;
  }
  .tb-container .tb-hero {
    font-size: 24px;
    line-height: 30px;
  }
  .tb-container .datetime-countdown-black {
    margin-right: auto;
  }
  .hm-hero.sell-tickets {
    background-position: 0 0;
  }
  .dash-left {
    width: 100%;
  }
  .dash-center {
    width: 100%;
  }
  .dash-right {
    display: none;
  }
  .dash-links {
    float: left;
    width: 30%;
  }
  .dash-avatar .pull-left {
    width: 49%;
  }
  #navbar.logged-out {
    margin-top: 40px;
  }
  #logged-out-nav {
    display: none;
  }
  #nav-main {
    margin-top: 10px;
  }
  .news-container-container {
    width: 32%;
    margin: 2px;
  }
  .news-container-container.text-only .news-title {
    font-size: 1.3em;
  }
  .news-title-container {
    font-size: 11px;
  }
  .m-hero-container {
    margin-top: 0;
  }
  .photo-chevron-right,
  .photo-chevron-left {
    font-size: 2em;
  }
  .ui-dialog-content h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .tb-grid-container,
  .tb-grid-container.tb-grid-container-host {
    font-size: 12px;
    width: 47%;
    margin: 1%;
  }
  .tb-grid-info {
    line-height: 1.2em;
    font-size: 1em;
    padding: 1em;
  }
  .tb-grid-info h2 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .host-banner-img-container .event-counter {
    font-size: 8px;
  }
  html,
  body {
    padding-top: 0;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-nav-section-container-container,
  .sub-nav-sub-title {
    display: block;
    margin-top: 0;
  }
  .sub-nav-section-container-container li,
  .sub-nav-sub-title li {
    font-size: 1em;
    margin-top: 0;
  }
  .sub-nav-section-container-container {
    height: 93px;
  }
  .sub-nav-section-container {
    height: 92px;
  }
  .sub-nav-section-container > ul {
    height: 72px;
  }
  .sub-nav-section-container > ul + ul li {
    padding-top: 0;
    text-shadow: 1px 1px 0 #000;
    height: 1em;
  }
  .sub-nav-section-container > ul + ul li li {
    height: auto;
    text-shadow: none;
  }
  .sub-nav-sub-title {
    margin-top: 0;
  }
  .sub-nav-section li li {
    padding: 0;
  }
  .embed-item-container {
    font-size: 12px;
  }
  .navbar li.nav-avatar img {
    top: 1px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
  }
  #navbar > .navbar-inner {
    padding: 0 5px;
  }
  body.sell-tickets #navbar > .navbar-inner {
    padding: 0 5px 5px 5px;
  }
  ul#nav-main {
    margin-left: 0;
  }
  ul#nav-main li a {
    padding-top: .4em;
    padding-bottom: .4em;
  }
  ul#nav-main li.active a {
    background: #ff6600;
  }
  div.nav-section {
    margin-bottom: 0;
    height: 45px;
  }
  ul#nav-section {
    border-spacing: .15em;
    line-height: 1em;
    height: 45px;
  }
  ul#nav-section li {
    margin-top: 1em;
  }
  ul#nav-section li a {
    padding: .2em .5em;
    font-family: 'Tauri', sans-serif;
    font-size: .9em;
    font-weight: normal;
    line-height: 1em;
    background-image: none;
  }
  ul#nav-section li a.social-car-show {
    background-image: none;
    color: #0099ff;
  }
  ul#nav-section li a.btn {
    padding: .45em .5em .35em .5em;
    margin: -0.95em 0.4em 0.4em;
  }
  ul#nav-section li.action {
    float: right;
  }
  ul#nav-section li.home {
    margin-top: .8em;
  }
  ul#nav-section li.home a {
    padding-right: 0;
    color: #555;
  }
  ul#nav-section li.h2 {
    margin-top: 0;
  }
  ul#nav-section li.h2 > a {
    position: absolute;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0;
    padding-left: .4em;
    margin-top: -0.4em;
  }
  ul#nav-section li.h2-avatar a div.h2-avatar {
    width: 35px;
    height: 35px;
  }
  #logo {
    background: #ff6600 url(/images/bs/logo_nav.png) 50% no-repeat;
    width: 125px	
		height:40px;
  }
  .navbar .sg-nav-search .nav-dropdown-search {
    padding: 17px 10px 0px 10px;
    width: 315px;
    right: -65px;
  }
  .navbar .sg-nav-search .nav-dropdown-search input[type=text] {
    width: 200px;
  }
  .navbar .pull-right > .sg-nav-search > .nav-dropdown-search-logged-in.dropdown-menu::before,
  .navbar .pull-right > .sg-nav-search > .nav-dropdown-search-logged-in.dropdown-menu::after {
    left: auto;
    right: 60px;
  }
  .btn-large {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
  }
  .across5 {
    width: 18%;
    margin: 1%;
  }
  .box .box-border {
    position: absolute;
    z-index: 1029;
    height: 100%;
    margin-bottom: 100px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .box-header table.header-prizes {
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: .4em;
  }
  #bottomnav {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  #bottomnav blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  #bottomnav .span3,
  #bottomnav .span2 {
    padding-left: 10px;
    font-size: 1.2em;
  }
  #bottomnav .span3 a:hover,
  #bottomnav .span2 a:hover {
    color: #FFF;
    font-weight: bold;
  }
  #bottomnav .span3 a:hover div,
  #bottomnav .span2 a:hover div {
    background: #CCC;
  }
  .box-4-2 {
    width: 48%;
    margin: .5%;
  }
}
@media (max-width: 450px) {
  .tb-container h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .tb-container h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .tb-container .tb-stats-number {
    font-size: 18px;
    font-weight: bold;
  }
  .tb-container .tb-stats-text {
    font-size: 14px;
  }
  .tb-container .huge-title-bar.title-bar a {
    padding: .8em .6em;
    font-size: .6em;
  }
  .tb-container .datetime-countdown-black {
    margin-right: auto;
  }
  .totals-boxes h4 {
    font-size: 12px !important;
  }
  .totals-boxes div,
  .totals-boxes .btn {
    font-size: 25px !important;
  }
  .totals-boxes .btn {
    padding: 2px 5px !important;
  }
  .tb-container > .tb-hero {
    font-size: 22px;
    line-height: 25px;
  }
  .hm-hero.sell-tickets {
    background-position: 0 0;
  }
  .tb-scs-container {
    width: 99%;
    margin-right: 0;
  }
  .tb-item {
    width: 99%;
    margin-right: 0;
  }
  .extracted-thm {
    width: 100%;
    display: block;
    height: 125px;
  }
  .extracted-details {
    width: 54%;
  }
  .comments-add-container {
    max-width: 370px;
  }
  .dash-left {
    width: 100%;
  }
  .dash-center {
    width: 100%;
  }
  .dash-right {
    display: none;
  }
  .dash-links {
    float: left;
    width: 48%;
  }
  table.table-dash {
    font-size: 12px;
  }
  .dash-crew-suggestions {
    height: 100px;
    padding-left: 5px;
    padding-right: 30px;
    -webkit-box-shadow: inset -45px 27px 0 #eaeaea;
    -moz-box-shadow: inset -45px 27px 0 #eaeaea;
    box-shadow: inset -45px 27px 0 #eaeaea;
  }
  .dash-crew-suggestions .suggestions-left {
    position: absolute;
    white-space: normal;
    left: 5px;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 15px;
    padding-top: 3px;
    line-height: 20px;
  }
  .dash-crew-suggestions .suggestions-right {
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 80px;
    line-height: 60px;
    color: #FFF;
    background: #EAEAEA;
    padding-left: 9px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }
  .dash-crew-suggestions .suggestions-right:hover {
    text-decoration: none;
  }
  .dash-crew-suggestions .suggestions-container {
    top: 25px;
  }
  #navbar.logged-out {
    margin-top: 40px;
  }
  #logged-out-nav {
    display: none;
  }
  #nav-main {
    margin-top: 10px;
  }
  .news-container-container {
    width: 48%;
    margin: 3px;
  }
  .news-title-container {
    font-size: 12px;
  }
  .m-hero-container {
    margin-top: 0;
  }
  .photo-chevron-right,
  .photo-chevron-left {
    font-size: 1.5em;
  }
  .hm-hero h1 {
    font-size: 2em;
    line-height: 1em;
  }
  .hm-hero p {
    font-size: 1.23em;
  }
  .hm-hero .btn {
    margin: 1em auto;
  }
  .full-width-phone {
    width: 100%;
  }
  .ui-dialog-content h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .tb-grid-container,
  .tb-grid-container.tb-grid-container-host {
    font-size: 11px;
    width: 47%;
    margin: 1%;
  }
  .tb-grid-dummy {
    padding-top: 160%;
  }
  .tb-grid-img {
    bottom: 71%;
  }
  .tb-grid-info {
    top: 29%;
    line-height: 1em;
    font-size: 1em;
    padding: 1em;
  }
  .tb-grid-info h2 {
    font-size: 1.3em;
    line-height: .95em;
  }
  .tb-grid-btn {
    bottom: .5em;
    left: 1em;
    right: 1em;
    text-align: center;
  }
  .tb-grid-btn .btn {
    font-size: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .host-banner-img-container .event-counter {
    font-size: 8px;
  }
  html,
  body {
    padding-top: 0;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .embed-item-container {
    font-size: 11px;
  }
  .sub-nav-section-container-container,
  .sub-nav-sub-title {
    display: block;
    margin-top: 0;
  }
  .sub-nav-section-container-container li,
  .sub-nav-sub-title li {
    margin-top: 0;
    padding-bottom: 0;
  }
  .sub-nav-section-container-container {
    height: 93px;
  }
  .sub-nav-section-container {
    height: 92px;
  }
  .sub-nav-section-container > ul {
    height: 72px;
  }
  .sub-nav-section-container > ul + ul li {
    height: 1em;
    padding-top: 0;
    text-shadow: 1px 1px 0 #000;
  }
  .sub-nav-section-container > ul + ul li ul.dropdown-menu.sgAjaxAccordion.move-left {
    margin-left: -66px;
    max-width: 293px;
    overflow: hidden;
  }
  .sub-nav-section-container > ul + ul li li {
    text-shadow: none;
    max-width: 291px;
    overflow: hidden;
    height: auto;
  }
  .sub-nav-sub-title {
    margin-top: 0;
  }
  .sub-nav-section li li {
    font-size: 1em;
    padding: 0;
  }
  .navbar li.nav-avatar img {
    top: 1px;
  }
  .navbar-search .input-medium {
    width: 60px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
  }
  #navbar > .navbar-inner {
    padding: 0 5px;
  }
  body.sell-tickets #navbar > .navbar-inner {
    padding: 0 5px 5px 5px;
  }
  ul#nav-main {
    margin-left: 0;
  }
  ul#nav-main li a {
    padding-top: .4em;
    padding-bottom: .4em;
  }
  ul#nav-main li.active a {
    background: #ff6600;
  }
  div.nav-section {
    margin-bottom: 0;
    height: 49px;
  }
  ul#nav-section {
    position: relative;
    border-spacing: .15em;
    line-height: 1em;
    height: 49px;
  }
  ul#nav-section li {
    margin-top: 1.1em;
  }
  ul#nav-section li a {
    padding: .5em .5em .2em;
    font-family: 'Tauri', sans-serif;
    font-size: .8em;
    font-weight: normal;
    line-height: 1em;
    background-image: none;
  }
  ul#nav-section li a.social-car-show {
    background-image: none;
    color: #0099ff;
  }
  ul#nav-section li a.btn {
    padding: .45em .5em .35em .5em;
    margin: -0.95em 0.4em 0.4em;
  }
  ul#nav-section li.action {
    position: absolute;
    right: 0;
    top: -12px;
  }
  ul#nav-section li.home {
    margin-top: .8em;
  }
  ul#nav-section li.home a {
    padding-right: 0;
    color: #555;
    font-size: 1em;
  }
  ul#nav-section li.h2 {
    margin-top: 0;
  }
  ul#nav-section li.h2 > a {
    position: absolute;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0;
    padding-left: .4em;
    margin-top: -0.4em;
  }
  ul#nav-section li.h2-avatar a div.h2-avatar {
    width: 38px;
    height: 38px;
  }
  #logo {
    background: #ff6600 url(/images/bs/logo_nav.png) 50% no-repeat;
    width: 125px		
		height:40px;
  }
  .navbar .sg-nav-search .nav-dropdown-search,
  .navbar .sg-nav-search .nav-dropdown-search-logged-in {
    padding: 17px 10px 0px 10px;
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
  }
  .navbar .sg-nav-search .nav-dropdown-search input[type=text],
  .navbar .sg-nav-search .nav-dropdown-search-logged-in input[type=text] {
    width: 120px;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-tablet {
    display: inherit !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .visible-phone-portrait {
    display: inherit !important;
  }
  .hidden-phone-portrait {
    display: none !important;
  }
  #items-container .box .box-trending .box-trending-inner,
  #items-container .box .box-of-the-week .box-of-the-week-inner {
    font-size: 12px;
  }
  #items-container .box .box-trending .box-trending-inner label,
  #items-container .box .box-of-the-week .box-of-the-week-inner label {
    font-size: 16px;
  }
  #items-container .box .box-border {
    position: absolute;
    z-index: 1029;
    height: 100%;
    margin-bottom: 100px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .btn-large {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
  }
  .box-header .header-scs {
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0em .3em 0 .3em;
    text-align: justify;
  }
  .box-header table.header-prizes {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: .4em;
  }
  #bottomnav {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  #bottomnav blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  #bottomnav .span3,
  #bottomnav .span2 {
    padding-left: 10px;
    font-size: 1.2em;
  }
  #bottomnav .span3 a:hover,
  #bottomnav .span2 a:hover {
    color: #FFF;
    font-weight: bold;
  }
  #bottomnav .span3 a:hover div,
  #bottomnav .span2 a:hover div {
    background: #CCC;
  }
  .box-4-2 .news-title-container {
    height: 7.5em;
  }
  .news-container-container.sell-tickets .dummy {
    margin-top: 55%;
  }
  .news-container-container.sell-tickets .news-title-container {
    height: 8em;
  }
  .news-container-container.sell-tickets .news-title-container .news-title {
    height: 7.5em;
  }
}
@media (max-width: 350px) {
  .tb-container .huge-title-bar.title-bar a {
    padding: .8em .6em;
    font-size: .6em;
  }
  .totals-boxes h4 {
    font-size: 12px !important;
  }
  .totals-boxes div,
  .totals-boxes .btn {
    font-size: 25px !important;
  }
  .totals-boxes .btn {
    padding: 2px 5px !important;
  }
  .news-container-container.sell-tickets {
    background-position: 50%;
  }
  .news-container-container.sell-tickets .dummy {
    margin-top: 50%;
  }
  .comments-add-container {
    max-width: 270px;
  }
  .dash-links {
    width: 100%;
  }
  .hidden-iphone4 {
    display: none;
  }
  #nav-main {
    margin-top: 10px;
  }
  .news-container-container {
    width: 97%;
    margin: 5px 3px;
  }
  .news-title-container {
    font-size: 18px;
  }
  .news-ad-pho {
    position: absolute;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
  }
  .input-small-phone-portrait {
    width: 104px;
  }
  .full-width-small-phone {
    width: 100%;
  }
  .datetime-countdown-red {
    width: 240px;
    height: 65px;
    margin: 5px auto 0 auto;
    background: transparent url(/images/lay1/countdown_timer_bg_240.png) no-repeat;
    padding-left: 0px;
  }
  .datetime-countdown-black {
    width: 240px;
    height: 65px;
    margin: 5px auto 0 auto;
    background: transparent url(/images/tb/countdown_timer_blue_240.png) no-repeat;
    padding-left: 0px;
  }
  .countdown-number-red {
    float: left;
    margin-top: 21px;
    width: 60px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
  }
  .datetime-countdown-red a {
    text-decoration: none !important;
  }
  .tb-grid-container {
    font-size: 10px;
    width: 47%;
    margin: 1%;
  }
  .tb-grid-dummy {
    padding-top: 160%;
  }
  .tb-grid-img {
    bottom: 71%;
  }
  .tb-grid-info {
    top: 29%;
    line-height: 1em;
    font-size: 1em;
    padding: 1em;
  }
  .tb-grid-info h2 {
    font-size: 1em;
    line-height: 1em;
  }
  .tb-grid-btn {
    bottom: .5em;
    left: 1em;
    right: 1em;
    text-align: center;
  }
  .tb-grid-btn .btn {
    font-size: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
.clear {
  clear: both;
}
.alignr {
  text-align: right;
}
.alignl {
  text-align: left;
}
.alignc {
  text-align: center;
}
.vtop,
.text-top {
  vertical-align: top;
}
.vtop th,
.text-top th,
.vtop td,
.text-top td {
  vertical-align: top;
}
.square-corners {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn {
  padding: .5em .5em .4em .5em;
  margin: -0.2em 0 0;
}
.btn.btn-action {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #bb0000;
}
.btn.btn-action:hover,
.btn.btn-action:focus,
.btn.btn-action:active,
.btn.btn-action.active,
.btn.btn-action.disabled,
.btn.btn-action[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn.btn-action:active,
.btn.btn-action.active {
  background-color: #080808 \9;
}
.btn.btn-action .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn.btn-action:hover {
  background: #ff6600;
}
#vp-t-container .random-mm-title {
  font-size: 1.2em;
  font-weight: bold;
}
#vp-t-container .random-mm-add-link {
  font-size: .8em;
  margin-bottom: 2em;
  text-align: center;
}
#vp-t-container .badge {
  background: #FFF;
  color: #777;
}
#vp-t-container .badge .span {
  color: #777;
}
#vp-t-container .vp-tl #vp-tl-video-info {
  max-width: 150px;
  float: left;
  font-size: .9em;
  line-height: 1em;
  padding-bottom: 10px;
}
#vp-t-container .vp-tl #vp-tl-video-info table {
  margin: .5em auto;
}
#vp-t-container .vp-tl #vp-tl-video-info table td {
  font-size: .8em;
}
@media (max-width: 767px) {
  #vp-t-container .vp-tl .ad {
    width: 20%;
    max-width: 125px;
  }
  #vp-t-container .vp-tl .span2 {
    width: 100%;
  }
  #vp-t-container .vp-tl .span10 {
    width: 100%;
  }
}
@media (min-width: 760px) and (max-width: 1199px) {
  #vp-t-container .vp-tl h3 {
    font-size: 16px;
  }
}
.v-thm-container-container.v-thm-ad .v-thm-container {
  background: #F60;
  -webkit-box-shadow: inset 0 0 5px #555555;
  -moz-box-shadow: inset 0 0 5px #555555;
  box-shadow: inset 0 0 5px #555555;
}
.v-thm-container-container.v-thm-ad .pho {
  top: 5%;
  bottom: 5%;
  left: 3%;
  right: 48%;
}
.v-thm-container-container.v-thm-ad .pho-info-ad {
  left: 60%;
  width: 35%;
  font-size: .9em;
  text-align: center;
}
.v-thm-container-container.v-thm-ad .pho-info-ad a {
  color: #FFF;
}
.v-thm-container-container.v-thm-ad .pho-ad-sponsored {
  left: 60%;
  width: 35%;
  font-size: .8em;
}
.v-thm-container-container.v-thm-ad .pho-ad-sponsored label {
  line-height: 1em;
}
.v-thm-container {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #999;
}
.v-thm-container a {
  color: #999;
}
.v-thm-container .v-thm-dummy {
  margin-top: 56.25%;
}
.v-thm-container .v-thm-pho {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 150%;
}
.v-thm-container .v-thm-info {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.v-thm-container .v-thm-title,
.v-thm-container .v-thm-time {
  display: table-cell;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  padding: .25em .5em .25em .5em;
  line-height: 1em;
}
.v-thm-container .v-thm-time {
  font-weight: bold;
  text-align: right;
}
.v-thm-container.v-thm-mini .v-thm-info {
  width: auto;
  right: 0;
  font-size: .85em;
}
.v-thm-mini-container {
  width: 46%;
  margin: 2%;
  float: left;
}
#vp-tr .v-thm-container {
  margin-top: 1em;
}
.width-calc-1-1 {
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.width-calc-4-3 {
  padding-top: 75%;
  /* 4:3 aspect ratio */
}
.width-calc-16-9 {
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}
.width-calc-inner {
  width: 100%;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-position: 50% 50%;
}
.media-object {
  position: relative;
}
.media-cover {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.media-body {
  color: #555;
  line-height: 1.2em;
  margin-left: 5px !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.media-body .media-heading {
  margin: 0;
  color: #333;
}
.media > a,
.media > a + a {
  float: none !important;
  display: table-cell !important;
  vertical-align: middle;
}
#v-pg-container .v-trending,
#vp-t-container .v-trending {
  position: relative;
  padding-bottom: 60px;
}
#v-pg-container .box-trending,
#vp-t-container .box-trending,
#v-pg-container .box-of-the-week,
#vp-t-container .box-of-the-week {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #bb0000;
  color: #FFF;
}
#v-pg-container .box-trending .icon-caret-up,
#vp-t-container .box-trending .icon-caret-up,
#v-pg-container .box-of-the-week .icon-caret-up,
#vp-t-container .box-of-the-week .icon-caret-up {
  position: absolute;
  color: #bb0000;
  left: 43%;
  top: -30px;
  font-size: 60px;
}
#v-pg-container .box-trending .box-trending-inner,
#vp-t-container .box-trending .box-trending-inner,
#v-pg-container .box-of-the-week .box-of-the-week-inner,
#vp-t-container .box-of-the-week .box-of-the-week-inner {
  padding: 5px;
  color: #330000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#v-pg-container .box-trending .box-trending-inner label,
#vp-t-container .box-trending .box-trending-inner label,
#v-pg-container .box-of-the-week .box-of-the-week-inner label,
#vp-t-container .box-of-the-week .box-of-the-week-inner label {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #FFF;
}
#v-pg-container .box-trending .box-trending-inner .foat-icon-item-of-week,
#vp-t-container .box-trending .box-trending-inner .foat-icon-item-of-week,
#v-pg-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
#vp-t-container .box-of-the-week .box-of-the-week-inner .foat-icon-item-of-week,
#v-pg-container .box-trending .box-trending-inner .foat-icon-trending,
#vp-t-container .box-trending .box-trending-inner .foat-icon-trending,
#v-pg-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending,
#vp-t-container .box-of-the-week .box-of-the-week-inner .foat-icon-trending {
  margin-top: 1px;
  margin-right: 10px;
}
#v-pg-container .box-of-the-week .box-of-the-week-inner,
#vp-t-container .box-of-the-week .box-of-the-week-inner {
  color: #00135E;
  position: relative;
  z-index: 1;
}
#v-pg-container .box-trending,
#vp-t-container .box-trending {
  background-color: #0099ff;
}
#v-pg-container .box-trending .icon-caret-up,
#vp-t-container .box-trending .icon-caret-up {
  color: #0099ff;
}
#v-pg-container .box-trending .box-trending-inner,
#vp-t-container .box-trending .box-trending-inner {
  color: #00135E;
  position: relative;
  z-index: 1;
}
.sg-carousel-a-thm-active .sg-carousel-thm {
  -webkit-box-shadow: inset 0 0 0.5em #000000, inset 0 0 6em #ff6600;
  -moz-box-shadow: inset 0 0 0.5em #000000, inset 0 0 6em #ff6600;
  box-shadow: inset 0 0 0.5em #000000, inset 0 0 6em #ff6600;
}
#photo-pg-container a.photo-enlarge {
  position: absolute;
  z-index: 11;
  top: 5px;
  right: 10px;
  font-size: 1em;
  color: #FFF !important;
  opacity: .9;
  text-shadow: 1px 1px 3px #000000;
  border: 2px solid #FFF;
  padding: .13em .3em .1em .3em;
  box-shadow: 1px 1px 3px #000000;
}
.other-pho-container {
  border: 1px solid #CCC;
  background: #F7F7F7;
  margin-top: 1em;
}
.other-pho {
  width: 98%;
  margin: 0 auto;
  padding-left: 1%;
}
.pho {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  -webkit-box-shadow: inset 0 0 5px #555555;
  -moz-box-shadow: inset 0 0 5px #555555;
  box-shadow: inset 0 0 5px #555555;
}
.is-main-thm {
  -webkit-box-shadow: inset 0 0 0.5em #000000, inset 0 0 6em #ff6600;
  -moz-box-shadow: inset 0 0 0.5em #000000, inset 0 0 6em #ff6600;
  box-shadow: inset 0 0 0.5em #000000, inset 0 0 6em #ff6600;
}
.photo-pg-photo {
  width: 100%;
}
.mm-active-through {
  padding: .5em;
  background: #EEE;
}
.fb-like-hover {
  position: absolute;
  top: .25em;
  left: .25em;
  right: .25em;
  padding: 1em .5em .5em .5em;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  border: 2px solid #f60;
  display: none;
  -webkit-box-shadow: 1px 1px 5px #000000;
  -moz-box-shadow: 1px 1px 5px #000000;
  box-shadow: 1px 1px 5px #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fb-like-hover .pluginButton {
  -webkit-box-shadow: 1px 1px 3px;
  -moz-box-shadow: 1px 1px 3px;
  box-shadow: 1px 1px 3px;
}
#navbar a.log-in-with-fb {
  width: 22px;
  height: 22px;
  background-position: 0 9px;
}
#navbar a.log-in-with-fb img {
  width: 100%;
}
@media (max-width: 380px) {
  #navbar li.li-fb-login {
    width: 22px;
  }
  #navbar a.log-in-with-fb {
    width: 22px;
    overflow: hidden;
    padding-left: 0;
  }
}
#nav-section ul.dropdown-menu.sgAjaxAccordion,
ul.sgAjaxAccordion {
  font-family: 'Tauri', Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 0px;
  background: #eaeaea;
  border: none;
  list-style: none;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion a.sgAjaxAccordion,
ul.sgAjaxAccordion a.sgAjaxAccordion {
  position: absolute;
  right: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-left: 1px solid #ffffff;
  box-shadow: -1px 0 1px #bfbfbf;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion ul,
ul.sgAjaxAccordion ul {
  list-style: none;
  margin: 0;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li,
ul.sgAjaxAccordion li {
  box-sizing: border-box;
  margin: 0 1.5em 0 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  text-transform: uppercase;
  /*/////////////////////////////////
		// 2ND LEVEL MENU                //
		/////////////////////////////////*/
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li.in > a,
ul.sgAjaxAccordion li.in > a {
  background: #FF6600;
  color: #FFFFFF;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li ul,
ul.sgAjaxAccordion li ul {
  border-top: 1px solid #bfbfbf;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li a,
ul.sgAjaxAccordion li a {
  color: #333333;
  background: transparent;
  padding: .4em 3em .4em 1em;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li,
ul.sgAjaxAccordion li li {
  background: #bfbfbf;
  border-top: 1px solid #eaeaea;
  border-right: none;
  border-bottom: 1px solid #8a8a8a;
  border-left: none;
  margin: 0 0 0 0;
  /*/////////////////////////////////
			// 3RD LEVEL MENU                //
			/////////////////////////////////*/
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li ul,
ul.sgAjaxAccordion li li ul {
  border-top: 1px solid #8a8a8a;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li a,
ul.sgAjaxAccordion li li a {
  color: #FFFFFF;
  padding-left: 2em;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li a.sgAjaxAccordion,
ul.sgAjaxAccordion li li a.sgAjaxAccordion {
  border-left: 1px solid #eaeaea;
  box-shadow: -1px 0 1px #8a8a8a;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li,
ul.sgAjaxAccordion li li li {
  background: #8a8a8a;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #616161;
  /*/////////////////////////////////
				// 4TH LEVEL MENU                //
				/////////////////////////////////*/
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li ul,
ul.sgAjaxAccordion li li li ul {
  border-top: 1px solid #616161;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li a,
ul.sgAjaxAccordion li li li a {
  padding-left: 3.0em;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li a.sgAjaxAccordion,
ul.sgAjaxAccordion li li li a.sgAjaxAccordion {
  border-left: 1px solid #bfbfbf;
  box-shadow: -1px 0 1px #616161;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li,
ul.sgAjaxAccordion li li li li {
  background: #616161;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #404040;
  /*/////////////////////////////////
					// 5TH LEVEL MENU                //
					/////////////////////////////////*/
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li ul,
ul.sgAjaxAccordion li li li li ul {
  border-top: 1px solid #404040;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li a,
ul.sgAjaxAccordion li li li li a {
  padding-left: 4em;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li a.sgAjaxAccordion,
ul.sgAjaxAccordion li li li li a.sgAjaxAccordion {
  border-left: 1px solid #8a8a8a;
  box-shadow: -1px 0 1px #404040;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li,
ul.sgAjaxAccordion li li li li li {
  background: #404040;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #1b1b1b;
  /*/////////////////////////////////
						// 6TH LEVEL MENU                //
						/////////////////////////////////*/
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li ul,
ul.sgAjaxAccordion li li li li li ul {
  border-top: 1px solid #1b1b1b;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li a,
ul.sgAjaxAccordion li li li li li a {
  padding-left: 5em;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li a.sgAjaxAccordion,
ul.sgAjaxAccordion li li li li li a.sgAjaxAccordion {
  border-left: 1px solid #616161;
  box-shadow: -1px 0 1px #1b1b1b;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li li,
ul.sgAjaxAccordion li li li li li li {
  background: #1b1b1b;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #000000;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li li ul,
ul.sgAjaxAccordion li li li li li li ul {
  border-top: 1px solid #000000;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li li a,
ul.sgAjaxAccordion li li li li li li a {
  padding-left: 6em;
}
#nav-section ul.dropdown-menu.sgAjaxAccordion li li li li li li a.sgAjaxAccordion,
ul.sgAjaxAccordion li li li li li li a.sgAjaxAccordion {
  border-left: 1px solid #404040;
  box-shadow: -1px 0 1px #000000;
}
.choose-grid-list {
  display: inline-block;
  z-index: 3;
  right: 10px;
  font-size: 14px;
  padding: .2em .5em;
  background-color: #F7F7F7;
  background-color: rgba(240, 240, 240, 0.5);
  border: 1px solid #ccc;
  border-radius: 5px;
}
.choose-grid-list a {
  color: #CCC;
  display: inline;
}
.choose-grid-list .active {
  color: #333;
}
.choose-grid-list #grid-view,
.choose-grid-list .grid-view {
  display: inline;
  border-right: 1px solid #ccc;
  padding-right: .5em;
  margin-right: .2em;
}
a.sgAjaxAccordion {
  position: absolute;
  right: 2px;
}
a.sgAjaxAccordion:hover li {
  background: none;
}
.btn-featured {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  text-align: left;
  padding-left: .3em;
}
.btn-featured div {
  display: inline-block;
  padding-top: .6em;
  margin-left: 1em;
  font-size: 18px;
  line-height: 1.3em;
}
.btn-featured div i {
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  padding: 3px;
  -webkit-box-shadow: 1px 1px 0 #ffffff;
  -moz-box-shadow: 1px 1px 0 #ffffff;
  box-shadow: 1px 1px 0 #ffffff;
  background: #F60;
}
.btn-featured img {
  float: left;
}
.nav_section_left {
  position: absolute;
  width: 230px;
  height: 100%;
  min-height: 800px;
}
.nav_section_left input {
  font-size: 12px;
  line-height: 14px;
  width: auto;
}
.nav_section_left ul.sgNavAccordion {
  font-family: 'Tauri', Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 0px;
  background: #eaeaea;
  border: none;
  list-style: none;
  margin: 0;
}
.nav_section_left ul.sgNavAccordion li {
  box-sizing: border-box;
  margin: 0 0 0 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  text-transform: uppercase;
  line-height: 2em;
  font-size: 12px;
  /*/////////////////////////////////
		// 2ND LEVEL MENU                //
		/////////////////////////////////*/
}
.nav_section_left ul.sgNavAccordion li.in > a {
  background: #FF6600;
  color: #FFFFFF;
}
.nav_section_left ul.sgNavAccordion li ul {
  border-top: 1px solid #bfbfbf;
  list-style: none;
  margin: 0;
}
.nav_section_left ul.sgNavAccordion li a {
  color: #333333;
  background: transparent;
  font-size: 12px;
  display: block;
  padding: 0 1em 0 .5em;
}
.nav_section_left ul.sgNavAccordion li li {
  background: #bfbfbf;
  border-top: 1px solid #eaeaea;
  border-right: none;
  border-bottom: 1px solid #8a8a8a;
  border-left: none;
  /*/////////////////////////////////
			// 3RD LEVEL MENU                //
			/////////////////////////////////*/
}
.nav_section_left ul.sgNavAccordion li li ul {
  border-top: 1px solid #8a8a8a;
}
.nav_section_left ul.sgNavAccordion li li a {
  color: #FFFFFF;
  padding-left: 2em;
}
.nav_section_left ul.sgNavAccordion li li a.sgAjaxAccordion {
  border-left: 1px solid #eaeaea;
  box-shadow: -1px 0 1px #8a8a8a;
}
.nav_section_left ul.sgNavAccordion li li li {
  background: #8a8a8a;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #616161;
  /*/////////////////////////////////
				// 4TH LEVEL MENU                //
				/////////////////////////////////*/
}
.nav_section_left ul.sgNavAccordion li li li ul {
  border-top: 1px solid #616161;
}
.nav_section_left ul.sgNavAccordion li li li a {
  padding-left: 3.0em;
}
.nav_section_left ul.sgNavAccordion li li li a.sgAjaxAccordion {
  border-left: 1px solid #bfbfbf;
  box-shadow: -1px 0 1px #616161;
}
.nav_section_left ul.sgNavAccordion li li li li {
  background: #616161;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #404040;
  /*/////////////////////////////////
					// 5TH LEVEL MENU                //
					/////////////////////////////////*/
}
.nav_section_left ul.sgNavAccordion li li li li ul {
  border-top: 1px solid #404040;
}
.nav_section_left ul.sgNavAccordion li li li li a {
  padding-left: 4em;
}
.nav_section_left ul.sgNavAccordion li li li li a.sgAjaxAccordion {
  border-left: 1px solid #8a8a8a;
  box-shadow: -1px 0 1px #404040;
}
.nav_section_left ul.sgNavAccordion li li li li li {
  background: #404040;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #1b1b1b;
  /*/////////////////////////////////
						// 6TH LEVEL MENU                //
						/////////////////////////////////*/
}
.nav_section_left ul.sgNavAccordion li li li li li ul {
  border-top: 1px solid #1b1b1b;
}
.nav_section_left ul.sgNavAccordion li li li li li a {
  padding-left: 5em;
}
.nav_section_left ul.sgNavAccordion li li li li li a.sgAjaxAccordion {
  border-left: 1px solid #616161;
  box-shadow: -1px 0 1px #1b1b1b;
}
.nav_section_left ul.sgNavAccordion li li li li li li {
  background: #1b1b1b;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #000000;
}
.nav_section_left ul.sgNavAccordion li li li li li li ul {
  border-top: 1px solid #000000;
}
.nav_section_left ul.sgNavAccordion li li li li li li a {
  padding-left: 6em;
}
.nav_section_left ul.sgNavAccordion li li li li li li a.sgAjaxAccordion {
  border-left: 1px solid #404040;
  box-shadow: -1px 0 1px #000000;
}
.mm-items-container {
  margin-left: 265px;
}
.mm-item-dummy {
  margin-top: 90%;
}
.mm-item {
  width: 100%;
  display: inline-block;
  position: relative;
}
.mm-item-pho {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
}
.mm-item-price {
  position: absolute;
  left: -0.6em;
  bottom: .7em;
  font-size: 1.5em;
  line-height: 1.5em;
  background: #BB0000;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 1em;
  -webkit-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
}
.mm-item-price.mm-featured-price {
  background: #FF6600;
}
.mm-item-price-caret {
  position: absolute;
  left: -0.6em;
  bottom: .2em;
  font-size: 1.5em;
  width: 0;
  height: 0;
  border-bottom: .5em solid transparent;
  border-right: 0.3em solid #660101;
}
.mm-item-price-list {
  display: none;
}
h3.mm-item-price {
  position: inherit;
  bottom: auto;
  left: auto;
  float: right;
  margin: 0 5px .5em .5em;
  line-height: 1.1em;
  background: #090;
  padding: .2em;
  border: 2px solid #fff;
  color: #FFF;
  border-radius: .1em;
  font-size: 1.5em;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
h3.mm-item-price .smaller {
  font-size: .8em;
}
.mm-item-info {
  position: absolute;
  top: 75%;
  bottom: 0;
  left: 1em;
  right: 1em;
  font-size: 1.25em;
  overflow: hidden;
}
.mm-item-info-details {
  font-size: .9em;
  line-height: 1.1em;
}
.mm-item-description {
  display: none;
  font-size: .8em;
  padding-top: .75em;
}
.mm-item-container {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7);
  font-size: 12px;
  width: 100%;
  padding: .5em .5em 5em .5em;
  background: #F7F7F7;
  border: 1px solid #ccc;
}
.mm-item-container-container {
  position: relative;
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  width: 31%;
  margin: 1%;
  padding: 0;
}
.mm-item-container-container a {
  color: inherit;
  text-decoration: none;
}
.mm-item-container-container .mm-featured {
  position: absolute;
  background: rgba(255, 102, 0, 0.75);
  color: #FFF;
  font-size: 1.5em;
  letter-spacing: .1em;
  line-height: 2.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.91);
  left: 1px;
  top: 0;
  right: 1px;
  font-family: verdana, arial, sans-serif;
}
.mm-item-container-container.mm-store .mm-item-title {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2px;
}
.mm-item-container-container.mm-featured .mm-item-container {
  -webkit-box-shadow: inset 2px 2px 0 #ff6600, inset -2px -2px 0 #ff6600, 0 0.2em 0.5em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 2px 2px 0 #ff6600, inset -2px -2px 0 #ff6600, 0 0.2em 0.5em rgba(0, 0, 0, 0.7);
  box-shadow: inset 2px 2px 0 #ff6600, inset -2px -2px 0 #ff6600, 0 0.2em 0.5em rgba(0, 0, 0, 0.7);
  border: 1px solid #EE6205;
}
.mm-item-container-container.mm-highlighted .mm-item-container {
  background: #FFFF00;
}
.mm-item-container-container.mm-bold-title .mm-item-title {
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.mm-item-container-container.mm-bold-title .mm-item-pho {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.mm-item-container-container.mm-bold-title.mm-featured .mm-item-pho {
  border: none;
}
.mm-item-container-container.mm-bold-title.list .mm-item-description {
  font-weight: bold;
}
.mm-item-container-container.list {
  display: block;
  width: 100%;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #CCC;
}
.mm-item-container-container.list .mm-featured {
  left: 0;
  right: 0;
}
.mm-item-container-container.list.mm-highlighted {
  background: #FF0;
  box-shadow: inset 0 0 2px #cccccc, 1px 1px 1px #cccccc, 0.2em 0.2em 0.5em #000000;
  padding-left: 1em;
  border: .6em solid #FFF;
  width: 98%;
}
.mm-item-container-container.list.mm-highlighted .mm-item-container {
  background: #F7F7F7;
}
.mm-item-container-container.list.mm-featured .mm-item-container {
  background: rgba(255, 102, 0, 0.75);
  border-right: 1px solid #993300;
  border-bottom: 1px solid #993300;
}
.mm-item-container-container.list .mm-item-container {
  width: 25.5%;
  padding: .5em .5em .5em .5em;
}
.mm-item-container-container.list .mm-item-info {
  top: 1em;
  left: 27%;
  padding-left: 1em;
}
.mm-item-container-container.list .mm-item-price,
.mm-item-container-container.list .mm-item-price-caret {
  display: none;
}
.mm-item-container-container.list .mm-item-price-list,
.mm-item-container-container.list .mm-item-description {
  display: block;
}
.mm-item-container-container.list .mm-item-title {
  font-size: 1.1em;
  font-weight: bold;
}
.mm-item-container-container.list .mm-item-price-list {
  font-size: 1.2em;
  font-weight: bold;
  color: #A20000;
  padding: 0 .5em .5em .5em;
  float: right;
}
.mm-item-container-container.list.mm-ad {
  width: 100%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-item-container-container.list.mm-ad .mm-item-container {
  width: 100%;
}
.mm-item-container-container.list.mm-ad .mm-item-dummy {
  margin-top: 25%;
}
.mm-item-container-container.list.mm-ad .mm-ad-img {
  top: 12%;
  bottom: 12%;
  right: 40%;
  left: 40%;
}
.mm-item-container-container.list.mm-ad .mm-item {
  width: 100%;
}
.mm-item-container-container .mm-ad {
  width: 100%;
}
.mm-item-container-container .mm-ad .mm-item-dummy {
  margin-top: 20%;
}
.mm-item-container-container .mm-ad .mm-ad-img {
  top: 12%;
  bottom: 12%;
  right: 40%;
  left: 40%;
}
.mm-item-container-container .mm-ad .mm-item {
  width: 80%;
}
.mm-item-container-container .mm-ad.list {
  width: 100%;
}
.mm-item-container-container.mm-dash {
  width: 48%;
  font-size: .8em;
  line-height: 1.3em;
}
.mm-ad-img-container {
  padding: .5em;
  background: #F60;
  position: absolute;
  top: .5em;
  right: .5em;
  bottom: .5em;
  left: .5em;
}
.mm-ad-img {
  position: absolute;
  top: 22.85%;
  bottom: 22.85%;
  right: 17%;
  left: 17%;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mm-ad-sponsored,
.mm-ad-your-ad-here {
  position: absolute;
  top: .5em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF;
}
.mm-ad-your-ad-here {
  top: auto;
  bottom: .5em;
}
.mm-ad-your-ad-here a {
  color: #FFF;
}
#photo-pg-container .btn.like-vote {
  position: absolute;
  right: .0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .mm-item-container-container {
    font-size: 11px;
    width: 23%;
  }
  .mm-item-container-container.list .mm-item-title {
    font-size: 1.3em;
  }
  .mm-item-container-container.list .mm-item-price-list {
    font-size: 1.5em;
  }
  .mm-item-container-container.list .mm-item-container {
    width: 20%;
  }
  .mm-item-container-container.list .mm-item-info {
    left: 22%;
  }
  .mm-item-container-container .mm-item-description {
    font-size: 1em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #v-pg-container .v-trending {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #vp-t-container,
  #v-pg-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
  }
  #v-pg-container #items-container .span3 {
    width: 23.5%;
  }
  #v-pg-container .channel-subscribe-video-page {
    float: none;
    text-align: center;
  }
  #v-pg-container .v-trending .box-trending .box-trending-inner label {
    font-size: 16px;
  }
  #v-pg-container .v-trending .box-trending .box-trending-inner .line2 {
    font-size: .9em;
  }
  .mm-item-container-container.list.mm-highlighted {
    border-width: .5em;
  }
  .mm-item-container {
    font-size: 10px;
  }
  .mm-item-info {
    top: 78%;
    font-size: 1em;
    line-height: 1.15em;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .v-thm-container-container {
    margin-bottom: .8em;
  }
  .v-thm-container-container.v-thm-ad .v-thm-container .v-thm-dummy {
    margin-top: 30%;
  }
  .v-thm-container-container.v-thm-ad .pho {
    top: 5%;
    bottom: 5%;
    left: 3%;
    right: 70%;
  }
  .v-thm-container-container.v-thm-ad .pho-info-ad {
    left: 35%;
    width: 60%;
    font-size: 1.1em;
    text-align: center;
  }
  .v-thm-container-container.v-thm-ad .pho-info-ad a {
    color: #FFF;
  }
  .v-thm-container-container.v-thm-ad .pho-ad-sponsored {
    left: 35%;
    width: 60%;
    font-size: 1.1em;
  }
  .v-thm-container-container.v-thm-ad .pho-ad-sponsored label {
    line-height: 1.1em;
  }
  #vp-t-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #v-pg-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #v-pg-container > h2 {
    font-size: 1.8em;
  }
  #v-pg-container .v-trending {
    margin-bottom: 1.5em;
  }
  #v-pg-container .v-trending .box-trending .box-trending-inner label {
    font-size: 16px;
  }
  #v-pg-container .v-trending .box-trending .box-trending-inner .line2 {
    font-size: .9em;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion {
    width: auto !important;
    margin-left: -25px;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion li a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
    font-variant: small-caps;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion li a.sgAjaxAccordion i {
    font-size: 14px;
    line-height: 11px;
  }
  .mm-items-container {
    margin-left: 0;
  }
  .mm-item-container-container {
    width: 45%;
  }
  .mm-item-container-container.list {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
  }
  .mm-item-container-container.list .mm-item-title {
    font-size: 1em;
  }
  .mm-item-container-container.list .mm-featured {
    font-size: 1em;
  }
  .mm-item-info {
    line-height: 1.2em;
    top: auto;
    bottom: 1em;
  }
  .mm-item-title {
    font-size: 1em;
  }
}
@media (max-width: 450px) {
  .v-thm-container-container {
    margin-bottom: .8em;
  }
  .v-thm-container-container.v-thm-ad .pho {
    top: 5%;
    bottom: 5%;
    left: 3%;
    right: 48%;
  }
  .v-thm-container-container.v-thm-ad .pho-info-ad {
    display: block;
    left: 60%;
    width: 35%;
    font-size: .9em;
    text-align: center;
  }
  .v-thm-container-container.v-thm-ad .pho-info-ad a {
    color: #FFF;
  }
  .v-thm-container-container.v-thm-ad .pho-ad-sponsored {
    display: block;
    left: 60%;
    width: 35%;
    font-size: .8em;
  }
  .v-thm-container-container.v-thm-ad .pho-ad-sponsored label {
    line-height: 1em;
  }
  .channel-subscribe-video-page {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #vp-t-container,
  #v-pg-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #v-pg-container {
    box-sizing: border-box;
    padding: 1em;
  }
  #v-pg-container > h2 {
    font-size: 1.5em;
    margin-left: 0;
  }
  #v-pg-container .v-trending {
    margin-bottom: 1.5em;
  }
  #v-pg-container .v-trending .box-trending .box-trending-inner label {
    font-size: 16px;
  }
  #v-pg-container .v-trending .box-trending .box-trending-inner .line2 {
    font-size: .9em;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion {
    width: auto !important;
    margin-left: -25px;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion.move-left {
    margin-left: -80px;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion li a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
    font-variant: small-caps;
  }
  #nav-section ul.dropdown-menu.sgAjaxAccordion li a.sgAjaxAccordion i {
    font-size: 14px;
    line-height: 11px;
  }
  .mm-item-container-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
  }
  .mm-item-container-container.list .mm-ad-sponsored,
  .mm-item-container-container.list .mm-ad-your-ad-here {
    top: 50%;
    left: 1em;
    right: auto;
    margin-top: -0.75em;
  }
  .mm-item-container-container.list .mm-ad-your-ad-here {
    left: auto;
    right: 1em;
  }
  .mm-item-container-container.list .mm-item-title {
    font-size: 1em;
  }
  .mm-item-container-container.list .mm-featured {
    display: none;
  }
  .mm-items-container {
    margin-left: 0;
  }
  .mm-item-info {
    top: auto;
    bottom: 1em;
    left: 1.5em;
  }
}



.alert-subtle {
  background-color: #DDD;
  border-color: #FFF;
  color: #333;
}
.alert-subtle h4 {
  color: #333;;
}