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;
}
.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,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(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,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.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: #33a6e7;
  background-image: -moz-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55b6ec), to(#008fe0));
  background-image: -webkit-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -o-linear-gradient(top, #55b6ec, #008fe0);
  background-image: linear-gradient(to bottom, #55b6ec, #008fe0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55b6ec', endColorstr='#ff008fe0', GradientType=0);
  border-color: #008fe0 #008fe0 #005e93;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #008fe0;
  /* 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: #008fe0;
  *background-color: #007fc7;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #006ead \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 {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px rgba(0, 0, 0, 0.04);
  padding: 4px 15px 4px;
  border: 1px solid #CCCCCC;
  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);
}
.btn:hover {
  background-color: #ffffff;
  background-position: 0 15px;
}
.btn:focus {
  outline: none;
}
#avatar-upload-btn[disabled] {
  /*border-color: rgba(0, 0, 0, 0.0980392);
	color: #AAA;*/
  opacity: .5;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  background-image: none;
  background-color: #e5e5e5;
  border-color: #c5c5c5;
  cursor: default;
  box-shadow: none;
}
.btn-large {
  padding: 7px 22px;
}
.btn.active,
.btn:active,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.08), 0 1px 0 #fff;
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.08), 0 1px 0 #fff;
  box-shadow: inset 0 0 6px rgba(0,0,0,.08), 0 1px 0 #fff;
}
.btn-primary {
  font-weight: 600;
  border: 1px solid #2d79aa;
}
.btn-success {
  font-weight: 600;
  border: 1px solid #438b43;
  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-success:hover {
  background: #62c462;
  border-bottom-color: #3f7b19;
  background-position: 0;
}
.btn-success:active {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #52b052;
  background-image: -moz-linear-gradient(top, #57c057, #4c994c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#57c057), to(#4c994c));
  background-image: -webkit-linear-gradient(top, #57c057, #4c994c);
  background-image: -o-linear-gradient(top, #57c057, #4c994c);
  background-image: linear-gradient(to bottom, #57c057, #4c994c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c057', endColorstr='#ff4c994c', GradientType=0);
  border-color: #4c994c #4c994c #336633;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4c994c;
  /* 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 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  border-bottom-color: #3f7b19;
}
.btn-success:active:hover,
.btn-success:active:active,
.btn-success:active.active,
.btn-success:active.disabled,
.btn-success:active[disabled] {
  color: #ffffff;
  background-color: #4c994c;
  *background-color: #438843;
}
.btn-success:active:active,
.btn-success:active.active {
  background-color: #3b773b \9;
}
.btn-primary:hover {
  background: #55b6ec;
}
.btn-large [class^="icon-"] {
  margin-top: 3px;
}
#searchbutton {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 11px;
  border: 1px solid #ddd;
  background-image: url('/images/search.png');
  background-repeat: no-repeat;
  height: 28px;
  background-position: 0px 6px;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
#searchbutton .icon-search {
  opacity: .4;
  font-size: 16px;
  color: #777;
  position: relative;
  top: 1px;
}
.searchfield#appendedInputButton {
  width: 160px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: 0;
  padding: 3px 4px 3px 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0px 0 50px;
}
.searchfield#appendedInputButton:focus {
  width: 200px;
}
.icon-heart {
  color: #ddd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.icon-heart.active {
  color: #d4332c;
}
.dropdown-menu {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  border: 1px solid #d0d0d0;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background: #fafafa;
  color: #333;
}
.dropdown-menu a.active {
  font-weight: bold;
}
.dropdown-menu .divider {
  margin: 8px 0;
}
.dropdown-menu form {
  margin: 0;
}
[data-toggle="buttons-radio"] a {
  color: #444;
}
[data-toggle="buttons-radio"] a.active {
  color: #333;
  font-weight: 700;
}
/*
[data-toolbar-type="8"],
[data-toolbar-type="16"] {
	position: absolute;
	top: 5px;
	right: 0;
}

*/
.radio,
.checkbox {
  margin-right: 10px;
}
/* Tabs
--------------------------------------- */
.nav-tabs {
  border-bottom: 1px dashed #ddd;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a:hover {
  background: none;
  border: none;
  color: #2e5c8f;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  border: none;
  color: #555;
}
.nav-tabs > li > a {
  border: none;
  font-weight: 700;
}
/* Nav pills
--------------------------------------- */
.nav-pills > li > a {
  font-weight: bold;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  font-weight: 700;
  color: #333;
  background: none;
}
.nav > li > a:hover {
  background: none;
  color: #2e5c8f;
}
.nav-pills > li > a {
  padding-left: 0;
}
.sidebar-nav .nav > li > a:hover {
  color: #000;
}
/* Btn fix
--------------------------------------- */
.btn-group + .btn-group {
  margin-left: 0;
}
.btn-group .btn {
  margin-right: 8px;
}
a.unfollow:hover {
  /*
	#gradient > .vertical(#ee5233, #e7340b);
	background-color: #ee5233;
	color: #fff;
	border: 1px solid #a42e1a;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .45);
	*/
}
.btn.follow.primary,
.btn-primary {
  background-color: #33a6e7;
  background-image: -moz-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55b6ec), to(#008fe0));
  background-image: -webkit-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -o-linear-gradient(top, #55b6ec, #008fe0);
  background-image: linear-gradient(to bottom, #55b6ec, #008fe0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55b6ec', endColorstr='#ff008fe0', GradientType=0);
  border-color: #008fe0 #008fe0 #005e93;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #008fe0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 400;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #005f97;
}
.btn.follow.primary:hover,
.btn-primary:hover,
.btn.follow.primary:active,
.btn-primary:active,
.btn.follow.primary.active,
.btn-primary.active,
.btn.follow.primary.disabled,
.btn-primary.disabled,
.btn.follow.primary[disabled],
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #008fe0;
  *background-color: #007fc7;
}
.btn.follow.primary:active,
.btn-primary:active,
.btn.follow.primary.active,
.btn-primary.active {
  background-color: #006ead \9;
}
.btn.follow.primary:hover,
.btn-primary:hover {
  background-color: #55b6ec;
  background-position: 0 8px;
}
.btn.follow.primary:active,
.btn-primary:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  border-color: #2E76A5;
}
#recommended-container .user .btn.follow,
#people-list .user .btn.follow {
  background-color: #33a6e7;
  background-image: -moz-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55b6ec), to(#008fe0));
  background-image: -webkit-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -o-linear-gradient(top, #55b6ec, #008fe0);
  background-image: linear-gradient(to bottom, #55b6ec, #008fe0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55b6ec', endColorstr='#ff008fe0', GradientType=0);
  border-color: #008fe0 #008fe0 #005e93;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #008fe0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 600;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #005f97;
}
#recommended-container .user .btn.follow:hover,
#people-list .user .btn.follow:hover,
#recommended-container .user .btn.follow:active,
#people-list .user .btn.follow:active,
#recommended-container .user .btn.follow.active,
#people-list .user .btn.follow.active,
#recommended-container .user .btn.follow.disabled,
#people-list .user .btn.follow.disabled,
#recommended-container .user .btn.follow[disabled],
#people-list .user .btn.follow[disabled] {
  color: #ffffff;
  background-color: #008fe0;
  *background-color: #007fc7;
}
#recommended-container .user .btn.follow:active,
#people-list .user .btn.follow:active,
#recommended-container .user .btn.follow.active,
#people-list .user .btn.follow.active {
  background-color: #006ead \9;
}
#recommended-container .user .btn.follow:hover,
#people-list .user .btn.follow:hover {
  background-color: #55b6ec;
  background-position: 0 8px;
}
#recommended-container .user .btn.follow:active,
#people-list .user .btn.follow:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  border-color: #2E76A5;
}
.toplist #all-list .btn.follow,
.toplist #people-list .btn.follow,
.toplist #blogs-list .btn.follow {
  font-weight: normal;
  text-shadow: none;
  color: #000;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px rgba(0, 0, 0, 0.04);
  padding: 4px 15px 4px;
  border: 1px solid #CCCCCC;
  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);
}
.toplist #all-list .btn.follow:hover,
.toplist #people-list .btn.follow:hover,
.toplist #blogs-list .btn.follow:hover {
  background-color: #ffffff;
  background-position: 0 15px;
}
.toplist #all-list .btn.follow:focus,
.toplist #people-list .btn.follow:focus,
.toplist #blogs-list .btn.follow:focus {
  outline: none;
}
.toplist #all-list .btn.follow:hover,
.toplist #people-list .btn.follow:hover,
.toplist #blogs-list .btn.follow:hover {
  color: #000;
}
.toplist .btn.follow {
  background-color: #33a6e7;
  background-image: -moz-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55b6ec), to(#008fe0));
  background-image: -webkit-linear-gradient(top, #55b6ec, #008fe0);
  background-image: -o-linear-gradient(top, #55b6ec, #008fe0);
  background-image: linear-gradient(to bottom, #55b6ec, #008fe0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff55b6ec', endColorstr='#ff008fe0', GradientType=0);
  border-color: #008fe0 #008fe0 #005e93;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #008fe0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 600;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #005f97;
}
.toplist .btn.follow:hover,
.toplist .btn.follow:active,
.toplist .btn.follow.active,
.toplist .btn.follow.disabled,
.toplist .btn.follow[disabled] {
  color: #ffffff;
  background-color: #008fe0;
  *background-color: #007fc7;
}
.toplist .btn.follow:active,
.toplist .btn.follow.active {
  background-color: #006ead \9;
}
.toplist .btn.follow:hover {
  background-color: #55b6ec;
  background-position: 0 8px;
}
.toplist .btn.follow:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  border-color: #2E76A5;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-pointer-events: none;
}
.btn-group .btn-inv {
  background: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group .btn-inv .caret {
  margin-left: 0;
}
.btn-group .btn-inv:hover {
  background: #f0f0f0;
  border: 1px solid #dadada;
}
.btn-group.open .btn-inv.dropdown-toggle {
  border: 1px solid #dadada;
}
.dropdown-menu a {
  font-size: 13px;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.totop a {
  display: inline-block;
  border: 1px solid #E7E7E7;
  background: #fff;
  background: rgba(255, 255, 255, 0.62);
  font-weight: bold;
  font-size: 12px;
  color: #666;
  padding: 12px;
  text-shadow: 0 1px 0 white;
  line-height: 1.2;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: default;
}
.totop a:hover {
  text-decoration: none;
  color: #333;
  background: #ffffff;
}
.totop a:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08);
  background: #F8F8F8;
  color: #333;
  border-color: #e2e2e2;
}
.totop a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  cursor: pointer;
}
.nav-btn-group .btn {
  margin-right: 0;
}
.btn-flat {
  background: none;
  border-color: #e3e3e3;
  color: #999;
  padding: 5px 12px 5px;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-flat:hover {
  background: none;
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-huge {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px 0 rgba(0,0,0,0.3);
  padding: 18px 28px;
  font-size: 22px;
  font-weight: 600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-huge:hover {
  background-position: 0 15px;
}
.btn-huge .icon-wrapper {
  float: left;
  padding: 0px 15px 0 0;
  margin-right: 15px;
  margin-top: 2px;
}
.btn-not-huge-but-pretty-big {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px 0 rgba(0,0,0,0.2);
  padding: 12px 22px 10px;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-not-huge-but-pretty-big:hover {
  background-position: 0 10px;
}
.btn-not-huge-but-pretty-big .icon-wrapper {
  float: left;
  padding: 3px 12px 3px 0;
  margin-right: 12px;
  margin-top: 2px;
}
.signup-email-btn {
  box-shadow: none;
  border-color: #BBBBBB;
  margin-left: 5px;
}
.btn-frontpage-fb .icon-facebook {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #2F4F85;
}
.btn-facebook {
  border: 1px solid #2b4982;
  background-color: #3e60a1;
  background-image: -moz-linear-gradient(top, #4669ac, #325291);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4669ac), to(#325291));
  background-image: -webkit-linear-gradient(top, #4669ac, #325291);
  background-image: -o-linear-gradient(top, #4669ac, #325291);
  background-image: linear-gradient(to bottom, #4669ac, #325291);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4669ac', endColorstr='#ff325291', GradientType=0);
}
.btn-facebook:hover {
  background-color: #4669ac;
}
.btn-facebook .icon-wrapper {
  border-right: 1px solid #2F4F85;
}
.btn-twitter {
  border: 1px solid #2e9cc3;
  background-color: #38b3dd;
  background-image: -moz-linear-gradient(top, #3ec2ef, #2e9cc3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3ec2ef), to(#2e9cc3));
  background-image: -webkit-linear-gradient(top, #3ec2ef, #2e9cc3);
  background-image: -o-linear-gradient(top, #3ec2ef, #2e9cc3);
  background-image: linear-gradient(to bottom, #3ec2ef, #2e9cc3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3ec2ef', endColorstr='#ff2e9cc3', GradientType=0);
}
.btn-twitter:hover {
  background-color: #3ec2ef;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Start
--------------------------------------- */
body,
html {
  height: 100%;
  overflow: hidden;
}
#loader {
  height: 200px;
  top: -80px;
  left: 620px;
  position: absolute;
  display: none;
  z-index: 2;
}
#toolbar {
  background: #f7f7f7 url('/images/frame/toolbar_bg.gif') repeat-x fixed top left;
  height: 40px;
  border-bottom: 1px solid #cecece;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.06);
  display: block;
}
#toolbar > ul li {
  display: inline;
  height: 40px;
}
#tb-logo {
  margin: 0 0 0 13px;
}
.logo {
  margin-top: 10px;
  margin-bottom: 2px;
  margin-right: 8px;
  display: inline-block;
  width: 107px;
  height: 25px;
  text-indent: -9999px;
  float: left;
  background: url("../images/logo-2.svg") no-repeat;
}
@media screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .logo {
    background-size: 107px 25px;
    background-image: url("../images/logo@2x.png");
  }
}
#toolbar-left {
  position: absolute;
  top: 0;
  left: 0;
}
#toolbar-left li {
  float: left;
}
#toolbar-left .tb-btn a {
  margin: 6px 8px 0 0;
  text-decoration: none;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  height: 22px;
  padding: 4px 8px 0;
}
#toolbar-left #tb-btn-next a {
  margin-right: 0;
}
#toolbar-left .tb-btn img {
  margin-bottom: -2px;
}
#toolbar-left #tb-btn-like,
#toolbar-left #tb-btn-oldest {
  margin-left: 10px;
}
#toolbar-left #tb-btn-like img {
  margin-bottom: -3px;
}
#toolbar-left #tb-label-share,
#toolbar-left #tb-btn-fb a,
#toolbar-left #tb-btn-tw a,
#toolbar-left #tb-btn-p a {
  display: none;
}
@media screen and (min-width: 890px) {
  #toolbar-left #tb-label-share {
    display: inline;
    margin-right: 7px;
  }
  #toolbar-left #tb-btn-fb a,
  #toolbar-left #tb-btn-tw a,
  #toolbar-left #tb-btn-p a {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.3px;
  }
  #toolbar-left #tb-btn-fb a {
    margin-left: 6px;
    background-color: #3b599c;
    border: 1px solid #2a4186;
  }
  #toolbar-left #tb-btn-tw a {
    background-color: #2baeec;
    border: 1px solid #009cc8;
  }
  #toolbar-left #tb-btn-p a {
    background-color: #cc2127;
    border: 1px solid #B82429;
  }
}
#toolbar-right {
  position: absolute;
  top: 0;
  right: 0;
}
#toolbar-right li {
  float: left;
}
#toolbar-right li img {
  margin: 12px;
}
.tb-divider-solid {
  width: 1px;
  background-color: #eaeaea;
}
#tb-select select {
  margin: 10px 12px;
}
#tb-btn-followtxt {
  margin-right: 0;
}
.tb-btn-link {
  font: normal normal 81.25%/1.7em arial, sans-serif;
  margin: 9px 12px 0;
  color: #666;
}
a[data-func="Follow"] {
  width: auto !important;
}
a[data-func="Unfollow"] {
  width: auto !important;
}
.tb-btn-link a {
  color: #666;
  text-decoration: none;
}
.tb-btn-link a:hover {
  color: #333;
}
.follow {
  padding-top: 2px;
}
