/*!
 * Bootstrap v2.2.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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
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;
}
.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;
}
body {
  margin: 0;
  font-family: "Lucida Grande", "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.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[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;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  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,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
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],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 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: "Lucida Grande", "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: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.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: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  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"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > 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 > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > 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 > 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,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  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: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.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-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.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 li > 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: #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: #333333;
  text-decoration: none;
  outline: 0;
  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;
  background-image: none;
  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;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.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-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.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;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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: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: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: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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: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:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #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;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  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;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 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-"],
.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: 40px;
  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: 10px 20px 10px;
  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: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 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: 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: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Lucida Grande", "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;
  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: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 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: 10px 15px 10px;
  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: #333333;
  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: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:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 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 {
  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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.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 li > a,
.pager li > 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 li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.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;
  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;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.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;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.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-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 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;
}
.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;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  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 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-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;
}
.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;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
/*!
 * Bootstrap Responsive v2.2.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;
}
.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.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  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: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  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;
    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,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .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,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.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;
  }
}
@charset "UTF-8";
@font-face {
  font-family: 'zocial';
  font-style: normal;
  font-weight: normal;
  src: url('./zocial-regular-webfont.eot');
  src: url('./zocial-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./zocial-regular-webfont.woff') format('woff'), url('./zocial-regular-webfont.ttf') format('truetype'), url('./zocial-regular-webfont.svg#zocialregular') format('svg');
}
@font-face {
  font-family: 'zocial';
  src: url('./zocial-regular-webfont.eot');
}
@font-face {
  font-family: 'zocial';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url('./zocial-regular-webfont.ttf') format('truetype'), url('./zocial-regular-webfont.svg#zocialregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.zocial {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  /* Button icon and color */

  /* Icon characters are stored in unicode private area */

  /*
	The Miscellaneous Buttons
	These button have no icons and can be general purpose buttons while ensuring consistent button style
	Credit to @guillermovs for suggesting
	*/

}
.zocial,
a.zocial {
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
  padding: 0 .95em 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
}
.zocial:before {
  content: "";
  border-right: 0.075em solid rgba(0, 0, 0, 0.1);
  float: left;
  font: 120%/1.65 zocial;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-font-smoothing: antialiased;
}
.zocial:hover,
.zocial:focus {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(51%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
}
.zocial:active {
  outline: none;
  /* outline is visible on :focus */

  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
}
.zocial.icon {
  overflow: hidden;
  max-width: 2.4em;
  padding-left: 0;
  padding-right: 0;
  max-height: 2.15em;
  white-space: nowrap;
}
.zocial.icon:before {
  padding: 0;
  width: 2em;
  height: 2em;
  box-shadow: none;
  border: none;
}
.zocial.bitcoin,
.zocial.cloudapp,
.zocial.dropbox,
.zocial.email,
.zocial.eventful,
.zocial.github,
.zocial.gmail,
.zocial.instapaper,
.zocial.itunes,
.zocial.ninetyninedesigns,
.zocial.openid,
.zocial.plancast,
.zocial.posterous,
.zocial.reddit,
.zocial.secondary,
.zocial.viadeo,
.zocial.weibo,
.zocial.wikipedia {
  border: 1px solid #aaa;
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #777;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.zocial.bitcoin:focus,
.zocial.cloudapp:focus,
.zocial.dropbox:focus,
.zocial.email:focus,
.zocial.eventful:focus,
.zocial.github:focus,
.zocial.gmail:focus,
.zocial.instapaper:focus,
.zocial.itunes:focus,
.zocial.ninetyninedesigns:focus,
.zocial.openid:focus,
.zocial.plancast:focus,
.zocial.posterous:focus,
.zocial.reddit:focus,
.zocial.secondary:focus,
.zocial.viadeo:focus,
.zocial.weibo:focus,
.zocial.wikipedia:focus,
.zocial.bitcoin:hover,
.zocial.cloudapp:hover,
.zocial.dropbox:hover,
.zocial.email:hover,
.zocial.eventful:hover,
.zocial.github:hover,
.zocial.gmail:hover,
.zocial.instapaper:hover,
.zocial.itunes:hover,
.zocial.ninetyninedesigns:hover,
.zocial.openid:hover,
.zocial.plancast:hover,
.zocial.posterous:hover,
.zocial.reddit:hover,
.zocial.secondary:hover,
.zocial.viadeo:hover,
.zocial.weibo:hover,
.zocial.wikipedia:hover {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(49%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
}
.zocial.bitcoin:active,
.zocial.cloudapp:active,
.zocial.dropbox:active,
.zocial.email:active,
.zocial.eventful:active,
.zocial.github:active,
.zocial.gmail:active,
.zocial.instapaper:active,
.zocial.itunes:active,
.zocial.ninetyninedesigns:active,
.zocial.openid:active,
.zocial.plancast:active,
.zocial.posterous:active,
.zocial.reddit:active,
.zocial.secondary:active,
.zocial.viadeo:active,
.zocial.weibo:active,
.zocial.wikipedia:active {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
}
.zocial.amazon {
  background-color: #ffad1d;
  color: #030037;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.zocial.amazon:before {
  content: "a";
}
.zocial.android {
  background-color: #a4c639;
}
.zocial.android:before {
  content: "&";
}
.zocial.angellist {
  background-color: #000;
}
.zocial.angellist:before {
  content: "\00D6";
}
.zocial.aol {
  background-color: #f00;
}
.zocial.aol:before {
  content: "\"";
}
.zocial.appnet {
  background-color: #3178bd;
}
.zocial.appnet:before {
  content: "\00E1";
}
.zocial.appstore {
  background-color: #000;
}
.zocial.appstore:before {
  content: "A";
}
.zocial.bitcoin {
  background-color: #efefef;
  color: #4d4d4d;
}
.zocial.bitcoin:before {
  content: "2";
  color: #f7931a;
}
.zocial.blogger {
  background-color: #ee5a22;
}
.zocial.blogger:before {
  content: "B";
}
.zocial.call {
  background-color: #008000;
}
.zocial.call:before {
  content: "7";
}
.zocial.cal {
  background-color: #d63538;
}
.zocial.cal:before {
  content: ".";
}
.zocial.cart {
  background-color: #333;
}
.zocial.cart:before {
  content: "\00C9";
}
.zocial.chrome {
  background-color: #006cd4;
}
.zocial.chrome:before {
  content: "[";
}
.zocial.cloudapp {
  background-color: #fff;
  color: #312c2a;
}
.zocial.cloudapp:before {
  content: "c";
}
.zocial.creativecommons {
  background-color: #000;
}
.zocial.creativecommons:before {
  content: "C";
}
.zocial.delicious {
  background-color: #3271cb;
}
.zocial.delicious:before {
  content: "#";
}
.zocial.digg {
  background-color: #164673;
}
.zocial.digg:before {
  content: ";";
}
.zocial.disqus {
  background-color: #5d8aad;
}
.zocial.disqus:before {
  content: "Q";
}
.zocial.dribbble {
  background-color: #ea4c89;
}
.zocial.dribbble:before {
  content: "D";
}
.zocial.dropbox {
  background-color: #fff;
  color: #312c2a;
}
.zocial.dropbox:before {
  content: "d";
  color: #1f75cc;
}
.zocial.drupal {
  background-color: #0077c0;
  color: #fff;
}
.zocial.drupal:before {
  content: "\00E4";
  color: #fff;
}
.zocial.dwolla {
  background-color: #e88c02;
}
.zocial.dwolla:before {
  content: "\00E0";
}
.zocial.email {
  background-color: #f0f0eb;
  color: #312c2a;
}
.zocial.email:before {
  content: "]";
  color: #312c2a;
}
.zocial.eventasaurus {
  background-color: #192931;
  color: #fff;
}
.zocial.eventasaurus:before {
  content: "v";
  color: #9de428;
}
.zocial.eventbrite {
  background-color: #ff5616;
}
.zocial.eventbrite:before {
  content: "|";
}
.zocial.eventful {
  background-color: #fff;
  color: #47ab15;
}
.zocial.eventful:before {
  content: "'";
  color: #0066CC;
}
.zocial.evernote {
  background-color: #6bb130;
  color: #fff;
}
.zocial.evernote:before {
  content: "E";
}
.zocial.facebook {
  background-color: #4863ae;
}
.zocial.facebook:before {
  content: "f";
}
.zocial.fivehundredpx {
  background-color: #333;
}
.zocial.fivehundredpx:before {
  content: "0";
  color: #29b6ff;
}
.zocial.flattr {
  background-color: #8aba42;
}
.zocial.flattr:before {
  content: "%";
}
.zocial.flickr {
  background-color: #ff0084;
}
.zocial.flickr:before {
  content: "F";
}
.zocial.forrst {
  background-color: #1e360d;
}
.zocial.forrst:before {
  content: ":";
  color: #50894f;
}
.zocial.foursquare {
  background-color: #44a8e0;
}
.zocial.foursquare:before {
  content: "4";
}
.zocial.github {
  background-color: #fbfbfb;
  color: #050505;
}
.zocial.github:before {
  content: "g";
}
.zocial.gmail {
  background-color: #efefef;
  color: #222;
}
.zocial.gmail:before {
  content: "m";
  color: #f00;
}
.zocial.google {
  background-color: #4e6cf7;
}
.zocial.google:before {
  content: "G";
}
.zocial.googleplay {
  background-color: #000;
}
.zocial.googleplay:before {
  content: "h";
}
.zocial.googleplus {
  background-color: #dd4b39;
}
.zocial.googleplus:before {
  content: "+";
}
.zocial.gowalla {
  background-color: #ff720a;
}
.zocial.gowalla:before {
  content: "@";
}
.zocial.grooveshark {
  background-color: #111;
  color: #eee;
}
.zocial.grooveshark:before {
  content: "8";
}
.zocial.guest {
  background-color: #1b4d6d;
}
.zocial.guest:before {
  content: "?";
}
.zocial.html5 {
  background-color: #ff3617;
}
.zocial.html5:before {
  content: "5";
}
.zocial.ie {
  background-color: #00a1d9;
}
.zocial.ie:before {
  content: "6";
}
.zocial.instapaper {
  background-color: #eee;
  color: #222;
}
.zocial.instapaper:before {
  content: "I";
}
.zocial.instagram {
  background-color: #3f729b;
}
.zocial.instagram:before {
  content: "\00DC";
}
.zocial.intensedebate {
  background-color: #0099e1;
}
.zocial.intensedebate:before {
  content: "{";
}
.zocial.itunes {
  background-color: #efefeb;
  color: #312c2a;
}
.zocial.itunes:before {
  content: "i";
  color: #1a6dd2;
}
.zocial.klout {
  background-color: #e34a25;
}
.zocial.klout:before {
  content: "K";
}
.zocial.lanyrd {
  background-color: #2e6ac2;
}
.zocial.lanyrd:before {
  content: "-";
}
.zocial.lastfm {
  background-color: #dc1a23;
}
.zocial.lastfm:before {
  content: "l";
}
.zocial.linkedin {
  background-color: #0083a8;
}
.zocial.linkedin:before {
  content: "L";
}
.zocial.macstore {
  background-color: #007dcb;
}
.zocial.macstore:before {
  content: "^";
}
.zocial.meetup {
  background-color: #ff0026;
}
.zocial.meetup:before {
  content: "M";
}
.zocial.myspace {
  background-color: #000;
}
.zocial.myspace:before {
  content: "_";
}
.zocial.ninetyninedesigns {
  background-color: #fff;
  color: #072243;
}
.zocial.ninetyninedesigns:before {
  content: "9";
  color: #f50;
}
.zocial.openid {
  background-color: #f5f5f5;
  color: #333;
}
.zocial.openid:before {
  content: "o";
  color: #ff921d;
}
.zocial.opentable {
  background-color: #990000;
}
.zocial.opentable:before {
  content: "\00C7";
}
.zocial.paypal {
  background-color: #fff;
  color: #32689a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.zocial.paypal:before {
  content: "$";
}
.zocial.pinboard {
  background-color: blue;
}
.zocial.pinboard:before {
  content: "n";
}
.zocial.pinterest {
  background-color: #c91618;
}
.zocial.pinterest:before {
  content: "1";
}
.zocial.plancast {
  background-color: #e7ebed;
  color: #333;
}
.zocial.plancast:before {
  content: "P";
}
.zocial.plurk {
  background-color: #cf682f;
}
.zocial.plurk:before {
  content: "j";
}
.zocial.podcast {
  background-color: #9365ce;
}
.zocial.podcast:before {
  content: "`";
}
.zocial.posterous {
  background-color: #ffd959;
  color: #bc7134;
}
.zocial.posterous:before {
  content: "~";
}
.zocial.print {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.zocial.print:before {
  content: "\00D1";
}
.zocial.quora {
  background-color: #a82400;
}
.zocial.quora:before {
  content: "q";
}
.zocial.reddit {
  background-color: #fff;
  color: #222;
}
.zocial.reddit:before {
  content: ">";
  color: red;
}
.zocial.rss {
  background-color: #ff7f25;
}
.zocial.rss:before {
  content: "R";
}
.zocial.scribd {
  background-color: #231c1a;
}
.zocial.scribd:before {
  content: "}";
  color: #00d5ea;
}
.zocial.skype {
  background-color: #00a2ed;
}
.zocial.skype:before {
  content: "S";
}
.zocial.smashing {
  background-color: #ff4f27;
}
.zocial.smashing:before {
  content: "*";
}
.zocial.songkick {
  background-color: #ff0050;
}
.zocial.songkick:before {
  content: "k";
}
.zocial.soundcloud {
  background-color: #ff4500;
}
.zocial.soundcloud:before {
  content: "s";
}
.zocial.spotify {
  background-color: #60af00;
}
.zocial.spotify:before {
  content: "=";
}
.zocial.statusnet {
  background-color: #829d25;
}
.zocial.statusnet:before {
  content: "\00E2";
  color: #fff;
}
.zocial.steam {
  background-color: #000;
}
.zocial.steam:before {
  content: "b";
}
.zocial.stripe {
  background-color: #2f7ed6;
}
.zocial.stripe:before {
  content: "\00A3";
}
.zocial.stumbleupon {
  background-color: #eb4924;
}
.zocial.stumbleupon:before {
  content: "/";
}
.zocial.tumblr {
  background-color: #374a61;
}
.zocial.tumblr:before {
  content: "t";
}
.zocial.twitter {
  background-color: #46c0fb;
}
.zocial.twitter:before {
  content: "T";
}
.zocial.viadeo {
  background-color: #fff;
  color: #000;
}
.zocial.viadeo:before {
  content: "H";
  color: #f59b20;
}
.zocial.vimeo {
  background-color: #00a2cd;
}
.zocial.vimeo:before {
  content: "V";
}
.zocial.vk {
  background-color: #45688E;
}
.zocial.vk:before {
  content: "N";
}
.zocial.weibo {
  background-color: #faf6f1;
  color: #000;
}
.zocial.weibo:before {
  content: "J";
  color: #e6162d;
}
.zocial.wikipedia {
  background-color: #fff;
  color: #000;
}
.zocial.wikipedia:before {
  content: ",";
}
.zocial.windows {
  background-color: #0052a4;
  color: #fff;
}
.zocial.windows:before {
  content: "W";
}
.zocial.wordpress {
  background-color: #464646;
}
.zocial.wordpress:before {
  content: "w";
}
.zocial.xing {
  background-color: #0A5D5E;
}
.zocial.xing:before {
  content: "X";
}
.zocial.yahoo {
  background-color: #a200c2;
}
.zocial.yahoo:before {
  content: "Y";
}
.zocial.yelp {
  background-color: #e60010;
}
.zocial.yelp:before {
  content: "y";
}
.zocial.youtube {
  background-color: #f00;
}
.zocial.youtube:before {
  content: "U";
}
.zocial.primary,
.zocial.secondary {
  margin: 0.1em 0;
  padding: 0 1em;
}
.zocial.primary:before,
.zocial.secondary:before {
  display: none;
}
.zocial.primary {
  background-color: #333;
}
.zocial.secondary {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* Any browser-specific adjustments */
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
zocial a:hover {
  color: #fff !important;
}
/* Colors, Backgrounds, and Mixins */
/* avatar sizes */
/* Global Styles */
.wordmark {
  font-family: 'Yellowtail';
  font-size: 36px;
  line-height: 24px;
  vertical-align: middle;
  color: #333;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  background-color: #F8F8F8;
}
body h1,
body h2,
body h3 {
  font-family: 'Abril Fatface', Georgia, Times New Roman, Serif;
  font-weight: normal;
}
body h1 {
  line-height: 38px;
  margin-bottom: 30px;
}
body h2 {
  line-height: 30px;
  margin-bottom: 30px;
}
body h3 {
  font-weight: normal;
  line-height: 40px;
  font-size: 28px;
}
body h4,
body h5 {
  font-size: 22px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: normal;
  color: #8c8c8c;
}
body h5 {
  font-size: 16px;
}
a {
  color: #505050;
}
a:hover {
  color: #405fe3;
  text-decoration: none;
}
p {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */

  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
p a,
p a:hover {
  text-decoration: underline;
}
.label-info {
  background-color: #ff3c4d;
}
.row {
  margin-left: -30px;
}
.icon-blue {
  color: #63d9bf;
}
.sea-green {
  color: #63d9bf;
}
.red {
  color: #ff3c4d;
}
.serif {
  font-family: 'Abril Fatface', Georgia, Times New Roman, Serif;
  font-weight: normal;
}
a.serif {
  color: #505050;
}
#main-content {
  margin-top: 30px;
  padding-bottom: 30px;
}
#main-content.samples-background {
  background-image: url('../../img/landing/beauty-samples-big.jpg');
  margin-top: -20px;
  padding: 40px 0px;
  width: 120%;
  margin-left: -110px;
  background-repeat: none;
}
.nav-pills li a,
.nav-pills li a:hover {
  border: none;
}
.pretty-block {
  border: 5px solid #dddddd;
  background-color: #fff;
}
.pretty-block-light {
  border: 5px solid #dddddd;
  background-color: #fff;
  border-color: #f7f7f7;
}
/* Avatars */
.avatar {
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar img {
  min-height: 40px;
  min-width: 40px;
}
.avatar-small {
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-small img {
  min-height: 30px;
  min-width: 30px;
}
.avatar-x-small {
  max-width: 20px;
  max-height: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-x-small img {
  min-height: 20px;
  min-width: 20px;
}
.avatar-xx-small {
  max-width: 15px;
  max-height: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-xx-small img {
  margin: 0 auto;
}
.avatar-medium {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-medium img {
  min-height: 60px;
  min-width: 60px;
}
.avatar-large {
  max-width: 170px;
  max-height: 170px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-large img {
  min-height: 170px;
  min-width: 170px;
}
.avatar-x-large {
  max-width: 225px;
  max-height: 225px;
  min-height: 225px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-x-large img {
  margin: 0 auto;
}
.avatar-x-large img.instagram {
  min-height: 225px;
  min-width: 225px;
}
.avatar-xx-large {
  max-width: 445px;
  max-height: 445px;
  min-height: 445px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.avatar-xx-large img {
  margin: 0 auto;
}
.avatar-xx-large img.instagram {
  min-height: 445px;
  min-width: 445px;
}
/* Carousel Styles */
.carousel-indicators li {
  list-style: none;
}
.carousel-indicators li .avatar-medium {
  padding: 10px 2px;
}
.carousel-indicators li.active .avatar-medium {
  border: 2px solid #63d9bf !important;
  margin: 0px !important;
  padding: 0px;
}
.carousel-caption a {
  font-family: 'Abril Fatface', Georgia, Times New Roman, Serif;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
}
/* Alert Styles */
.alert-tc {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /* background-color: lighten(@sea-green, 35%); */

  background: #222;
  border-width: 0px;
  padding: 15px;
  /* border: 2px @sea-green dotted; */

  color: #fff;
  margin-bottom: 40px;
  line-height: 22px;
  text-shadow: none;
  font-size: 15px;
}
.alert-tc a {
  color: #fff;
  text-decoration: underline;
}
.alert-tc a:hover {
  text-decoration: underline;
}
.alert-tc h3,
.alert-tc h4,
.alert-tc h5 {
  font-family: 'Yellowtail';
  float: left;
  line-height: 0px;
  margin-right: 15px;
  color: #fff;
  font-size: 28px;
  text-transform: none;
}
.alert-tc h4 {
  line-height: 21px;
}
.alert-tc h5 {
  line-height: 21px;
}
.alert-tc .nav-highlight {
  background-color: #63d9bf;
  margin-right: 15px;
}
.alert-tc .zocial {
  font-size: 13px;
  margin: -5px 0px;
  padding: 2px 9px 2px;
}
.alert-tc img {
  float: left;
  margin-right: 25px;
}
.errorlist {
  margin: 10px 0px;
}
.errorlist li {
  width: 90%;
  padding: 5px !important;
  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;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  list-style: none;
}
#infscr-loading {
  bottom: 0px;
  position: absolute;
}
#next-page {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #dddddd;
  border-bottom: 2px solid #a6a6a6;
  color: #8c8c8c;
  color: #fff;
}
#next-page:hover {
  background-color: #000;
  color: #fff;
}
#next-page:hover {
  background-color: #000;
  color: #fff;
}
#next-page:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
legend {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
input.placeholder {
  color: #aaa;
}
.exterior-product-link {
  display: inline-block;
  padding: 2px 4px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  color: #405fe3;
  padding: 8px 0px;
  width: 99%;
  margin: 0px auto 10px;
  border: 2px dotted #63d9bf;
  background-color: #fff;
}
.exterior-product-link i {
  color: #63d9bf;
  float: left;
  margin: 0px 1px 0px 5px;
}
.exterior-product-link:hover {
  background-color: #f3fcfa;
}
.exterior-coupon-link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #dce1fa;
  color: #405fe3;
  padding: 3px;
  width: 99%;
  margin: 0 auto;
  margin: 10px 0px;
}
.exterior-coupon-link div {
  padding: 10px;
  border: 2px dotted #405fe3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.exterior-coupon-link div:hover {
  border-color: #fff;
}
.exterior-coupon-link a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  width: 95px;
  font-size: 13px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}
.exterior-coupon-link a:hover {
  background-color: #000;
  color: #fff;
}
.exterior-coupon-link a:hover {
  background-color: #000;
  color: #fff;
}
.exterior-coupon-link a:hover {
  background-color: #fff;
  color: #405fe3;
}
.exterior-coupon-link i {
  float: left;
  margin: 0px 1px 0px 5px;
}
.exterior-coupon-link:hover {
  background-color: #8397ed;
  color: #fff;
}
.exterior-coupon-link h4 {
  color: #505050;
  font-weight: bold;
}
.exterior-coupon-link.big:hover {
  background-color: #dce1fa;
  color: #405fe3;
}
.exterior-coupon-link.big a {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  width: 130px;
}
.exterior-coupon-link.big i {
  margin-top: 8px;
}
p.headline {
  margin-bottom: 10px;
}
/* Buttons */
.square-btn {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
}
.square-btn:hover {
  background-color: #000;
  color: #fff;
}
.fb-btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  font-size: 11px;
  background-color: #405fe3 !important;
  background-image: none !important;
  color: #fff;
}
.fb-btn:hover {
  border-bottom-width: 0px;
}
.square-btn {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
}
.square-btn:hover {
  background-color: #000;
  color: #fff;
}
a.zocial {
  text-decoration: none;
  border: none;
}
a.facebook:hover {
  color: #fff !important;
}
.square-btn-tc {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
}
.square-btn-tc:hover {
  background-color: #000;
  color: #fff;
}
.square-btn-tc:hover {
  background-color: #000;
  color: #fff;
}
.square-btn-tc:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
.square-btn-muted {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #dddddd;
  border-bottom: 2px solid #a6a6a6;
  color: #8c8c8c;
  color: #fff;
}
.square-btn-muted:hover {
  background-color: #000;
  color: #fff;
}
.square-btn-muted:hover {
  background-color: #000;
  color: #fff;
}
.square-btn-muted:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
.zocial {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
}
.zocial a {
  border: none;
  font-weight: normal;
  font-family: 'Raleway', serif;
}
.square-btn-fb {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #405fe3;
  border-bottom: 2px solid #6c84ea;
}
.square-btn-fb:hover {
  background-color: #000;
  color: #fff;
}
.square-btn-fb:hover {
  background-color: #000;
  color: #fff;
}
.square-btn-fb:hover {
  background-color: #1f41d1;
  border-bottom: 2px solid #6c84ea;
}
.facebook,
a.facebook {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #405fe3;
  border-bottom: 2px solid #6c84ea;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-right: 10px;
  font-weight: normal;
}
.facebook:hover,
a.facebook:hover {
  background-color: #000;
  color: #fff;
}
.facebook:hover,
a.facebook:hover {
  background-color: #000;
  color: #fff;
}
.facebook:hover,
a.facebook:hover {
  background-color: #1f41d1;
  border-bottom: 2px solid #6c84ea;
}
.facebook a,
a.facebook a {
  color: #fff;
  border: none;
}
.btn,
.btn-small,
.btn-mini {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
}
.btn-mini {
  font-size: 11px;
}
.btn-mini:hover {
  border-bottom-width: 0px;
}
.btn-tc-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 #bc0010;
  background-color: #ff3c4d;
  *background-color: #bc0010;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
  background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
  background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
  background-repeat: repeat-x;
  border-color: #ff3c4d #ff3c4d #ffbcc1;
  border-color: #ff3c4d #ff3c4d #bc0010;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-tc-primary:hover,
.btn-tc-primary:active,
.btn-tc-primary.active,
.btn-tc-primary.disabled,
.btn-tc-primary[disabled] {
  color: #ffffff;
  background-color: #ff3c4d;
  *background-color: #bc0010;
}
.save-it,
.rate-it {
  padding: 5px 10px;
  color: #fff;
  border-width: 0px;
  margin-left: 2px;
}
.save-it:hover,
.rate-it:hover {
  color: #fff;
  background-color: #505050;
}
.save-it,
.rate-it {
  background-color: #777;
}
.edit-it {
  padding: 4px 8px;
  color: #8c8c8c;
  border: 1px solid #dddddd;
  background-color: #fff;
  margin-left: 2px;
}
.edit-it:hover {
  color: #405fe3;
  border-color: #405fe3;
}
.save-it.muted,
.like-it.muted {
  background-color: #ebebeb;
  color: #888;
}
.save-it.muted:hover,
.like-it.muted:hover {
  color: #888;
}
.like-it,
.save-it {
  padding: 5px 10px;
  color: #fff;
  border-width: 0px;
  margin-left: 2px;
}
.like-it:hover,
.save-it:hover {
  color: #fff;
}
.like-it {
  background-color: #ff3c4d;
}
.fb-it,
.tweet-it,
.pin-it.tc {
  padding: 5px 6px;
  color: #fff;
  border-width: 0px;
  margin-left: 2px;
}
.fb-it i,
.tweet-it i,
.pin-it.tc i {
  font-size: 15px;
}
.fb-it:hover,
.tweet-it:hover,
.pin-it.tc:hover {
  color: #fff;
}
.fb-it {
  background-color: #405fe3;
  padding: 5px 10px;
}
.fb-it:hover {
  background-color: #1f41d1;
}
.tweet-it {
  background-color: #4099ff;
}
.tweet-it:hover {
  background-color: #0d7eff;
}
.pin-it.tc {
  background-color: #ff091e;
}
.pin-it.tc:hover {
  background-color: #d50013;
}
.fb-it:hover,
.like-it:hover,
.save-it:hover {
  border-width: 0px;
  color: #fff;
}
/* Global Navigation*/
.nav-highlight {
  background-color: #ff6f7c;
  text-shadow: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
}
.nav-highlight-blue {
  background-color: #405fe3;
  text-shadow: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
}
.nav-highlight-blue i {
  margin-right: 5px;
}
.nav-highlight-blue:hover {
  background-color: #2fc1a0 !important;
}
.nav-highlight a:hover {
  background-color: #ff6f7c !important;
}
#top-nav,
#sub-top-nav {
  min-height: 40px;
  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;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
}
#top-nav .serif,
#sub-top-nav .serif {
  font-size: 140%;
}
#top-nav a,
#sub-top-nav a {
  border: none;
}
#top-nav a:hover,
#sub-top-nav a:hover {
  border: none;
  color: #fff;
}
#top-nav .search-query,
#sub-top-nav .search-query {
  margin-right: 20px;
}
#top-nav .brand,
#sub-top-nav .brand {
  float: left;
  width: 200px;
  margin: -5px 0px 0px -20px;
  padding-bottom: 0px;
}
#top-nav .brand img,
#sub-top-nav .brand img {
  display: inline;
}
#top-nav .brand #logo,
#sub-top-nav .brand #logo {
  height: 30px;
  width: 30px;
}
#top-nav .brand #wordmark,
#sub-top-nav .brand #wordmark {
  margin-top: 3px;
  height: 18px;
}
#top-nav .page-links li a:hover,
#sub-top-nav .page-links li a:hover {
  color: #fff;
}
#top-nav .page-links .dropdown-toggle:hover,
#sub-top-nav .page-links .dropdown-toggle:hover {
  color: #505050;
  background-color: #fff;
}
#top-nav #user-dropdown,
#sub-top-nav #user-dropdown {
  float: right;
}
#top-nav #user-dropdown a,
#sub-top-nav #user-dropdown a {
  text-transform: none;
}
#top-nav #user-dropdown a:hover,
#sub-top-nav #user-dropdown a:hover {
  color: #63d9bf;
}
#top-nav #user-dropdown img,
#sub-top-nav #user-dropdown img {
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-top: -4px;
  margin-right: 5px;
}
#top-nav #user-dropdown img img,
#sub-top-nav #user-dropdown img img {
  min-height: 30px;
  min-width: 30px;
}
#top-nav #user-dropdown .dropdown-toggle,
#sub-top-nav #user-dropdown .dropdown-toggle {
  background-color: #fff;
  float: right;
}
#top-nav #user-dropdown .dropdown-toggle:hover,
#sub-top-nav #user-dropdown .dropdown-toggle:hover {
  color: #505050;
  background-color: #fff;
}
#top-nav #user-dropdown .dropdown-menu a:hover,
#sub-top-nav #user-dropdown .dropdown-menu a:hover {
  color: #fff;
}
#top-nav #user-dropdown li a,
#sub-top-nav #user-dropdown li a {
  padding-right: 0px;
}
#top-nav #notice-count,
#sub-top-nav #notice-count {
  display: inline-block;
  padding: 2px 4px;
  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;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-top: -2px;
}
#top-nav .nav > li > a,
#sub-top-nav .nav > li > a {
  padding-bottom: 5px;
}
#top-nav ul.nav .dropdown-menu li.active a,
#sub-top-nav ul.nav .dropdown-menu li.active a {
  border-width: 0px;
}
#top-nav ul.nav .dropdown-menu a:hover,
#sub-top-nav ul.nav .dropdown-menu a:hover {
  background-image: none;
  background-color: #ff3c4d;
  color: #fff;
}
#top-nav {
  min-height: 36px;
  padding-top: 14px;
  background-color: #fff;
  background-image: none;
}
#top-nav .container {
  margin-top: -10px;
}
#top-nav .nav > li > a {
  color: #8c8c8c;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
}
li.dropdown.open > .dropdown-toggle {
  background-color: #fff;
}
li.dropdown.open > .dropdown-toggle:hover {
  color: #505050;
  background-color: #fff;
}
.navbar .btn-navbar {
  margin-top: 13px;
}
#sub-top-nav {
  min-height: 40px;
  background-image: none;
  background-color: #fff;
  border-radius: 0px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
#sub-top-nav .main-links {
  float: left;
}
#sub-top-nav .main-links a:hover {
  color: #505050;
}
#sub-top-nav ul.nav {
  padding-top: 8px;
}
#sub-top-nav ul.nav li {
  line-height: 15px;
}
#sub-top-nav ul.nav li a {
  text-shadow: none;
  color: #505050;
  padding: 6px 15px 4px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px;
}
#sub-top-nav ul.nav li.active a {
  border-bottom: 4px solid #ff3c4d;
  background: none;
  color: #ff3c4d;
}
#sub-top-nav ul.nav .popover {
  width: 300px;
}
#sub-top-nav ul.nav .popover .popover-content {
  overflow: scroll;
}
#sub-top-nav ul.nav .popover .popover-content .media-body {
  margin-left: 50px;
}
#sub-top-nav ul.nav .popover .popover-title {
  font-size: 20px;
}
#sub-top-nav ul.nav .popover a {
  padding: 0px;
  color: #0088cc;
  text-transform: none;
}
#sub-top-nav #top-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#sub-top-nav #top-search input {
  border: none;
  box-shadow: none;
  border: 1px solid #dddddd;
  width: 200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
}
#sub-top-nav #top-search button {
  padding: 4px 10px;
  background-color: #505050;
  border-color: #8c8c8c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#sub-top-nav #top-search i {
  color: #fff;
}
#sub-top-nav .input-append.active #top-search-input {
  border-color: #63d9bf;
}
#sub-top-nav .input-append.active button {
  background-color: #63d9bf !important;
  border-color: #63d9bf !important;
}
#sub-top-nav .social-links {
  margin-left: -5px;
}
#sub-top-nav .social-links li a {
  padding: 0px !important;
}
.input-append {
  margin-bottom: 5px;
}
.input-append input {
  font-size: 13px;
}
.input-append button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-image: none;
  background-color: #dddddd;
}
#activity-feed-link .popover {
  width: 400px;
  font-size: 12px;
  height: 400px;
  overflow: scroll;
}
#activity-feed-link .popover .pull-left {
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#activity-feed-link .popover .pull-left img {
  min-height: 40px;
  min-width: 40px;
}
#activity-feed-link .popover .media-body a {
  margin: 0;
}
#footer {
  float: left;
  font-size: 12px;
  margin-bottom: 0px;
}
.navbar-fixed-bottom .navbar-inner {
  background-color: #ff3c4d;
  background-image: none;
}
.navbar-fixed-bottom ul li {
  line-height: 0px;
}
.navbar-fixed-bottom ul li p {
  padding-top: 14px;
  font-size: 90%;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 20px;
}
.navbar-fixed-bottom ul li p i {
  margin-top: -1px;
}
.navbar-fixed-bottom ul li .facebook {
  background-color: #405fe3 !important;
  text-shadow: none;
  color: #fff !important;
  padding: 2px 15px 2px 5px;
  margin-top: 5px;
  font-size: 80%;
}
/*Modal Styles*/
.modal {
  display: none;
  top: 10%;
  margin: 0 0 0 -270px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.modal .modal-footer .primary {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
}
.modal .modal-footer .primary:hover {
  background-color: #000;
  color: #fff;
}
.modal .modal-footer .primary:hover {
  background-color: #000;
  color: #fff;
}
.modal .modal-footer .primary:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
.modal h3 {
  font-size: 24px;
}
.modal-step-header .step-number {
  display: inline-block;
  padding: 2px 4px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #3a87ad;
  background-color: #ff3c4d;
  position: relative;
  bottom: 3px;
}
.modal-body.opened {
  max-height: 600px !important;
}
/*Following Feed*/
#everyone-feed .product-name {
  margin-bottom: 10px;
}
#everyone-feed .productblock {
  margin-bottom: 30px;
}
#following-feed .productblock {
  padding-bottom: 30px;
}
.productblock {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.productblock .thumbnail {
  background-color: #fff;
}
.productblock h1,
.productblock h2 {
  margin-bottom: 10px;
}
.lonely-block {
  border: 5px solid #dddddd;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  top: 50px;
  width: 540px;
  text-align: center;
}
.lonely-block img {
  margin-bottom: 20px;
}
.lonely-block .search-query {
  width: 380px;
  float: left;
}
.lonely-block p {
  font-weight: bold;
}
.lonely-block button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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);
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  color: #ffffff;
  text-shadow: 0 -1px 0 #bc0010;
  background-color: #ff3c4d;
  *background-color: #bc0010;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
  background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
  background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
  background-repeat: repeat-x;
  border-color: #ff3c4d #ff3c4d #ffbcc1;
  border-color: #ff3c4d #ff3c4d #bc0010;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
/* Detail Block */
.user-action-summary {
  padding: 10px;
}
.user-action-summary a:hover {
  text-decoration: underline;
}
.user-action-summary,
.user-action-list {
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
  color: #8c8c8c;
}
.user-action-summary .avatar,
.user-action-list .avatar,
.user-action-summary .avatar-medium,
.user-action-list .avatar-medium {
  float: left;
  margin-right: 10px;
}
.user-action-summary .user-action-description,
.user-action-list .user-action-description {
  padding-left: 70px;
}
.user-action-summary .user-action-description .user-action,
.user-action-list .user-action-description .user-action {
  display: inline;
  margin-bottom: 0px;
}
.user-action-summary .user-action-description .product-name,
.user-action-list .user-action-description .product-name {
  display: inline;
}
.user-action-summary .user-action-description .product-name a,
.user-action-list .user-action-description .product-name a {
  font-weight: bold;
}
.user-action-summary .user-action-description .avatar,
.user-action-list .user-action-description .avatar {
  margin-left: -50px;
  margin-top: 20px;
}
.user-action-summary .serif,
.user-action-list .serif {
  font-size: 120%;
}
.want.actionverb {
  color: #63d9bf;
}
.love.actionverb {
  color: #ff3c4d;
}
.ok.actionverb {
  color: #8c8c8c;
}
.user-action-list .product-name,
.user-action-list .user-action {
  display: block;
}
.user-action-list .product-name a,
.user-action-list .user-action a {
  color: #505050;
}
.user-action-list .product-name {
  font-weight: bold;
  display: inline;
}
.social-buttons {
  width: 98px;
  float: right;
  text-align: right;
  margin-top: 20px;
}
.social-buttons .pin-it-tc {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  line-height: 18px;
  width: 75px;
  height: 15px;
  margin-bottom: 5px;
  font-size: 11px;
  float: right;
  background-color: #d50013;
  border-bottom-color: #d50013;
  width: 40px;
  height: 14px;
}
.social-buttons .pin-it-tc:hover {
  background-color: #000;
  color: #fff;
}
.social-buttons .pin-it-tc:hover {
  background-color: #000;
  color: #fff;
}
.social-buttons .pin-it-tc:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
.social-buttons .pin-it-tc i {
  margin-top: -3px;
}
.social-buttons .pin-it-tc:hover {
  background-color: #a2000e;
  border-bottom-color: #a2000e;
}
.social-buttons .fb-like {
  padding-top: 5px;
}
.social-buttons .fb-share-it {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #405fe3;
  border-bottom: 2px solid #6c84ea;
  line-height: 18px;
  width: 40px;
  height: 14px;
  margin-bottom: 5px;
  font-size: 11px;
  float: right;
  border-bottom-color: #405fe3;
}
.social-buttons .fb-share-it:hover {
  background-color: #000;
  color: #fff;
}
.social-buttons .fb-share-it:hover {
  background-color: #000;
  color: #fff;
}
.social-buttons .fb-share-it:hover {
  background-color: #1f41d1;
  border-bottom: 2px solid #6c84ea;
}
.social-buttons .fb-share-it:hover {
  border-bottom-color: #1f41d1;
}
.social-buttons a.fb-share-it:before,
.social-buttons a.pin-it-tc:before,
.social-buttons a.like-it:before {
  margin-top: -6px;
  margin-left: -30px;
  content: "";
  float: left;
  border: 13px solid #fff;
}
.social-buttons a.fb-share-it:before {
  border-color: #405fe3;
  border-left-color: transparent;
}
.social-buttons a.pin-it-tc:before {
  border-color: #d50013;
  border-left-color: transparent;
}
.social-buttons a.like-it:before {
  border-color: #ff5664;
  border-left-color: transparent;
}
.social-buttons a.like-it.muted:before {
  border-color: #dddddd;
  border-left-color: transparent;
}
.social-buttons a.pin-it-tc:hover:before {
  border-color: #a2000e;
  border-left-color: transparent;
}
.social-buttons a.like-it:hover:before {
  border-color: #ff3c4d;
  border-left-color: transparent;
}
.social-buttons a.like-it.muted:hover:before {
  border-color: #dddddd;
  border-left-color: transparent;
}
.social-buttons a.fb-share-it:hover:before {
  border-color: #1f41d1;
  border-left-color: transparent;
}
.detail-block {
  list-style: none;
  padding-top: 10px;
}
.detail-block a.product-details-link {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  text-decoration: none;
  border: none;
}
.detail-block a.product-details-link:hover {
  text-decoration: none;
  border: none;
}
.detail-block .action-buttons.popular {
  width: 25%;
  right: -20px;
}
.detail-block .action-buttons.popular .have-it,
.detail-block .action-buttons.popular .want-it,
.detail-block .action-buttons.popular .recommend-it {
  width: 100%;
}
.detail-block .action-buttons.popular-list {
  width: 20%;
  left: 35px;
  top: 30px;
}
.detail-block .action-buttons.popular-list .have-it,
.detail-block .action-buttons.popular-list .want-it,
.detail-block .action-buttons.popular-list .recommend-it {
  width: 100%;
}
.detail-block .social-view {
  font-size: 12px;
}
.detail-block .recommend-search {
  margin-bottom: 0px;
  padding: 0px 10px 10px;
}
.detail-block .recommend-search input {
  width: 78%;
}
.detail-block .recommend-search i {
  color: #fff;
}
.detail-block .recommend-search .btn {
  padding: 4px 14px 4px;
  background-color: #63d9bf;
}
.detail-block .recommend-search .btn:hover {
  background-color: #63d9bf;
}
.detail-block .recommend-search small {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.detail-block .recommend-search p {
  font-weight: bold;
  margin-bottom: 5px;
}
.detail-block .rating-notes,
.detail-block .social-view {
  padding: 10px;
}
.detail-block .rating-notes {
  margin-top: 10px;
}
.detail-block .rating-notes p {
  font-size: 13px;
}
.detail-block .rating-notes i {
  float: left;
  padding-right: 5px;
}
.detail-block .rating-notes a {
  color: #405fe3;
}
.detail-block .rating-notes .instagram-icon {
  max-width: 15px;
  max-height: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  margin-left: -1px;
}
.detail-block .rating-notes .instagram-icon img {
  margin: 0 auto;
}
.detail-block .rating-notes .instagram-looks {
  float: left;
  width: 85%;
  font-size: 12px;
  font-weight: bold;
}
.detail-block .rating-notes .fb-comment-count div {
  padding-top: 3px;
}
.detail-block .social-view {
  background-color: #fcfcfc;
  border-top: 1px solid #ebebeb;
}
.detail-block .social-view p {
  margin-bottom: 5px;
  margin-left: 0px;
}
.detail-block .friend-ratings {
  width: 45%;
  float: left;
  border-right: 1px solid #DDD;
  margin-right: 10px;
  padding-right: 10px;
}
.detail-block .friend-ratings .thumbs .avatar-small {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.detail-block .friend-ratings p small {
  font-size: 85%;
}
.detail-block .friend-ratings .ratings-meter {
  margin-bottom: 10px;
  height: 10px;
  margin: 5px 0px;
}
.detail-block .friend-ratings .bar-love {
  background-color: #ff3c4d;
  background-image: -moz-linear-gradient(top, #ff3c4d, #e90014);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3c4d), to(#e90014));
  background-image: -webkit-linear-gradient(top, #ff3c4d, #e90014);
  background-image: -o-linear-gradient(top, #ff3c4d, #e90014);
  background-image: linear-gradient(to bottom, #ff3c4d, #e90014);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@bar-color-light', endColorstr='@bar-color-dark', GradientType=0);
}
.detail-block .friend-ratings .bar-hate {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #2c2c2c, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c2c2c), to(#000000));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #000000);
  background-image: -o-linear-gradient(top, #2c2c2c, #000000);
  background-image: linear-gradient(to bottom, #2c2c2c, #000000);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@bar-color-light', endColorstr='@bar-color-dark', GradientType=0);
}
.detail-block .friend-ratings .bar-ok {
  background-color: #8c8c8c;
  background-image: -moz-linear-gradient(top, #8c8c8c, #717171);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8c8c8c), to(#717171));
  background-image: -webkit-linear-gradient(top, #8c8c8c, #717171);
  background-image: -o-linear-gradient(top, #8c8c8c, #717171);
  background-image: linear-gradient(to bottom, #8c8c8c, #717171);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@bar-color-light', endColorstr='@bar-color-dark', GradientType=0);
}
.detail-block .want-count {
  *zoom: 1;
}
.detail-block .want-count:before,
.detail-block .want-count:after {
  display: table;
  content: "";
  line-height: 0;
}
.detail-block .want-count:after {
  clear: both;
}
.detail-block .like-count strong {
  margin-right: 10px;
  font-weight: bold;
  float: left;
}
.detail-block i {
  margin-top: 2px;
}
.action-buttons {
  height: 0px;
  display: none;
  z-index: 1;
  height: 100%;
  position: absolute;
  width: 120px;
  top: -25px;
  right: -5px;
}
.action-buttons .have-it,
.action-buttons .want-it,
.action-buttons .recommend-it {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  line-height: 18px;
  width: 75px;
  height: 18px;
  margin-bottom: 5px;
  font-size: 11px;
  float: right;
}
.action-buttons .have-it:hover,
.action-buttons .want-it:hover,
.action-buttons .recommend-it:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons .have-it:hover,
.action-buttons .want-it:hover,
.action-buttons .recommend-it:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons .like-it {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  line-height: 18px;
  width: 75px;
  height: 15px;
  margin-bottom: 5px;
  font-size: 11px;
  float: right;
}
.action-buttons .like-it:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons .like-it:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons .like-it:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
.action-buttons .like-it i {
  margin-top: -3px;
}
.action-buttons .like-it {
  width: 40px;
  height: 14px;
  border-color: #ff5664;
}
.action-buttons .like-it:hover {
  border-bottom-color: #ff3c4d;
}
.action-buttons .like-it.muted {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #dddddd;
  border-bottom: 2px solid #a6a6a6;
  color: #8c8c8c;
  color: #fff;
  border-bottom-color: #dddddd;
}
.action-buttons .like-it.muted:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons .like-it.muted:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons .like-it.muted:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
.action-buttons .like-it.muted:hover {
  border-bottom-color: #dddddd;
}
.comments {
  margin: 10px -10px -10px;
  padding: 10px 10px 5px;
  border-top: 1px solid #DDD;
  text-align: left;
}
.comments .avatar-small {
  float: left;
  margin-right: 10px;
}
.comments .comment {
  font-size: 85%;
  min-height: 30px;
  margin-bottom: 10px;
}
.comments .comment .icon-remove {
  float: right;
  background-color: #ddd;
}
.comments .comment p {
  margin-left: 40px;
  width: 82%;
}
.comments form {
  margin-bottom: 0px;
}
.comments form input {
  font-size: 12px;
  padding: 2px 4px;
  width: 82%;
}
.product-image {
  min-height: 250px;
  position: relative;
}
.product-image a {
  display: block;
  height: inherit;
  border: none;
}
.product-image a:hover {
  border: none;
}
.product-image img {
  z-index: -99999;
  display: block;
  margin: 0px auto;
  max-height: 250px;
}
.product-image .color-swatch {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #dddddd;
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.product-image .color-swatch img {
  min-height: 60px;
  min-width: 60px;
}
.actionverb {
  font-weight: bold;
  font-family: 'Yellowtail';
  font-size: 22px;
}
.love .detail-block,
.rec .detail-block {
  border-top: 6px solid #ff6f7c;
}
.love .actionverb,
.rec .actionverb {
  color: #ff3c4d;
}
.hate .detail-block {
  border-top: 6px solid #505050;
}
.want .detail-block {
  border-top: 6px solid #63d9bf;
}
.want .actionverb {
  color: #2fc1a0;
}
.ok .detail-block,
.rreq .detail-block {
  border-top: 6px solid #8c8c8c;
}
.ok .actionverb,
.rreq .actionverb {
  color: #8c8c8c;
}
/* No interactions favorites block */
.favorites-block {
  list-style: none;
}
.favorites-block .avatar-large {
  padding: 22px;
  margin: 5px 10px 10px 5px;
  border: 5px solid #ebebeb;
  border-radius: 0px;
  float: left;
}
.favorites-block .avatar-medium {
  border: 5px solid #ebebeb;
  border-radius: 0px;
  margin: 5px;
  padding: 20px;
  float: left;
}
.favorites-block h3 {
  margin-top: -15px;
}
.favorites-block .avatar-large:hover,
.favorites-block .avatar-medium:hover {
  border-color: #dcfc41;
}
.favorites-block .avatar-large a,
.favorites-block .avatar-medium a {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
}
.friend-wants {
  width: 45%;
  float: left;
}
.friend-wants .thumbs .avatar-small {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.friend-wants p small {
  font-size: 85%;
}
.via {
  font-size: 12px;
  color: #999999;
  padding-bottom: 10px;
}
.contentblock.thumbnail {
  margin-left: 20px;
}
/* Product & Interaction Detail Pages */
/* Instagram Carousel */
.item {
  postition: relative;
}
.item .zocial {
  position: absolute;
  left: 15px;
  font-size: 16px;
}
.item .facebook {
  top: 10px;
  padding: 0px 15px 0px 0px;
}
.item .pinterest {
  top: 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-right: 10px;
  font-weight: normal;
}
.item .pinterest a {
  color: #fff;
  border: none;
}
.instagram-alert {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0px;
  margin: 10px 0px;
}
.instagram-alert .avatar-x-small {
  float: left;
  margin-right: 10px;
}
.instagram-alert p {
  float: left;
  width: 90%;
}
.product-detail {
  width: 87%;
  margin: 0 auto;
}
.product-detail .like-it {
  float: right;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 8px 0px;
}
.product-detail .like-it:hover {
  background-color: #000;
  color: #fff;
}
.product-detail .like-it:hover {
  background-color: #000;
  color: #fff;
}
.product-detail .like-it:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
.product-detail .like-it i {
  margin-top: 3px;
  margin-right: 4px;
}
.product-detail .like-it.muted {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
  color: #fff;
}
.product-detail .like-it.muted:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
.product-detail .product-info {
  width: 675px;
  margin-right: 10px;
  float: left;
}
.product-detail .product-info .product-main {
  border: 5px solid #dddddd;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-top-color: #505050;
}
.product-detail .product-info .product-main h3 {
  width: 60%;
  float: left;
}
.product-detail .product-info .price-rating {
  font-weight: bold;
  font-size: 13px;
  float: right;
  width: 150px;
  margin-top: 10px;
}
.product-detail .product-info .price-rating span {
  color: #63d9bf;
  margin-left: 15px;
  font-size: 15px;
  letter-spacing: 7px;
}
.product-detail .product-info .price-rating .muted {
  float: right;
  font-weight: normal;
  font-size: 12px;
  width: 100px;
  line-height: 16px;
}
.product-detail .product-info h3 {
  padding-right: 70px;
  margin: 0px 0px 5px;
}
.product-detail .product-info .main-image {
  text-align: center;
  min-height: 250px;
}
.product-detail .product-info .color-swatch {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 3px;
}
.product-detail .product-info .color-swatch img {
  min-height: 60px;
  min-width: 60px;
}
.product-detail .product-info .color-swatch img {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-detail .product-info .color-swatch img img {
  min-height: 60px;
  min-width: 60px;
}
.product-detail .product-info .avatar {
  float: left;
  padding: 3px;
}
.rating-notes-list {
  color: #505050;
  padding: 10px 0px 10px 135px;
  height: 100%;
}
.rating-notes-list i {
  float: left;
}
.rating-notes-list p {
  line-height: 20px;
}
.recommendation .rating-notes-list {
  padding-left: 180px;
}
.productlist {
  width: 98%;
  display: block;
  float: none;
  padding: 20px 0px;
  border-top: 1px solid #eee;
}
.productlist p {
  margin-bottom: 10px;
}
.product-social {
  width: 280px;
  border: 5px solid #dddddd;
  background-color: #fff;
  border-color: #f7f7f7;
  float: left;
  padding: 10px;
}
.product-social hr {
  margin: 5px 0px 20px;
}
.product-social .friend-interaction-box {
  padding: 5px;
  color: #fff;
  font-weight: bold;
}
.product-social .friend-interaction-box p {
  padding: 1px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-social .friend-interaction-box .avatar {
  float: left;
  margin: 5px;
}
.product-social .friend-interaction-box.love p {
  background-color: #ff3c4d;
}
.product-social .friend-interaction-box.hate p {
  background-color: #000;
}
.product-social .friend-interaction-box.ok p {
  background-color: #8c8c8c;
}
.product-social .friend-interaction-box.want p {
  background-color: #63d9bf;
}
.interaction-detail {
  width: 675px;
  margin-right: 10px;
  float: left;
}
.interaction-detail .product-main {
  border: 5px solid #dddddd;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-top-color: #505050;
}
.interaction-detail .product-main h3 {
  width: 60%;
  float: left;
}
.interaction-detail .price-rating {
  font-weight: bold;
  font-size: 13px;
  float: right;
  width: 150px;
  margin-top: 10px;
}
.interaction-detail .price-rating span {
  color: #63d9bf;
  margin-left: 15px;
  font-size: 15px;
  letter-spacing: 7px;
}
.interaction-detail .price-rating .muted {
  float: right;
  font-weight: normal;
  font-size: 12px;
  width: 100px;
  line-height: 16px;
}
.interaction-detail h3 {
  padding-right: 70px;
  margin: 0px 0px 5px;
}
.interaction-detail .main-image {
  text-align: center;
  min-height: 250px;
}
.interaction-detail .color-swatch {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 3px;
}
.interaction-detail .color-swatch img {
  min-height: 60px;
  min-width: 60px;
}
.interaction-detail .color-swatch img {
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.interaction-detail .color-swatch img img {
  min-height: 60px;
  min-width: 60px;
}
.interaction-detail .avatar {
  float: left;
  padding: 3px;
}
.interaction-detail .user-action-summary {
  margin-bottom: 20px;
}
.interaction-detail .user-action-summary .user-action {
  font-size: 16px;
  padding: 5px 0px;
}
.interaction-detail .user-action-summary .product-name {
  font-weight: normal;
  line-height: 30px;
  padding-left: 70px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}
.interaction-detail .user-action-summary .product-name a {
  font-family: 'Abril Fatface', Georgia, Times New Roman, Serif;
  font-size: 24.5px;
  font-weight: normal;
}
.interaction-detail .detail-block {
  border: 5px solid #dddddd;
  background-color: #fff;
  padding: 25px;
}
.interaction-detail .detail-block .like-count {
  float: right;
  width: 40px;
  padding-top: 3px;
}
.interaction-detail .detail-block .like-count i {
  margin-right: 5px;
  margin-top: 3px;
}
.interaction-detail .detail-block .fb-comment-count {
  font-weight: bold;
  float: right;
  width: 40px;
  padding-top: 3px;
  display: inline-block;
}
.interaction-detail .detail-block .fb-comment-count i {
  margin-right: 5px;
  float: left;
  margin-top: 3px;
}
.interaction-detail .detail-block.love {
  border-top-color: #ff3c4d;
}
.interaction-detail .detail-block.ok {
  border-top-color: #8c8c8c;
}
.interaction-detail .detail-block.want {
  border-top-color: #63d9bf;
}
.interaction-detail .detail-block.hate {
  border-top-color: #000000;
}
.interaction-detail .product-image {
  padding: 0px 0px 20px;
}
.action-buttons-sidebar {
  border: 5px solid #dddddd;
  border-color: #f7f7f7;
  background-color: #fff;
  display: block;
  width: 280px;
  float: left;
  padding: 10px;
  margin-bottom: 20px;
}
.action-buttons-sidebar hr {
  margin: 5px 0px 20px;
}
.action-buttons-sidebar h4,
.action-buttons-sidebar h5 {
  margin: 0px;
  text-align: left;
}
.action-buttons-sidebar .have-this,
.action-buttons-sidebar .want-this,
.action-buttons-sidebar .like-it {
  width: 110px;
  float: left;
}
.action-buttons-sidebar .have-this .btn,
.action-buttons-sidebar .want-this .btn,
.action-buttons-sidebar .like-it .btn {
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 1px;
}
.action-buttons-sidebar .recommend-this {
  margin-top: 10px;
}
.action-buttons-sidebar .recommend-this .btn {
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 1px;
}
.action-buttons-sidebar .btn,
.action-buttons-sidebar .want-it {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  width: 95px;
  font-size: 13px;
}
.action-buttons-sidebar .btn:hover,
.action-buttons-sidebar .want-it:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons-sidebar .btn:hover,
.action-buttons-sidebar .want-it:hover {
  background-color: #000;
  color: #fff;
}
.action-buttons-sidebar .have-this {
  margin-right: 30px;
}
.action-buttons-sidebar .want-it {
  margin-bottom: 10px;
}
.action-buttons-sidebar .social-buttons {
  margin: 10px 0px 30px;
  padding-top: 2px;
  width: 100%;
}
.action-buttons-sidebar .social-buttons .pin-it {
  float: left;
  width: auto;
  margin-right: 25px;
  margin-top: -20px;
}
.action-buttons-sidebar .social-buttons .fb-like {
  float: left;
  padding-top: 0px;
}
.action-buttons-sidebar .social-buttons .comments {
  border-top-width: 0px;
}
.embed-button {
  float: right;
  margin-top: -1px;
  padding: 0px;
  margin-left: 2px;
}
.embed-button a {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #dddddd;
  border-bottom: 2px solid #a6a6a6;
  color: #8c8c8c;
  color: #fff;
  font-size: 10px;
  padding: 5px 7px 3px;
  color: #505050;
}
.embed-button a:hover {
  background-color: #000;
  color: #fff;
}
.embed-button a:hover {
  background-color: #000;
  color: #fff;
}
.embed-button a:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
.embed-button a:hover {
  color: #505050;
}
#embed-code label {
  font-size: 85%;
  font-weight: bold;
}
#embed-code textarea {
  width: 95%;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #333;
}
#embed-code input {
  width: 100px;
}
/* Brand Detail */
.span3.brand-sidebar {
  width: 310px;
}
.brand {
  width: 240px;
  margin-right: 20px;
  margin-left: 0px;
}
.brand p {
  width: 90%;
}
.brand h1 {
  font-weight: normal;
  margin-bottom: 20px;
}
.brand h1 span {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-style: normal;
  clear: both;
}
.brand .fb-like {
  margin-bottom: 10px;
  padding-top: 5px;
}
.by-category {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0px;
}
.by-category li a {
  padding: 8px;
  width: 95%;
  display: block;
  border-left: 3px solid #505050;
  margin-bottom: 5px;
  background-color: #f7f7f7;
}
.by-category li a:hover {
  background-color: #caf2e9;
}
.by-brand {
  list-style: none;
  font-size: 14px;
  margin-left: 0px;
}
.by-brand li a {
  margin-bottom: 20px;
  color: #405fe3;
  line-height: 18px;
  display: block;
}
.brand-logo {
  max-width: 240px;
  max-height: 80px;
}
.brand-logo img {
  max-height: 100%;
}
h3.header {
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
h3.header a {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  padding: 10px 14px 10px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-style: normal;
  line-height: 17px;
  float: right;
}
h3.header a:hover {
  background-color: #000;
  color: #fff;
}
h3.header a:hover {
  background-color: #000;
  color: #fff;
}
h3.header a:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#brand-popular {
  margin-left: 0px;
}
#brand-popular .detail-block {
  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;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
}
#brand-popular .detail-block h3 small {
  display: block;
  font-size: 18px;
}
#brand-popular .span3 {
  margin-left: 22px;
}
#brand-popular .avatar-x-large {
  max-width: 170px;
  max-height: 170px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#brand-popular .avatar-x-large img {
  min-height: 170px;
  min-width: 170px;
}
#brand-popular .brand-name {
  float: left;
  width: 55%;
  min-height: 55px;
  padding-left: 45px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}
#brand-popular .brand-name .product-name a {
  font-family: 'Abril Fatface', Georgia, Times New Roman, Serif;
  display: block;
  line-height: 28px;
  font-size: 24px;
  text-decoration: none;
}
#brand-popular .brand-name .product-name a:hover {
  text-decoration: underline;
}
#brand-popular .brand-name .product-name a {
  color: #405fe3;
}
#brand-popular .brand-name .truncated {
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  min-height: 60px;
}
#brand-popular .brand-name a {
  border-width: 0px;
  margin-bottom: 10px;
}
#brand-popular .product-link {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  border-width: 0px;
}
#brand-popular .image-link {
  max-height: 160px;
  margin: 20px auto;
  display: block;
}
#brand-popular .why-popular {
  padding-top: 20px;
  padding-left: 170px;
}
#brand-popular .why-popular a {
  border-width: 0px;
  text-decoration: none;
}
#brand-popular .why-popular a:hover {
  border-bottom: 1px dotted #63d9bf;
  color: #405fe3;
}
#brand-popular .why-popular #friend-start {
  height: 75px;
  overflow: hidden;
}
#brand-popular .why-popular .square-btn {
  padding: 8px 20px;
}
#brand-popular .why-popular a.square-btn:hover {
  color: #fff;
}
#brand-popular .why-popular img {
  margin: auto;
}
#brand-popular .why-popular .avatar {
  margin: 5px;
}
#brand-popular {
  counter-reset: li;
  /* Initiate a counter */

  list-style: none;
  /* Remove default numbering */

  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */

  padding: 0;
  font-size: 22px;
  font-weight: normal;
}
#brand-popular .why-popular {
  padding-left: 0px;
}
#brand-popular .why-popular.list {
  margin-left: 200px;
}
.rounded-list .brand-name {
  position: relative;
  display: block;
  *padding: .4em;
  margin: .5em 0;
  color: #505050;
  text-decoration: none;
  border-radius: .3em;
  font-size: 18px;
  transition: all 0.3s ease-out;
}
.rounded-list .brand-name:hover:before {
  transform: rotate(360deg);
}
.rounded-list .brand-name:before {
  content: "# " counter(li);
  letter-spacing: -2px;
  counter-increment: li;
  position: absolute;
  left: -0.5em;
  top: 40px;
  margin-top: -2.3em;
  background: #dcfc41;
  height: 2em;
  width: 2em;
  line-height: 1.8em;
  border: 0.3em solid #dddddd;
  text-align: center;
  border-radius: 1.5em;
  transition: all 0.3s ease-out;
}
#brand-popular ol {
  margin: 0 0 0 2em;
  /* Add some left margin for inner lists */

}
/* Error Pages */
#error-block {
  margin: 0 auto;
  top: 30%;
  text-align: center;
  font-size: 16px;
  border: 5px solid #dddddd;
  background-color: #fff;
  width: 620px;
  padding: 20px;
}
#error-block .label {
  background-color: #b94a48;
  width: 68px;
}
.deal-modal {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
}
.deal-modal p {
  padding: 10px 0px;
}
.deal-modal p small {
  display: block;
  padding-top: 10px;
}
.deal-modal #code {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 250px;
  text-align: left;
}
.deal-modal .btn {
  margin-top: -10px;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.deal-modal .square-btn-tc {
  padding: 14px 30px;
  margin: 20px auto;
}
/*Landing Page*/
#no-friends-cta h3 {
  color: #8c8c8c;
}
.get-started {
  margin-right: 10px;
  font-weight: normal;
  margin-top: -3px;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
}
#unauth-cta-new {
  margin: -20px auto 0px;
  width: 98%;
  text-align: center;
  background-image: url('../../img/landing/products-banner.jpg');
  padding: 10px 0px 10px 22px;
  height: 87px;
  margin-bottom: 20px;
}
#unauth-cta-new h1 {
  width: 60%;
  float: left;
  text-align: left;
  font-size: 26px;
}
#unauth-cta-new .search-holder {
  width: 30%;
  float: right;
  margin-right: 50px;
}
#unauth-cta-new .search-holder .square-btn-tc {
  margin: 25px auto 0px;
  font-size: 16px;
  float: right;
}
#unauth-cta-new .search-holder .square-btn-tc i {
  margin: 0px 0px 0px 10px;
}
#unauth-cta,
#no-friends-cta,
#simple-cta {
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: -10px;
}
#unauth-cta h1,
#no-friends-cta h1,
#simple-cta h1 {
  margin-bottom: 20px;
}
#unauth-cta h1 a,
#no-friends-cta h1 a,
#simple-cta h1 a {
  border-bottom: none !important;
}
#unauth-cta h3,
#no-friends-cta h3,
#simple-cta h3 {
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 26px;
}
#unauth-cta h3 a,
#no-friends-cta h3 a,
#simple-cta h3 a {
  border-bottom: none !important;
}
#unauth-cta h2,
#no-friends-cta h2,
#simple-cta h2 {
  width: 400px;
  margin: 20px auto;
}
#unauth-cta h2 a,
#no-friends-cta h2 a,
#simple-cta h2 a {
  border-bottom-width: 2px !important;
}
#unauth-cta hr,
#no-friends-cta hr,
#simple-cta hr {
  margin: 15px 0px;
}
#unauth-cta img,
#no-friends-cta img,
#simple-cta img {
  float: left;
}
#unauth-cta i,
#no-friends-cta i,
#simple-cta i {
  margin: 4px 0px;
}
#unauth-cta .search-holder,
#no-friends-cta .search-holder,
#simple-cta .search-holder {
  margin: 0 auto;
  width: 650px;
}
#unauth-cta .search-holder .zocial,
#no-friends-cta .search-holder .zocial,
#simple-cta .search-holder .zocial {
  font-size: 18px;
}
#unauth-cta .search-holder.big,
#no-friends-cta .search-holder.big,
#simple-cta .search-holder.big {
  width: 100%;
}
#unauth-cta form,
#no-friends-cta form,
#simple-cta form {
  width: 100%px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
}
#unauth-cta form .btn-sign-up,
#no-friends-cta form .btn-sign-up,
#simple-cta form .btn-sign-up {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  font-size: 16px;
  padding: 11px 25px;
  margin-right: 15px;
}
#unauth-cta form .btn-sign-up:hover,
#no-friends-cta form .btn-sign-up:hover,
#simple-cta form .btn-sign-up:hover {
  background-color: #000;
  color: #fff;
}
#unauth-cta form .btn-sign-up:hover,
#no-friends-cta form .btn-sign-up:hover,
#simple-cta form .btn-sign-up:hover {
  background-color: #000;
  color: #fff;
}
#unauth-cta form .btn-sign-up:hover,
#no-friends-cta form .btn-sign-up:hover,
#simple-cta form .btn-sign-up:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#unauth-cta form .square-btn-fb,
#no-friends-cta form .square-btn-fb,
#simple-cta form .square-btn-fb {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  font-size: 16px;
  padding: 11px 25px;
  margin-right: 15px;
}
#unauth-cta form .input-append,
#no-friends-cta form .input-append,
#simple-cta form .input-append {
  float: left;
  margin-left: 15px;
  width: 60%;
}
#unauth-cta form .input-append input,
#no-friends-cta form .input-append input,
#simple-cta form .input-append input {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 11px;
}
#unauth-cta form .input-append button,
#no-friends-cta form .input-append button,
#simple-cta form .input-append button {
  padding: 10px 10px 9px 10px;
  background-color: #63d9bf;
}
#no-friends-cta {
  padding-bottom: 3px;
}
#no-friends-cta h4 {
  padding: 5px 0px 0px 180px;
}
#no-friends-cta .btn {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
}
#no-friends-cta .btn:hover {
  background-color: #000;
  color: #fff;
}
#no-friends-cta .btn:hover {
  background-color: #000;
  color: #fff;
}
#no-friends-cta .btn:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#how-it-works .thumbnail {
  min-height: 125px;
  padding: 15px;
}
#how-it-works .thumbnail img {
  padding-bottom: 10px;
  float: left;
  padding-right: 20px;
}
#how-it-works .thumbnail h3 {
  font-weight: 400;
}
#how-it-works .thumbnail p {
  padding-top: 10px;
}
.actions {
  height: 280px;
  display: block;
  width: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  margin: -5px;
}
.search-img {
  min-height: 280px;
  display: block;
  border: none;
  width: 100%;
}
.search-img img {
  margin: 10px auto;
  display: block;
}
.search-img:hover {
  border: none;
}
#landing-features {
  background-color: #ff3c4d;
  color: #fff;
  min-height: 525px;
}
#landing-features #beauty-quote {
  padding-top: 45px;
}
#landing-features #social-links a {
  width: 90%;
  margin-bottom: 5px;
  background-color: #ebebeb;
  color: #555;
  font-weight: regular;
  text-shadow: none;
}
#landing-features #social-links a:hover {
  text-decoration: none;
}
/*Friends Landing Page */
#trust-friends {
  background: #322d56 url('../../img/landing/pretty-faces.jpg') no-repeat top left;
  color: #fff;
  height: 330px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: -40px;
}
#trust-friends .inner-content {
  padding: 40px 10px 10px 480px;
}
#trust-friends form {
  padding-top: 30px;
}
#trust-friends form input {
  width: 70%;
  font-family: 'Raleway';
  font-size: 18px;
  padding: 10px 14px;
  float: left;
  margin-right: 30px;
}
#trust-friends form button {
  margin-top: -5px;
}
#trust-friends h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 30px;
}
.block-button {
  text-transform: uppercase;
  font-family: 'Raleway';
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border: none;
  float: left;
}
.block-button.purple {
  background-color: #605ca8;
}
.block-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4134a2;
}
.landing-header {
  width: 100%;
  border-bottom: 5px solid #dcfc41;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.popular-brands a {
  border: none;
  display: block;
  height: 90px;
  width: 160px;
  float: left;
  margin: 0px 25px 0px 35px;
}
.popular-brands a.nars {
  background-image: url('../../img/landing/brands.png');
}
.popular-brands a.smashbox {
  background-image: url('../../img/landing/brands.png');
  background-position: -200px;
}
.popular-brands a.ud {
  background-image: url('../../img/landing/brands.png');
  background-position: -390px;
}
.popular-brands a.mac {
  background-image: url('../../img/landing/brands.png');
  background-position: -590px;
}
.popular-brands a.kiehls {
  background-image: url('../../img/landing/brands.png');
  background-position: -780px;
}
.popular-brands a.benefit {
  background-image: url('../../img/landing/brands.png');
  background-position: -970px;
  width: 190px;
}
.popular-brands a.nars:hover,
.popular-brands a.ud:hover,
.popular-brands a.smashbox:hover,
.popular-brands a.ud:hover,
.popular-brands a.kiehls:hover,
.popular-brands a.benefit:hover,
.popular-brands a.mac:hover {
  background-image: url('../../img/landing/brands-purple.png');
}
#landing .modal {
  top: 2%;
  overflow: hidden;
}
#landing .modal .modal-footer {
  display: none;
}
#main-nav-landing .btn {
  margin-left: 10px;
}
#facebook-login-option {
  padding: 5px 15px 20px;
  width: 80%;
  margin: 0 auto;
  background: url('../../img/red-chevron.png') bottom repeat-x;
}
#facebook-login-option .zocial {
  width: 90%;
  margin: 0 auto;
}
#friends-use .friend-pic {
  float: left;
  width: 50%;
  font-weight: bold;
  text-align: center;
  margin: 30px 0px;
}
/*Login Page*/
#hero {
  height: 175px;
  padding-top: 65px;
  background: #ffffff url('../../img/stitched-bg.png') repeat-x bottom left;
  margin-bottom: 10px;
  width: 110%;
  margin-left: -5%;
}
#hero .container {
  text-align: center;
}
#hero #logo-and-tagline {
  text-align: center;
  position: relative;
  width: 33%;
  margin: 0 auto;
}
#hero #logo-and-tagline img {
  padding-top: 5px;
}
#hero #logo-and-tagline #tagline {
  font-size: 28px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#hero #traincase-logo {
  width: 375px;
  padding: 50px 0px;
  margin: 0px auto;
}
#hero #traincase-logo img {
  clear: both;
  display: block;
  padding-bottom: 20px;
  margin: 0px auto;
}
#hero .thumbnail {
  padding: 0px 15px 15px 15px;
}
#login-form,
#pw-reset-form {
  padding: 17px;
  margin: 0 auto;
}
#login-form input,
#pw-reset-form input {
  width: 270px;
  display: block;
  width: 95%;
}
#login-form button,
#pw-reset-form button {
  color: #ffffff;
  text-shadow: 0 -1px 0 #bc0010;
  background-color: #ff3c4d;
  *background-color: #bc0010;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
  background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
  background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
  background-repeat: repeat-x;
  border-color: #ff3c4d #ff3c4d #ffbcc1;
  border-color: #ff3c4d #ff3c4d #bc0010;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#login-form .help-block,
#pw-reset-form .help-block {
  font-size: 13px;
  margin-top: 10px;
}
#login-form a.btn-facebook,
#pw-reset-form a.btn-facebook {
  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);
  width: 95%;
}
#sign-up-form,
#sign-in-form,
#pw-reset-form {
  border: 5px solid #dddddd;
  margin-top: 150px;
  padding-top: 10px;
  background-color: #fff;
  width: 450px;
  margin: 0 auto;
}
#sign-up-form strong,
#sign-in-form strong,
#pw-reset-form strong {
  padding: 5px 0px;
  display: block;
}
#sign-up-form p,
#sign-in-form p,
#pw-reset-form p {
  font-weight: bold;
  color: #505050;
  margin-top: 15px;
  margin-bottom: 5px;
}
#sign-up-form .logo,
#sign-in-form .logo,
#pw-reset-form .logo {
  text-align: center;
  padding-bottom: 10px;
}
#sign-up-form .logo h4,
#sign-in-form .logo h4,
#pw-reset-form .logo h4 {
  font-weight: bold;
  margin-top: 20px;
}
#sign-up-form .submit,
#sign-in-form .submit,
#pw-reset-form .submit {
  border: none;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  width: 150px;
}
#sign-up-form .submit:hover,
#sign-in-form .submit:hover,
#pw-reset-form .submit:hover {
  background-color: #000;
  color: #fff;
}
#sign-up-form .submit:hover,
#sign-in-form .submit:hover,
#pw-reset-form .submit:hover {
  background-color: #000;
  color: #fff;
}
#sign-up-form .submit:hover,
#sign-in-form .submit:hover,
#pw-reset-form .submit:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#sign-up-form .sign-up-cancel,
#sign-in-form .sign-up-cancel,
#pw-reset-form .sign-up-cancel {
  border: none;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #dddddd;
  border-bottom: 2px solid #a6a6a6;
  color: #8c8c8c;
  color: #fff;
}
#sign-up-form .sign-up-cancel:hover,
#sign-in-form .sign-up-cancel:hover,
#pw-reset-form .sign-up-cancel:hover {
  background-color: #000;
  color: #fff;
}
#sign-up-form .sign-up-cancel:hover,
#sign-in-form .sign-up-cancel:hover,
#pw-reset-form .sign-up-cancel:hover {
  background-color: #000;
  color: #fff;
}
#sign-up-form .sign-up-cancel:hover,
#sign-in-form .sign-up-cancel:hover,
#pw-reset-form .sign-up-cancel:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
#create-user-profile,
#facebook-signup,
#login-form {
  width: 85%;
  margin: 0 auto;
}
#create-user-profile .help-inline,
#facebook-signup .help-inline,
#login-form .help-inline {
  color: #999999;
  font-size: 12px;
  display: block !important;
  clear: both;
  margin-bottom: 10px;
}
#create-user-profile input,
#facebook-signup input,
#login-form input {
  margin-bottom: 2px;
  width: 90%;
}
#create-user-profile .zocial.facebook,
#facebook-signup .zocial.facebook,
#login-form .zocial.facebook {
  margin-top: 0px;
  margin-bottom: 10px;
}
#create-user-profile legend,
#facebook-signup legend,
#login-form legend {
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}
#create-user-profile legend .label,
#facebook-signup legend .label,
#login-form legend .label {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}
#create-user-profile .btn,
#facebook-signup .btn,
#login-form .btn {
  margin-top: 10px;
}
#create-user-profile .label,
#facebook-signup .label,
#login-form .label {
  background-color: #fff;
  color: #405fe3;
}
#create-user-profile small,
#facebook-signup small,
#login-form small {
  font-weight: bold;
  color: #505050;
}
#create-user-profile {
  padding: 0px;
  margin-top: 5px 15px;
}
#create-user-profile #email-signup-form,
#create-user-profile #email-signin-form {
  padding: 15px;
}
#create-user-profile a:hover {
  text-decoration: none;
}
#create-user-profile legend {
  background-color: #dddddd;
  color: #404040;
  margin-bottom: 0px;
}
#email-signin-form input {
  margin: 5px 0px;
}
#facebook-signup {
  text-align: center;
  border: 2px solid #405fe3;
  padding: 0px;
}
#facebook-signup legend {
  background-color: #405fe3;
  color: #fff;
}
/* Post Registration NEED TO FINISH THIS*/
#welcome-note {
  margin: 0 auto;
  text-align: center;
  border: 5px solid #dddddd;
  background-color: #fff;
  width: 540px;
  padding: 20px;
}
#welcome-note .avatar {
  margin: 10px 3px;
  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;
  display: inline;
}
#welcome-note .avatar-large {
  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;
  margin: 0 auto;
}
#welcome-note #friends {
  margin: 0 auto;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
#welcome-note h2 {
  color: #2aac8f;
}
#welcome-note h3 strong {
  font-style: normal;
  font-weight: normal;
}
#welcome-note ol {
  margin: 0 auto !important;
}
#welcome-note .productblock {
  margin-bottom: 50px;
}
#welcome-note .productblock:hover {
  border-top-color: #63d9bf;
}
#welcome-note .productblock .brand-name a,
#welcome-note .productblock .product-name {
  float: left;
  clear: both;
}
#welcome-note .btn-primary {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  font-size: 16px;
  padding: 10px 15px 8px;
  width: 250px;
  margin: 20px auto;
  display: block;
}
#welcome-note .btn-primary:hover {
  background-color: #000;
  color: #fff;
}
#welcome-note .btn-primary:hover {
  background-color: #000;
  color: #fff;
}
#welcome-note .btn-primary:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#welcome-note .recommend-it {
  display: none;
}
.profile-body {
  padding: 0px 20px;
  margin-bottom: 5px;
}
.profile-body h4 {
  font-family: 'Abril Fatface', Georgia, Times New Roman, Serif;
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
  margin-top: 30px;
}
.profileblock {
  margin-top: 20px;
}
.profileblock h3 {
  margin-top: -12px;
  line-height: 34px;
}
.profileblock .avatar-medium {
  margin-right: 10px;
}
.profileblock a {
  font-size: 85%;
}
.profileblock .btn {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
}
.profileblock button.active {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
}
.profileblock button.active:hover {
  background-color: #000;
  color: #fff;
}
.profileblock button.active:hover {
  background-color: #000;
  color: #fff;
}
.profileblock button.active:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#profile-sub-nav {
  margin-top: 20px;
  min-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  background-color: #505050;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 40px;
}
#profile-sub-nav a {
  text-shadow: none;
  color: #fff;
  border: none;
  padding: 5px 10px;
}
#profile-sub-nav li.active a {
  background-image: none;
  background-color: #63d9bf;
  color: #fff;
  font-weight: bold;
}
#finish-user-profile {
  margin-bottom: 0px;
}
#finish-user-profile strong {
  display: block;
}
#finish-user-profile .avatar-large {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#finish-user-profile input {
  width: 300px;
}
#finish-user-profile #upload-avatar {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  font-size: 11px;
  width: 170px;
  margin-top: -15px;
  margin-bottom: 5px;
}
#finish-user-profile #upload-avatar:hover {
  border-bottom-width: 0px;
}
/*Profiles*/
#user-links {
  font-size: 12px;
}
/* Profile Settings*/
#user-pic {
  max-width: 225px;
  max-height: 225px;
  min-height: 225px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#user-pic img {
  margin: 0 auto;
}
#user-pic img.instagram {
  min-height: 225px;
  min-width: 225px;
}
#update-user-profile #update-facebook-pic {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #405fe3;
  border-bottom: 2px solid #6c84ea;
  width: 90%;
  margin-top: 10px;
}
#update-user-profile #update-facebook-pic:hover {
  background-color: #000;
  color: #fff;
}
#update-user-profile #update-facebook-pic:hover {
  background-color: #000;
  color: #fff;
}
#update-user-profile #update-facebook-pic:hover {
  background-color: #1f41d1;
  border-bottom: 2px solid #6c84ea;
}
#update-user-profile #update-facebook-pic a {
  text-decoration: none;
  border-width: 0px;
  color: #fff;
  font-size: 13px;
}
#update-user-profile .thumbnail {
  max-width: 225px;
  max-height: 225px;
  min-height: 225px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#update-user-profile .thumbnail img {
  margin: 0 auto;
}
#update-user-profile .thumbnail img.instagram {
  min-height: 225px;
  min-width: 225px;
}
#update-user-profile .thumbnail img {
  max-height: 1000px !important;
}
#update-user-profile #update-pic,
#update-user-profile #update-facebook-pic {
  font-size: 12px;
  width: 210px;
}
#update-user-profile #update-pic a,
#update-user-profile #update-facebook-pic a {
  margin-top: 5px;
}
#update-user-profile .btn-file {
  width: 90%;
  margin-top: 10px;
  display: block;
}
#update-user-profile .btn-file .square-btn {
  font-size: 13px;
  display: block;
}
#update-user-profile .square-btn-muted {
  font-size: 13px;
  margin-top: 10px;
  width: 215px;
}
#update-user-profile .fileupload-preview {
  max-width: 225px;
  max-height: 225px;
  min-height: 225px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#update-user-profile .fileupload-preview img {
  margin: 0 auto;
}
#update-user-profile .fileupload-preview img.instagram {
  min-height: 225px;
  min-width: 225px;
}
#update-user-profile .square-btn-tc {
  font-size: 18px;
  padding: 10px 16px 8px;
  font-family: 'Raleway';
}
#update-profile-link {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.zocial.icon {
  float: left;
  height: 20px;
  width: 20px;
  display: block;
  font-size: 80%;
  padding: 0px 3px 0px 0px;
  margin-top: 18px;
  margin-left: 10px;
}
#user-profile h2 {
  float: left;
  margin-right: 10px;
}
#user-profile h4 {
  margin-bottom: 20px;
  font-weight: bold;
}
#user-profile a.zocial {
  float: left;
  height: 20px;
  width: 20px;
  display: block;
  font-size: 80%;
  padding: 3px 8px 0px 0px;
  margin-top: 18px;
  margin-left: 10px;
}
#user-profile .avatar {
  float: left;
  margin: 2px;
}
#user-profile .active {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  margin-top: 10px;
}
#user-profile .active:hover {
  background-color: #000;
  color: #fff;
}
#user-profile .active:hover {
  background-color: #000;
  color: #fff;
}
#user-profile .active:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#user-profile .nav-highlight {
  font-size: 85%;
  padding: 2px 12px;
  margin-top: 18px;
  float: left;
}
.haves,
.wants {
  width: 45%;
  margin: 0px 20px;
  padding: 10px;
  float: left;
}
.haves .avatar-large,
.wants .avatar-large {
  float: left;
  margin-right: 10px;
  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;
}
.haves ul,
.wants ul {
  margin-left: 0px;
}
.haves ul li,
.wants ul li {
  border: 5px solid #dddddd;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.haves .see-all p,
.wants .see-all p {
  background-color: #8c8c8c;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-family: 'Raleway';
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.haves .see-all:hover,
.wants .see-all:hover {
  text-decoration: none;
}
.haves .user-action,
.wants .user-action {
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
  margin-left: 190px;
  margin-bottom: 10px;
  padding: 0px 65px 10px 0px;
}
.haves .user-action strong,
.wants .user-action strong {
  font-size: 100%;
}
.haves .rating-notes-list,
.wants .rating-notes-list {
  color: #505050;
  padding: 5px 0px 10px 170px;
}
.haves .rating-notes-list .muted,
.wants .rating-notes-list .muted {
  float: right;
  padding-bottom: 0px;
}
.wants {
  margin-left: 5px;
}
#user-follows p,
#user-following p {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
}
/* Friends*/
#invites {
  margin-top: 30px;
}
#invites .span4 .pretty-block {
  padding: 10px;
  height: 400px;
}
#invites small {
  padding-top: 10px;
  display: block;
}
#invites a.zocial {
  width: 85%;
  margin-bottom: 10px;
  display: block;
}
#invites #post-to-wall {
  width: 290px;
  margin-top: 10px;
}
#post-to-fb-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;
  color: #c09853;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  font-size: 12px;
}
#post-to-fb-alert #post-to-wall {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
#post-to-fb-alert p {
  float: left;
  margin-bottom: 0px;
}
#friend-tabs.nav-tabs {
  font-size: 12px;
}
#invite-by-email input {
  display: block;
  width: 90%;
}
#fb-invite-friends p,
#traincase-fb-friends p {
  width: 90%;
}
#fb-invite-friends h3 .label,
#traincase-fb-friends h3 .label {
  margin-top: -5px;
  background-color: #405fe3;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-style: normal;
}
#fb-invite-friends input,
#traincase-fb-friends input {
  width: 78%;
}
#fb-invite-friends .btn-follow-all,
#traincase-fb-friends .btn-follow-all,
#fb-invite-friends .send-email,
#traincase-fb-friends .send-email {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  float: none;
  display: block;
  margin: 15px 0px;
}
#fb-invite-friends .btn-follow-all:hover,
#traincase-fb-friends .btn-follow-all:hover,
#fb-invite-friends .send-email:hover,
#traincase-fb-friends .send-email:hover {
  background-color: #000;
  color: #fff;
}
#fb-invite-friends .btn-follow-all:hover,
#traincase-fb-friends .btn-follow-all:hover,
#fb-invite-friends .send-email:hover,
#traincase-fb-friends .send-email:hover {
  background-color: #000;
  color: #fff;
}
#fb-invite-friends .btn-follow-all:hover,
#traincase-fb-friends .btn-follow-all:hover,
#fb-invite-friends .send-email:hover,
#traincase-fb-friends .send-email:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#fb-invite-friends .btn-follow-all,
#traincase-fb-friends .btn-follow-all {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  margin: 0px;
}
#fb-invite-friends .btn-follow-all:hover,
#traincase-fb-friends .btn-follow-all:hover {
  background-color: #000;
  color: #fff;
}
#fb-invite-friends .btn-follow-all:hover,
#traincase-fb-friends .btn-follow-all:hover {
  background-color: #000;
  color: #fff;
}
#fb-invite-friends .btn-follow-all:hover,
#traincase-fb-friends .btn-follow-all:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#fb-invite-friends .active,
#traincase-fb-friends .active {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  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);
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
  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);
}
.send-email {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  float: none;
  display: block;
  margin: 15px 0px;
  padding: 8px 30px;
}
.send-email:hover {
  background-color: #000;
  color: #fff;
}
.send-email:hover {
  background-color: #000;
  color: #fff;
}
.send-email:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#traincase-fb-friends h2 {
  float: left;
}
#traincase-fb-friends .btn-follow-all {
  float: right;
  margin-top: 15px;
  padding: 6px 20px 4px;
}
#traincase-fb-friends p {
  font-size: 14px;
  margin-bottom: 40px;
}
#traincase-fb-friends .follow-friend {
  text-align: center;
}
#traincase-fb-friends .follow-friend .thumbnail {
  width: 160px;
  height: 115px;
}
#traincase-fb-friends .follow-friend a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  max-width: 95%;
  max-height: 20px;
  overflow: hidden;
  border: none;
}
#traincase-fb-friends .follow-friend .avatar-medium {
  margin: 0 auto;
  margin-bottom: 5px;
}
.btn-follow-friend {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #dddddd;
  border-bottom: 2px solid #a6a6a6;
  color: #8c8c8c;
  color: #fff;
}
.btn-follow-friend:hover {
  background-color: #000;
  color: #fff;
}
.btn-follow-friend:hover {
  background-color: #000;
  color: #fff;
}
.btn-follow-friend:hover {
  background-color: #dddddd;
  border-bottom-color: #8c8c8c;
}
.btn-follow-friend.active {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
}
.btn-follow-friend.active:hover {
  background-color: #000;
  color: #fff;
}
.btn-follow-friend.active:hover {
  background-color: #000;
  color: #fff;
}
.btn-follow-friend.active:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
#fb-invite-friends ul {
  height: 1200px;
  overflow: scroll;
}
#fb-invite-friends .active {
  float: right;
  margin-top: 15px;
}
#fb-invite-friends .invite-friend .thumbnail {
  width: 80%;
  margin-bottom: 20px;
}
#fb-invite-friends .invite-friend .thumbnail .avatar-medium {
  float: left;
  margin-right: 10px;
}
#fb-invite-friends .invite-friend .friend-name {
  font-weight: bold;
  font-size: 12px;
  float: left;
  max-width: 150px;
  max-height: 40px;
  overflow: hidden;
  margin-top: 10px;
}
/*Interaction Forms*/
#auth-prompt {
  padding: 10px 50px;
  font-size: 14px;
}
#auth-prompt .zocial {
  margin: 30px auto !important;
}
#auth-prompt .square-btn-tc {
  float: right;
  margin-top: -5px;
}
/* color selection */
.listing {
  padding: 10px 3px;
  clear: both;
  min-height: 60px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.listing .avatar-medium {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#rating_form #feeling_picker {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#rating_form #feeling_picker .btn {
  background-image: none;
  background-color: #ebebeb;
  color: #8c8c8c;
  width: 29%;
  margin: 0px 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
#rating_form #feeling_picker .btn:hover {
  background-color: #8c8c8c;
  color: #fff;
}
#rating_form #feeling_picker .active {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
}
#rating_form #feeling_picker .active:hover {
  background-color: #000;
  color: #fff;
}
#rating_form #feeling_picker .active:hover {
  background-color: #000;
  color: #fff;
}
#rating_form .well {
  margin-top: 10px;
}
#rating_form input,
#rating_form textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#rating_form .rating-field {
  width: 88%;
}
#rating_form #rating-comments {
  width: 75%;
  float: right;
}
#rating_form #rating-comments .btn-mini {
  margin-top: -2px;
  padding: 1px 5px;
}
#rating_form .fileupload-preview {
  width: 20%;
  min-height: 80px;
}
#rating_form .fileupload-preview img {
  width: 100%;
}
.skip-color {
  border-top: 1px solid #ebebeb;
  padding: 10px 2px;
  min-height: 0px;
}
.save-btn {
  padding: 6px 14px 4px;
  background-color: #333;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #63d9bf;
  box-shadow: none;
  background-color: #ff5664;
  border-style: none;
  border-bottom: 2px solid #ff091e;
  font-size: 14px;
  padding: 10px 48px 8px;
}
.save-btn:hover {
  background-color: #000;
  color: #fff;
}
.save-btn:hover {
  background-color: #000;
  color: #fff;
}
.save-btn:hover {
  background-color: #ff3c4d;
  border-bottom: 2px solid #d50013;
}
.typeahead.dropdown-menu {
  z-index: 20000000;
}
#friends-search-placeholder {
  margin-bottom: 10px;
}
#friends-search-placeholder .friend-name {
  padding-top: 0px;
  display: block;
  font-weight: bold;
}
#friends-search-placeholder a {
  margin-top: 5px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
/*Giveaway*/
#giveaway-info {
  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;
  background-color: #fff;
  padding: 25px;
}
#giveaway-info .logo {
  padding-bottom: 20px;
}
#giveaway-info .giveaway-details,
#giveaway-info .giveaway-entered {
  margin-top: 20px;
}
#giveaway-info .label {
  background-color: #dddddd;
  margin: 5px;
  width: 312px;
  text-shadow: none;
  color: #505050;
}
#giveaway-info .social {
  float: right;
  margin-bottom: -30px;
  width: 177px;
  max-height: 21px;
  overflow: hidden;
}
#giveaway-info .social .fb-like {
  bottom: 3px;
}
#giveaway-info .avatar-x-small {
  float: left;
  padding-right: 5px;
}
#giveaway-form,
#giveaway-invites {
  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;
  background-color: #fff;
  padding: 15px;
}
#giveaway-form strong,
#giveaway-invites strong {
  padding: 5px 0px;
  display: block;
}
#giveaway-form .submit,
#giveaway-invites .submit {
  color: #ffffff;
  text-shadow: 0 -1px 0 #bc0010;
  background-color: #ff3c4d;
  *background-color: #bc0010;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
  background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
  background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
  background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
  background-repeat: repeat-x;
  border-color: #ff3c4d #ff3c4d #ffbcc1;
  border-color: #ff3c4d #ff3c4d #bc0010;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#giveaway-form .zocial,
#giveaway-invites .zocial,
#giveaway-form input,
#giveaway-invites input {
  width: 90%;
}
#giveaway-form .zocial,
#giveaway-invites .zocial {
  margin-bottom: 10px;
}
#giveaway-form form small,
#giveaway-invites form small {
  font-weight: bold;
  color: #505050;
}
#giveaway-form .btn-submit,
#giveaway-invites .btn-submit {
  font-size: 14px;
  padding: 8px 16px;
}
#giveaway-invites {
  padding: 15px;
}
/*Responsive*/
@media (max-width: 1300px) {
  #unauth-cta,
  #no-friends-cta,
  #unauth-cta-new {
    margin: 10px 0px 30px;
  }
  #unauth-cta img,
  #no-friends-cta img,
  #unauth-cta-new img,
  #unauth-cta form,
  #no-friends-cta form,
  #unauth-cta-new form {
    margin-right: 20px;
    margin-top: -5px;
  }
  #unauth-cta img,
  #no-friends-cta img,
  #unauth-cta-new img {
    float: left;
  }
  #unauth-cta form,
  #no-friends-cta form,
  #unauth-cta-new form {
    width: 100%;
  }
  #unauth-cta form .search-holder,
  #no-friends-cta form .search-holder,
  #unauth-cta-new form .search-holder {
    width: 50%;
    margin: 0 auto;
  }
  #unauth-cta form .search-holder.big,
  #no-friends-cta form .search-holder.big,
  #unauth-cta-new form .search-holder.big {
    width: 730px;
  }
  #unauth-cta form .input-append input,
  #no-friends-cta form .input-append input,
  #unauth-cta-new form .input-append input {
    width: 380px;
  }
  #no-friends-cta {
    margin: 20px 0px 0px;
  }
  #trust-friends form input {
    width: 50%;
  }
  #trust-friends h3 {
    width: 50%;
    line-height: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 700px) {
  .popular-brands a {
    float: none;
    margin: 0 auto;
  }
  .row {
    margin-left: 0px;
  }
  .rating-notes-list {
    padding-right: 10px;
  }
  .dropdown,
  #user-dropdown,
  #help-dropdown,
  .dropdown-toggle,
  #other-links {
    float: none !important;
  }
  #friends-use .friend-pic {
    width: 100%;
    float: none;
  }
  #friends-use .friend-pic a {
    display: block;
  }
  .why-popular {
    clear: both !important;
    padding-top: 20px !important;
    padding-left: 0px !important;
  }
  .why-popular #friend-start {
    width: 100% !important;
    clear: both !important;
    overflow: hidden;
  }
  .why-popular br {
    display: none;
  }
  .why-popular .square-btn-tc {
    display: block;
  }
  #brand-popular .brand-name {
    width: 50%;
  }
  .action-buttons.popular-list {
    width: 50% !important;
    left: 35px;
    top: 30px;
  }
  .action-buttons.popular-list .have-it,
  .action-buttons.popular-list .want-it,
  .action-buttons.popular-list .recommend-it {
    width: 100%;
  }
  #unauth-cta-new .search-holder {
    width: 100%;
    margin-bottom: 20px;
  }
  .nav-stacked {
    display: none;
  }
  #unauth-cta-new {
    height: 250px;
    margin-top: -20px;
    background-image: none;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  #unauth-cta-new img {
    float: none;
  }
  #unauth-cta-new .search-holder,
  #unauth-cta-new .search-holder.big {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  #unauth-cta-new .search-holder .square-btn-tc,
  #unauth-cta-new .search-holder.big .square-btn-tc {
    font-size: 14px;
    float: none;
  }
  #unauth-cta-new form {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
  }
  #unauth-cta-new form .pull-left {
    float: none;
  }
  #unauth-cta-new form .pull-left a {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  #unauth-cta-new form .input-append {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    float: none;
    width: 88%;
    clear: both;
  }
  #unauth-cta-new form .input-append input {
    width: 90%;
  }
  #unauth-cta-new h4 {
    padding-left: 0px;
  }
  #unauth-cta-new a.pull-right {
    display: block;
    margin-bottom: 10px;
    width: 90%;
  }
  #unauth-cta-new h3 {
    clear: both;
  }
  #unauth-cta-new h2,
  #unauth-cta-new h1 {
    width: 100% !important;
    margin-bottom: 35px;
    text-align: center;
  }
  #unauth-cta {
    width: 111%;
    margin-left: -20px;
  }
  #simple-cta {
    width: 90% !important;
    padding: 40px 10px !important;
  }
  #trust-friends {
    background-image: none;
  }
  #trust-friends .inner-content {
    padding: 15px 30px 10px 30px;
  }
  #sub-top-nav {
    min-height: 0px;
  }
  #sub-top-nav ul {
    margin-left: 15px;
  }
  #sub-top-nav #top-search {
    float: none;
  }
  #sub-top-nav #top-search input {
    width: 86% !important;
    margin-left: 14px;
    padding-bottom: 7px;
  }
  #main-content {
    margin-top: 10px;
    min-width: 101%;
    margin-left: -6%;
    padding: 0px 20px;
  }
  .alert-tc h3,
  .alert h3 {
    line-height: 30px;
  }
  .alert-tc form,
  .alert form {
    width: 100%;
    float: none;
    clear: both;
  }
  .alert-tc form .input-append input,
  .alert form .input-append input {
    width: 90%;
  }
  h3.header a {
    float: none;
    display: block;
  }
}
@media (max-width: 1200px) {
  .span3 {
    width: 430px;
    margin-bottom: 20px;
  }
  #unauth-cta-new {
    padding: 0px;
  }
  .popular-brands a.benefit {
    display: none;
  }
}
@media (max-width: 1000px) {
  .span3 {
    width: 330px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .span3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-main .pull-right {
    clear: both;
  }
  .product-main .pull-right a {
    margin-left: 50px;
  }
  .span6 {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mobile-hide {
    display: none;
  }
  .deal-modal .square-btn-tc {
    font-size: 13px;
  }
  .rsGCaption {
    display: none;
  }
  .product-detail .product-info .product-main h3 {
    width: 100%;
  }
  .product-main .pull-right {
    float: right;
  }
  .product-main .pull-right.prod {
    float: left;
  }
  .youtube {
    width: 240px;
    height: 131px;
  }
  #brand-popular {
    margin-left: 0px !important;
  }
  #brand-popular li {
    margin-bottom: 10px;
  }
  #brand-popular .detail-block h3 {
    display: none;
  }
  #brand-popular .span3 {
    margin-left: 0px;
  }
  #brand-popular .why-popular.list {
    margin-left: 0px !important;
  }
  #sign-up-form,
  #sign-in-form {
    width: 83%;
    margin-left: 100px;
  }
  #main-content.samples-background {
    margin-top: 0px;
    background-image: none;
  }
  #welcome-note {
    width: 85%;
    margin-top: 10px;
  }
  #logo-and-tagline {
    margin: 0px auto;
  }
  #top-nav .dropdown,
  #top-nav .dropdown-menu {
    display: block;
  }
  #top-nav .caret {
    display: none;
  }
  .form-search #q {
    width: 97%;
  }
  .form-search .btn {
    color: #ffffff;
    text-shadow: 0 -1px 0 #bc0010;
    background-color: #ff3c4d;
    *background-color: #bc0010;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
    background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
    background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
    background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
    background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
    background-repeat: repeat-x;
    border-color: #ff3c4d #ff3c4d #ffbcc1;
    border-color: #ff3c4d #ff3c4d #bc0010;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    clear: both;
    margin: 10px 0px;
  }
  .form-search .btn:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 #bc0010;
    background-color: #ff3c4d;
    *background-color: #bc0010;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
    background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
    background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
    background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
    background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
    background-repeat: repeat-x;
    border-color: #ff3c4d #ff3c4d #ffbcc1;
    border-color: #ff3c4d #ff3c4d #bc0010;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  }
  .productlist .avatar-large {
    float: none;
  }
  #option-browse-brands .btn {
    color: #ffffff;
    text-shadow: 0 -1px 0 #bc0010;
    background-color: #ff3c4d;
    *background-color: #bc0010;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc0010), to(#ff3c4d));
    background-image: -webkit-linear-gradient(top, #bc0010, #ff3c4d);
    background-image: -o-linear-gradient(top, #bc0010, #ff3c4d);
    background-image: linear-gradient(to bottom, #bc0010, #ff3c4d);
    background-image: -moz-linear-gradient(top, #bc0010, #ff3c4d);
    background-repeat: repeat-x;
    border-color: #ff3c4d #ff3c4d #ffbcc1;
    border-color: #ff3c4d #ff3c4d #bc0010;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='darken(@love-red, 25%)', endColorstr='@love-red', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    margin: 5px 0px 10px 0px;
  }
  #landing-features {
    margin-left: -20px;
    width: 110%;
    padding-left: 30px;
  }
  #landing-features .row {
    max-width: 90%;
  }
  #landing-features .thumbnail {
    width: 80%;
  }
  .productblock {
    min-width: 100%;
  }
  #fb-invite-friends {
    margin: 20px 0px;
  }
  #fb-invite-friends input {
    width: 85%;
  }
  #fb-invite-friends .invite-friend li {
    width: 94%;
  }
  #traincase-fb-friends {
    border: none;
    padding-left: 0px;
    width: 360px;
  }
  #traincase-fb-friends .btn-follow-all {
    margin-bottom: 10px;
  }
  #traincase-fb-friends .follow-friend li {
    margin-right: 10px;
    float: left;
  }
  #traincase-fb-friends .follow-friend .thumbnail {
    width: 160px;
  }
  #error-block {
    width: 90%;
    margin-top: 50px;
  }
  #post-to-fb-alert {
    text-align: center;
  }
  #post-to-fb-alert #post-to-wall {
    margin-bottom: 10px;
    width: 95%;
  }
  .product-info,
  .interaction-detail {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .action-buttons-sidebar,
  .product-social {
    width: 89% !important;
  }
  .action-buttons-sidebar {
    padding: 25px;
  }
  .product-social {
    margin-top: 0px;
  }
  #fb-invite-friends ul {
    max-height: 360px;
  }
  #profile-sub-nav {
    margin-left: 10px;
  }
  #profile-sub-nav li {
    width: 109%;
  }
  #rating_form #feeling_picker .btn {
    width: 15%;
    padding: 6px 18px 4px 14px;
  }
  .haves,
  .wants {
    width: 90%;
    margin: 0px 0px;
  }
  .haves .avatar-large,
  .wants .avatar-large {
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .haves .avatar-large img,
  .wants .avatar-large img {
    min-height: 40px;
    min-width: 40px;
  }
  .haves .user-action,
  .wants .user-action {
    margin-left: 0px;
    padding-left: 70px;
    padding-bottom: 10px;
  }
  .haves .rating-notes-list,
  .wants .rating-notes-list {
    padding-left: 0px;
  }
  .haves .rating-notes-list p,
  .wants .rating-notes-list p {
    padding-bottom: 10px;
  }
  #user-profile .span5 {
    height: 75px;
    overflow: hidden;
  }
  #trust-friends {
    height: 370px;
  }
  #trust-friends form input {
    width: 90%;
  }
  #trust-friends h3 {
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
  }
  .modal {
    width: 95% !important;
    margin: 0px !important;
  }
}
/* Responsive */
/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
  .modal {
    margin: 0 0 0 -270px;
  }
}
/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .modal {
    margin: 0 0 0 -270px;
  }
}
/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation: portrait), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  #unauth-actions {
    margin-top: 0px;
    width: 100%;
  }
  #unauth-actions #sign-up-form button {
    width: 100%;
    display: block;
  }
  .product-detail {
    width: 100%;
  }
  .row {
    margin-top: 30px;
  }
  .modal {
    width: 100%;
    height: 500px;
    margin: -15px 0px 0px -10px;
    position: fixed;
    /* Display modal in the centre of your screen */
  
    overflow-y: scroll;
    /*  Ensure that the modal is scroll-able */
  
    -webkit-overflow-scrolling: touch;
    /* Avoid having to use 2 finger scroll on iOS    */
  
  }
  .modal .modal-header {
    padding: 5px 15px;
  }
  .modal .modal-header h3 {
    font-size: 16px;
  }
  .modal .avatar {
    max-width: 20px;
    max-height: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .modal .avatar img {
    min-height: 20px;
    min-width: 20px;
  }
  .modal #rating_form #feeling_picker .btn {
    padding: 5px 10px;
  }
  .modal .modal-body {
    padding: 10px 15px;
    max-height: 2400px;
  }
  .modal .modal-body .well {
    margin-top: 0px;
    padding-top: 5px;
  }
  .modal .modal-body .well textarea {
    font-size: 16px;
  }
  .row {
    width: 100%;
    margin-left: 0px;
  }
  .profile-body {
    width: 90%;
    margin-left: -15px !important;
    margin-bottom: 20px;
  }
  .profile-body #user-profile,
  .profile-body #user-follows,
  .profile-body #user-following {
    width: 100%;
  }
  .profile-body #user-profile .span5,
  .profile-body #user-follows .span5,
  .profile-body #user-following .span5 {
    width: 90%;
    overflow: hidden;
  }
  #profile-sub-nav,
  .haves,
  .wants {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .haves,
  .wants {
    margin-left: -25px;
    width: 90%;
  }
  #main-content {
    width: 100%;
    margin-top: 10px;
  }
  #main-content .navbar {
    width: 95%;
    margin-left: -15px;
  }
  h3,
  h2,
  h1,
  h4 {
    font-size: 22px;
  }
  .product-detail .product-info h3 {
    margin-top: 10px !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .product-detail .product-name {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  #unauth-cta,
  #unauth-cta-new {
    width: 100% !important;
    margin-bottom: 80px;
  }
  #unauth-cta h1,
  #unauth-cta-new h1 {
    font-size: 30px;
  }
  .youtube {
    width: 240px;
    height: 131px;
  }
  #auth-prompt {
    padding: 5px;
  }
  #auth-prompt .muted {
    float: none;
  }
  #auth-prompt .muted .square-btn-tc {
    float: none;
    margin-top: 5px;
    clear: both;
  }
  #sign-up-form {
    padding: 0px;
    margin-left: -10px;
    width: 95%;
  }
  #sign-in-form {
    width: 82%;
    margin-top: -10px;
    margin-left: 100px;
  }
  .user-action-summary .user-action {
    clear: both;
    margin-top: 5px;
  }
  .user-action-summary .product-name {
    padding-left: 0px !important;
  }
}
@media (max-width: 480px) and (max-height: 500px) {
  .modal {
    height: 450px;
  }
}
@media (max-width: 480px) and (max-height: 450px) {
  .modal {
    height: 400px;
  }
}
@media (max-width: 480px) and (max-height: 400px) {
  .modal {
    height: 350px;
  }
}
@media (max-width: 480px) and (max-height: 350px) {
  .modal {
    height: 300px;
  }
}
@media (max-width: 480px) and (max-height: 300px) {
  .modal {
    height: 250px;
  }
}
@media (max-width: 480px) and (max-height: 250px) {
  .modal {
    height: 200px;
  }
}
@media (max-width: 480px) and (max-height: 200px) {
  .modal {
    height: 150px;
  }
}
@media (max-width: 560px) {
  .modal {
    height: 550px, width: 90%;
  }
}
/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  
}
@media (max-width: 980px) {
  .brand-logo {
    margin: 20px auto;
  }
  #user-profile .span5 {
    width: 320px;
  }
  .profile-body {
    margin-left: 10px;
  }
  #user-follows,
  #user-following {
    width: 100%;
  }
  .haves img,
  .wants img {
    max-height: 90px;
  }
  body {
    padding-top: 0px !important;
  }
  .navbar .nav.social-links,
  .navbar .nav.page-links {
    display: none;
  }
  .modal #feeling_picker {
    margin-bottom: 10px;
  }
  .modal #feeling_picker .btn {
    background-image: none;
  }
  .modal .span1 {
    width: 20%;
    float: left;
  }
  .modal .span4 {
    width: 70% !important;
    float: left;
    margin-left: 10px;
  }
  .modal form,
  .modal .well {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #hero #logo-and-tagline {
    width: 90%;
    margin: 0px auto;
  }
  #hero #logo-and-tagline #tagline {
    font-size: 26px;
    line-height: 30px;
    padding-top: 10px;
  }
  .friend-ratings {
    width: 43%;
  }
  .product-social {
    width: 90% !important;
  }
  .product-info {
    width: 100%;
  }
  .product-info h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .product-social {
    margin-top: 25px;
  }
  .product-detail {
    width: 100%;
  }
  .join-tc-alert {
    margin-top: 0px;
  }
  #trust-friends {
    background-position: -200px;
    margin-top: 10px;
  }
  #trust-friends .inner-content {
    padding: 15px 30px 10px 270px;
  }
  .navbar-fixed-top {
    margin-bottom: 10px;
  }
  #top-nav {
    min-height: 40px;
  }
  #top-nav #user-dropdown,
  #top-nav .page-links {
    display: none;
  }
  #top-nav .brand {
    padding-left: 15px !important;
    margin: 0 auto;
  }
  #top-nav .brand #wordmark {
    display: none;
  }
  #top-nav li a {
    font-size: 14px;
    font-weight: normal;
  }
  #top-nav li span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    width: 99%;
  }
  #sub-top-nav {
    padding-top: 0px;
  }
  #sub-top-nav #top-search {
    float: none;
  }
  #sub-top-nav #top-search input {
    width: 80% !important;
  }
  #sub-top-nav #top-search .input-append button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #sub-top-nav ul {
    margin-left: 0px;
  }
  #sub-top-nav ul li {
    line-height: 24px;
  }
  #sub-top-nav ul.nav li a {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
  }
  #sub-top-nav .nav-highlight {
    display: none;
  }
  #sub-top-nav .main-links,
  #sub-top-nav .login-links {
    width: 95%;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  #sub-top-nav #user-dropdown b {
    float: right;
    margin-right: 15px !important;
  }
  .user-action-summary {
    float: none;
    display: block;
    clear: both;
    padding-top: 30px;
  }
  .user-action-summary .rating-notes-list {
    padding: 10px;
  }
  .interaction-detail .user-action-summary .product-name a {
    line-height: 28px;
  }
  .action-buttons-sidebar {
    width: 95%;
    padding: 15px;
  }
  .action-buttons-sidebar .embed-button {
    display: none;
  }
  #skip-ahead {
    display: none;
  }
  #friend-invites {
    width: 90%;
    margin-left: 95px !important;
  }
}
/* Search Styles */
#all-search-results h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
#all-search-results .product-name,
#all-search-results .product-brand {
  display: block;
  padding: 0px 10px;
}
#all-search-results .product-name {
  font-size: 16px;
}
#all-search-results .product-brand {
  font-weight: bold;
  font-size: 14px;
}
#all-search-results .product-color {
  padding: 0px 10px 0px;
  color: #8c8c8c;
  display: block;
}
#all-search-results li {
  margin-top: 10px;
  padding-bottom: 20px;
}
#all-search-results li .action-buttons {
  top: 10px;
  right: 0px;
}
#search-tips-modal {
  top: 20%;
}
#search-tips-modal li {
  margin-bottom: 10px;
}
/*Browse Brands*/
#alpha-nav {
  position: fixed;
  background-image: url('../../img/canvas-bg.png');
  margin-top: -30px;
  padding-top: 20px;
  width: 100%;
}
#brands-alpha-list ul li {
  width: 280px;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 10px;
}
#brands-alpha-list ul li a {
  width: 90%;
  color: #505050;
  font-size: 14px;
}
#brands-alpha-list h4 {
  text-align: center;
  font-size: 18px;
  background-color: #ebebeb;
  color: #000;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 5px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/*! jQuery UI - v1.10.2 - 2013-05-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/******************************
*
*  RoyalSlider Default Inverted Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: '../../img/rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
	background: #EEE;
	color: #222;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefaultInv .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefaultInv.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefaultInv.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefaultInv.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefaultInv.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefaultInv.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefaultInv .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('../../img/rs-default-inverted.png');

	background-color: #FFF;
	background-color: rgba(255,255,255, .75);
	*background-color: #FFF;
	
	border-radius: 2px;
}
.rsDefaultInv .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0.9);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefaultInv .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefaultInv .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsDefaultInv .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsDefaultInv .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BBB;
}
.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #000;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefaultInv .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefaultInv .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefaultInv .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefaultInv .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefaultInv .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsDefaultInv .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsDefaultInv .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefaultInv .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.rsDefaultInv .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefaultInv .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsDefaultInv .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefaultInv .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('../../img/rs-default-inverted.png');
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefaultInv .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefaultInv .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultInv .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultInv .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefaultInv .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefaultInv .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefaultInv .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefaultInv .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefaultInv .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefaultInv .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefaultInv .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefaultInv .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../../img/rs-default-inverted.png') 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
	border-radius: 2px;

}
.rsDefaultInv .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefaultInv .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefaultInv .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(../../img/rs-default-inverted.png) no-repeat 0 -32px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultInv .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefaultInv .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefaultInv .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../../img/rs-default-inverted.png') -64px 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultInv .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefaultInv .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../../img/preloader.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefaultInv .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #FFF;
    background: rgba(255,255,255, 0.75);

	color: #000;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}