body {
  height: 100%;
}

a {
  text-decoration: none;
}

.single-view .rside,.single-view .post-list {
  display: none;
}

.loading {
  background-image: url('/static/img/loaders/squares-circle.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

.frontpage {
  width: 100%;
  min-height: 900px;
}

.main {
  /*background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 0 0 12px rgba(238,238,238,.15);
  -moz-box-shadow: 0 0 0 12px rgba(238,238,238,.15);
  -webkit-box-shadow: 0 0 0 12px rgba(238,238,238,.15);*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 10px auto 20px;
  padding: 0;
  position: relative;
  min-height: 875px;
  width: 100%;
  max-width: 1045px;
  clear: both;
}

#content {
  padding: 5px 15px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}

.header-custom-bg {
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0;
  background-repeat: no-repeat;
  min-height: 163px;
  padding: 0;
}

.header-custom-bg.nvb-absent {
  min-height: 133px;
}

.header-custom-bg.ch-big-logo {
  padding-bottom: 62px;
}

.header-custom-bg.ch-big-logo.nvb-absent {
  padding-bottom: 0;
}

.header-custom-bg.cover-mobile {
  background-size: cover;
  min-height: 57px;
}

.header-custom-bg.ch-logo {
  background-position: 15px 15px;
}

.main.loading {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}

.rm-top-header {
  position: relative;
  max-width: 1045px;
  margin: 0 auto;
  height: 33px;
  min-height: 33px;
}

.rm-top-header .rebelmouse-logo {
  background: url('/static/img/logos/rebelmouse-logo-small.png?4') no-repeat 5px 0;
  height: 29px;
  float: left;
  width: 125px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  margin: 9px 0 0 0;
}

.rm-top-header .rside {
  min-height: 29px;
}

.hdr .the-site-logo-block {
  float: left;
  position: relative;
  margin: 40px 0 0 40px;
}

.hdr .the-site-logo-block .change-site-title-link {
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  box-shadow: 0px 0px 1px #999;
  font-size: 12px;
  display: inline-block;
}

.hdr .the-site-logo-block .change-site-title-link:hover {
  background-color: #145a7c;
  color: #fff;
  text-decoration: none;
}

.hdr .header-right {
  float: right;
  margin: 31px 40px 0 0;
}

.hdr .share-page .share-page-headline {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #9b9b9b;
  font-family: tahoma,sans-serif;
  margin: 0 0 6px;
}

.hdr .share-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hdr .share-page li {
  float: left;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 1;
  height: 34px;
  line-height: normal;
}

.hdr .share-page li:first-child {
  padding-left: 0;
}

.hdr .share-page li .icons {
  display: block;
  margin: 0 auto;
}

.hdr .share-page .short-tooltip .heading {
  padding: 0 5px 3px 0;
}

.hdr .share-page .short-tooltip.bt:after,.hdr .share-page .short-tooltip.bt:before {
  left: 205px;
}

.hdr .share-page li .short-tooltip {
  left: -187px;
  top: -86px;
  width: 217px;
  display: none;
}

.hdr .share-page li:hover .short-tooltip {
  display: block;
}

.hdr .share-page li a:active .icons {
  box-shadow: inset 0 1px 4px -1px #000000;
  -moz-box-shadow: inset 0 1px 4px -1px #000000;
  -webkit-box-shadow: inset 0 1px 11px -3px #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.hdr .share-page li a {
  display: block;
  font-size: 0;
}

.hdr .share-page li a :hover {
  text-decoration: none;
}

.subscribe-page {
  text-align: right;
  overflow: hidden;
  padding: 8px 0 31px;
  clear: both;
}

.subscribe-page .btn,.subscribe-page input {
  float: right;
}

.subscribe-page input {
  background-color: rgba(255,255,255,.8);
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #ccc;
  border-right: 0;
  font-size: 11px;
  height: 15px;
  padding: 3px 3px 3px 6px;
  width: 94px;
}

.subscribe-page.wider-box input {
  width: 146px;
}

.subscribe-page input::-webkit-input-placeholder {
  color: #000;
  color: rgba(0,0,0,.35);
}

.subscribe-page input:-moz-placeholder {
  color: #000;
  color: rgba(0,0,0,.35);
}

.subscribe-page input::-moz-placeholder {
  color: #000;
  color: rgba(0,0,0,.35);
}

.subscribe-page input:-ms-input-placeholder {
  color: #000;
  color: rgba(0,0,0,.35);
}

.subscribe-page .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #888888;
  font: bold 9px/15px Tahoma,Arial,sans-serif;
  height: 23px;
  width: 61px;
  padding: 2px 0 3px;
  -webkit-text-shadow: 0 1px 0 #FFFFFF;
  -moz-text-shadow: 0 1px 0 #FFFFFF;
  text-shadow: 0 1px 0 #FFFFFF;
}

.mobile-bar {
  display: none;
}

body.embed {
  background: transparent;
  overflow: auto;
}

body.embed .main {
  border: 0;
  background: transparent;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1013px;
}

body.embed #content {
  padding: 0;
}

body.sidebar-embed .main {
  min-height: 0;
}

.hdr {
  position: relative;
  clear: both;
}

.loading .hdr {
  visibility: hidden;
}

.hdr .site-logo {
  display: inline-block;
  margin-right: 5px;
  min-width: 48px;
  vertical-align: middle;
}

.hdr .site-logo img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.hdr .site-title {
  display: inline-block;
  max-width: 610px;
  word-wrap: break-word;
  vertical-align: middle;
}

.hdr h1 {
  margin: 5px 0;
}

.hdr h1,.hdr h1 a {
  color: #145A7C;
  display: inline-block;
  font: bold 24pt/26pt Tahoma,sans-serif;
  outline: none;
}

.hdr .customized-font-color .share-page .share-page-headline,.hdr .customized-font-color h1,.hdr .customized-font-color h1 a {
  color: inherit;
}

.hdr h1 a:hover {
  text-decoration: none;
}

.rside {
  float: right;
  background: rgba(255,255,255,0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  margin: 8px 0 0 0;
}

.rside .manage-site {
  display: inline-block;
  padding: 3px 11px 3px 7px;
  background: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  color: #656565;
  text-decoration: none;
}

.rside .manage-site:hover {
  color: #555555;
  background: #F7F7F7;
}

.rside .manage-site .icons {
  vertical-align: top;
  opacity: 0.75;
}

.rside .manage-site:hover .icons {
  opacity: 1;
}

.rside .dash-settings,.rside .userPrefs {
  float: left;
}

.rside .userPrefs .new {
  font-size: 9px;
  font-weight: bold;
  color: #bc1111;
  padding-left: 5px;
}

.rside .dash-settings {
  margin: 2px 0 0 2px;
}

.rside .dash-settings {
  font-size: 12px;
}

.dash-settings .btn-group .btn {
  background: none;
  border: 0;
  box-shadow: none;
  color: #757575;
  font-size: 12px;
  padding: 4px 10px;
}

.dash-settings .btn-group .btn .caret {
  border-top-color: #757575;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dash-settings .btn-group .btn img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
  margin-right: 3px;
  z-index: 1;
  top: -2px;
  width: 18px!important;
  height: 18px!important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.rside .logout-menu-item,.rside .addpost-menu-item {
  display: none;
}

.rside .userPrefs {
  padding-top: 7px;
}

.rside .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 120px;
}

.rside .signup-promo-mobile .dropdown-menu {
  min-width: 54px;
}

.rside .signup-promo-mobile .btn-toolbar {
  margin: 0;
}

.rside .dropdown-menu .divider {
  margin: 2px 1px;
}

.post-list {
  position: relative;
}

.status-message {
  text-align: center;
  margin-top: 10%;
  color: #ccc;
  font-size: 50pt;
  line-height: 52pt;
  z-index: 1;
  display: none;
}

.drafts {
  margin: 0 auto;
  clear: both;
}

.col {
  max-width: 242px;
  float: left;
  margin-right: 15px;
  /*padding-bottom: 20px;*/
}

.giant_splash .col {
  width: 100%!important;
  max-width: 100%!important;
}

.col:last-child {
  margin-right: 0;
}

.post-list .last-child {
  margin-right: 0;
}

.show-more-drafts {
  font: bold 13px/15px Arial,serif;
  color: #333;
  display: none;
  padding: 5px;
  text-align: center;
}

.loading .ftr {
  visibility: hidden;
}

.userPrefs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.userPrefs li {
  float: left;
  color: #999;
  padding: 1px 9px 0 10px;
}

.userPrefs li a {
  font: bold 12px/14px Arial,serif;
  color: #757575;
  float: left;
  padding: 0;
}

.userPrefs li a .info,.userPrefs li a .edit,.userPrefs li a .shout-outs,.userPrefs li a .notifications {
  opacity: 0.7;
}

.userPrefs li a:hover .info,.userPrefs li a:hover .edit,.userPrefs li a:hover .shout-outs,.userPrefs li a:hover .notifications {
  opacity: 1;
}

.userPrefs li a:hover {
  text-decoration: none;
}

.userPrefs li a.on {
  color: #145A7C;
}

.userPrefs .notifications {
  position: relative;
}

.notifications .notification-ticker {
  position: absolute;
  top: -6px;
  left: 50%;
  min-width: 10px;
  height: 13px;
  padding: 0 2px 1px;
  text-align: center;
  display: none;
  cursor: pointer;
}

.hdr .edit-sitename {
  display: none;
}

.hdr .site-title:hover .edit-sitename {
  display: inline-block;
}

.hdr .save-sitename {
  display: none;
  position: relative;
  top: -5px;
  left: 3px;
}

#new-post-popup {
  padding: 15px 0 0;
}

#new-post-popup .control-group {
  font: 13px Tahoma,sans-serif;
}

#new-post-popup .remove {
  color: #333;
  font: 12px Tahoma,sans-serif;
}

#new-post-popup table {
  width: 90%;
  margin: 0 auto;
  font: 12px Tahoma,sans-serif;
}

#new-post-popup .form-actions {
  margin: 0;
  text-align: right;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.first-col {
  float: left;
  padding-bottom: 20px;
  margin-right: 15px;
  max-width: 242px;
}

.second-col {
  float: left;
  max-width:756px;
}

.giant_splash .first-col {
  max-width: 100%!important;
}

.embed .loading .first-col,.embed .loading .second-col {
  position: absolute;
}

.embed .loading .second-col {
  left: 257px;
}

.two-cols-wrapper {
  max-width: 499px;
  float: left;
  margin-right: 15px;
}

.three-cols-wrapper {
  width: 756px;
  float: left;
}

.three-cols-wrapper .col {
  max-width: 756px;
}

.three-cols-wrapper .splash {
  width: 756px;
}

.three-cols-wrapper .splash .widget {
  width: auto;
}

.three-cols-wrapper .splash .widget .image {
  max-width: 728px!important;
}

.two-cols-wrapper .splash {
  max-width: 499px;
}

.two-cols-wrapper .splash .widget {
  max-width: 499px;
}

.giant-splash .widget .slide-wrapper {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  max-width: 982px;
  overflow: hidden;
}

.two-cols-wrapper .splash .widget .slide-wrapper {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  max-width: 467px;
  overflow: hidden;
}

.two-cols-wrapper .splash .widget .slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.two-cols-wrapper .splash .widget .slide-list span {
  width: 100%;
  max-width: 467px;
  display: block;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
}

.two-cols-wrapper .splash .widget .slide-wrapper img {
  vertical-align: middle;
}

.two-cols-wrapper .splash .widget .slide-caption {
  display: block;
  padding: .7em;
  color: #5A5858;
  word-wrap: break-word;
  font: 13px/15px Tahoma,sans-serif;
}

.two-cols-wrapper .splash .widget .slide-caption a {
  display: inline;
}

.two-cols-wrapper .splash .widget .slide-caption p {
  font: 13px/15px Tahoma,sans-serif;
}

.two-cols-wrapper .splash .widget .slide-caption p {
  font-size: 12px;
  margin: 0;
}

.two-cols-wrapper .splash .widget .image {
  max-width: 466px!important;
  /*width: 100%;*/
}

.site-info {
  display: none;
}

.drilling {
  display: none;
  background-color: #FAFAFA;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  text-align: center;
}

.drilling .status {
  font: 46px 'RebelHandRegular';
  color: #063a53;
  margin: 50px 0 20px 0;
}

.drilling .promo-text {
  width: 650px;
  margin: 20px auto 0;
}

.drilling p {
  font: 21px/25px 'RebelHandRegular';
  color: #666666;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid #dadada;
}

.drilling p:first-child {
  border-top: 0;
}

.subpage-menu {
  height: 32px;
}

.subpage-menu.overflow-hidden {
  height: 32px;
}

.nav-bar {
  padding: 0 15px;
  margin: 0;
  height: 32px;
  position: absolute;
  bottom: 0;
  background: url("/static/img/dashboard/bg-multiple-tabs.png?2") repeat-x scroll 0 -33px;
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-bar.fixed-navbar {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 15;
}

.nav-bar.fixed-navbar .go-home.active {
  height: 22px;
}

body.embed .nav-bar {
  position: relative;
  left: 0;
  margin-top: 1px;
}

.subpage-menu .go-drafts,.tags-menu .go-drafts,.subpage-menu .go-home,.tags-menu .go-home {
  min-width: 37px;
  color: #5B5B5B;
  font: bold 12px/16px Tahoma,sans-serif;
  padding: 7px 15px 0 15px;
  position: absolute;
  height: 23px;
  border: 1px solid rgba(0,0,0,0.15);
  border-bottom-color: transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: rgba(255,255,255,0.85);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.subpage-menu .go-drafts.active,.subpage-menu .go-drafts:hover,.subpage-menu .go-home.active,.subpage-menu .go-home:hover {
  color: #145A7C;
  background: #fafafa;
  border-bottom-color: #fafafa;
  text-decoration: none;
  height: 23px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.subpage-menu .go-drafts,.tags-menu .go-drafts {
  display: inline-block;
}

.subpage-menu .go-drafts i {
  color: #bababa;
}

.subpage-menu .go-home.active.private {
  border: 1px dashed #ddd;
}

.filter-drafts {
  position: absolute;
  top: 0;
  left: 0;
}

.filter-drafts ul {
  width: 180px!important;
}

.posts-remove-dropdown {
  position: relative;
  display: block;
  font-size: 12px;
  min-height: 25px;
  margin: 0 0 15px 0;
}

.posts-remove-dropdown .filter-drafts {
  margin: 0 10px 0 0;
}

.posts-remove-dropdown .drafts-total-amount {
  padding: 5px 0 0 0;
}

.posts-remove-dropdown .dropdown-toggle {
  float: right;
}

.posts-remove-dropdown .dropdown-menu {
  width: 216px;
  right: 0;
  left: auto;
}

.nav-menu {
  padding: 0;


  height: 32px;
  list-style-type: none;
  border-left: 0px solid #868686;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 67px;
  display: block;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.nav-menu>li {
  float: left;
  position: relative;
  padding: 0;
  height: 32px;
}

.nav-menu li .title {
  color: #757575;
  font: bold 12px/16px Tahoma,sans-serif;
  padding: 7px 15px 0;
  height: 23px;
  float: left;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(0,0,0,0.15);
  border-bottom: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-ie9 .nav-menu {
  padding: 0 0 0 67px;
}

.lt-ie9 .nav-bar .go-home,.lt-ie9 .nav-menu li .title {
  height: 23px;
  border: 1px solid #ddd;
}

.nav-menu li .title.private {
  color: #999;
  border: 1px dashed rgba(0,0,0,0.15);
}

.nav-menu li .tag-option {
  color: #7D7D7D;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 10px;
}

.nav-menu li:hover .tag-option {
  color: #fff;
}

.nav-menu li .tag-option:hover {
  color: #f00;
}

.nav-menu .sub-nav {
  padding: 10px;
  margin: -1px 0 0 -1px;
}

.nav-menu .sub-nav .subpage-title,.nav-menu .sub-nav .subpage-tags {
  margin: 0 0 8px;
  color: #838383;
}

.nav-menu .sub-nav .btn-primary {
  color: #fff;
}

.nav-menu .sub-nav label {
  color: #838383;
}

.nav-menu li.active,.nav-menu li:hover {
  cursor: pointer;
}

.nav-menu li.active a,.nav-menu li:hover a {
  color: #145A7C;
  text-decoration: none;
  background: #fafafa;
  height: 24px;
}
/*
@-webkit-keyframes lightGreyPulse {
  from {
    background-color: #e1e1e1;
    -webkit-box-shadow: 0 0 3px #e0e0e0;
  }

  50% {
    background-color: #efefef;
    -webkit-box-shadow: 0 0 5px #f1f1f1;
  }

  to {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #ffffff;
  };
}
*/
.nav-bar .save-menu {
  background: white;
  color: #545454;
  font: bold 12px/15px Tahoma, sans-serif;
  height: 24px;
  padding: 8px 10px 0;
  float: right;
  border-left: 1px solid #868686;
  text-decoration: none;
  -webkit-animation-name: lightGreyPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.nav-bar .subpage-form {
  display: none;
}

.nav-bar .controls-list {
  height: 32px;
  position: absolute;
  right: 10px;
  top: 1px;
}

.nav-bar .controls-list .short-tooltip {
  bottom: 41px;
  right: -95px;
  left: auto;
  top: auto;
  display: block;
  z-index: 1;
}

.nav-bar .controls-list .edit {
  background-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #707070;
  float: right;
  font-size: 13px;
  line-height: 18px;
  margin: 2px 5px 0 0;
  padding: 2px 7px 4px;
}

.nav-bar .controls-list .edit:hover {
  background-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.nav-bar .controls-list a:hover strong {
  text-decoration: none;
}

.nav-bar .view-more {
  color: #5B5B5B;
  font: bold 12px/16px Tahoma, sans-serif;
  height: 24px;
  padding: 8px 10px 0;
  float: right;
}

.nav-bar .edit-mode-state .view-more {
  display: none;
}

.nav-bar .view-more:hover {
  color: #545454;
  text-decoration: none;
}

.subpage-menu.droparea .drop-here {
  background-color: #fffde7;
}

.subpage-menu.droparea .drop-here-active, .hoverSubpageItem .drop-here-active {
  background-color: #167BA7 !important;
  color: #FFFFFF !important;
}

.slides .add-image {
  display: none;
}

.embed .single-col-layout .first-col {
  float: none;
  margin: auto;
}

.single-col-layout .widget:first-child .image {
  height: auto !important;
}

.signup-promo {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -304px;
  z-index: 12;
}

.signup-promo img {
  background: transparent url('/static/img/promos/sign-up-promotion.png?3') 0 0 no-repeat;
}

.signup-promo.light,.signup-promo.dark {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -372px;
  z-index: 15;
}

.signup-promo.light img {
  background: transparent url('/static/img/promos/sign-up-promotion.png?3') 0 0 no-repeat;
}

.signup-promo.dark img {
  background: transparent url('/static/img/promos/sign-up-promotion.png?3') 0 -69px no-repeat;
}

.loading .check-it-on-rm {
  display: none;
}

.cols1 .check-it-on-rm,.cols2 .check-it-on-rm {
  display: block;
}

.dead-site {
  position: fixed;
  width: 700px;
  height: 542px;
  margin: -271px 0 0 -400px;
  left: 50%;
  top: 50%;
  text-align: center;
  background: #fff;
  z-index: 99;
  padding: 30px 60px 0;
  -webkit-box-shadow: 1px 1px 9px #d0d0d0;
  -moz-box-shadow: 1px 1px 9px #d0d0d0;
  box-shadow: 1px 1px 9px #d0d0d0;
  border: 1px solid #c7c7c7;
}

.dead-site .close-activate-site {
  position: absolute;
  top: 11px;
  right: 9px;
}

.dead-site .title {
  font: bold 42px Tahoma, sans-serif;
  color: #29386e;
  padding: 34px 0 0 0;
}

.dead-site p {
  font: 19px/26px Tahoma, sans-serif;
  color: #4d4d4d;
  padding: 0;
}

.dead-site .footer {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}

.dead-site .footer li {
  display: inline-block;
  font-size: 13px;
  color: #7c7c7c;
  padding: 0 10px;
}

.dead-site .footer li a {
  text-decoration: underline;
}

.dead-site .feedback {
  margin-top: 5px;
  font-size: 13px;
}

.loading-posts {
  display: none;
  padding: 9px;
  font: bold 12px/15px Tahoma, sans-serif;
  color: #333;
  background: lightGrey;
  opacity: 0.9;
  position: absolute;
  width: 164px;
  bottom: 0;
  left: 50%;
  margin-left: -82px;
}

.scroll-top {
  background: #eaeaea;
  display: block;
  position: fixed;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
  font: bold 12px/15px Tahoma, sans-serif;
  color: #333;
  bottom: -1px;
  right: 15px;
  padding: 10px 15px;
  width: 44px;
  z-index: 10;
}

.scroll-top:hover {
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  text-decoration: none;
  color: #323232;
}

.scroll-top i.icon-chevron-up {
  display: none;
}

.signup-embed {
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 15;
  height: 0;
}

.embed .signup-embed {
  text-align: center;
  left: 0;
}

.signup-embed .signup-bar {
  display: inline-block;
  list-style: none;
  margin: 0 15px 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background-color: rgba(255, 255, 255, 0.94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
  position: relative;
  top: -53px;
}

.embed .signup-embed .signup-bar {
  margin: 0 auto;
}

.signup-embed .signup-bar .item {
  float: left;
  font-size: 12px;
}

.signup-embed .signup-bar .join-rebelmouse {
  margin-left: 15px;
}

.signup-embed .rebelmouse-logo-sm {
  background: url("/static/img/logos/rebelmouse-logo-small.png?3") no-repeat -27px -2px;
  display: inline-block;
  height: 25px;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  top: -4px;
  width: 82px;
}

.signup-embed .icons {
  margin: 10px 0 0;
}

.signup-embed .icons.tw {
  margin: 10px 15px 0 0;
}

.signup-embed a {
  font: bold 13px Helvetica, Arial, sans-serif;
  color: #145A7C;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.signup-embed a:hover {
  text-decoration: none;
}

.signup-embed .join-rm {
  margin: 20px 0 0 0;
}

.signup-embed .share-link > a,.signup-embed .scroll-up {
  background-color: #F7F7F7;
  border-left: 1px solid #DDDDDD;
  display: inline-block;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 53px;
  text-align: center;
  width: 60px;
  color: #a0a0a0;
}

.signup-embed .share-link > a {
  z-index: 50;
  position: relative;
}

.signup-embed .item:first-child > a {
  border-left: 0;
}

.signup-embed .signup-bar .icons.share-ico,.signup-embed .signup-bar .icons.up {
  display: block;
  margin: 0 auto;
}

.signup-embed .signup-bar .icons.share-ico {
  margin-top: 11px;
}

.signup-embed .signup-bar .icons.up {
  margin-top: 5px;
}

.signup-embed .share-link a:hover,.signup-embed .scroll-up:hover {
  background: #fff;
}

.signup-embed .share-link a:hover,.signup-embed .scroll-up:hover {
  -moz-box-shadow: inset 0 1px 2px 1px #DDD;
  -webkit-box-shadow: inset 0 1px 2px 1px #DDD;
  box-shadow: inset 0 1px 2px 1px #DDD;
  background: #e5e5e5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e5e5e5 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f8f8f8));
  background: -webkit-linear-gradient(top, #e5e5e5 0%,#f8f8f8 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%,#f8f8f8 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%,#f8f8f8 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%,#f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f8f8f8',GradientType=0 );
  text-decoration: none;
}

.signup-embed .share-link {
  position: relative;
  z-index: 2;
}

.signup-embed .share-bar {
  position: absolute;
  bottom: 53px;
  width: 60px;
  list-style: none;
  margin: 0;
  padding: 0 0 0;
}

.signup-embed .share-bar {
  height: 0;
  overflow: hidden;
}

.signup-embed .share-link:hover .share-bar {
  height: 163px;
  padding: 0 0 10px;
  -moz-transition: height .2s;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
}

.signup-embed .share-link:hover .share-bar:before {
  border-left: 8px solid rgba(255,255,255,0);
  border-top: 8px solid #ccc;
  border-right: 8px solid rgba(255,255,255,0);
  bottom: 2px;
  left: 22px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  z-index: 1;
}

.signup-embed .share-link:hover .share-bar:after {
  border-left: 8px solid rgba(255,255,255,0);
  border-top: 8px solid white;
  border-right: 8px solid rgba(255,255,255,0);
  bottom: 3px;
  left: 22px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  z-index: 1;
}

.signup-embed .share-bar .icons {
  margin: 20px 0 0 0;
}

.signup-embed .share-bar li {
  border: 1px solid #ddd;
  border-top: 0;
}

.signup-embed .share-bar li:first-child {
  border-top: 1px solid #ddd;
}

.signup-embed .share-bar li:first-child a,.signup-embed .share-bar li:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.signup-embed .share-bar li:last-child a,.signup-embed .share-bar li:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.signup-embed .share-bar a {
  text-align: center;
  border-left: 0;
  height: 53px;
  text-align: center;
  width: 58px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.signup-embed .scroll-top i {
  font-size: 21px;
  display: inline;
  left: 3px;
  top: 2px;
  position: relative;
}

.embed .scroll-top:hover {
  color: #5A5858;
}

.autocomplete-list .autocomplete-item a {
  font-size: 12px;
  display: block;
  padding: 5px 2px;
}

.autocomplete-list .autocomplete-item a:hover {
  background: #0088cc;
  color: #fff;
  text-decoration: none;
}

.nav-more-wrapper {
  position: absolute;
  z-index: 20;
  top: 31px;
  right: 0;
  border-radius: 0 0 3px 3px;
  min-width: 108px;
  border: 1px solid #DDDDDD;
  background: #FAFAFA;
}

.nav-more {
  display: block;
  list-style: none outside none;
  margin: 0 1px;
  padding: 0;
}

.nav-more a {
  font: bold 13px Tahoma, Arial, sans-serif;
  padding: 7px 15px;
  display: block;
  color: #5B5B5B;
  border-top: 1px solid #ddd;
}

.nav-more li:first-child a {
  border: 0;
}

.nav-menu li .title:hover,.nav-more a:hover {
  background: #fafafa;
  color: #545454;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}

.redactor_box .redactor_editor blockquote {
  margin: 0 !important;
  background-color: #F8F8F8!important;
}

.widget .body blockquote {
  margin: 0;
  background: #F8F8F8;
  font-style: italic;
}

.widget .body blockquote:before {
  background: url('/static/img/icons/redactor-icons.png') no-repeat 0 -0px;
  content: '';
  width: 26px;
  height: 23px;
  position: absolute;
  top: 1px;
  left: 0;
}

.widget .body blockquote:after {
  background: url('/static/img/icons/redactor-icons.png') no-repeat -25px -7px;
  content: '';
  width: 19px;
  height: 16px;
  right: 8px;
  bottom: 8px;
  position: absolute;
}

.widget .body blockquote {
  background-color: #f8f8f8;
  margin: 0;
  border: 0;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  line-height: 20px;
  color: #777777;
  font-size: 12px;
}

.subpage-notification {
  list-style-type: none;
  padding: 2px 10px;
}

.subpage-notification .notification-title {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 12px;
  line-height: 15px;
  color: #145A7C;
}

.subpage-notification {
  left: 94px;
  list-style-type: none;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.subpage-notification .notification-controls {
  display: inline-block;
  padding: 0 0 10px;
}

.subpage-notification .notification-controls .btn {
  padding: 4px 36px;
}

.subpage-notification .notification-controls .btn:first-child {
  margin: 0 10px 0 0;
}

.no-posts-notification {
  text-align: center;
  margin-top: 20%;
  color: #ccc;
  font-size: 50pt;
  line-height: 52pt;
  z-index: 1;
}

.signup-promo-mobile {
  display: none;
}

.shadow {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  background: url('/static/img/bg/transparent.gif');
}

.nav-bar .new-rebel-nav {
  left: 0;
  top: 38px;
}

.nav-bar .new-rebel-nav.top-a:after,.nav-bar .new-rebel-nav.top-a:before {
  left: 41px;
}

.nav-bar .short-tooltip .close-tooltip {
  float: right;
  color: #B9B9B9;
  cursor: pointer;
}

.nav-bar .short-tooltip .close-tooltip:hover {
  text-decoration: none;
}

.nav-bar .edit-rebel-nav {
  bottom: 34px;
  left: auto;
  right: 0;
  top: auto;
}

.nav-bar .edit-rebel-nav.drag-to-tab {
  left: 0;
}

.nav-bar .short-tooltip.bt:after {
  left: 206px;
}

.nav-bar .short-tooltip.bt:before {
  left: 206px;
}

.short-tooltip.bt.edit-rebel-nav:after,.short-tooltip.bt.edit-rebel-nav:before {
  left: 278px;
}

.short-tooltip.edit-rebel-nav {
  width: 284px;
  z-index: 1;
}

.short-tooltip.new-rebel-nav {
  z-index: 1;
}

.frozen-informer {
  border-bottom: 1px solid #d8ebfb;
  padding: 6px 7px 5px 7px;
  margin: -10px -15px 10px;
  background-color: #f7fbfe;
  font-size: 13px;
  cursor: default;
}

.frozen-informer p {
  font-size: 12px;
  padding: 0 3px 0 0;
  display: inline;
  margin: 0;
}

.frozen-informer p {
  font: bold 11px Tahoma, Arial, sans-serif;
}

.splash .frozen-informer p {
  font-size: 13px;
  width: auto;
  padding: 0;
}

.splash .frozen-informer {
  padding: 9px 10px;
}

.frozen-informer .share-toolbar {
  display: inline-block;
}

.frozen-informer .frozen {
  color: #145A7C;
  font-weight: normal;
}

.btn-group .sub-nav {
  margin: 10px 0 0 -30px;
  padding: 15px 15px 10px;
  text-align: left;
  width: 220px;
}

.btn-group .sub-nav.tw-nav {
  width: 200px;
}

.btn-group .sub-nav .message {
  height: 90px;
  width: 190px;
  margin: 0 0 10px;
}

.btn-group .sub-nav:before {
  border-left: 8px solid rgba(255,255,255,0);
  border-bottom: 8px solid #ccc;
  border-right: 8px solid rgba(255,255,255,0);
  top: -9px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.btn-group .sub-nav:after {
  border-left: 8px solid rgba(255,255,255,0);
  border-bottom: 8px solid white;
  border-right: 8px solid rgba(255,255,255,0);
  top: -8px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.btn-group .sub-nav:before,.btn-group .sub-nav:after {
  left: 30px;
}

.share-toolbar {
  cursor: default;
}

.btn-group .fb-nav .symbols,.btn-group .tw-nav .symbols {
  display: block;
  margin: 5px 0 15px;
}

.sub-nav.fb-nav .fb-picture {
  float: left;
  height: auto;
  margin: 0 10px 5px 0;
  width: 90px;
}

.btn-toolbar .btn-group .sub-nav.fb-nav,.splash .btn-group .sub-nav.fb-nav {
  width: 370px;
}

.share-toolbar dl {
  margin: 0 0 15px;
}

.btn-toolbar .btn-group .controls,.btn-group .controls {
  border: 0 none;
  clear: none;
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  z-index: 12;
}

.btn-group .controls a {
  clear: none;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 0 5px;
  float: none;
  width: 63px;
  display: inline-block;
}

.btn-group .controls a.btn-cancel {
  font-weight: normal;
}

.btn-group .controls .btn-primary {
  color: #fff;
}

.widget .frozen-informer a:hover {
  text-decoration: none;
}

.frozen-informer .close-message {
  float: right;
  font-size: 12px;
  cursor: pointer;
  color: #B9B9B9;
}

.btn-group .dropdown-menu .footer {
  background-color: #F6F6F6;
  border-top: 1px solid #DDDDDD;
  clear: both;
  margin: 0 -15px 0;
  padding: 12px 15px;
}

.btn-toolbar .btn-group .provider-user-data,.btn-group .provider-user-data {
  margin: 2px 0 0 0;
}

.provider-user-data .unauthorized {
  color: #c00000;
  font-size: 12px;
  padding: 0 10px 5px 0;
  display: block;
}

.btn-group .provider-user-data .share-provider-user-name {
  font-size: 12px;
  color: #145a7c;
  font-weight: bold;
}

.btn-group .sub-nav .fb-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #145a7c;
}

.splash .btn-group .sub-nav .fb-name {
  font-size: 17px;
  line-height: 21px;
}

.btn-group .sub-nav .fb-description {
  font-size: 12px;
}

.widget:hover .frozen-informer {
  margin: -10px 28px 10px -15px;
}

.droppable-on-rebelnav {
  opacity: .5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
}

.droppable-on-rebelnav, .droppable-on-rebelnav * {
  cursor: copy !important;
}

.first-col .col {
  margin-top: 1px;
}

.img_300px_no_splash .first-col .col,.no_splash .first-col .col {
  margin-top: 0px;
}

.img_300px_no_splash .two-cols-wrapper {
  max-width: 670px;
}

.img_300px_no_splash .first-col .col,.img_300px_no_splash .first-col,.img_300px_no_splash .col {
  max-width: 327px;
}

.img_300px_no_splash .widget img.image {
  max-width: 295px;
}

.img_300px_no_splash .giant-splash .widget .image {
  max-width: 980px;
}

.share-panel {
  background: #eff6f7;
  border: 1px solid #dfe1e1;
  display: block;
  margin: 0 0 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

.permalink .share-panel {
  margin: 0 0 32px;
}

.share-panel h3 {
  color: #0a5175;
  font: 18px/1.25 'RebelHandRegular';
  margin: 0 0 10px;
}

.share-panel .message-box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px;
}

.share-panel .message-box p,.share-panel .message-box textarea {
  font-size: 14px;
  line-height: 1.3em;
}

.share-panel .message-box textarea {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.share-panel .message-box .textarea-wrapper {
  overflow: hidden;
  zoom: 1;
}

.share-panel .avatar {
  float: left;
  margin: 0 10px 0 0;
}

.share-panel .button-group {
  float: left;
  list-style-type: none;
  margin: -1px 0 0;
  padding: 0;
}

.share-panel .button-group li {
  float: left;
  border: 1px solid #ddd;
  background: #eff6f7;
  margin: 0 -1px 0 0;
  padding: 6px 10px;
}

.share-panel .button-group li.active {
  background: #fff;
  border-top-color: #fff;
}

.share-panel .btn-primary {
  float: right;
  margin: 5px 0 0;
}

.share-panel .btbn-close {
  float: right;
  color: #ccc;
  margin: -4px 0 0;
}

.share-panel .btbn-close:hover {
  text-decoration: none;
}

.posts-remove-dropdown .selector .selected {
  font-weight: bold;
  color: #333;
}

.selectall-poston-container {
  display: inline-block;
  float: right;
  padding: 0 10px 0 0;
}

.selectall-poston-container .btn,.selectall-poston-container p {
  float: left;
  margin: 0 10px 0 0;
}

.selectall-poston-container p {
  margin: 6px 10px 0 0;
}

.selectall-poston-container .selector {
  min-width: 50px;
}

.notifications-wrapper {
  position: absolute;
  width: 300px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  z-index: 16;
  top: 26px;
  right: 2px;
  border: 1px solid #eaeaea;
  display: none;
}

.notifications-inner {
  max-height: 400px;
  min-height: 40px;
}

.notifications-inner .list {
  margin: 0;
  display: block;
  height: 100%;
  padding: 0;
  list-style: none;
}

.notifications-inner .list .site-name {
  color: #145A7C;
  font-weight: bold;
}

.notifications-inner .list > li {
  border-bottom: 1px solid #eaeaea;
  padding: 12px 22px 12px 70px;
  position: relative;
}

.notifications-inner .no-notifications,.notifications-inner .error-notifications {
  line-height: 28px;
  padding: 12px;
  text-align: center;
}

.notifications-inner .error-notifications {
  display: none;
}

.notifications-inner .list > li:last-child {
  border-bottom: 0;
}

.notifications-inner .list > li:hover {
  background-color: #f6f6f6;
}

.notifications-inner .list .new-post {
  background-color: #FEFBED;
}

.notifications-inner .list .new-post:hover {
  background-color: #FCF8E3;
}

.notifications-wrapper .heading .clear-all {
  float: right;
  line-height: 26px;
  font-weight: normal;
  color: #145A7C;
}

.notifications-wrapper .heading .clear-all:hover {
  text-decoration: underline;
}

.notifications-wrapper .heading {
  border-bottom: 1px solid #ddd;
  padding: 0 8px;
  line-height: 26px;
}

.notifications-wrapper .heading .title {
  font-size: 12px;
  color: #8a8a8a;
  font-weight: bold;
}

.notifications-inner .img {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 0 0 -58px;
  background: #ccc;
}

.notifications-inner li .mark-as-read {
  position: absolute;
  top: 12px;
  right: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.notifications-inner li .mark-as-read:hover {
  border-color: #618fa6;
}

.notifications-inner li a,.notifications-inner li {
  float: none;
  color: #474747;
  font-size: 12px;
  line-height: 16px;
}

.notifications-inner .icons {
  vertical-align: middle;
}

.notifications-inner .list a {
  font-weight: normal;
  color: #474747;
}

.notifications-inner .list .link-wrp {
  display: block;
  min-height: 48px;
}

.notifications-inner .list .marker {
  color: #145A7C;
  font-weight: bold;
}

.notifications-inner .list a.friend-joined {
  font-weight: normal;
  color: #474747;
  display: block;
}

.notifications-inner .action {
  color: #bdbdbd;
  font-size: 11px;
  line-height: 15px;
}

.notifications-inner .action .icons {
  vertical-align: top;
  margin: 2px 0 0;
}

.notifications-inner li .action-item {
  font-size: 11px;
  display: block;
  font-weight: normal;
}

.notifications-inner .mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
  background: transparent;
}

.notifications-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #81817F;
  width: 7px;
}

.notifications-wrapper .see-all-notifications {
  line-height: 26px;
  color: rgb(20, 90, 124);
}

.notifications-wrapper .see-all-notifications:hover {
  text-decoration: underline;
}

.notifications-inner .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.notifications-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #81817F;
}

.notifications-inner .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.notifications-inner .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #81817F;
}
/*! * Bootstrap v2.0.2 * * 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. */

button,input,select,textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

a {
  color: #145A7C;
  text-decoration: none;
}

a:hover {
  color: #145A7C;
  text-decoration: underline;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.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: 70px;
}

.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: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}

.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid > .span12 {
  width: 99.99999998999999%;
}

.row-fluid > .span11 {
  width: 91.489361693%;
}

.row-fluid > .span10 {
  width: 82.97872339599999%;
}

.row-fluid > .span9 {
  width: 74.468085099%;
}

.row-fluid > .span8 {
  width: 65.95744680199999%;
}

.row-fluid > .span7 {
  width: 57.446808505%;
}

.row-fluid > .span6 {
  width: 48.93617020799999%;
}

.row-fluid > .span5 {
  width: 40.425531911%;
}

.row-fluid > .span4 {
  width: 31.914893614%;
}

.row-fluid > .span3 {
  width: 23.404255317%;
}

.row-fluid > .span2 {
  width: 14.89361702%;
}

.row-fluid > .span1 {
  width: 6.382978723%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

.container:before,.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}

.container-fluid:before,.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p small {
  font-size: 11px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  line-height: 27px;
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4,h5,h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
  line-height: 1;
}

ul,ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,ul ol,ol ol,ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled,ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 18px;
}

dt,dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}

.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}

blockquote.pull-right p,blockquote.pull-right small {
  text-align: right;
}

q:before,q:after,blockquote:before,blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "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: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  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;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}

legend small {
  font-size: 13.5px;
  color: #999999;
}

label,input,button,select,textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,button,select,textarea {
  font-family: Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,textarea,select,.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

label input,label textarea,label select {
  display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="button"],input[type="reset"],input[type="submit"] {
  width: auto;
  height: auto;
}

select,input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

input[type="file"] {
  line-height: 18px \9;
}

select {
  width: 220px;
  background-color: #ffffff;
}

select[multiple],select[size] {
  height: auto;
}

input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}

.radio,.checkbox {
  padding-left: 18px;
}

.radio input[type="radio"],.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}


.checkbox {
    display: inline-block;
    margin: 4px 0 0;
    padding-left: 0;
    position: relative;
    vertical-align: top;
}
.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,textarea {
  -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;
  -ms-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;
}

input:focus,textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.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 {
  float: none;
  margin-left: 0;
}

input,textarea,.uneditable-input {
  margin-left: 0;
}

input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}

.control-group.warning > label,.control-group.warning .help-block,.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning input,.control-group.warning select,.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 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 input,.control-group.error select,.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 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 input,.control-group.success select,.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 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;
}

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: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #F6F6F6;
  border-top: 1px solid #ddd;
  *zoom: 1;
}

.form-actions:before,.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -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;
}

:-moz-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

.help-block,.help-inline {
  color: #999999;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-prepend,.input-append {
  margin-bottom: 5px;
}

.input-prepend input,.input-append input {
  margin-bottom: 0px;
}

.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input {
  *margin-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}

.input-prepend .uneditable-input,.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend .active,.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,.input-prepend .btn {
  margin-right: -1px;
}

.input-append input,.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}

.input-append .add-on,.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 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;
  margin-bottom: 0;
}

.form-search .hide,.form-inline .hide,.form-horizontal .hide {
  display: none;
}

.form-search label,.form-inline label {
  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-left: 0;
  margin-right: 3px;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

.form-horizontal .control-group:before,.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 160px;
  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.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-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background:#f9f9f9;
  
}

.table-bordered th,.table-bordered td {
  border-left: 1px solid #dddddd;
}

.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-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody: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;
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

@font-face {
  font-family: 'FontAwesome'; src: url('/static/fonts/fontawesome/fontawesome-webfont.eot?v=3.1.0'); src: url('/static/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('/static/fonts/fontawesome/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('/static/fonts/fontawesome/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('/static/fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg'); font-weight: normal; font-style: normal;
}

[class^="icon-"],[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [class*=" icon-"]:before {
  display: inline;
}

[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}

[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}

ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}

ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}

[class^="icon-"].hide,[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: #ffffff;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,[class*=" icon-"].pull-right {
  margin-left: .3em;
}

[class^="icon-"],[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-white,.nav-pills > .active > a > [class^="icon-"],.nav-pills > .active > a > [class*=" icon-"],.nav-list > .active > a > [class^="icon-"],.nav-list > .active > a > [class*=" icon-"],.navbar-inverse .nav > .active > a > [class^="icon-"],.navbar-inverse .nav > .active > a > [class*=" icon-"],.dropdown-menu > li > a:hover > [class^="icon-"],.dropdown-menu > li > a:hover > [class*=" icon-"],.dropdown-menu > .active > a > [class^="icon-"],.dropdown-menu > .active > a > [class*=" icon-"],.dropdown-submenu:hover > a > [class^="icon-"],.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/*@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  };
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  };
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  };
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  };
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  };
}
*/
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before,.icon-rotate-right:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before,.icon-mail-forward:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {

  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before,.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before,.icon-mail-reply:before {
  content: "\f112";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.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-left: 4px solid rgba(255,255,255,0);
  border-right: 4px solid rgba(255,255,255,0);
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 2px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,.dropdown-menu .active > a,.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

.dropdown.open {
  *z-index: 1000;
}

.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

.dropdown.open .dropdown-menu {
  display: block;
}

.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.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 #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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 {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 10px 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #565656;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -o-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: linear-gradient(top, #f9f9f9, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f7f7f7', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  *margin-left: .3em;
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
  background-color: #f7f7f7;
}

.btn:active,.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background: #fff;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-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-primary:active,.btn-primary.active,.btn.active,.btn:active {
  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);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

.btn.disabled,.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.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-primary {
  background-color: #167ba7;
  background-image: -moz-linear-gradient(top, #0c688f, #075f84);
  background-image: -ms-linear-gradient(top, #0c688f, #075f84);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c688f), to(#075f84));
  background-image: -webkit-linear-gradient(top, #0c688f, #075f84);
  background-image: -o-linear-gradient(top, #0c688f, #075f84);
  background-image: linear-gradient(top, #0c688f, #075f84);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c688f', endColorstr='#075f84', GradientType=0);
  border-color: #075f84;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
  background-color: #0c506e;
  border-color: #0c506e;
}

.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
  background-color: #f89406;
}

.btn-warning:active,.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-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(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
  background-color: #bd362f;
}

.btn-danger:active,.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-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(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
  background-color: #51a351;
}

.btn-success:active,.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-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(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {
  background-color: #2f96b4;
}

.btn-info:active,.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {
  background-color: #222222;
}

.btn-inverse:active,.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

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-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}

.btn-group:before,.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group .btn:first-child {
  margin-left: 0;
  -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;
}

.btn-group .btn:last-child,.btn-group .dropdown-toggle {
  -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;
}

.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 .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open {
  *z-index: 1000;
}

.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-top: 5px solid #000000;
}

.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;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  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-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.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: 18px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  /*background-color: #eeeeee;*/
  color: #1784b3 !important;
  font-weight:bold;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}

.nav-tabs,.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after {
  display: table;
  content: "";
}

.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: 18px;
  border: 1px solid rgba(255,255,255,0);
  -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-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 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,.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}

.nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav .open .caret,.nav .open.active .caret,.nav .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: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  display: table;
  width: 100%;
}

.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;
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}

.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}


.navbar .container {
  width: auto;
}

.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', 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);
  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);
}

.btn-navbar:hover,.btn-navbar:active,.btn-navbar.active,.btn-navbar.disabled,.btn-navbar[disabled] {
  background-color: #222222;
}

.btn-navbar:active,.btn-navbar.active {
  background-color: #080808 \9;
}

.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;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar .btn,.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,.navbar-form:after {
  display: table;
  content: "";
}

.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 {
  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: 6px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:focus,.navbar-search .search-query.focused {
  padding: 5px 10px;
  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-fixed-top,.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 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-fixed-top .container,.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.navbar .nav .active > a,.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid rgba(255,255,255,0);
  border-right: 7px solid rgba(255,255,255,0);
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid rgba(255,255,255,0);
  border-right: 6px solid rgba(255,255,255,0);
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .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 .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav .dropdown-toggle .caret,.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav .open > .dropdown-toggle,.navbar .nav .active > .dropdown-toggle,.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .nav.pull-right .dropdown-menu,.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar .nav.pull-right .dropdown-menu:before,.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

.navbar .nav.pull-right .dropdown-menu:after,.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}

.breadcrumb .active a {
  color: #333333;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before,.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-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: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  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: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-top: 5px solid #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid rgba(255,255,255,0);
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid rgba(255,255,255,0);
  border-right: 5px solid #000000;
}

.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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.popover.error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  border: 1px solid rgba(238, 211, 215, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 .arrow,.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}


.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.top.error .arrow {
  border-top-color: #EED3D7;
  border-top-color: rgba(238, 211, 215, 0.2);
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.top.error .arrow:after {
  border-top-color: rgb(242, 222, 222);
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right.error .arrow {
  border-right-color: #EED3D7;
  border-right-color: rgba(238, 211, 215, 0.2);
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.right.error .arrow:after {
  border-right-color: rgb(242, 222, 222);
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom.error .arrow {
  border-bottom-color: #EED3D7;
  border-bottom-color: rgba(238, 211, 215, 0.2);
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.popover .arrow,.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.bottom.error .arrow:after {
  border-bottom-color: rgb(242, 222, 222);
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left.error .arrow {
  border-left-color: #EED3D7;
  border-left-color: rgba(238, 211, 215, 0.2);
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.popover.left.error .arrow:after {
  border-left-color: rgb(242, 222, 222);
}

.popover-footer {
  padding: 5px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,.thumbnails:after {
  display: table;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

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;
}

.label {
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  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;
}

.label:hover {
  color: #ffffff;
  text-decoration: none;
}

.label-important {
  background-color: #b94a48;
}

.label-important:hover {
  background-color: #953b39;
}

.label-warning {
  background-color: #f89406;
}

.label-warning:hover {
  background-color: #c67605;
}

.label-success {
  background-color: #468847;
}

.label-success:hover {
  background-color: #356635;
}

.label-info {
  background-color: #3a87ad;
}

.label-info:hover {
  background-color: #2d6987;
}

.label-inverse {
  background-color: #333333;
}

.label-inverse:hover {
  background-color: #1a1a1a;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: #b94a48;
}

.badge-error:hover {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning:hover {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success:hover {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info:hover {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333333;
}

.badge-inverse:hover {
  background-color: #1a1a1a;
}

/*@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  };
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  };
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  };
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  };
}*/

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-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(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', 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: 18px;
  color: #ffffff;
  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: -ms-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(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', 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;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.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: -ms-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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-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(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
  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: -ms-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 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-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(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
  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: -ms-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 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-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(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
  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: -ms-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 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped .bar {
  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: -ms-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: 18px;
}

.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-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  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;
  -ms-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: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,.carousel-caption p {
  color: #ffffff;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

body, button, input, select, textarea {
  font-family: Tahoma, sans-serif;
  color: #5A5858;
}

::-moz-selection {
  background: #145A7C;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #145A7C;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline: 5px auto #2684b1;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
  background-color: #fccfcc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}



.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.zindex20 {
  z-index: 20;
}

.zindex30 {
  z-index: 30;
}

.zindex40 {
  z-index: 40;
}

.zindex50 {
  z-index: 50;
}



 /* a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  } @  page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  };
}*/

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.pAbs {
  position: absolute;
}

.pRel {
  position: relative;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.margin_0 {
  margin: 0;
}

.loading {
  background-image: url('/static/img/loaders/squares-circle.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

.checking {
  background-image: url('/static/img/loaders/snake.gif');
  background-position: 98% center;
  background-repeat: no-repeat;
}

.overflow-hidden {
  overflow: hidden;
}

.noscroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.messages {
  padding: 0;
  margin: 0;
}

.messages li {
  padding: 5px 0;
  list-style: none;
  color: white;
}

.messages li.error {
  background: #DB0F13;
}

.messages li.error a {
  text-decoration: underline;
  color: #fff;
}

.messages li.error a:hover {
  text-decoration: none;
}

.notification {
  position: fixed;
  top: -1px;
  left: 50%;
  margin: 0 0 0 -125px;
  padding: 0;
  width: 250px;
  min-height: 32px;
  text-align: center;
  z-index: 1001;
  list-style: none;
  display: none;
}

.embed .notification li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #fdfdfd;
  color: #999;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.notification li {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font: bold 12px Arial;
  margin: 0;
  padding: 6px;
  background-color: #fff4db;
  border: 1px solid #efd9a8;
  color: #5A5858;
}

.notification .success {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

.notification .error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}

.notification .notice {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}

.notification .action-link {
  padding-left: 5px;
}

.rebelnavPostUnfixed #notification {
  top: 31px;
}

.site-info > div {
  margin-bottom: 15px;
}

.site-info > div {
  -webkit-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .1);
  -moz-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .1);
  box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .1);
}

.site-info > div:hover {
  -webkit-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .2);
  -moz-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .2);
  box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .2);
}

.site-info > div:first-child::before {
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid #CDCDCD;
  top: -9px;
  left: 15px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.site-info > div:first-child::after {
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid white;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.about-site {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  position: relative;
  padding: 0 15px;
}

.about-site .follow {
  position: relative;
  left: -15px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  min-height: 32px;
}

.single-col-layout .network.following,.single-col-layout .network.also-on-rm {
  display: none;
}

.about-site .follow > a {
  font-size: 12px;
  min-width: 75px;
  padding: 4px;
  width: 41%;
  margin: 2px 0;
}

.about-site .follow a .icons {
  position: relative;
  top: 1px;
}

.about-site .user-bio {
  border-bottom: 1px dashed #ddd;
  font: 11px Arial, sans-serif;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  left: -0px;
  width: 100%;
  padding: 10px 0 5px;
  word-wrap: break-word;
}

.embed .about-site .user-bio.empty-bio {
  display: none;
}

.about-site .user-bio:empty {
  border-bottom: none;
}

.about-site .about a {
  color: #145a7c;
}

.about-site .editable {
  border: 1px solid #DDD;
  text-decoration: none;
}

.about-site .bio:focus, .about-site .url:focus {
  outline: none;
}

.about-site .user-bio .publish-story {
  margin-top: 0;
  padding: 0 0 2px 0;
  display: none;
}

.about-site .publish-story textarea {
  width: 200px;
  margin-bottom: 7px;
}

.add-story {
  padding: 15px;
  border: 1px solid #DDD;
  border-bottom: none;
}

.add-story input {
  margin-right: 10px;
  width: 106px;
}

.about-site .update-tw-bio {
  background-color: #fffce9;
  border: 1px solid #e2e0d3;
  color: #555;
  padding: 8px;
  margin: 5px 0 2px 0;
  position: relative;
  min-height: 24px;
  display: none;
}

.about-site .update-tw-bio:hover {
  background-color: #FFFBE0;
}

.about-site .update-tw-bio a {
  font-weight: bold;
  color: #145A7C;
}

.about-site .update-tw-bio .close {
  font-size: 8px;
  position: absolute;
  top: -3px;
  right: 3px;
}

.about-site .update-tw-bio .avatar {
  position: absolute;
}

.about-site .update-tw-bio-inner {
  font: 11px/12px Arial;
  margin-left: 30px;
}

.about-site-stats {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.about-site-stats li {
  border-top: 1px solid #E8E8E8;
  display: block;
  padding: 5px 0 7px;
}

.about-site-stats li a {
  display: block;
  padding: 6px 0;
  color: #999;
  font-size: 10px;
  line-height: 16px;
}

.about-site-stats li:first-child {
  border-top: 0;
}

.about-site-stats li a:hover {
  text-decoration: none;
}

.about-site-stats li a strong {
  display: inline-block;
  color: #535353;
  font: bold 30px/34px Tahoma, sans-serif;
}

.network {
  background-color: white;
  border: 1px solid #DDD;
  display: block;
  padding: 15px 15px 20px;
  position: relative;
}

.network .title {
  font: bold 13px/15px Tahoma, sans-serif;
}

.network .title a {
  color: #145A7C;
}

.network .friends {
  margin: 5px 0 10px -4px;
  padding: 5px 0;
  list-style-type: none;
}

.network .friends li {
  display: inline-block;
  position: relative;
  width: 23%;
  margin-right: 3px;
}

.network .friends .user {
  display: block;
  border: 1px solid #fefefe;
  overflow: hidden;
  font: bold 12px/15px Tahoma, sans-serif;
  max-width: 54px;
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.network .friends .user:hover {
  border: 1px solid #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.network .friends .user img {
  min-width: 24px;
  min-height: 24px;
  max-width: 54px;
  max-height: 54px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.network .popover {
  width: 240px;
}

.friends .popover.right .arrow {
  top: 71px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.friends .popover.right .close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 15px;
  top: 11px;
}

.friends .popover .author .name {
  display: inline-block;
  vertical-align: middle;
  width: 156px;
  word-wrap: break-word;
  font-weight: bold;
}

.friends .popover.right .popover-title {
  padding: 8px 27px 5px 13px;
}

.friends .popover.right {
  margin-left: 12px;
}

.friends .popover.right .arrow:after {
  bottom: -16px;
  left: -15px;
}

.friends .popover.right .arrow {
  left: -17px;
}

.friends .popover .arrow {
  border-width: 16px;
}

.friends .popover .arrow:after {
  border-width: 16px;
}

.network .popover .author {
  text-decoration: none;
}

.network .popover .author img {
  border: 1px solid #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px;
  margin: -3px 0 0 0;
}

.network .popover .loading {
  width: 200px;
  height: 50px;
}

.network .popover .entry-teaser {
  border-bottom: 1px dashed #d4d4d4;
  padding: 7px 0;
}

.network .popover .entry-teaser:last-child {
  border-bottom: 0;
}

.network .popover .entry-teaser .media {
  display: inline-block;
}

.network .popover .entry-teaser .title {
  display: inline;
  word-wrap: break-word;
}

.network .popover .entry-teaser .media {
  margin-top: 7px;
}

.network .popover .entry-teaser {
  position: relative;
}

.network .popover .entry-teaser .media.video::before {
  background-image: url('/static/img/icons/fb_play_icon.png');
  width: 35px;
  height: 26px;
  content: '';
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  margin-left: 10px;
}

.network .popover .popover-content {
  padding: 0 15px 5px;
}

.network .popover .popover-footer {
  font: bold 11px/14px Tahoma, sans-serif;
  border-top: 1px solid #ddd;
}

.network .network-footer {
  background-color: #F6F6F6;
  border-top: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1px 15px 5px;
}

.network .network-footer a {
  font: bold 13px/15px Tahoma, sans-serif;
  color: #145A7C;
}

.more-friends .unfollow {
  position: absolute;
  right: 10px;
  top: 25px;
  font: 11px Tahoma, sans-serif;
}

.suggestions-user-list li {
  border: 1px solid whiteSmoke;
  display: inline-block;
  padding: 10px;
  margin: 0 10px 10px 0;
  width: 255px;
  min-height: 46px;
  vertical-align: top;
}

.suggestions-user-list li:hover {
  border: 1px solid #cdcdcd;
}

.suggestions-inner .user {
  padding: 0;
  text-decoration: none;
}

.suggestions-user-list .user .name {
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  width: 175px;
  word-wrap: break-word;
  vertical-align: middle;
}

.suggestions-user-list .user .name .screen {
  font-size: 13px;
}

.suggestions-user-list .user img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: none;
  vertical-align: middle;
}

.share-frontpage {
  border-top: 1px solid #ddd;
  background-color: #F6F6F6;
  padding: 3px 15px 7px;
  height: 22px;
  position: relative;
  left: -15px;
  bottom: 0px;
  width: 100%;
}

.share-frontpage .text {
  font: bold 11px/13px Tahoma, sans-serif;
  color: #777;
  display: inline-block;
}

.share-frontpage .social {
  position: absolute;
  right: 15px;
  top: 7px;
}

.share-frontpage .social a {
  margin-right: -3px;
}

.embed .site-footer {
  display: none;
}

.site-footer {
  background: #F6F6F6;
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 15px;
}

.privacy {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.privacy li {
  display: inline-block;
  margin: 0 2px;
}

.privacy li,.privacy li a {
  font: 11px Tahoma, sans-serif;
  color: #757575;
}

.privacy li.bull {
  font-size: 8px;
  margin: 0;
}

.privacy li:first-child {
  margin-left: 0;
}

.privacy li:last-child {
  margin: 0;
}

.fill-bio {
  background: url('/static/img/bg/empty-bio.png?2') no-repeat 50% 10px;
  min-height: 65px;
  cursor: pointer;
}

.fill-bio .about {
  border: 0;
}

.fill-bio .update-tw-bio {
  display: none!important;
}

.follow-btns {
  margin: -3px -3px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0;
  line-height: 0;
}

.follow-btns li {
  font-size: 16px;
  line-height: 1.35;
  display: inline-block;
  height: 32px;
  margin: 3px 3px 0 0;
  width: 32px;
  opacity: .9;
  filter: alpha(opacity=90);
}

.follow-btns li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.about-site .site-footer {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0 -15px;
}

.embed .site-info > div:before,.embed .site-info > div:after {
  border: 0;
}

.embed .share-frontpage {
  display: none;
}

.embed .about-site .follow {
  text-align: left;
  left: 0;
  padding: 10px 0;
}

.embed .follow-btns {
  display: inline-block;
}

.embed .about-site .follow:before {
  content: "Follow:";
  color: #B9B9B9;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px 0 0;
}

.embed .subscribe-page {
  background: #F6F6F6;
  border-bottom: 0 none;
  border-top: 1px solid #DDDDDD;
  margin: 0 -15px;
  overflow: hidden;
  padding: 11px 18px 11px 15px;
  text-align: right;
  position: relative;
}

.embed .subscribe-page input,.embed .subscribe-page .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.embed .subscribe-page input {
  height: 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.embed .subscribe-page .btn {
  height: 26px;
  width: 70px;
  white-space: nowrap;
  position: absolute;
  right: 14px;
}

.about-site .follow {
  left: 0;
}

.single-col-layout .network.following,.single-col-layout .network.also-on-rm {
  display: none;
}



.curtain {
  background-color: #F7F7F7;
  opacity: 0.88;
  filter: alpha(opacity=88);
  z-index: 16;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.widget {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .1);
  -moz-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .1);
  box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .1);
  padding: 15px 15px 5px;
  margin: 0 0 15px 0;
  position: relative;
}

.widget:hover {
  -webkit-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .2);
  -moz-box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .2);
  box-shadow: 0 1px 2px -1px rgba(50, 50, 50, .2);
}

.widget.opened {
  border-color: transparent;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 0;
}

.widget.opened .headline,.widget.opened .headline a,.widget.opened .body,.widget.opened .body a {
  color: gray;
  cursor: default;
  text-decoration: none;
}

.widget.opened a:hover {
  text-decoration: none;
}

.widget.opened img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.widget.sponsored-samsung {
  background-color: #202d38;
  border-color: #446372;
  border-width: 3px;
}

.widget.sponsored-samsung .sponsors-footer:before {
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid #585858;
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  content: '';
  left: 17px;
}

.widget.sponsored-samsung .sponsors-footer:after {
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid #456372;
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  content: '';
  left: 17px;
}

.widget.sponsored-samsung .sponsors-footer {
  background: #456372;
  margin: 12px -15px -8px;
  padding: 9px 10px 9px;
  border-top: 1px solid #456372;
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.widget.sponsored-samsung .sponsors-footer a {
  cursor: pointer;
  display: inline-block;
}

.widget.sponsored-samsung .sponsors-footer a:hover {
  text-decoration: none;
}

.widget.sponsored-samsung .sponsors-footer .small-note {
  color: #bcbcbc;
  font: bold 8px Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3px;
}

.widget.sponsored-samsung .sponsors-footer i {
  position: absolute;
  right: 16px;
  color: #fff;
  margin-top: 5px;
}

.widget.sponsored-samsung .share-data {
  border-color: #1b262f;
}

.widget.sponsored-samsung .expand-tweet-info {
  background-color: #151d24;
  border-color: #11171d;
}

.widget.sponsored-target {
  background-color: #191919;
  border-color: #42484b;
  border-width: 3px;
}

.widget.sponsored-target .sponsors-footer:before {
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid #585858;
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  content: '';
  left: 17px;
}

.widget.sponsored-target .sponsors-footer:after {
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid #2f2f2f;
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  content: '';
  left: 17px;
}

.widget.sponsored-target .sponsors-footer {
  background: #2f2f2f;
  margin: 12px -15px -8px;
  padding: 9px 10px 9px;
  border-top: 1px solid #585858;
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.widget.sponsored-target .sponsors-footer a {
  cursor: pointer;
  display: inline-block;
}

.widget.sponsored-target .sponsors-footer a:hover {
  text-decoration: none;
}

.widget.sponsored-target .sponsors-footer .small-note {
  color: #bcbcbc;
  font: bold 8px Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3px;
}

.widget.sponsored-target .sponsors-footer i {
  position: absolute;
  right: 16px;
  color: #fff;
  margin-top: 5px;
}

.widget.sponsored .sponsored-footer {
  background: #d7e8f9 url('/static/img/bg/sponsored.png?3') repeat 0 0;
  border-top: 1px solid #D7E8F9;
  display: block;
  position: relative;
  left: -12px;
  padding: 0 12px;
  margin: 5px 0 -8px;
  height: 5px;
  width: 100%;
}

.widget.sponsored {
  background: url('/static/img/bg/sponsored.png?3') repeat 0 0;
}

.widget.sponsored {
  background-color: #d7e8f9;
}

.widget.sponsored:after {
  content: ' ';
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 6;
  background: url('/static/img/sprites/sponsored-icons.png') no-repeat 0 0;
}

.sponsored-label {
  font-size: 11px;
  text-decoration: none;
}

.sponsored-label {
  color: #1e5772;
}

.sponsored-label .icon {
  background: url('/static/img/sprites/sponsored-icons.png') no-repeat 0 0;

  display: inline-block;
  width: 12px;
  height: 15px;
  vertical-align: middle;
}

.sponsored-label .icon {
  background-position: -5px -62px;
}

.widget.sponsored article {
  background-color: #fff;
  border-left: 1px solid #D7E8F9;
  border-top: 1px solid #D7E8F9;
  border-right: 1px solid #D7E8F9;
  margin: -5px -10px 0;
  padding: 5px 10px 0;
}

.user-widget .widget {
  padding: 0;
}

.widget a:hover {
  text-decoration: underline;
}

.widget a.btn {
  text-decoration: none;
}

.widget.highlight {
  background-color: #ffb;
}

.widget.reset-highlight {
  background-color: #fff;
  -webkit-transition: background-color 3500ms linear;
  -moz-transition: background-color 3500ms linear;
  -o-transition: background-color 3500ms linear;
  -ms-transition: background-color 3500ms linear;
  transition: background-color 3500ms linear;
}

.widget.frozen {
  -webkit-box-shadow: 0 0 2px 2px #deeefb;
  -moz-box-shadow: 0 0 2px 2px #deeefb;
  box-shadow: 0 0 2px 2px #deeefb;
  border-color: #D8EBFB;
}

.widget.splash {
  width: 465px;
  min-height: 535px;
}

.widget.wlarge {
  width: 465px;
  min-height: 150px;
}

.widget.hlarge {
  width: 210px;
  min-height: 535px;
}

.widget .headline {
  display: block;
  font: bold 15px/17px Tahoma, sans-serif;
  color: #145a7c;
  margin-bottom: 8px;
  text-decoration: none;
  word-wrap: break-word;
}

.lt-ie9 .widget .headline:first-letter {
  text-transform: uppercase;
}

.widget article:not(.right-align) .headline:first-letter {
  text-transform: uppercase;
}

.widget .headline a {
  color: inherit;
}

.widget .headline:hover {
  text-decoration: underline;
}

.widget .headline a {
  cursor: pointer;
}

.widget .twitter-headline {
  cursor: pointer;
}

.widget .twitter-headline:hover {
  text-decoration: none;
  cursor: pointer;
}

.widget .body,.widget .body a,.widget .body div {
  font: 11px/13px Tahoma, sans-serif;
  color: #5A5858;
  position: relative;
}

.widget .body p {
  font: 11px/13px Tahoma, sans-serif;
}

.widget .body {
  padding: 0 0 5px;
  word-wrap: break-word;
}

.widget .body p:last-child {
  margin: 0;
}

.widget .body img {
  display: block;
  max-width: 100%;
}

.widget .duplicates {
  font: 11px/13px Tahoma, sans-serif;
  color: #676767;
}

.widget .body.teaser::after {
  background: url('/static/img/bg/shadow.png') repeat-y;
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0px 0px 29px;
}

.widget .body a {
  color: #3273A8;
}

.widget .via {
  font: 11px Tahoma, sans-serif;
  margin: 1px 0 0 0;
}

.widget .via img {
  margin: 0 2px 0 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.widget .via a {
  color: #3273A8;
}

.widget .desc {
  font: 14px Tahoma, sans-serif;
  color: #4D4D4D;
}

.widget .widget-details {
  font: 11px Tahoma, sans-serif;
  margin-top: 9px;
}

.share-data .widget-details {
  margin-top: 0;
}

.widget .widget-details {
  margin: 0;
  padding: 0 0 5px;
}

.widget .widget-details.tweet-action {
  padding: 0 0 3px;
}

.widget:hover .tweet-action .action-buttons {
  margin: 0 32px 0 0;
}

.widget .widget-details a {
  cursor: pointer;
}

.widget-details .created_ts .providers.tw-sm {
  vertical-align: middle;
}

.widget-details .widget-date {
  color: #b9b9b9;
}

.widget-details .widget-date:hover {
  color: #444;
  text-decoration: underline;
}

.widget-details .pull-right {
  position: absolute;
  right: 15px;
}

.widget-details .pull-right:hover {
  z-index: 8;
}

.widget.loading {
  background: #fff url('/static/img/loaders/indicator-lite.gif') center center no-repeat;
}

.h-tweets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h-tweets li {
  display: inline-block;
  margin-right: 5px;
}

.v-tweets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.v-tweets li {
  margin-bottom: 5px;
}

.v-tweets a,.h-tweets a {
  color: #555555;
  font: 16px Tahoma, sans-serif;
}

.widget .user-data .name {
  font: bold 13px Tahoma, sans-serif;
}

.site-stats {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.site-stats li {
  font: 13px Tahoma, sans-serif;
  padding: 2px 0;
}

.site-stats li b {
  font: 18px Tahoma, sans-serif;
}

.shared {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.shared li {
  padding: 0 0 10px;
}

.shared .media {
  float: left;
  margin-right: 10px;
}

.shared .title {
  font: bold 14px/16px Tahoma, sans-serif;
  color: #646464;
  overflow: hidden;
}

.shared .title a {
  color: #333;
  font: bold 14px/16px Tahoma, sans-serif;
  position: relative;
  top: -2px;
}

.shared .desc {
  color: #646464;
  margin-top: 5px;
  font-size: 11px;
  overflow: hidden;
}

.widget .image-link {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 6px;
}

.widget img.image {
  max-width: 210px;
  display: inline-block;
  margin: 0;
  margin-bottom: 6px;
}

.widget a .image {
  margin: 0;
}

.widget .video .image-link {
  background-color: white;
  display: block;
  text-align: center;
}

.widget .video .image-link::before {
  background-image: url('/static/img/icons/fb_play_icon.png');
  width: 35px;
  height: 26px;
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.widget .media-content {
  text-align: center;
}

.widget .slideshow .media {
  display: block;
  text-align: center;
  text-decoration: none;
}

.widget .slideshow .media:hover {
  text-decoration: none;
}

.widget .slideshow .media li {
  margin: 0;
  font-size: 0;
}

.main .giant-splash .widget .headline {
  font: bold 48px/55px Tahoma, Arial, sans-serif;
  text-align: center;
  margin: 0 0 20px;
}

.main .giant-splash .widget .headline:first-letter,.main .giant-splash .widget .headline:first-line {
  font-size: 55px;
  line-height: 60px;
}

.giant-splash .widget .image {
  max-width: 980px;
}

.giant-splash .widget .body,.giant-splash .widget .body a,.giant-splash .widget .body div,.giant-splash .widget .body p {
  font-size: 14px;
  line-height: 17px;
}

.giant-splash .widget .body {
  padding: 10px 0;
}

.widget .slideshow li a:hover {
  text-decoration: none;
}

.widget .slideshow .caption {
  background-color: white;
  padding-top: 5px;
}

.widget .slideshow .caption,.widget .slideshow .caption p,.widget .slideshow .caption a {
  font: 13px/15px Tahoma, sans-serif;
  color: #5A5858;
  text-align: left;
  text-decoration: none;
}

.widget .slideshow .caption a:hover {
  text-decoration: none;
}

.liked {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.liked-title {
  font: 13px Tahoma, sans-serif;
  color: #646464;
}

.liked-title a {
  color: #333;
}

.liked li {
  display: inline-block;
}

.question .desc {
  font: 11px Tahoma;
  color: rgb(51, 51, 51);
  margin-top: 5px;
}

.fb-thumbup {
  display: inline-block;
  background: transparent url('http://static.ak.fbcdn.net/rsrc.php/v1/y1/r/POvoxs89XYG.png') -1px -45px no-repeat;
  width: 13px;
  height: 12px;
  -webkit-filter: grayscale(1);
  filter: gray;
}

.fb-thumbup.active,.fb-thumbup:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.fb-icon {
  display: inline-block;
  background: transparent url('http://static.ak.fbcdn.net/rsrc.php/v1/y1/r/POvoxs89XYG.png') -18px -28px no-repeat;
  width: 14px;
  height: 14px;
}

.embed .user-prefs,.embed .user-prefs a,.embed .share-data .rm-share {
  display: none;
}

.user-prefs a.follow {
  display: block;
}

.user-prefs {
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
  background-color: rgba(185, 185, 185, 0.20);
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 7;
  opacity: 0.8;
  filter: alpha(opacity=100);
  display: none;
}

.share-toolbar .share {
  float: left;
  width: 40px;
  margin: 3px 0 0;
}

.share-toolbar .btn-group {
  margin: 0 1px 0 0;
  display: inline-block;
}

.share-toolbar .btn-group .dropdown-toggle {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  margin: 0 0 0 2px;
}

.splash .share-toolbar .sub-nav.fb-nav .fb-picture {
  width: 150px;
}

.share-toolbar dd {
  margin: 0;
}

.share-toolbar .btn-group .dropdown-toggle.active {
  background: #f1f1f1;
  padding: 3px;
}

.splash .share-toolbar .btn-group .dropdown-toggle.active {
  padding: 3px 6px;
}

.lt-ie9 .widget .user-prefs {
  padding: 0 0 190px 230px;
  border: none;
}

.lt-ie9 .share-toolbar .dropdown-menu.sub-nav {
  display: none !important;
}

.lt-ie9 .slide-item .user-prefs {
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.user-prefs:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user-prefs a {
  border-bottom: 1px solid #ddd;
  display: block;
  cursor: pointer;
}

.lt-ie9 .user-prefs a {
  border-left: 1px solid #ddd;
}

.user-prefs a:last-child {
  border-bottom: 0;
}

.user-prefs a:hover {
  text-decoration: none;
}

.user-prefs .move {
  cursor: move;
}

.edit-mode li {
  border-right: 1px solid #cdcdcd;
  display: inline-block;
  padding: 0 4px;
}

.edit-mode li a {
  font: 11px Tahoma, sans-serif;
  color: #535353;
}

.edit-mode > li:last-child {
  border-right: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid black;
  position: absolute;
  bottom: 22px;
  left: 7px;
}

.itr {
  position: relative;
  text-decoration: none;
}

.bpop {
  display: none;
}

.itr:hover .bpop {
  background-color: #111;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#000));
  background: -webkit-linear-gradient(top, #222, #000);
  background: -moz-linear-gradient(top, #222, #000);
  background: -ms-linear-gradient(top, #222, #000);
  background: -o-linear-gradient(top, #222, #000);
  color: #fff;
  display: block;
  position: absolute;
  padding: 4px 3px 5px 3px;
  font: 0.7em Tahoma, sans-serif;
  left: 0;
  bottom: -23px;
  width: 100px;
  height: 13px;
  text-align: center;
}

.slideshow-wrapper {
  background: none;
  width: 100%;
  overflow: hidden;
  margin: 5px 0 8px;
  padding: 0 0 7px;
  border-bottom: 1px dashed #ddd;
}

.thumbnails-wrapper {
  position: relative;
  z-index: 1;
}

.thumbnails-wrapper:before {
  background: url('/static/img/sprites/slideshow-controls.png?2') no-repeat 0 -88px;
  content: ' ';
  position: absolute;
  width: 21px;
  height: 41px;
  left: 0;
  top: 3px;
}

.thumbnails-wrapper:after {
  background: url('/static/img/sprites/slideshow-controls.png?1') no-repeat 0 -137px;
  content: ' ';
  position: absolute;
  width: 21px;
  height: 41px;
  right: 0;
  top: 3px;
}

.slideshow-items {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 3px;
}

.widget .slideshow-items {
}

.slideshow-items li {
  float: left;
  margin: 3px 1px 3px 1px;
  padding: 2px;
  border: 1px solid #fff;
}

.slideshow-items a {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.slideshow-items li:hover {
  border: 1px solid #bcbcbc;
}

.slideshow-items li.active {
  border: 1px solid #666;
}

.slideshow-items a img {
  margin: -50% 0;
}

.article-media .next-slide,.article-media .prev-slide {
  background: url('/static/img/sprites/slideshow-controls.png') no-repeat 0 0;
  width: 27px;
  height: 43px;
  position: absolute;
  text-indent: -999999px;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.article-media:hover .next-slide,.article-media:hover .prev-slide {
  zoom: 1;
  opacity: 1;
}

.article-media .prev-slide {
  left: 15px;
}

.article-media .next-slide {
  right: 15px;
}

.article-media .prev-slide:hover {
  background-position: -0 -43px;
}

.article-media .prev-slide:active {
  background-position: -0 -42px;
}

.article-media .next-slide {
  background-position: -27px 0;
}

.article-media .next-slide:hover {
  background-position: -27px -43px;
}

.article-media .next-slide:active {
  background-position: -27px -42px;
}

.share-data {
  border-top: 1px solid #E8E8E8;
  background-color: #F6F6F6;
  position: relative;
  left: -15px;
  bottom: -8px;
  min-height: 18px;
  margin: 0;
  padding: 7px 15px;
  width: 100%;
}

.reactions {
  font: 11px/16px Tahoma, sans-serif;
  margin: 3px 0;
}

.reactions a:hover {
  text-decoration: none;
  cursor: pointer;
}

.reactions .icons.repost {
  float: left;
}

.reactions .score {
  padding: 4px 0;
  color: #B9B9B9;
}

.reactions .liked-this .like,.reactions .repost-this .repost {
  position: relative;
  top: 2px;
}

.share-data:hover {
  z-index: 8;
}

.giant-splash .share-data:hover {
  z-index: 14;
}

.widget.sponsored .share-data {
  left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.share-data a {
  cursor: pointer;
}

.share-data::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e8e8e8;
  top: -9px;
  left: 16px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.share-data::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f6f6f6;
  top: -8px;
  left: 16px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.widget .author-head {
  margin: 5px 0 9px;
  position: relative;
  z-index: 1;
}

.widget .author-head .fb-user img {
  vertical-align: middle;
  float: none;
  display: inline-block;
}

.widget .author-head .fb-user .name {
  display: inline-block;
}

.giant-splash .twitter-head {
  text-align: center;
}

.giant-splash .user .name .screen,.giant-splash .author-head .user .name,.giant-splash .widget .author-head .user img,.giant-splash .widget .tweet-action,.giant-splash .widget .author-head {
  display: inline-block;
}

.giant-splash .author-head .user .name {
  font: bold 12px/10px Tahoma, Arial, sans-serif;
  padding: 0 6px 0 0;
}

.giant-splash .author-head .user .name .screen {
  font: 12px/12px Tahoma, Arial, sans-serif;
}

.giant-splash .user img {
  float: none;
}

.giant-splash .widget-details.tweet-action .tw-reply {
  margin: 0 4px 0 10px;
  top: 3px;
}

.giant-splash .widget-details.tweet-action .tw-reTweet {
  top: 1px;
}

.giant-splash .widget-details.tweet-action .tw-favorite {
  top: 3px;
}

.widget.sponsored .author-head {
  border-bottom: 1px solid #D7E8F9;
  padding: 0 15px 10px;
  left: -15px;
  width: 100%;
}

.widget .author-head.default-hdr {
  margin: 0 -15px 10px;
  padding: 0 15px 10px;
  border-bottom: 1px solid #EAEAEA;
}

.widget .author-head a {
  cursor: pointer;
}

.widget .published-by {
  font: 11px/14px Tahoma, sans-serif;
  color: #a2a2a2;
}

.widget .published-by a:hover {
  cursor: pointer;
}

.share-data.favicon::before,.share-data.favicon::after {
  left: 17px;
}

.share-data.publisher::before,.share-data.publisher::after {
  left: 23px;
}

.share-data .favicon {
  color: #145A7C;
  font: 11px/15px Tahoma, sans-serif;
}

.share-data .share-post-bar {
  color: #8E8E8E;
  float: right;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  margin: 1px 0 0 0;
}

.share-data .icons.share-bar,.share-data .share-post-bar .providers {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.share-data .share-post {
  position: absolute;
  right: 0;
  top: -1px;
  margin-top: 0;
  z-index: 12;
  background-color: #f6f6f6;
  display: none;
  width: 100%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.share-data .share-post-bar:active .share-post,.share-data .share-post-bar:hover .share-post {
  display: block;
}

.share-data .share-post .holder {
  display: table;
  width: 100%;
}

.share-data .share-post:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cdcdcd;
  top: -9px;
  left: 16px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.share-data .share-post:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F6F6F6;
  top: -8px;
  left: 16px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.giant-splash .share-data .share-post-bar:hover .share-post,.splash .share-data .share-post-bar:hover .share-post {
  width: auto;
  border-left: 1px solid #ddd;
}

.splash .share-data .share-post-bar:hover .share-post:before,.splash .share-data .share-post-bar:hover .share-post:after {
  display: none;
}

.share-data a:hover,.share-data a {
  color: #8e8e8e;
  text-decoration: none;
}

.share-data .share-post a {
  padding: 8px 2px 7px;
  text-align: center;
  background-color: #f6f6f6;
  display: table-cell;
  min-width: 26px;
}

.share-data .share-post a i {
  opacity: 0.9;
}

.lt-ie9 .share-data .share-post a i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.share-data .share-post a:hover i {
  opacity: 1;
}

.lt-ie9 .share-data .share-post a:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.created_ts:hover {
  text-decoration: none;
  color: #444;
}

.share-data li {
  display: inline-block;
  margin: 0 4px;
}

.share-data li:first-child {
  margin-left: 0;
}

.share-data li:last-child {
  margin-right: 0;
}

.share-data li a {
  font: 11px Arial;
  color: #909090;
}

.share-data li a:hover {
  text-decoration: none;
  color: #666;
}

.share-data li .icons.reply {
  position: relative;
  top: 2px;
}

.share-data li .icons.favorite {
  position: relative;
  top: 3px;
}

.user {
  padding: 0 50px 0 0;
  display: block;
}

.author-head .user {
  padding: 0;
}

.author-head .user .name {
  display: block;
}

.user img {
  float: left;
  min-width: 26px;
  min-height: 26px;
  margin-right: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.author-head .user img {
  min-width: 22px;
  min-height: 22px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.sponsored .author-head .user img {
  min-width: 40px;
  min-height: 40px;
}

.user .name {
  color: #145A7C;
  display: inline-block;
  font: bold 13px/15px Tahoma, sans-serif;
}

.author-head .user .name {
  font: 11px/10px Tahoma, sans-serif;
  color: #757575;
}

.sponsored .author-head .user .name {
  font: 15px/24px Tahoma, sans-serif;
}

.user .name .screen a {
  color: #b9b9b9;
}

.user .name .screen {
  display: block;
  font: 11px/14px Tahoma, sans-serif;
  text-decoration: none;
  color: #b9b9b9;
}

.author-head .user .name .screen {
  font: 10px/12px Tahoma, sans-serif;
}

.sponsored .author-head .user .name .screen {
  font: 13px/9px Tahoma, sans-serif;
}

.widget:hover .widget-details .widget-date, .widget:hover .user .name .screen {
  color: #505050;
}

.splash .headline {
  font-weight: bold;
  color: #145a7c;
}

.two-cols-wrapper .splash .headline,.two-cols-wrapper .splash .headline::first-line,.two-cols-wrapper .splash .headline::first-letter {
  font-size: 26px;
  line-height: 29px;
}

.two-cols-wrapper .splash .body,.two-cols-wrapper .splash .body a,.two-cols-wrapper .splash .body p,.two-cols-wrapper .splash .body div {
  font-size: 13px;
  line-height: 16px;
}

.three-cols-wrapper .splash .headline,.three-cols-wrapper .splash .headline::first-line,.three-cols-wrapper .splash .headline::first-letter {
  font-size: 26px;
  line-height: 29px;
}

.three-cols-wrapper .splash .body,.three-cols-wrapper .splash .body a,.three-cols-wrapper .splash .body p,.three-cols-wrapper .splash .body div {
  font-size: 12px;
  line-height: 15px;
}

.splash .photo .image-link,.splash .slideshow .image-link {
  background-color: white;
  display: block;
  text-align: center;
}

.splash .photo .image-link {
  border-left: 1px solid #fff;
}

.widget .video iframe {
  display: none;
}

.giant-splash .widget .video iframe,.splash .widget .video iframe {
  display: block;
  margin-bottom: 8px;
}

.giant-splash .widget .video iframe {
  max-width: 854px;
  margin: 0 auto 8px auto;
}

.splash .widget .video .image-link {
  display: none;
}

.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url('/static/css/controls/ellipsis-xbl.xml#ellipsis');
  white-space: nowrap;
  overflow: hidden;
}

.cursor-move, .cursor-move article a {
  cursor: move;
}

.cursor-move .share-data a,.cursor-move a.headline {
  cursor: pointer;
}

.share-data .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 54px;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.author-head:hover .btn,.share-data:hover .btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

.share-data .via {
  padding: 1px 67px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.widget:hover .screen a {
  color: #505050;
}

.widget .tw-bold,.widget .icons.fb-share,.widget .icons.rm-share,.widget .icons.tw-share,.widget .icons.reply,.widget .icons.retweet,.widget .icons.favorite {
  opacity: .6;
  filter: alpha(opacity=60);
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.widget:hover .tw-bold,.widget:hover .icons.fb-share,.widget:hover .icons.rm-share,.widget:hover .icons.tw-share,.widget:hover .icons.reply,.widget:hover .icons.retweet,.widget:hover .icons.favorite {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.widget .divider {
  border-top: 1px dashed #ddd;
  margin: 7px 0 0;
  padding: 13px 0 0;
}

.widget .body a.read-more {
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
}

.author-footer .favicon,.widget .author-footer .screen {
  line-height: 12px;
}

.widget .author-footer .name {
  line-height: 14px;
}

.share-data .user {
  position: relative;
}

.widget .original-source {
  font-size: 11px;
  margin: 5px 0 5px;
  padding: 5px 0;
}

.widget .original-source .author-footer {
  padding: 0 0 5px;
}

.giant-splash-source {
  line-height: 15px;
  vertical-align: top;
}

.widget .giant-splash-source .author-footer .name {
  vertical-align: middle;
}

.giant-splash-source .author-footer .user img {
  min-width: 16px;
  min-height: 16px;
  height: 16px;
  width: 16px;
}

.giant-splash-source .user,.widget .giant-splash-source .original-source .author-footer {
  padding: 0 10px 0 0;
}

#widget-preview .giant-splash-source .reactions-wr,#widget-preview .giant-splash-source .reactions {
  display: none;
}

.giant-splash-source .user {
  min-width: 135px;
}

.widget .giant-splash-source .original-source.instagram-publisher {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.giant-splash-source .reactions .score,.giant-splash-source .source-wr,.giant-splash-source .reactions-counter-widget,.giant-splash-source .reactions-widget,.giant-splash-source .reactions,.widget .giant-splash-source .original-source {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}

.giant-splash-source .reactions-counter-widget {
  padding: 0 0 0 10px;
}


.giant-splash-source .source-wr {
  width: 38%;
  min-width: 135px;
}

.splash .widget .original-source .author-footer a {
  vertical-align: top;
}

.splash .reactions,.splash .widget .original-source {
  border: 0;
  display: inline-block;
  vertical-align: top;
}

.splash .widget .original-source {
  padding: 0;
  margin: 4px 0;
}

.splash .widget .original-source.instagram-publisher {
  margin: 0;
  min-width: 200px;
}

.widget .original-source.instagram-publisher {
  margin: 0 0 5px;
  padding: 0 0 5px;
}

.splash .widget .original-source a {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 14px;
}

.splash .reactions a {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.splash .reactions {
  margin: 2px 0 0;
  font-size: 11px;
}

.splash .reactions-counter-widget {
  float: right;
  margin: 5px 0 5px;
  padding: 0;
}

.splash .share-data {
  clear: both;
}

.widget .original-source:empty {
  padding: 0;
  margin: 0;
  display: inline;
}

.widget .original-source .original_url {
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  max-width: 80%;
}

.widget .giant-splash-source .original_url {
  max-width: none;
}

.splash .original_url {
  width: auto;
}

.widget .right-align .body,.widget .right-align .headline,.article-content .right-align h1,.article-content .right-align .article-body {
  text-align: right;
}

.widget .freeze-duration {
  position: relative;
}

#widget-preview .headline:empty:before {
  background: none;
}

.widget-details.tweet-action .tw-reply {
  margin-right: 4px;
  top: -1px;
}

.widget-details.tweet-action .tw-reTweet {
  top: -3px;
  margin-right: 4px;
}

.widget-details.tweet-action .tw-reply,.widget-details.tweet-action .tw-reTweet,.widget-details.tweet-action .tw-favorite {
  position: relative;
}

.reactions-widget {
  font-size: 12px;
}

.reactions-widget a {
  color: #787878;
  margin: 0 0 0 6px;
  font-size: 11px;
}

.reactions-widget a:first-child {
  margin: 0;
}

.share-post-bar .tw-share:hover,.reactions-widget a:hover {
  color: #0d597e;
}

.reactions-widget .users-reactions,.likes-reposts {
  padding: 0;
  display: inline-block;
}

.likes-reposts .counter {
  font-size: 11px;
  padding: 0 3px 0 0;
}

.user-list .action-type .icons,.likes-reposts .icons {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.likes-reposts a:hover {
  text-decoration: none;
}

.user-list .action-type {
  font-size: 12px;
  padding: 5px 0 0 0;
  display: block;
}

.reactions-counter-widget {
  margin: 5px 0 6px;
  font-size: 11px;
}

.reactions-counter-widget:empty {
  padding: 0;
}

.reactions-counter-widget a {
  color: #B9B9B9;
  margin: 0 7px 0 0;
  font-size: 11px;
}

.splash .reactions-counter-widget > a {
  font-size: 11px;
  margin: 0 0 0 5px;
}



.widget .expand-tweet-info {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  font: 12px/14px Tahoma, sans-serif;
  position: relative;
  padding: 7px 10px 7px 10px;
  margin-bottom: 10px;
  word-break: break-word;
  word-wrap: break-word;
}

.widget .expand-tweet-info:hover {
  z-index: 10;
  cursor: pointer;
}

.widget .expand-tweet-info h4,.widget .expand-tweet-info h4 a {
  font: 11px/13px Tahoma, sans-serif;
  color: #797979;
  cursor: pointer;
  display: inline-block;
}

.widget .expand-tweet-info .author-head {
  margin: 0 0 5px 0;
}

.widget .expand-tweet-info a {
  cursor: pointer;
  display: inline-block;
}

.widget .expand-tweet-info .widget-details {
  padding: 0;
  margin: 7px 0 2px;
}

.expand-tweet-info .widget-details .pull-right {
  right: 5px;
}

.widget .expand-tweet-info .text a {
  color: #5A5858;
}

.expand-tweet-info .author-head .user .name {
  display: inline-block;
}

.expand-tweet-info .pull-left .widget-date {
  position: relative;
  top: 1px;
}

.widget .collapse-tweet-info {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  font: 11px/13px Tahoma, sans-serif;
  position: relative;
  padding: 7px 17px 7px 10px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.widget .collapse-tweet-info:hover {
  cursor: pointer;
  z-index: 10;
}

.widget .collapse-tweet-info a {
  cursor: pointer;
}

.widget .collapse-tweet-info .providers {
  position: relative;
  top: 2px;
}

.widget .expand-tweet-info .icon-caret-up,.widget .collapse-tweet-info .icon-caret-down {
  color: #5A5858;
  font-size: 12px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 8px;
}

.widget .expand-tweet-info:hover .icon-caret-up,.widget .collapse-tweet-info:hover .icon-caret-down {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

.embed #wrapper {
  max-height: 100%;
}

.full-size-splash .slide-caption {
  padding: 7px 0 0 0;
}

.slides-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.giant-splash .slides-list li:last-child .caption,.splash .slides-list li:last-child .caption {
  display: none;
}

.giant-splash .slides-list li img,.splash .slides-list li img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
}

.giant-splash .splash .slides-list li,.full-size-splash .splash .slides-list li {
  width: 980px;
  background: #000;
}

.splash .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.giant-splash .slide-caption p,.giant-splash .slide-caption,.full-size-splash .slide-caption p,.full-size-splash .slide-caption {
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  overflow: hidden;
}

.post-embed-code {
  font-size: 12px;
}

.post-embed-code textarea {
  width: 100%;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-page-inner {
  background-color: #fff;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 15px 15px 0;
  margin: -16px 0 16px -15px;
  width: 100%;
  position: relative;
}

.lt-ie9 #post-page {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff)";
}

.embed .post-page {
  margin-bottom: 5px;
}

.embed .post-page-inner {
  border-top: 0;
  position: static;
  padding: 0 10px;
  margin: 10px 0;
  width: auto;
}

.arrow-wrp {
  position: relative;
}

.arrow-right {
  background-color: #fff;
  border-width: 0 1px 1px 0;
  border-style: none solid solid none;
  border-color: transparent #ddd #ddd transparent;
  box-shadow: 2px 2px 2px #cfcfcf;
  -moz-box-shadow: 2px 2px 2px #cfcfcf;
  -webkit-box-shadow: 2px 2px 2px #cfcfcf;
  position: absolute;
  right: -22px;
  top: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 12px;
  height: 12px;
}

.article-content {
  background-color: #fff;
  padding: 14px 24px 25px;
  position: relative;
  overflow: hidden;
}

.article-content .left-side {
  float: left;
  vertical-align: top;
  width: 150px;
  margin: 9px 20px 0 0;
}

.article-content .right-side {
  overflow: hidden;
}

.article-content.sponsored {
  background: url('/static/img/bg/sponsored.png?3') repeat 0 0;
}

.article-content.sponsored {
  background-color: #d7e8f9;
}

.article-content > article {
  background-color: #fff;
}

.article-content .close-post {
  color: #B9B9B9;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.article-content .close-post:hover {
  text-decoration: none;
  color: #8f8f8f;
}

.article-content .stickit {
  text-align: right;
}

.article-content .author-head {
  position: relative;
}

.article-content .author-head a {
  display: inline-block;
}

.article-content .author-head .user .screen {
  display: inline-block;
}

.article-content .author-head .btn {
  position: relative;
  top: -5px;
  left: -5px;
}

.article-content h1,.article-content h1 a {
  font-family: inherit;
  font-size: 44px;
  line-height: 50px;
  color: #333;
  margin: 0 0 20px;
}

.article-content h1 a:hover {
  color: inherit;
}

.article-content h1::first-letter, .article-content h1 a::first-letter {
  text-transform: uppercase;
}

.article-media {
  background-color: white;
  margin: 10px 0;
  position: relative;
  max-width: 795px;
}

.slideshow .article-media,.slideshow .slideshow-slider {
  text-align: center;
}

.article-media .loading {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 31px !important;
}

.article-media .slideshow-list {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0;
}

.slideshow-list li {
  margin-bottom: 30px;
}

.slideshow-list img {
  margin-top: 8px;
}

.slideshow-list p {
  font-family: inherit;
  font-size: 23px;
  line-height: 27px;
  color: #4d4d4d;
  margin-bottom: 0;
}

.article-media a {
  display: inline-block;
}

.article-media img {
  max-width: 100%;
  height: auto;
}

.article-content .expand-tweet-info,.article-content .collapse-tweet-info {
  background-color: #FBFBFB;
  border: 1px solid #EEE;
  font: 13px/15px Tahoma, sans-serif;
  position: relative;
  padding: 7px 10px;
  margin: 10px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

.article-content .expand-tweet-info .user {
  display: block;
}

.article-content .expand-tweet-info .user .name {
  font: bold 13px/15px Tahoma, sans-serif;
}

.article-content .expand-tweet-info .user .screen {
  display: inline-block;
}

.article-content .expand-tweet-info .widget-details {
  margin-top: 10px;
}

.article-caption,.article-caption p {
  font: 15px/21px Tahoma,sans-serif;
  color: #5A5858;
  margin: 0;
}

.article-caption {
  display: block;
  padding: 10px 0;
  margin: 5px 0 5px;
  color: #5A5858;
  word-wrap: break-word;
  font: 15px/21px Tahoma, sans-serif;
  text-align: left;
}

.article-caption a {
  display: inline;
}

.article-caption:empty {
  padding: 0;
}

.article-body,.article-body p {
  font-family: inherit;
  font-size: 18px;
  line-height: 29px;
  color: #4d4d4d;
  overflow: hidden;
}

.article-body img {
  display: block;
  margin-top: 20px;
  max-width: 100%;
}

.article-body a {
  border-bottom: 1px dotted #29466B;
  font-family: inherit;
  font-size: 18px;
  line-height: 29px;
  color: #29466B;
}

.article-body a:hover {
  border-bottom: 1px solid #29466B;
  text-decoration: none;
}

.article-body ul li,.article-body ol li {
  line-height: 29px;
}

.post-share-data {
  color: #145A7C;
  font: 11px/15px Tahoma, sans-serif;
  margin-top: 8px;
}

.stucked-users {
  margin: 5px 0 15px;
}

.su-title {
  font: 11px Tahoma, sans-serif;
  color: #6b6b6b;
}

.su-pics {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.su-pics li {
  display: inline-block;
}

.article-content .reaction {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.reaction li {
  margin-right: 7px;
  display: inline-block;
}

.article-content .social-action {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0;
}

.article-content .social-action li {
  margin: 7px 0 0 0;
}

.social-action .providers {
  margin: 0 3px 0 0;
}

.social-action .providers.likex15,.social-action .providers.stickx15 {
  margin: 0 4px 0 0;
}

.social-action .providers.embedx16 {
  margin: 0 2px 0 0;
}

.social-action .icon-pencil {
  margin: 0 4px 0 5px;
}

.article-content .social-action li:last-child {
  margin-right: 0;
}

.article-content .social-action li a {
  min-width: 80px;
}

.article-content .photo-credit {
  margin-bottom: 10px;
}

.article-content .photo-credit .name {
  position: relative;
  top: -1px;
}

.article-content .photo-credit .user img {
  min-width: 22px;
  min-height: 22px;
}

.article-content .photo-credit .user .screen {
  display: inline-block;
}

.pic {
  position: relative;
}

.pic:hover .caption {
  display: block;
}

.comments {
  margin: 15px 0;
}

.author-small-pic {
  float: left;
  margin-right: 10px;
  position: relative;
}

.author-small-pic img {
  padding: 1px;
  border: 1px solid #8e8e8e;
}

.author-small-pic .bcorner {
  border-top: 2px solid rgba(255,255,255,0);
  border-left: 3px solid black;
  border-bottom: 3px solid rgba(255,255,255,0);
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -3px;
  z-index: 2;
}

.author-small-pic .wcorner {
  border-top: 2px solid rgba(255,255,255,0);
  border-left: 3px solid #8e8e8e;
  border-bottom: 3px solid rgba(255,255,255,0);
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -3px;
  z-index: 1;
}

.article-body blockquote:before {
  background: url('/static/img/icons/redactor-icons.png') no-repeat 0 -0px;
  content: '';
  width: 26px;
  height: 23px;
  position: absolute;
  top: 1px;
  left: 0;
}

.article-body blockquote:after {
  background: url('/static/img/icons/redactor-icons.png') no-repeat -25px -7px;
  content: '';
  width: 19px;
  height: 16px;
  right: 8px;
  bottom: 8px;
  position: absolute;
}

.article-body blockquote {
  background-color: #f8f8f8;
  margin: 0 0 0;
  border: 0;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  line-height: 20px;
  color: #777777;
  font-style: italic;
  font-size: 12px;
}

.author-inf a {
  text-decoration: none;
}

.author-inf .author-avatar {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.author-inf .author-name {
  font-size: 15px;
  line-height: 17px;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  word-wrap: break-word;
  width: 112px;
  vertical-align: middle;
}

.article-content .article-date {
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  color: #545454;
  padding: 10px 0 0 0;
}

.article-content .article-date em {
  color: #727171;
  font-weight: normal;
  font-style: italic;
}

.post-more-stories {
  display: none;
  color: #333;
  font: bold 18px Tahoma, sans-serif;
  padding: 0 0 17px;
  text-align: center;
}

.post-more-stories i {
  color: #a5a5a5;
  font-size: 14px;
  position: relative;
  top: -1px;
}

.embed .post-more-stories {
  padding-bottom: 0;
}

.article-content .mid-btn {
  padding: 7px 11px 7px 43px;
  width: 85px;
}

.permalink .nav-bar .go-home.active,.permalink .nav-bar .active a {
  background: #FFF;
  border-bottom-color: #fff;
}

.article-content .author-mobile,.article-content .published-mobile {
  display: none;
}

.article-content .author-mobile {
  margin-bottom: 8px;
}

.lt-ie9 .embed .article-content .left-side {
  display: none;
}

.lt-ie9 .embed .article-content .right-side {
  margin-left: 0;
}

.lt-ie9 .embed .article-content h1,.lt-ie9 .embed .article-content h1 a {
  font-size: 30px;
  line-height: 32px;
}

.lt-ie9 .embed .article-content .author-mobile,.lt-ie9 .embed .article-content .published-mobile {
  display: block;
}


.embedded-post {
  width: 767px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.embedded-post .mid-btn {
  padding: 5px 10px 5px 0;
  width: auto;
  background: transparent;
}

.embedded-post .mid-btn:hover {
  background: transparent;
}

.embedded-post .mid-btn i {
  opacity: .7;
  filter: alpha(opacity=70);
}

.embedded-post .mid-btn:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.embedded-post .social-action li a {
  min-width: 20px;
}

.embedded-post .mid-btn.like-post {
  display: none;
}

.embedded-post .social-action {
  padding: 0 0 10px;
}

.embedded-post .social-action li {
  float: left;
  margin: 0 10px 0 0;
}

.embedded-post .social-action .edit-post {
  display: none;
}


.icons {
  background-color: transparent;
  background-image: url("../images/icons-buttons.png?57");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
}

.icons.notification-icon {
  background-position: -120px -90px;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.icons.rm-mouse-with-shadow {
  width: 24px;
  height: 23px;
  background-position: -57px -157px;
}

.icons.rm-logo-sm {
  width: 69px;
  height: 12px;
  background-position: -83px -159px;
}

.icons.closex12 {
  width: 12px;
  height: 12px;
  background-position: -84px -173px;
}

.icons.arrow-topx19 {
  width: 19px;
  height: 17px;
  background-position: -98px -172px;
}

.icons.arrow-topx19:hover {
  background-position: -98px -194px;
}

.icons.basket {
  width: 13px;
  height: 15px;
  background-position: -63px -133px;
}

.icons.conformation {
  width: 60px;
  height: 60px;
  background-position: -138px -42px;
}

.icons.clearx15 {
  width: 15px;
  height: 16px;
  background-position: -47px -133px;
}

.icons.editx16 {
  width: 16px;
  height: 17px;
  background-position: -30px -133px;
}

.icons.settings {
  width: 16px;
  height: 13px;
  background-position: -12px -135px;
}

.icons.powerx12 {
  width: 12px;
  height: 16px;
  background-position: 0 -133px;
}

.icons.feedback {
  width: 12px;
  height: 57px;
  background-position: -104px -58px;
  vertical-align: middle;
}

.icons.collapsed {
  width: 10px;
  height: 10px;
  background-position: -125px -413px;
}

.icons.black-plus {
  width: 10px;
  height: 10px;
  background-position: -146px -413px;
}

.icons.expanded {
  width: 10px;
  height: 10px;
  background-position: -136px -413px;
}

.icons.collapsed.hover {
  background-position: -146px -413px;
}

.icons.expanded.hover {
  background-position: -157px -413px;
}

.icons.sucess {
  width: 9px;
  height: 9px;
  background-position: -90px -31px;
}

.icons.sucess2 {
  height: 13px;
  width: 13px;
  background-position: -173px -1px;
}

.icons.circle-green-ok {
  width: 11px;
  height: 11px;
  background-position: -104px -44px;
}

.icons.power-ico-big-yellow-shadow {
  width: 14px;
  height: 17px;
  background-position: -95px 0;
}

.icons.power-ico-big-yellow {
  width: 15px;
  height: 24px;
  background-position: -131px -14px;
}

.icons.power-ico-huge-yellow {
  width: 21px;
  height: 33px;
  background-position: -131px -109px;
}

.icons.power-ico-lightning {
  width: 29px;
  height: 44px;
  background-position: -171px -102px;
}

.icons.share-bar {
  width: 16px;
  height: 14px;
  background-position: -67px -43px;
}

.widget:hover .icons.share-bar {
  width: 16px;
  height: 14px;
  background-position: -85px -43px;
}

.icons.media {
  width: 30px;
  height: 19px;
  background-position: -35px -80px;
}

.icons.media:hover {
  background-position: -67px -80px;
}

.icons.power-blue-icon {
  background-position: -66px -2px;
  width: 8px;
  height: 9px;
}

.icons.power-ico {
  background-position: -50px 0;
  width: 12px;
  height: 12px;
}

.icons.power-ico-white {
  background-position: -78px 0;
  height: 11px;
  width: 9px;
}

.icons.power-ico-yellow-shadow {
  background-position: -86px 0;
  height: 13px;
  width: 9px;
}

.icons.power-icon {
  background-position: -33px 0;
  width: 12px;
  height: 12px;
}

.icons.stocktwits {
  width: 10px;
  height: 10px;
  background-position: -68px -30px;
}

.icons.stocktwits:hover {
  background-position: -78px -30px;
}

.icons.white-pencil,.icons.grey-pencil {
  width: 12px;
  height: 13px;
}

.icons.white-pencil {
  background-position: 0 -162px;
}

.icons.grey-pencil {
  background-position: -12px -162px;
}

.icons.stick {
  background-position: 0 -83px;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}

.icons.magnet {
  background-position: 0 -410px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}

a:hover .icons.magnet,.icons.magnet.active,.icons.magnet:hover {
  background-position: -12px -410px;
}

.icons.comment {
  background-position: 0 -50px;
  width: 14px;
  height: 10px;
  position: relative;
  top: 1px;
}

.icons.share {
  background-position: 0 -60px;
  width: 11px;
  height: 13px;
  position: relative;
  top: 2px;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
}

.icons.share.active {
  background-position: -11px -60px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

a:hover .icons.share,.icons.share:hover {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}

.icons.def-close {
  background-position: 0 -197px;
  width: 8px;
  height: 8px;
}

.icons.light-close {
  background-position: -8px -197px;
  width: 8px;
  height: 8px;
}

.icons.light-close:hover {
  background-position: -16px -197px;
  width: 8px;
  height: 8px;
}

.icons.lrg-close {
  background-position: 0 -320px;
  width: 12px;
  height: 13px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.icons.lrg-close:hover {
  background-position: 0 -320px;
  width: 12px;
  height: 13px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ie8 .icons.lrg-close,.ie8 .icons.lrg-close:hover {
  background-position: 0 -319px;
}

.icons.chrome {
  display: inline-block;
  background-position: -95px -303px;
  height: 15px;
  width: 15px;
}

.icons.fb,.icons.tw,.icons.gmail,.icons.plusone,.icons.pinterest,.icons.instagram {
  overflow: hidden;
  display: inline-block;
}

.icons.fb {
  background-position: 0 -175px;
  width: 10px;
  height: 10px;
}

.icons.tw {
  background-position: 0 -20px;
  height: 10px;
  width: 14px;
}

.icons.gmail {
  background-position: 0 -30px;
  height: 10px;
  width: 14px;
}

.icons.plusone {
  background-position: 0 -40px;
  height: 10px;
  width: 17px;
}

.icons.ggl {
  background-position: 0 -268px;
  height: 10px;
  width: 10px;
}

.icons.pinterest {
  background-position: -28px -30px;
  height: 10px;
  width: 10px;
}

.icons.instagram {
  background-position: -48px -30px;
  height: 10px;
  width: 10px;
}

.btn-mini .icons.tw,.btn-small .icons.tw {
  position: relative;
  top: 1px;
}

.icons.fb:hover,.icons.fb.active,a:hover .icons.fb {
  background-position: -10px -175px;
}

.icons.tw:hover,.icons.tw.active,a:hover .icons.tw {
  background-position: -14px -20px;
}

.icons.gmail:hover,.icons.gmail.active,a:hover .icons.gmail {
  background-position: -14px -30px;
}

.icons.plusone:hover,.icons.plusone.active,a:hover .icons.plusone {
  background-position: -17px -40px;
}

.icons.ggl:hover,.icons.ggl.active,a:hover .icons.ggl {
  background-position: -10px -268px;
}

.icons.pinterest:hover,.icons.pinterest.active,a:hover .icons.pinterest {
  background-position: -38px -30px;
}

.icons.instagram:hover,.icons.instagram.active,a:hover .icons.instagram {
  background-position: -58px -30px;
}

.icons.lrg-facebook,.icons.lrg-twitter,.icons.lrg-google {
  background-image: url("/static/img/sprites/providers.png");
  overflow: hidden;
  display: inline-block;
}

.icons.lrg-facebook {
  background-position: 0 0;
  width: 72px;
  height: 15px;
}

.icons.lrg-twitter {
  background-position: 0 -16px;
  width: 70px;
  height: 14px;
}

.icons.lrg-google {
  background-position: 0 -30px;
  width: 69px;
  height: 26px;
}

.icons.sqr-fb,.icons.sqr-tw,.icons.sqr-ggl {
  background-image: url("/static/img/sprites/social-icons.png");
  overflow: hidden;
  display: inline-block;
}

.icons.sqr-fb {
  background-position: -1px -1px;
  width: 32px;
  height: 32px;
}

.icons.sqr-tw {
  background-position: -34px -1px;
  width: 32px;
  height: 32px;
}

.icons.sqr-ggl {
  background-position: -68px -1px;
  width: 32px;
  height: 32px;
}

.icons.tw-bold {
  background-position: 0 -390px;
  width: 13px;
  height: 10px;
}

.icons.rss-glossy {
  background-position: 0 -423px;
  width: 10px;
  height: 10px;
}

.icons.rss-glossy:hover,.icons.rss-glossy:active,a:hover .icons.rss-glossy {
  background-position: -10px -423px;
}

.icons.tw-bold:hover,.icons.tw-bold.active,a:hover .icons.tw-bold {
  background-position: 0 -400px;
  width: 13px;
  height: 10px;
}

.icons.fb-glossy {
  background-position: -13px -390px;
  width: 10px;
  height: 10px;
}

.icons.fb-glossy:hover,.icons.fb-glossy.active,a:hover .icons.fb-glossy {
  background-position: -13px -400px;
  width: 10px;
  height: 10px;
}

.icons.linkedin-glossy {
  background-position: -113px -31px;
  width: 10px;
  height: 10px;
}

.icons.linkedin-glossy:hover,.icons.linkedin-glossy.active,a:hover .icons.linkedin-glossy {
  background-position: -102px -31px;
  width: 10px;
  height: 10px;
}

.icons.tw-lrg-bold {
}

.icons.tw-lrg-bold:hover,.icons.tw-lrg-bold.active {
  background-position: -35px -398px;
  width: 14px;
  height: 12px;
}

.icons.fb-lrg-glossy {
}

.icons.fb-lrg-glossy:hover,.icons.fb-lrg-glossy.active {
  background-position: -23px -398px;
  width: 12px;
  height: 12px;
}

.icons.edit {
  background-position: 0 -93px;
  width: 12px;
  height: 12px;
}

.icons.edit-black:hover,.icons.edit-black:focus,.icons.edit-black.active,.active .icons.edit-black {
  background-position: 0 -302px;
  width: 17px;
  height: 17px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.icons.arr-btm {
  background-position: -17px -302px;
  width: 7px;
  height: 4px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.icons.arr-btm:hover,.icons.arr-btm:focus,.icons.arr-btm.active {
  background-position: -17px -302px;
  width: 7px;
  height: 4px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.icons.trash {
  background-position: 0 -205px;
  display: inline-block;
  width: 9px;
  height: 10px;
}

.icons.move {
  background-position: 0 -105px;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.icons.stop {
  background-position: 0 -118px;
  display: inline-block;
  width: 11px;
  height: 10px;
}

.userPrefs .icons.stop {
  background-position: -113px 0;
  height: 15px;
  width: 17px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid #6a6a6a;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(255,255,255,0);
  border-right: 5px solid rgba(255,255,255,0);
  border-top: 5px solid #6a6a6a;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid rgba(255,255,255,0);
  border-left: 5px solid #6a6a6a;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid rgba(255,255,255,0);
  border-bottom: 5px solid rgba(255,255,255,0);
  border-right: 5px solid #6a6a6a;
}

.icons.key {
  background-position: 0 -215px;
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 15px;
}

.icons.add-ppl {
  background-position: 0 -230px;
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 14px;
}

.icons.stick-it {
  background-position: 0 -244px;
  overflow: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icons.star {
  background-image: url("/static/img/sprites/stars.png");
  background-position: 1px -19px;
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 18px;
}

.icons.star:hover {
  background-position: 1px -38px;
  cursor: pointer;
}

.icons.star.active {
  background-position: 1px 0;
}

.icons.star.active.shover,.icons.star.active:hover {
  background-position: 1px -57px;
  cursor: pointer;
}

.icons.close {
  width: 20px;
  height: 20px;
  background-image: url(controls/);
  background-color: gray;
}

.icons.ctr,.icons.mouse-overs,.icons.widget-cliks,.icons.impressions,.icons.viral,.icons.recil,.icons.clicks {
  display: inline-block;
  width: 11px;
  height: 11px;
}

.icons.ctr {
  background-position: -155px 0;
}

.icons.viral {
  background-position: 0 0;
}

.icons.recil {
  background-position: -143px -0px;
}

.icons.clicks {
  background-position: -131px -0px;
}

.icons.impressions {
  background-position: -119px -0px;
}

.icons.widget-cliks {
  background-position: -22px -0px;
}

.icons.mouse-overs {
  background-position: -11px -0px;
}

.icons.add {
}

.icons.medium-fb {
  background-position: -1000px -1000px;
  font-family: "zocial";
  font-weight: bold;
  font-size: 16px;
  color: #4863AE;
}

.icons.medium-tw {
  background-position: -1000px -1000px;
  font-family: "zocial";
  font-weight: bold;
  font-size: 16px;
  color: #46C0FB;
}

.icons.facebook,.icons.twitter {
  background-position: -1000px -1000px;
  font-family: "zocial";
  font-weight: bold;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.icons.facebook {
  font-size: 20px;
  color: #4863AE;
}

.icons.facebook:hover,.icons.facebook:focus {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.icons.twitter {
  color: #46C0FB;
  font-size: 22px;
  line-height: 0.6em;
}

.icons.twitter:hover,.icons.twitter:focus {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.icons.disable {
  background-position: 0 -335px;
  width: 12px;
  height: 12px;
}

.icons.lrg-apply {
  background-position: 0 -349px;
  width: 15px;
  height: 14px;
}

.icons.remove {
  background-position: -24px -350px;
  width: 10px;
  height: 10px;
}

.icons.lrg-reply {
  background-position: -42px -350px;
  width: 13px;
  height: 10px;
}

.icons.reply {
  background-position: 0px -377px;
  width: 11px;
  height: 12px;
}

.icons.reply.active,a:hover .icons.reply,.icons.reply:hover {
  background-position: -16px -377px;
  width: 11px;
  height: 12px;
}

.icons.favorite {
  background-position: -30px -375px;
  width: 15px;
  height: 15px;
}

.icons.favorite.act,a:hover .icons.favorite,.icons.favorite:hover {
  background-position: -46px -375px;
  width: 15px;
  height: 15px;
}

.icons.favorite.active {
  background-position: -62px -375px;
  width: 15px;
  height: 15px;
}

.icons.retweet {
  background-position: -78px -379px;
  width: 14px;
  height: 8px;
}

.icons.retweet.act,a:hover .icons.retweet,.icons.retweet:hover {
  background-position: -94px -379px;
  width: 14px;
  height: 8px;
}

.icons.retweet.active {
  background-position: -110px -379px;
  width: 14px;
  height: 8px;
}

.icons.rmove,.icons.joined,.icons.mark-as-read,.icons.new-post,.icons.re-post,.icons.like,.icons.rm-share,.icons.fb-share,.icons.email-share,.icons.tw-share {
  background: url(/static/img/sprites/16x16a.png?10) no-repeat 0 0;
  width: 16px;
  height: 16px;
}

.icons.new-post {
  height: 13px;
  width: 12px;
  background-position: -3px -280px;
}

.icons.new-post:hover {
  background-position: -18px -280px;
}

.icons.mark-as-read {
  width: 8px;
  height: 8px;
  background-position: -3px -296px;
}

.icons.mark-as-read:hover {
  background-position: -20px -312px;
}

.icons.rmove {
  width: 6px;
  height: 6px;
  background-position: -5px -326px;
}

.icons.rmove:hover {
  background-position: -20px -326px;
}

.icons.joined {
  width: 17px;
  height: 13px;
  background-position: 0 -309px;
}

.icons.joined:hover {
  background-position: -15px -295px;
}

.icons.tw-share {
  background-position: -0 -16px;
}

.icons.tw-share:hover {
  background-position: -16px -16px;
}

.icons.email-share {
  background-position: -0 -80px;
}

.icons.email-share:hover {
  background-position: -16px -80px;
}

.icons.fb-share {
  background-position: 0 0;
}

.icons.fb-share:hover {
  background-position: -16px 0;
}

.icons.rm-share {
  background-position: 0 -32px;
}

.icons.rm-share:hover {
  background-position: -16px -32px;
}

.icons.like {
  background-position: 0 -197px;
  width: 15px;
  height: 12px;
}

.widget:hover .icons.like {
  background-position: -16px -197px;
}

.widget a:hover .icons.like,.widget .icons.like:hover {
  background-position: -16px -210px;
}

a:hover .icons.like {
  background-position: -16px -197px;
}

.icons.re-post {
  background-position: -1px -210px;
  width: 12px;
  height: 13px;
  margin: 0 1px 0 0;
}

.widget:hover .icons.re-post {
  background-position: -17px -224px;
}

.widget .icons.re-post:hover,a:hover .icons.re-post,.icons.re-post:hover {
  background-position: -1px -224px;
}

.icons.add-people,.icons.add-twitter,.icons.empty-twitter {
  background: url(/static/img/sprites/add-twitter.png) no-repeat 0 0;
}

.icons.add-people {
  background-position: 0 0;
  width: 32px;
  height: 32px;
}

.icons.add-twitter {
  background-position: 0 -32px;
  width: 32px;
  height: 32px;
}

.icons.empty-twitter {
  background-position: 0 -64px;
  width: 32px;
  height: 32px;
}

.icons.add-custom-image,.icons.add-custom-video,.icons.add-custom-slideshow {
  background-image: url(/static/img/sprites/edit-mode-icons.png);
}

.icons.add-custom-image {
  background-position: 0 0;
  width: 39px;
  height: 39px;
}

a:hover .icons.add-custom-image,.icons.add-custom-image:hover {
  background-position: 0 -39px;
}

.icons.add-custom-video {
  background-position: -39px -3px;
  width: 30px;
  height: 33px;
}

a:hover .icons.add-custom-video,.icons.add-custom-video:hover {
  background-position: -39px -42px;
  width: 30px;
  height: 33px;
}

.icons.add-custom-slideshow {
  background-position: -69px -1px;
  width: 39px;
  height: 38px;
}

a:hover .icons.add-custom-slideshow,.icons.add-custom-slideshow:hover {
  background-position: -69px -40px;
  width: 39px;
  height: 38px;
}

.icons.btm-arrow {
  background-position: -32px -248px;
  width: 28px;
  height: 16px;
}

.icons.tw-bubble-bottom,.icons.tw-bubble-right {
  background: url('/static/img/sprites/twitter-bio.png') 0 0;
  width: 27px;
  height: 23px;
}

.icons.tw-bubble-right:hover {
  background-position: -28px 0;
}

.icons.tw-bubble-right:active,.icons.tw-bubble-right.active {
  background-position: -54px 0;
}

.icons.tw-bubble-bottom {
  background-position: 0 -23px;
}

.icons.tw-bubble-bottom:hover {
  background-position: -28px -23px;
}

.icons.tw-bubble-bottom:active,.icons.tw-bubble-bottom.active {
  background-position: -54px -23px;
}

.icons.stick-btn,.icons.follow-me-logo,.icons.follow-me,.icons.follow-me-drk,.icons.follow-me-drk-logo {
  background: url('/static/img/resources/sticksprites.png') 0 0;
}

.icons.follow-me {
  background-position: 0 -207px;
  height: 27px;
  width: 165px;
}

.icons.follow-me-logo {
  background-position: 0 -180px;
  height: 27px;
  width: 188px;
}

.icons.follow-me-drk {
  background-position: 0 -261px;
  height: 27px;
  width: 163px;
}

.icons.follow-me-drk-logo {
  background-position: 0 -234px;
  height: 27px;
  width: 184px;
}

.icons.stick-btn {
  background-position: 0 0;
  width: 153px;
  height: 59px;
}

.icons.stick-btn:hover {
  background-position: 0 -60px;
}

.icons.stick-btn.active,.icons.stick-btn:active {
  background-position: 0 -120px;
}

.hover-menu {
  background: transparent url('/static/img/sprites/hover-menu.png?9') 0 0;
  display: inline-block;
  width: 42px;
  height: 39px;
}

.hover-menu.embed {
  background-position: 0 -703px;
}

.hover-menu.embed:hover {
  background-position: -42px -703px;
}


.hover-menu.embed:active {
  background-position: -84px -703px;
}

.hover-menu.stick {
  background-position: 0 0;
}

.hover-menu.stick:hover {
  background-position: -42px 0;
}

.hover-menu.stick:active,.hover-menu.stick.active {
  background-position: -84px 0;
  height: 39px;
}

.hover-menu.like {
  background-position: 0 -507px;
}

.hover-menu.like:hover {
  background-position: -42px -507px;
}

.hover-menu.like:active,.hover-menu.like.active {
  background-position: -84px -507px;
  height: 39px;
}

.hover-menu.unlike {
  background-position: 0 -546px;
}

.hover-menu.unlike:hover {
  background-position: -42px -546px;
}

.hover-menu.unlike:active,.hover-menu.unlike.active {
  background-position: -84px -546px;
  height: 39px;
}

.hover-menu.move {
  background-position: 0 -39px;
}

.hover-menu.move:hover {
  background-position: -42px -39px;
}

.hover-menu.move:active,.hover-menu.move.active {
  background-position: -84px -39px;
}

.hover-menu.edit {
  background-position: 0 -78px;
}

.hover-menu.edit:hover {
  background-position: -42px -78px;
}

.hover-menu.edit:active,.hover-menu.edit.active {
  background-position: -84px -78px;
}

.hover-menu.freeze {
  background-position: 0 -117px;
}

.hover-menu.freeze:hover {
  background-position: -42px -117px;
}

.hover-menu.freeze:active,.hover-menu.freeze.active {
  background-position: -84px -117px;
}

.hover-menu.statistics {
  background-position: 0 -156px;
}

.hover-menu.statistics:hover {
  background-position: -42px -156px;
}

.hover-menu.statistics:active,.hover-menu.statistics.active {
  background-position: -84px -156px;
}

.hover-menu.remove {
  background-position: 0 -195px;
}

.hover-menu.remove:hover {
  background-position: -42px -195px;
}

.hover-menu.remove:active,.hover-menu.remove.active {
  background-position: -84px -195px;
}

.hover-menu.post {
  background-position: 0 -468px;
}

.hover-menu.post:hover {
  background-position: -42px -468px;
}

.hover-menu.post:active,.hover-menu.post.active {
  background-position: -84px -468px;
}

.hover-menu.rt {
  background-position: 0 -234px;
}

.hover-menu.rt:hover {
  background-position: -42px -234px;
}

.hover-menu.rt:active,.hover-menu.rt.active {
  background-position: -84px -234px;
}

.hover-menu.remove-follower {
  background-position: 0 -272px;
}

.hover-menu.remove-follower:hover {
  background-position: -42px -272px;
}

.hover-menu.remove-follower:active,.hover-menu.remove-follower.active {
  background-position: -84px -272px;
}

.hover-menu.follow {
  background-position: 0 -311px;
}

.hover-menu.follow:hover {
  background-position: -42px -311px;
}

.hover-menu.follow:active,.hover-menu.follow.active {
  background-position: -84px -311px;
}

.hover-menu.following {
  background-position: 0 -350px;
}

.hover-menu.following:hover {
  background-position: -42px -350px;
}

.hover-menu.following:active,.hover-menu.following.active {
  background-position: -84px -350px;
}

.hover-menu.unfollow {
  background-position: 0 -389px;
}

.hover-menu.unfollow:hover {
  background-position: -42px -389px;
}

.hover-menu.unfollow:active,.hover-menu.unfollow.active {
  background-position: -84px -389px;
}

.hover-menu.repost {
  background-position: 0 -429px;
}

.hover-menu.repost:hover {
  background-position: -42px -429px;
}

.hover-menu.edit-and-publish {
  background-position: 0 -664px;
}

.hover-menu.edit-and-publish:hover {
  background-position: -42px -664px;
}

.hover-menu.repost:active,.hover-menu.repost.active {
  background-position: -84px -429px;
}

.linkedin-acc,.st-acc,.icons.invite,.gplus-acc,.add-item,.tumblr-acc,.pintrest-acc,.tw-acc-blue,.tw-acc,.ins-acc,.rss-acc,.fb-acc,.flickr-acc-white,.flickr-acc {
  background: url(/static/img/sprites/social-sprite.png?12) no-repeat -13px 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.flickr-acc-white {
  background-position: -169px -17px;
}

.linkedin-acc {
  background-position: -220px 0;
}

.linkedin-acc.active {
  background-position: -203px 0;
}

.tw-acc-blue {
  background-position: -169px 0;
}

.icons.invite {
  background-position: -97px 0;
  width: 18px;
  height: 12px;
}

.st-acc {
  background-position: -152px 0;
}

.gplus-acc {
  background-position: -93px 0;
}

.add-item {
  background-position: -97px 0;
  width: 16px;
}

.tw-acc {
  background-position: -0 0;
  width: 13px;
}

.rss-acc {
  background-position: -45px 0;
}

.ins-acc {
  background-position: -29px 0;
}

.flickr-acc {
  background-position: -119px 0;
}

.gplus-acc {
  background-position: -135px 0;
}

.icons.linkedin-sign-in,.icons.flickr-sign-in,.icons.gl-sign-in,.icons.tw-sign-in,.icons.fb-sign-in,.icons.insta-sign-in,.icons.st-sign-in {
  background-image: url('/static/img/sprites/signin-buttons.png?9');
  width: 269px;
  height: 53px;
  float: left;
}

.icons.tw-sign-in {
  background-position: -269px 0;
}

.icons.tw-sign-in:hover {
  background-position: -269px -53px;
}

.icons.tw-sign-in:active {
  background-position: -269px -106px;
  position: relative;
  top: 1px;
}

.icons.linkedin-sign-in {
  background-position: -1614px 0;
}

.icons.linkedin-sign-in:hover {
  background-position: -1614px -53px;
}

.icons.linkedin-sign-in:active {
  background-position: -1614px -106px;
}

.icons.flickr-sign-in {
  background-position: -1345px 0;
}

.icons.flickr-sign-in:hover {
  background-position: -1345px -53px;
}

.icons.flickr-sign-in:active {
  background-position: -1345px -106px;
}

.icons.fb-sign-in {
  background-position: -0px 0;
}

.icons.fb-sign-in:hover {
  background-position: -0px -53px;
}

.icons.fb-sign-in:active {
  background-position: -0px -106px;
  position: relative;
  top: 1px;
}

.icons.insta-sign-in {
  background-position: -538px 0;
}

.icons.insta-sign-in:hover {
  background-position: -538px -53px;
}

.icons.insta-sign-in:active {
  background-position: -538px -106px;
  position: relative;
  top: 1px;
}

.icons.gl-sign-in {
  background-position: -807px 0;
}

.icons.gl-sign-in:hover {
  background-position: -807px -53px;
}

.icons.gl-sign-in:active {
  background-position: -807px -106px;
  position: relative;
  top: 1px;
}

.icons.st-sign-in {
  background-position: -1076px 0;
}

.icons.st-sign-in:hover {
  background-position: -1076px -53px;
}

.icons.st-sign-in:active {
  background-position: -1076px -106px;
  position: relative;
  top: 1px;
}

.icons.linkedin-sign-up,.icons.flickr-sign-up,.icons.gl-sign-up,.icons.tw-sign-up,.icons.fb-sign-up,.icons.insta-sign-up,.icons.st-sign-up {
  background-image: url('/static/img/sprites/signup-buttons.png?9');
  width: 269px;
  height: 53px;
  float: left;
}

.icons.tw-sign-up {
  background-position: -269px 0;
}

.icons.tw-sign-up:hover {
  background-position: -269px -53px;
}

.icons.tw-sign-up:active {
  background-position: -269px -106px;
  position: relative;
  top: 1px;
}

.icons.linkedin-sign-up {
  background-position: -1614px 0;
}

.icons.linkedin-sign-up:hover {
  background-position: -1614px -53px;
}

.icons.linkedin-sign-up:active {
  background-position: -1614px -106px;
}

.icons.flickr-sign-up {
  background-position: -1345px 0;
}

.icons.flickr-sign-up:hover {
  background-position: -1345px -53px;
}

.icons.flickr-sign-up:active {
  background-position: -1345px -106px;
}

.icons.fb-sign-up {
  background-position: -0px 0;
}

.icons.fb-sign-up:hover {
  background-position: -0px -53px;
}

.icons.fb-sign-up:active {
  background-position: -0px -106px;
  position: relative;
  top: 1px;
}

.icons.insta-sign-up {
  background-position: -538px 0;
}

.icons.insta-sign-up:hover {
  background-position: -538px -53px;
}

.icons.insta-sign-up:active {
  background-position: -538px -106px;
  position: relative;
  top: 1px;
}

.icons.gl-sign-up {
  background-position: -807px 0;
}

.icons.gl-sign-up:hover {
  background-position: -807px -53px;
}

.icons.gl-sign-up:active {
  background-position: -807px -106px;
  position: relative;
  top: 1px;
}

.icons.st-sign-up {
  background-position: -1076px 0;
}

.icons.st-sign-up:hover {
  background-position: -1076px -53px;
}

.icons.st-sign-up:active {
  background-position: -1076px -106px;
  position: relative;
  top: 1px;
}

.tumblr-acc {
  background-position: -77px 0;
}

.pintrest-acc {
  background-position: -61px 0;
}

.icons.question {
  background-position: -45px -412px;
  width: 18px;
  height: 17px;
  vertical-align: middle;
}

.icons.question:hover {
  background-position: -26px -412px;
}

.icons.remove-small {
  background-position: -17px -198px;
  width: 7px;
  height: 7px;
}

.icons.expand,.icons.collapse {
  height: 12px;
  width: 12px;
  margin: -2px 3px 0 0;
  vertical-align: middle;
}

.icons.expand {
  background-position: -84px -413px;
}

.icons.collapse {
  background-position: -97px -413px;
}

.icons.post {
  background-position: -112px -413px;
  width: 12px;
  height: 13px;
  vertical-align: middle;
  position: relative;
  margin: -2px 0 0 0;
}

.icons.icon-home {
  background: none;
}

.icons.email32,.icons.linkedin32,.icons.youtube32,.icons.typekit32,.icons.flickr32,.icons.googleplus32,.icons.twitter32,.icons.foursquare32,.icons.facebook32,.icons.ga32,.icons.instagram32,.icons.twitter32,.icons.rss32,.icons.pinterest32,.icons.tumblr32,.icons.stocktwits32 {
  background-image: url('../images/social-icons32x32.png?16');
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.icons.linkedin16 {
  background-image: url('../images/linkedin.png?16');
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.icons.email32.disabled {
  background-position: 0 -448px;
}

.icons.email32 {
  background-position: -32px -448px;
}

.icons.linkedin32.disabled {
  background-position: 0 -416px;
}

.icons.linkedin32 {
  background-position: -32px -416px;
}

.icons.youtube32.disabled {
  background-position: 0 -384px;
}

.icons.youtube32 {
  background-position: -32px -384px;
}

.icons.flickr32.disabled {
  background-position: 0 -320px;
}

.icons.flickr32 {
  background-position: -32px -320px;
}

.icons.typekit32.disabled {
  background-position: 0 -352px;
}

.icons.typekit32 {
  background-position: -32px -352px;
}

.icons.googleplus32.disabled {
  background-position: 0 -224px;
}

.icons.googleplus32 {
  background-position: -32px -224px;
}

.icons.facebook32.disabled {
  background-position: 0 -160px;
}

.icons.facebook32 {
  background-position: -32px -160px;
}

.icons.instagram32.disabled {
  background-position: 0 -128px;
}

.icons.instagram32 {
  background-position: -32px -128px;
}

.icons.foursquare32.disabled {
  background-position: 0 -192px;
}

.icons.foursquare32 {
  background-position: -32px -192px;
}

.icons.ga32.disabled {
  background-position: 0 -288px;
}

.icons.ga32 {
  background-position: -32px -288px;
}

.icons.twitter32.disabled {
  background-position: 0 -32px;
}

.icons.twitter32 {
  background-position: -32px -32px;
}

.icons.tumblr32.disabled {
  background-position: 0 -96px;
}

.icons.tumblr32 {
  background-position: -32px -96px;
}

.icons.pinterest32.disabled {
  background-position: -0px -64px;
}

.icons.pinterest32 {
  background-position: -32px -64px;
}

.icons.rss32.disabled {
  background-position: -0px -0px;
}

.icons.rss32 {
  background-position: -32px -0px;
}

.icons.stocktwits32 {
  background-position: -32px -256px;
}

.icons.stocktwits32.disabled {
  background-position: -0px -256px;
}

.signup-embed .icons.tw,.signup-embed .icons.fb,.icons.google-share-frontpage,.icons.email-share-frontpage,.icons.tw-share-frontpage,.icons.fb-share-frontpage,.icons.embed-share-page,.icons.email-share-page,.icons.tw-share-page,.icons.fb-share-page {
  background: url("/static/img/sprites/social-sprite.png?18") no-repeat 0 0;
  height: 15px;
}

.icons.google-share-frontpage,.icons.email-share-frontpage,.icons.tw-share-frontpage,.icons.fb-share-frontpage {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.icons.fb-share-frontpage {
  background-position: 0 -95px;
}

.icons.fb-share-frontpage:hover {
  background-position: 0 -60px;
}

.icons.fb-share-frontpage.disabled {
  background-position: 0 -130px;
}

.icons.tw-share-frontpage {
  background-position: -35px -95px;
}

.icons.tw-share-frontpage:hover {
  background-position: -35px -60px;
}

.icons.tw-share-frontpage.disabled {
  background-position: -35px -130px;
}

.icons.email-share-frontpage {
  background-position: -70px -95px;
}

.icons.email-share-frontpage:hover {
  background-position: -70px -60px;
}

.icons.email-share-frontpage.disabled {
  background-position: -70px -130px;
}

.icons.google-share-frontpage {
  background-position: -104px -95px;
}

.icons.google-share-frontpage:hover {
  background-position: -104px -60px;
}

.icons.google-share-frontpage.disabled {
  background-position: -104px -130px;
}

.icons.email-share-page {
  width: 16px;
  background-position: -19px -17px;
}

.icons.fb-share-page {
  background-position: -37px -17px;
  width: 15px;
}

.icons.tw-share-page {
  background-position: 0 -17px;
  width: 18px;
}

.icons.embed-share-page {
  background-position: -53px -17px;
  width: 21px;
}

.signup-embed .icons.tw,.signup-embed .icons.fb {
  width: 27px;
  height: 27px;
  text-indent: -99999px;
  vertical-align: middle;
  opacity: .9;
  filter: alpha(opacity=90);
}

.signup-embed .icons.tw:hover,.signup-embed .icons.fb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.icons.up {
  background-position: -42px -61px;
  width: 18px;
  height: 13px;
}

.icons.share-ico {
  background-position: -42px -41px;
  width: 22px;
  height: 18px;
}

.signup-embed .icons.fb {
  background-position: 0 -32px;
}

.signup-embed .icons.tw {
  background-position: -32px -32px;
}

.userPrefs li > a > .icons {
  background: url("/static/img/sprites/mobile-icons-sprite.png?13");
  margin: -2px auto 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 15px;
}

.userPrefs li .icons.home {
  background-position: -162px 0;
  width: 17px;
  margin: -4px auto 0;
}

.userPrefs li .icons.power {
  background-position: -110px -69px;
  width: 13px;
  height: 14px;
  position: relative;
  top: -1px;
}

.userPrefs li .icons.power-yellow {
  background-position: -127px -69px;
  width: 13px;
  height: 14px;
  position: relative;
  top: -1px;
}

.userPrefs li .icons.stop {
  top: 0;
}

.userPrefs .icons.edit {
  background-position: -110px -88px;
  width: 19px;
  height: 19px;
  margin: -3px 0 0;
}

.userPrefs .icons.info {
  background-position: -110px -107px;
  width: 19px;
  height: 19px;
  margin: -3px 0 0;
}

.icons.promote {
  background-position: -147px -15px;
  width: 25px;
  height: 25px;
}

.userPrefs li .icons.notifications {
  width: 19px;
  height: 19px;
  margin: -2px 0 0;
  background-position: -151px -90px;
}

.userPrefs li .icons.shout-outs {
  width: 19px;
  height: 16px;
  margin: -2px 0 0;
  background-position: -151px -109px;
}



.providers {
  background-color: transparent;
  background-image: url("../images/providers-sprite.png?17");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}

.providers.fb-sm {
  width: 11px;
  height: 11px;
  background-position: -45px 0;
}

.providers.fb-sm:hover,.providers.fb-sm.active {
  background-position: -45px -15px;
}

.providers.tw-sm {
  width: 12px;
  height: 12px;
  background-position: -30px 0;
}

.widget:hover .share-post-bar .providers.tw-sm {
  background-position: -30px -14px;
}

.widget a:hover .providers.tw-sm,.providers.tw-sm:hover,.widget .providers.tw-sm.active,.providers.tw-sm.active {
  background-position: -30px -28px;
}

.providers.gm-sm {
  width: 11px;
  height: 15px;
  background-position: -16px -1px;
}

.providers.gm-sm:hover,.providers.gm-sm.active {
  background-position: -16px -18px;
}

.providers.email-sm {
  width: 13px;
  height: 9px;
  background-position: 0 -1px;
}

.providers.email-sm:hover,.providers.email-sm.active {
  background-position: 0 -14px;
}

.providers.fbx32,.providers.twx32,.providers.gplusx32 {
  width: 32px;
  height: 32px;
}

.providers.gplusx32 {
  background-position: -140px 0;
}

.providers.twx32 {
  background-position: -186px 0;
}

.providers.fbx32 {
  background-position: -94px 0;
}

.providers.gp-ico,.providers.fb-ico,.providers.tw-ico {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.providers.fb-ico {
  background-position: -238px -49px;
}

.disabled .providers.fb-ico {
  background-position: -238px -69px;
}

.providers.tw-ico {
  background-position: -263px -49px;
}

.disabled .providers.tw-ico {
  background-position: -263px -69px;
}

.providers.gp-ico {
  background-position: -288px -49px;
}

.disabled .providers.gp-ico {
  background-position: -288px -69px;
}

.providers.fbx11,.providers.twx11,.providers.gpx11,.providers.instx11 {
  width: 11px;
  height: 11px;
}

.providers.fbx11 {
  background-position: 0 -72px;
}

.providers.fbx11.active {
  background-position: 0 -84px;
}

.providers.twx11 {
  background-position: -14px -72px;
}

.providers.twx11.active {
  background-position: -14px -84px;
}

.providers.instx11 {
  background-position: -28px -72px;
}

.providers.instx11.active {
  background-position: -28px -84px;
}

.providers.gpx11 {
  background-position: -42px -72px;
}

.providers.gpx11.active {
  background-position: -42px -84px;
}

.providers.twx24,.providers.fbx24 {
  width: 24px;
  height: 24px;
}

.providers.fbx24 {
  background-position: -236px 0;
}

.providers.twx24 {
  background-position: -261px 0;
}

.providers.fbx24.disabled {
  background-position: -236px -24px;
}

.providers.twx24.disabled {
  background-position: -261px -24px;
}

.providers.mailx15,.providers.twx15,.providers.likex15,.providers.stickx15,.providers.fbx15 {
  vertical-align: middle;
}

.providers.fbx15 {
  background-position: 0 -105px;
  width: 14px;
  height: 13px;
}

.providers.fbx15.active {
  background-position: 0 -122px;
}

.providers.stickx15 {
  background-position: -16px -105px;
  width: 15px;
  height: 15px;
}

.providers.stickx15.active {
  background-position: -16px -122px;
}

.providers.likex15 {
  background-position: -35px -107px;
  width: 15px;
  height: 13px;
}

.providers.likex15.active {
  background-position: -35px -124px;
}

.providers.mailx15 {
  background-position: -55px -106px;
  width: 16px;
  height: 13px;
}

.providers.mailx15.active {
  background-position: -55px -122px;
}

.providers.twx15 {
  background-position: -76px -106px;
  width: 15px;
  height: 16px;
}

.providers.twx15.active {
  background-position: -76px -121px;
}

.providers.bell-white {
  background-position: -316px -1px;
  width: 14px;
  height: 15px;
}

.providers.facebook-white {
  background-position: -318px -17px;
  width: 14px;
  height: 14px;
}

.providers.twitter-white {
  background-position: -316px -32px;
  width: 15px;
  height: 13px;
}

.providers.google-plus-white {
  background-position: -317px -46px;
  width: 17px;
  height: 16px;
}

.providers.envelope-white {
  background-position: -315px -63px;
  width: 17px;
  height: 11px;
}

.providers.fb-letter-blue {
  width: 13px;
  height: 25px;
  background-position: -343px 0;
}

.providers.fb-letter-white {
  width: 13px;
  height: 25px;
  background-position: -366px 0;
}

.providers.twx20-blue {
  width: 20px;
  height: 17px;
  background-position: -342px -37px;
}

.providers.twx20-white {
  width: 20px;
  height: 17px;
  background-position: -365px -37px;
}

.providers.emailx22-orange {
  width: 22px;
  height: 16px;
  background-position: -340px -62px;
}

.providers.emailx22-white {
  width: 22px;
  height: 16px;
  background-position: -365px -62px;
}

.providers.instagramx16 {
  background-position: -102px -140px;
}

.providers.emailx16 {
  width: 16px;
  height: 14px;
  background-position: 0 -141px;
}

.providers.pinterestx16 {
  background-position: -17px -140px;
}

.providers.tumblrx16 {
  background-position: -34px -140px;
}

.providers.gplusx16 {
  background-position: -51px -140px;
}

.providers.twitterx16 {
  background-position: -68px -140px;
}

.providers.fbx16 {
  background-position: -85px -140px;
}

.providers.instagramx16,.providers.pinterestx16,.providers.tumblrx16,.providers.gplusx16,.providers.twitterx16,.providers.fbx16 {
  width: 16px;
  height: 16px;
}

.providers.embedx16 {
  background-position: -57px -72px;
  width: 17px;
  height: 11px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.providers.embedx16.active {
  background-position: -57px -84px;
}

.providers.gplusx24-dark,.providers.twitterx24-dark,.providers.fbx24-dark,.providers.emailx24-dark {
  width: 24px;
  height: 24px;
}

.providers.gplusx24-dark {
  background-position: 0 -161px;
}

.providers.gplusx24-dark:hover {
  background-position: 0 -190px;
}

.providers.twitterx24-dark {
  background-position: -34px -161px;
}

.providers.twitterx24-dark:hover {
  background-position: -34px -190px;
}

.providers.fbx24-dark {
  background-position: -68px -161px;
}

.providers.fbx24-dark:hover {
  background-position: -68px -190px;
}

.providers.emailx24-dark {
  background-position: -102px -161px;
}

.providers.emailx24-dark:hover {
  background-position: -102px -190px;
}



.button, .button:visited {
  border: solid 1px #333;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: -moz-linear-gradient(top, #666, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
  display: inline-block;
  padding: 5px 10px 6px;
  color: #d7d7d7;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.control, .control:visited {
  border: solid 1px #385e97;
  background: #406397;
  background: -webkit-gradient(linear, left top, left bottom, from(#406397), to(#446597));
  background: -moz-linear-gradient(top, #406397, #446597);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#406397', endColorstr='#446597');
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.control:hover {
  border: solid 1px #375e98;
  background: #3b5f97;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5f97), to(#3e6298));
  background: -moz-linear-gradient(top, #3b5f97, #3e6298);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5f97', endColorstr='#3e6298');
  color: #fff;
  text-decoration: none;
}

.control {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 24px 6px;
}

.control:active,.button:active {
  top: 1px;
}

.control.disable {
  background: #BCBCBC;
  color: #E9E9E9;
  border: 1px solid #AAA;
  cursor: default;
}

.button.disable {
  pointer-events: none;
  cursor: default;
}

.button:hover {
  background-color: #111;
  color: #fff;
  text-decoration: none;
}

.button:active {
  top: 1px;
}

.small.button, .small.button:visited {
  font-size: 11px;
 // padding: ;
}

.button, .button:visited,.medium.button, .medium.button:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.large.button, .large.button:visited {
  font-size: 15px;
  padding: 8px 14px;
}

.huge.button, .large.button:visited {
  font-size: 16px;
  padding: 10px 20px;
}

.gray.button {
  color: #e9e9e9;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top, #888, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray.button:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top, #757575, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

.gray.button:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top, #575757, #888);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.blue.button {
  color: #F0F0F0;
  border: solid 1px #afafaf;
  background: #004e91;
  background: -webkit-gradient(linear, left top, left bottom, from(#00559d), to(#004b8b));
  background: -moz-linear-gradient(top, #00559d, #004b8b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00559d', endColorstr='#004b8b');
}

.blue.button:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#054d8b), to(#0a508b));
  background: -moz-linear-gradient(top, #054d8b, #0a508b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#054d8b', endColorstr='#0a508b');
}

.blue.button:active {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#004b8b), to(#00559d));
  background: -moz-linear-gradient(top, #004b8b, #00559d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b8b', endColorstr='#00559d');
}

.white.button {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white.button:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top, #fff, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white.button:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top, #ededed, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.btn-white {
  background-color: #fff;
}

.button .icon {
  background-color: transparent;
  background-image: url("../images/icons-buttons.png?5");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.button .icon.g-l-arrow,.button .icon.g-r-arrow,.button .icon.g-t-arrow,.button .icon.g-b-arrow {
  overflow: hidden;
  display: inline-block;
}

.button .icon.g-r-arrow {
  background-position: -6px 0;
  height: 10px;
  width: 6px;
}

.button .icon.g-l-arrow {
  background-position: 0 0;
  height: 10px;
  width: 6px;
}

.button .icon.g-t-arrow {
  background-position: -12px 0;
  height: 6px;
  width: 10px;
}

.button .icon.g-b-arrow {
  background-position: -22px 0;
  height: 6px;
  width: 10px;
}

.button .icon.love,.button .icon.hate {
  height: 10px;
  width: 12px;
  overflow: hidden;
  display: inline-block;
}

.button .icon.love {
  background-position: 0 -10px;
}

.button .icon.hate {
  background-position: -12px -10px;
}

.social-action .icon.sm-gr-pencil {
  background-position: -29px -41px;
  width: 12px;
  height: 12px;
}

.social-action a:hover .icon.sm-gr-pencil {
  background-position: -29px -53px;
}

.button .icon.sm-gr-pencil {
  background-position: -14px -94px;
  height: 10px;
  width: 10px;
}

.button .icon.sm-gr-pencil,.button .icon.fb,.button .icon.tw,.button .icon.gmail,.button .icon.plusone {
  overflow: hidden;
  display: inline-block;
}

.button .icon.fb {
  background-position: 0 -175px;
  width: 10px;
  height: 10px;
}

.button .icon.tw {
  background-position: 0 -20px;
  height: 10px;
  width: 14px;
}

.button .icon.gmail {
  background-position: 0 -30px;
  height: 10px;
  width: 14px;
}

.button .icon.plusone {
  background-position: 0 -40px;
  height: 10px;
  width: 17px;
}

.icon.fb.active,.button:hover .icon.fb {
  background-position: -10px -175px;
}

.icon.tw.active,.button:hover .icon.tw {
  background-position: -14px -20px;
}

.icon.gmail.active,.button:hover .icon.gmail {
  background-position: -14px -30px;
}

.icon.plusone.active,.button:hover .icon.plusone {
  background-position: -17px -40px;
}

.button .icon.edit,.button .icon.move,.button .icon.remove {
  overflow: hidden;
  display: inline-block;
}

.button .icon.edit {
  background-position: 0 -93px;
  width: 12px;
  height: 12px;
}

.button .icon.move {
  background-position: 0 -105px;
  cursor: move;
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}

.button .icon.remove {
  background-position: 0 -118px;
  width: 11px;
  height: 10px;
}

.button.stick-it {
  padding-left: 35px;
}

.button.stick-it .icons.stick-it {
  position: absolute;
  top: 4px;
  left: 7px;
}

.button.huge.stick-it .icons.stick-it {
  position: absolute;
  top: 6px;
  left: 7px;
}

.button.medium.stick-it .icons.stick-it {
  position: absolute;
  top: 0px;
  left: 7px;
}

.facebook-pages .button.connect,.facebook-pages .button.disconnect {
  width: 68px;
  text-align: center;
}

.facebook-pages .button.connect span:before {
  content: 'Connect';
}

.facebook-pages .button.disconnect span:before {
  content: 'Connected';
}

.facebook-pages .button.disconnect {
  background-color: #024987;
  background: -webkit-gradient(linear, left top, left bottom, from(#03539c), to(#004a88));
  background: -webkit-linear-gradient(top, #03539c, #004a88);
  background: -moz-linear-gradient(top, #03539c, #004a88);
  background: -ms-linear-gradient(top, #03539c, #004a88);
  background: -o-linear-gradient(top, #03539c, #004a88);
  background: linear-gradient(top, #03539c, #004a88);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03539c', endColorstr='#004a88');
  color: #fefffd;
}

.facebook-pages .button.disconnect:hover {
  background-color: #0a5d9f;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a5d9f), to(#2c75ac));
  background: -webkit-linear-gradient(top, #0a5d9f, #2c75ac);
  background: -moz-linear-gradient(top, #0a5d9f, #2c75ac);
  background: -ms-linear-gradient(top, #0a5d9f, #2c75ac);
  background: -o-linear-gradient(top, #0a5d9f, #2c75ac);
  background: linear-gradient(top, #0a5d9f, #2c75ac);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5d9f', endColorstr='#2c75ac');
  color: #fefffd;
}

.facebook-pages .disconnect.disabled,.facebook-pages .disconnect.disabled:hover,.facebook-pages .disconnect.disabled:active {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0;
}

.button-large {
  display: inline-block;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #363636;
  font: bold 16px Arial, Tahoma, sans-serif;
  padding: 10px;
  margin: 0 0 15px;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}

.button-large:hover {
  color: #363636;
  background: #F1F1F1;
  text-decoration: none;
}

.button-large:active {
  -webkit-box-shadow: 1px 1px 3px #c5c5c5 inset;
  -moz-box-shadow: 1px 1px 3px #c5c5c5 inset;
  box-shadow: 1px 1px 3px #c5c5c5 inset;
}

.mid-btn {
  display: inline-block;
  padding: 8px 11px;
  background-color: #f9f9f9;
  font-size: 12px;
  line-height: 1.35;
  vertical-align: top;
  color: #787878;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mid-btn:hover {
  color: #787878;
  text-decoration: none;
  background-color: #F1F1F1;
}

.large-btn {
  display: inline-block;
  border: 1px solid #c0c0c0;
  border-top-color: #ebebeb;
  border-left-color: #ebebeb;
  background: rgb(250,250,250);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(244,244,244,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(244,244,244,1)));
  background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(244,244,244,1) 100%);
  background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(244,244,244,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(244,244,244,1) 100%);
  background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(244,244,244,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 );
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: bold 16px/32px Arial, Tahoma, sans-serif;
  min-width: 240px;
  padding: 11px 10px 9px;
  margin: 0 0 15px;
  text-decoration: none;
  color: #333;
  vertical-align: top;
  text-align: left;
}

.lt-ie10 .large-btn {
  filter: none;
}

.large-btn:hover {
  background: #f1f1f1;
  color: #333;
  text-decoration: none;
}

.large-btn .icons {
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}

.large-btn.sm {
  width: auto;
  margin: 0 12px 15px 0;
}

.large-btn.sm .icons {
  margin: 0;
}

.main_feedback {
  background-color: #2F7597;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin: -20px 0 0 0;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 50%;
  width: 33px;
}

.main_feedback:hover {
  background-color: #145A7C;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  width: 37px;
}

.rm-about-site {
  display: none;
}

.mobile-banner {
  padding: 12px 0;
}



.mobile-banner .close-banner {
  display: inline-block;
  margin: 0;
  padding: 7px;
  vertical-align: middle;
}

.mobile-banner .rm-logo {
  display: inline-block;
  width: 42px;
  height: 40px;
  background: url('../images/mobile-retina-sprite.png?2') no-repeat 0 -119px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 600px 300px;
  margin: 0;
  vertical-align: middle;
}

.mobile-banner.dark {
  background: #2a2a2a;
}

.mobile-banner.white {
  background: #f7f7f7;
}

.mobile-banner .promo-section {
  font-size: 12px;
  display: inline-block;
  width: 184px;
  vertical-align: middle;
}

.mobile-banner .promo-section strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.mobile-banner.dark .close-banner {
  color: #b9b9b9;
}

.mobile-banner.dark .promo-section {
  color: #afafaf;
}

.mobile-banner.dark .promo-section strong {
  color: #dadada;
}

.mobile-banner.white .close-banner {
  color: #b9b9b9;
}

.mobile-banner.white .promo-section {
  color: #7d7d7d;
}

.mobile-banner.white .promo-section strong {
  color: #545454;
}

.mobile-banner.white .btn {
  background: #dadada;
}

.mobile-banner.white {
  border-bottom: 1px solid #d9d9d9;
}



.mCSB_container {
  width: auto;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
  margin-right: 15px;
}

.mCustomScrollBox>.mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000000;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

.mCSB_horizontal>.mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
}

.mCustomScrollBox>.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0,0,0,0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  background: rgba(255,255,255,0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255,255,255,0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/static/img/sprites/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0,0,0,0.15);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  background: rgba(0,0,0,0.75);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  background: rgba(255,255,255,0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  background: rgba(255,255,255,0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;

}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255,255,255,0.85);
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.9);
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  background: rgba(0,0,0,0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  background: rgba(0,0,0,0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  background: rgba(255,255,255,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  background: rgba(255,255,255,0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255,255,255,0.85);
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.9);
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  background: rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  background: rgba(0,0,0,0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  background: rgba(255,255,255,0.1);
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0,0,0,0.15);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  background: rgba(0,0,0,0.75);
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.signup-embed .powered-bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  top: -36px;
  padding: 6px 14px;
  text-align: left;
}

.signup-embed .powered-bar:hover {
  top: -40px;
  padding: 8px 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.signup-embed .powered-bar .icons,.signup-embed .powered-bar .providers {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.signup-embed .powered-bar .providers {
  opacity: 0.6;
}

.signup-embed .powered-bar .providers:hover {
  opacity: 1;
}

.signup-embed .powered-bar .back-to-top {
  float: right;
  color: #7b7a78;
  font-size: 10px;
  line-height: 19px;
  margin: 4px 0 0 16px;
}

.signup-embed .powered-bar .back-to-top .text {
  margin-right: -16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.signup-embed .powered-bar:hover .back-to-top .text {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}

.signup-embed .powered-bar .back-to-top .icons {
  vertical-align: top;
  margin: -1px 0 0 8px;
  opacity: 0.6;
}

.signup-embed .powered-bar .back-to-top .icons:hover {
  opacity: 1;
}

.signup-embed .powered-bar .share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  white-space: nowrap;
}

.signup-embed .powered-bar .share-list li {
  display: inline-block;
  vertical-align: top;
  font: bold 10px/24px Arial, Helvetica, sans-serif;
  padding: 0 0 0 2px;
  color: #7b7a78;
}

.signup-embed .powered-bar .share-list li:first-child {
  padding-left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.signup-embed .powered-bar:hover .share-list li:first-child {
  visibility: visible;
  opacity: 1;
}

.signup-embed .powered-bar .powered-text,.signup-embed .powered-bar .rm-mouse-with-shadow,.signup-embed .powered-bar .rm-logo-sm {
  display: inline-block;
  vertical-align: top;
}

.signup-embed .powered-bar .powered-text {
  font: bold 10px/24px Arial, Helvetica, sans-serif;
  color: #7b7a78;
  margin-left: -61px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.signup-embed .powered-bar:hover .powered-text {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}

.signup-embed .powered-bar .rm-mouse-with-shadow {
  margin: -2px 0 0;
}

.signup-embed .powered-bar .logo-link {
  opacity: 0.8;
}

.signup-embed .powered-bar .logo-link:hover {
  opacity: 1;
}

.signup-embed .powered-bar .rm-logo-sm {
  margin: 6px 0 0;
}

.signup-embed .powered-bar .btn-get-own {
  margin: -2px 0 0;
  display: inline-block;
  text-transform: uppercase;
  font: bold 10px/24px Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0 10px;
  background: #2d6b89;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 11px;
  opacity: 0;
  display: none;
}

.signup-embed .powered-bar:hover .btn-get-own {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.embed_box { float:left; padding:0px; margin:0px;}
.tag_name { float:left; padding:0px; margin:0; max-width:478px; width:100%;font-weight: bold; font-size: 42px; text-align: left; line-height: 1.2}
.logo_rightside { float:right; padding:0px; margin:0px;}
.load_more_button { background:#1884B3; padding:10px; display:block; color:#fff; text-decoration:none; text-align:center; font-weight:bold; border: 1px solid #000000; max-width:300px; margin:0 auto;}
.load_more_button:hover { color:#fff; text-decoration:none;}

.custmize_button { background:#1884B3; padding:10px; display:block; color:#fff; text-decoration:none; text-align:center; font-weight:bold; border: 1px solid #000000; max-width:300px; margin:10px auto;}
.custmize_button:hover { color:#fff; text-decoration:none;}

#following_stats div a.btn.btn-primary { min-width:105px; height:24px; line-height:24px; padding:0px; margin:10px 0 0 0; text-align:center; background:#1884b3; color:#e7e5e5; font-size:14px; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.footerLink{ display: inline-block;}
.contact{ display: inline-block;}
/************************amir 17-05***************************************/

@media (max-width: 768px) {
  
  .footerLink{ display: block; text-align: center}
  .footer ul {margin:6px 6px 0 0; padding: 0; float: none; width: 100%}
  .footer{ height: auto}
  .footer p {text-align: center;}
}

@media (max-width: 639px) {.header .nav{float: none; position: absolute; top: -8px; right: 10px; left: inherit}
.popup_one{width: 100%}
.popupWrap{float: right; margin-bottom: 10px; width: 100%;}
}

@media only screen and (min-width: 100px) and (max-width: 400px) {
  .header-custom-bg.cover-mobile .site-title a {
    font-size: 10px;
  }
  
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  
  .share-frontpage .text {
    font: bold 12px/13px Tahoma,sans-serif;
  }

  .network .network-footer {
    padding: 10px 10px;
  }

  .network {
    padding: 10px 10px 42px;
  }

  .site-info > div {
    margin-top: 10px;
  }

  .site-footer {
    display: none;
  }

  .user-bio .publish-story {
    text-align: left;
  }

  .about-site .publish-story textarea {
    height: 53px;
    margin: 0 20% 7px 0;
    width: 84%;
  }

  .about-site .follow {
    left: -10px;
    padding: 10px;
  }

  .about-site {
    padding: 11px 10px 0;
  }

  .embed .about-site {
    padding: 0 10px 0;
  }

  .embed .subscribe-page {
    margin: 0 -10px;
    padding: 11px 13px 11px 10px;
  }

  .embed .subscribe-page .btn {
    right: 11px;
    width: 63px;
  }

  .about-site .user-bio {
    left: -10px;
    padding: 10px 10px 5px;
  }

  .share-frontpage {
    left: -10px;
  }

  .also-on-rm {
    padding: 10px 10px 42px;
  }

  .also-on-rm .footer {
    padding: 10px 10px;
  }

  .site-info > div {
    box-shadow: 0 8px 6px -10px #AAAAAA;
  }

  .about-site .about {
    padding: 0;
  }
}

@media only screen and (min-width: 100px) and (max-width: 391px) {
  .embed .user-bio .about {
    display: none;
  }

  .embed .about-site .user-bio {
    border: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .site-info > div {
    margin-bottom: 0;
  }

  .hdr .about-site {
    border-right: none;
    border-left: none;
  }

  .follow-btns li {
    margin: 0 7px 0 0;
  }

  .fill-bio {
    background-position: 10px 10px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .main .giant-splash .widget .headline {
    font: bold 26px/29px Tahoma, Arial,sans-serif;
  }

  .giant-splash .widget .author-head {
    margin: 0;
  }

  .share-data.favicon {
    padding: 12px 15px;
  }

  .share-frontpage {
    padding: 12px 10px;
  }

  .share-frontpage .social {
    top: 12px;
  }

  .share-frontpage .social a {
    margin-right: -3px;
  }

  .widget {
    box-shadow: 0 8px 4px -10px #AAAAAA;
    margin: 10px 0 0;
    padding: 10px 10px 8px;
    position: relative;
  }

  .frozen-informer {
    margin: -10px -10px 10px;
  }

  .widget:hover .frozen-informer {
    margin: -10px 28px 10px -10px;
  }

  .widget:hover {
    -webkit-box-shadow: 0 8px 4px -8px #AAAAAA;
    -moz-box-shadow: 0 8px 4px -8px #AAAAAA;
    box-shadow: 0 8px 4px -8px #AAAAAA;
  }

  .share-data {
    left: -10px;
    padding: 13px 10px 12px;
  }

  .widget .share-data {
    padding: 13px 10px 12px;
  }

  .share-data .share-post-bar:hover .share-post {
    height: 43px;
  }

  .share-data.favicon {
    padding: 11px 10px 12px;
  }

  .share-data .share-post a {
    line-height: 26px;
  }

  .widget .widget-details.tweet-action {
    padding: 0;
  }

  .widget .author-head {
    margin: 0 0 9px;
  }

  .single-col-layout .share-frontpage .social a, .single-col-layout .share-data .share-post a {
    margin: 0 0 0 5px;
  }

  .single-col-layout .widget img.image {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 220px) and (max-width: 450px) {
  .article-content .social-action a {
    font-size: 0;
    padding: 3px 0 0 0;
    width: 21px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
  }

  .share-this-post .icon.plusone, .share-this-post .icon.gmail, .share-this-post .icon.fb {
    top: -1px;
    position: relative;
  }

  .article-content .social-action a .icon {
    vertical-align: middle;
  }

  .article-content .social-action li, .article-content .social-action li.edit-post {
    float: left;
    padding: 0 6px 0 0;
  }
}

@media only screen and (min-width: 220px) and (max-width: 400px) {
  .article-content h1, .article-content h1 a {
    font-size: 26px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 410px) and (max-width: 800px) {
  .article-content h1, .article-content h1 a {
    font-size: 34px;
    line-height: 36px;
  }

  .article-content .left-side {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 220px) and (max-width: 600px) {
  .article-content .left-side {
    display: none;
  }

  .article-content .right-side {
    margin-left: 0;
  }

  .article-content .author-mobile, .article-content .published-mobile {
    display: block;
  }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  .article-content {
    width: auto;
    padding: 20px 0 0 0;
    margin: 5px auto;
  }

  .article-content h1, .article-content h1 a {
    margin-bottom: 5px;
  }

  .post-page .share-this-post .edit-post {
    float: none;
  }

  .article-media img {
    height: auto;
    width: 100%;
  }

  .btn {
    padding: 4px 5px;
  }

  .post-page .share-this-post {
    width: auto;
  }

  .social-action li {
    margin-right: 0;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .embedded-post {
    border: 0;
    margin: 0;
    padding: 10px;
    width: auto;
  }
}

@media only screen and (min-width: 100px) and (max-width: 300px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 19px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 301px) and (max-width: 767px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 24px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .embedded-post {
    border: 0;
    margin: 0;
    padding: 10px;
    width: auto;
  }
}

@media only screen and (min-width: 100px) and (max-width: 300px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 19px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 301px) and (max-width: 767px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 24px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .embedded-post {
    border: 0;
    margin: 0;
    padding: 10px;
    width: auto;
  }
}

@media only screen and (min-width: 100px) and (max-width: 300px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 19px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 301px) and (max-width: 767px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 24px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .embedded-post {
    border: 0;
    margin: 0;
    padding: 10px;
    width: auto;
  }
}

@media only screen and (min-width: 100px) and (max-width: 300px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 19px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 301px) and (max-width: 767px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 24px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .embedded-post {
    border: 0;
    margin: 0;
    padding: 10px;
    width: auto;
  }
}

@media only screen and (min-width: 100px) and (max-width: 300px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 19px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 301px) and (max-width: 767px) {
  .article-body, .article-body p {
    color: #4D4D4D;
    font-family: inherit;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
  }

  .article-content h1, .article-content h1 a {
    font-size: 24px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  .userPrefs .icons.edit, .userPrefs .icons.stop, .icons.reply, .icons.retweet, .icons.favorite, .icons.email-share, 

.icons.tw-share, .icons.rm-share, .icons.fb-share {
    background: url('/static/img/sprites/mobile-icons-sprite.png?7') no-repeat;
  }

  .userPrefs li .icons {
    display: block;
    margin: 0 auto;
  }

  .dash-right-menu .userPrefs li .icons {
    display: inline-block;
  }

  .userPrefs .icons.edit {
    background-position: -110px -88px;
    width: 19px;
    height: 19px;
    margin: -2px 0 0;
  }

  .userPrefs .icons.stop {
    background-position: -113px 0;
    width: 17px;
    height: 15px;
  }

  .icons.email-share, .icons.tw-share, .icons.rm-share, .icons.fb-share {
    width: 25px;
    height: 25px;
  }

  .icons.email-share {
    background-position: -50px -80px;
  }

  .icons.email-share:hover {
    background-position: -50px -105px;
  }

  .icons.rm-share {
    background-position: 0 -80px;
  }

  .icons.rm-share:hover {
    background-position: 0 -105px;
  }

  .icons.fb-share {
    background-position: 0 -30px;
  }

  .icons.fb-share:hover {
    background-position: 0 -55px;
  }

  .icons.tw-share {
    background-position: -25px -30px;
  }

  .icons.tw-share:hover {
    background-position: -25px -55px;
  }

  .icons.reply {
    width: 14px;
    height: 14px;
    background-position: -0 -1px;
  }

  .icons.reply.active, a:hover .icons.reply, .icons.reply:hover {
    background-position: -0 -16px;
    width: 14px;
    height: 14px;
  }

  .icons.retweet {
    width: 19px;
    height: 14px;
    top: 0!important;
    background-position: -14px -1px;
  }

  .icons.retweet .active, a:hover .icons.retweet , .icons.retweet:hover {
    background-position: -14px -16px;
    width: 19px;
    height: 14px;
  }

  .icons.favorite {
    width: 15px;
    height: 14px;
    background-position: -33px -1px;
  }

  .icons.favorite .active, a:hover .icons.favorite , .icons.favorite:hover {
    background-position: -33px -16px;
    width: 15px;
    height: 14px;
  }

  .publish-story .icon-save, .publish-story .icon-remove, .edit-caption .icon-plus, .edit-caption .icon-pencil, .edit-

caption .icon-remove {
    background: url('/static/img/sprites/mobile-icons-sprite.png?8') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }

  .edit-caption .icon-plus {
    background-position: -110px -48px;
  }

  .edit-caption .icon-pencil {
    background-position: -131px -48px;
  }

  .publish-story .icon-remove, .edit-caption .icon-remove {
    background-position: -150px -49px;
    height: 14px;
    width: 14px;
  }

  .publish-story .icon-save {
    background-position: -168px -48px;
    height: 13px;
    width: 14px;
  }

  .mobile-bar .icons.share-bar, .mobile-bar .icons.alerts, .widget .icons.like, .widget .icons.re-post, .widget:hover 

.icons.share-bar, .widget .icons.share-bar {
    background-image: url('../images/mobile-retina-sprite.png?1');
    background-size: 600px 300px;
  }

  .mobile-bar .icons.share-bar, .widget:hover .icons.share-bar, .widget .icons.share-bar {
    width: 16px;
    height: 14px;
    background-position: -32px -35px;
  }

  .widget .icons.re-post {
    width: 12px;
    height: 13px;
    background-position: -17px -49px;
  }

  .widget .icons.re-post:hover, .widget a:hover .icons.re-post, .widget:hover .icons.re-post {
    background-position: -17px -35px;
  }

  .widget .icons.like {
    width: 15px;
    height: 12px;
    background-position: -1px -49px;
  }

  .widget a:hover .icons.like, .widget .icons.like:hover, .widget:hover .icons.like {
    background-position: -1px -35px;
  }

  .mobile-bar .icons.alerts {
    background-position: -72px -35px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .providers.emailx16 {
    background: url('../images/mobile-retina-sprite.png') no-repeat 0 0;
    background-size: 600px 300px;
    width: 25px;
    height: 22px;
  }

  .providers.pinterestx16, .providers.tumblrx16, .providers.gplusx16, .providers.twitterx16, .providers.fbx16 {
    background: url('../images/mobile-retina-sprite.png') no-repeat 0 0;
    background-size: 600px 300px;
    width: 25px;
    height: 25px;
  }

  .providers.pinterestx16 {
    background-position: -78px 0;
  }

  .providers.tumblrx16 {
    background-position: -104px 0;
  }

  .providers.gplusx16 {
    background-position: -52px 0;
  }

  .providers.twitterx16 {
    background-position: -130px 0;
  }

  .providers.fbx16 {
    background-position: -26px 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 3000px) {
  .mobile-banner {
    padding: 48px 0 25px;
    z-index: 99;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 220px) and (max-width: 480px) {
  .main {
    border: 0;
    margin: 0;
    padding: 5px 0 0 0;
  }

  .userPrefs li a {
    color: #333333;
    font: bold 11px/14px Arial,serif;
    max-width: 467px;
  }

  .userPrefs {
    display: block;
    text-align: left;
    margin: 0 5px 0 0;
  }

  .single-col-layout .col, .single-col-layout .first-col {
    width: 100%!important;
    max-width: 100%!important;
  }

  .posts-remove-dropdown {
    margin: 10px 0 0 0;
  }

  .posts-remove-dropdown .dropdown-toggle {
    float: none;
    margin: 7px 0 0;
  }
}

@media only screen and (min-width: 100px) and (max-width: 299px) {
  .signup-promo-mobile {
    display: block;
  }

  .signup-promo-mobile .sign-up-in-btn, .signup-promo-mobile .sign-up-in-btn:hover {
    background: none;
    border: 0 none;
    color: #29466B;
    float: right;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font: 14px 'RebelHandRegular', sans-serif;
  }

  .signup-promo-mobile .rebelmouse-logo {
    background: url('/static/img/sprites/mobile-icons-sprite.png?7') no-repeat -77px -18px;
    width: 127px;
    height: 28px;
    float: left;
    margin: 14px 0 0 0;
    top: 15px;
    display: block;
  }

  .signup-embed {
    left: 0;
    margin: 0;
  }

  .signup-embed .join-rm, .signup-embed .rebelmouse-logo-sm {
    display: none;
  }

  .signup-embed .share-link > a, .signup-embed .scroll-up {
    width: 44px;
  }

  .signup-embed .icons.tw {
    margin: 10px 10px 0 0;
  }

  .signup-embed .signup-bar .join-rebelmouse {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .signup-embed .join-rm, .signup-embed .rebelmouse-logo-sm {
    display: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .signup-promo-mobile {
    display: block;
  }

  .nav-bar .short-tooltip .heading, .short-tooltip .headline {
    font: 13px/15px 'RebelHandRegular',sans-serif;
    padding: 0 5px 5px 0;
  }

  .nav-bar .new-rebel-nav {
    left: 14px;
    top: 38px;
  }

  .nav-bar .new-rebel-nav.top-a:after, .nav-bar .new-rebel-nav.top-a:before {
    left: 19px;
  }

  .nav-bar .short-tooltip p {
    font-size: 11px;
    line-height: 16px;
  }

  .signup-promo-mobile .rebelmouse-logo {
    background: url('../images/mobile-retina-sprite.png?7') no-repeat 0 -69px;
    background-size: 600px 300px;
    width: 105px;
    height: 23px;
    float: left;
    margin: 10px 0 0 10px;
    left: 0;
    top: 0;
    display: block;
  }

  .signup-promo-mobile .sign-up-in-btn {
    font: 14px 'RebelHandRegular', sans-serif;
    color: #fff;
    background: #0d5272;
    padding: 3px 15px;
    float: right;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0f678d), to(#0c4f6d));
    background: -webkit-linear-gradient(top, #0f678d, #0c4f6d);
    background: -moz-linear-gradient(top, #0f678d, #0c4f6d);
    background: -ms-linear-gradient(top, #0f678d, #0c4f6d);
    background: -o-linear-gradient(top, #0f678d, #0c4f6d);
    background-color: #0c4f6d;
    border-radius: 6px;
    border: 1px solid #375768;
    margin: 7px 4px 0 0;
  }

  .signup-promo-mobile .sign-up-in-btn:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0c4f6d), to(#0f678d));
    background: -webkit-linear-gradient(top, #0c4f6d, #0f678d);
    background: -moz-linear-gradient(top, #0c4f6d, #0f678d);
    background: -ms-linear-gradient(top, #0c4f6d, #0f678d);
    background: -o-linear-gradient(top, #0c4f6d, #0f678d);
    text-decoration: none;
  }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .post-page-inner {
    top: 10px;
    margin: 0 0 15px;
    padding: 10px 10px 0;
    left: 0;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hdr .header-custom-bg {
    min-height: 50px;
    border: none;
  }

  .hdr {
    border: 1px solid #ddd;
    margin: 10px 10px 0;
    padding: 0;
  }

  #content {
    padding: 0 10px;
  }

  .rm-top-header .gohome-menu-item, .twitter-shout {
    display: none;
  }

  .header-custom-bg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    background-repeat: no-repeat;
  }

  .header-custom-bg.nvb-absent {
    min-height: 54px;
  }

  .quick-story {
    display: none;
  }

  .rm-top-header {
    height: auto;
  }

  .rebelmouse-logo {
    display: none;
  }

  .signup-promo-mobile {
    min-width: 260px;
  }

  .signup-promo-mobile a {
    padding: 5px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .signup-promo-mobile .pull-right {
    padding: 10px 10px 0 0;
  }

  .signup-promo-mobile p {
    color: #b9b9b9;
    font: 10px Tahoma, Arial, sans-serif;
    padding: 0;
    margin: 1px 0 2px;
    text-align: center;
  }

  .signup-promo1, .signup-promo2 {
    display: none;
  }

  .rside .userPrefs li {
    border-right: none;
    padding: 0 2px;
  }

  .hdr .share-page {
    display: none;
  }

  .frontpage {
    min-width: 180px;
    background: #fff;
  }

  .embed .frontpage {
    background: transparent;
  }

  .hdr .site-logo img {
    width: 30px;
    height: 30px;
  }

  .hdr h1, .hdr h1 a {
    font: bold 18px/21px Tahoma,sans-serif;
    margin: auto;
  }

  .main {
    -weblit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .hdr .rside {
    margin: 0;
    top: 0;
    right: auto;
    width: 100%;
  }

  .hdr .site-title {
    margin: 0;
  }

  .hdr .header-right {
    margin: 0px 20px 0 0;
    display: none;
  }

  .main {
    border: 0;
    margin: 0;
    padding: 0;
  }

  .nav-bar .edit-rebel-nav {
    display: none;
  }

  .mobile-bar-toggle {
    display: none;
    font-size: 13px;
    position: absolute;
    width: 28px;
    line-height: 28px;
    height: 28px;
    padding: 0;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #ccc;
    background: #fff;
    color: #6D6D6D;
    opacity: 0.8;
    text-align: center;
    right: 10px;
    top: 10px;
    z-index: 1;
  }

  .mobile-bar-toggle:hover {
    text-decoration: none;
    color: #6D6D6D;
  }

  .choose-site .dropdown-menu a {
    line-height: 38px;
  }

  .nav-bar.mobile-nav-bar {
    position: relative;
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin: -1px 0 0 0;
    padding: 8px 10px 3px;
    height: 46px;
  }

  .nav-bar.fixed-navbar {
    position: fixed;
  }

  .nav-bar.mobile-nav-bar .controls-list {
    top: 10px;
  }

  .nav-bar.mobile-nav-bar .nav-more-wrapper {
    top: 45px;
  }

  .nav-bar.mobile-nav-bar .nav-menu {
    padding: 0 0 0 69px;
    height: auto;
  }

  .mobile-nav-bar .nav-more {
    background: #FAFAFA;
  }

  .mobile-nav-bar .nav-more a {
    line-height: 30px;
  }

  .nav-bar.mobile-nav-bar .subpage-menu {
    height: 32px;
    border: none;
    background: transparent;
  }

  .nav-bar.mobile-nav-bar .subpage-menu .go-drafts, .nav-bar.mobile-nav-bar .subpage-menu .go-home, .nav-bar.mobile-nav-bar .nav-menu li .title {
    border-radius: 4px;
    border: none;
    padding: 7px 15px 1px;
    background: none;
    line-height: 16px;
    margin: 0;
  }

  .nav-bar.mobile-nav-bar .subpage-menu .go-drafts.active, .nav-bar.mobile-nav-bar .subpage-menu .go-home.active, .nav-bar.mobile-nav-bar .subpage-menu .go-drafts:hover, .nav-bar.mobile-nav-bar .subpage-menu .go-home:hover, .nav-bar.mobile-nav-bar .nav-menu li.active a, .nav-bar.mobile-nav-bar .nav-menu li:hover a {
    height: 23px;
    border: 1px solid #ddd;
    padding: 6px 14px 0;
  }

  .nav-bar.mobile-nav-bar .subpage-menu .go-drafts.active, .nav-bar.mobile-nav-bar .subpage-menu .go-drafts:hover, .nav-bar.mobile-nav-bar .subpage-menu .go-drafts, .nav-bar.mobile-nav-bar .subpage-menu .go-home.active, .nav-bar.mobile-nav-bar .subpage-menu .go-home:hover, .nav-bar.mobile-nav-bar .subpage-menu .go-home {
    margin: 0;
  }

  .nav-bar.mobile-nav-bar .controls-list .edit {
    margin: 3px 5px 0 0;
  }

  .nav-bar.mobile-nav-bar .view-more {
    padding: 7px 0 0;
  }

  .rside .userPrefs {
    padding-top: 0;
  }

  .hdr .site-logo {
    display: inline-block;
    left: 0;
    margin-right: 0;
    min-width: 32px;
    position: relative;
    top: 0;
    vertical-align: top;
  }

  .userPrefs li a {
    color: #5b5b5b;
    font: bold 11px/21px Arial,serif;
  }

  .userPrefs {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 0 5px;
    height: auto;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }

  .userPrefs li a {
    cursor: pointer;
    display: inline-block;
    margin: 11px 0 0;
    padding: 2px 6px 0;
    text-align: center;
  }

  .notifications .notification-ticker {
    top: 6px;
  }

  .userPrefs a:hover {
    border-radius: 4px;
    box-shadow: inset 0 1px 2px 1px #DDDDDD;
    box-shadow: 0 0 2px #808080;
  }

  .userPrefs a:active {
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: inset 0 1px 2px 1px #DDDDDD;
  }

  .userPrefs li .icons {
    display: inline-block;
  }

  .userPrefs li.gohome-menu-item a, .userPrefs li.dashboard-menu-item a {
    font-size: 0;
  }

  .userPrefs li .icons.home {
    margin: 0 auto;
  }

  .single-col-layout .col, .single-col-layout .first-col {
    width: 100%!important;
    max-width: 100%!important;
  }

  .userPrefs li {
    border: none;
  }

  .rside .dash-settings {
    float: right;
    margin: 10px 10px 0 0;
  }

  .userPrefs li:last-child {
    float: right;
  }

  .signup-promo {
    display: none;
  }

  .signup-promo-mobile {
    display: block;
    height: 40px;
  }

  .rside .addpost-menu-item {
    display: block;
  }

  .hdr .the-site-logo-block, .rm-top-header .rside {
    float: none;
  }

  .hdr .the-site-logo-block {
    margin: 10px 0 0 10px;
  }

  .rm-top-header {
    border-bottom: 1px solid #ddd;
    height: auto;
    padding: 0 0 5px;
  }

  .rm-top-header .rside {
    margin: 0;
  }

  .mobile-bar {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 1px dotted #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
  }

  .mobile-bar .about-site-bar {
    display: none;
  }

  .mobile-bar .share-page-link, .mobile-bar .get-alerts-link {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    padding: 14px 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-bar .share-page-link {
    float: right;
  }

  .mobile-bar .get-alerts-link {
    border-right: 1px solid #ddd;
    line-height: 15px;
  }

  .mobile-bar a > i {
    font-size: 15px;
  }

  .rside .userPrefs .new {
    display: none;
  }

  .mobile-bar a:hover {
    text-decoration: none;
  }

  .mobile-bar .share-page .share-page-headline, .mobile-bar .share-page, .mobile-bar .subscribe-page {
    display: none;
  }

  .mobile-bar.get-alerts-show .subscribe-page, .mobile-bar.share-page-show .share-page {
    display: block;
  }

  .mobile-bar .subscribe-page {
    background: #FFF;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0;
    border-top: 1px solid #DDD;
  }

  .mobile-bar .subscribe-page input, .mobile-bar .subscribe-page .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-bar .subscribe-page input {
    height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .mobile-bar .subscribe-page .btn {
    height: 40px;
    width: 70px;
    white-space: nowrap;
    position: absolute;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #ddd;
  }

  .mobile-bar .share-page {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
    background: #fbfbfb;
  }

  .hdr .mobile-bar .share-page li {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0;
    height: 42px;
    vertical-align: top;
  }

  .hdr .mobile-bar .share-page a {
    display: block;
    background: #fbfbfb;
    height: 42px;
    line-height: 42px;
    font-size: 10px;
    font-weight: bold;
    border-left: 1px solid #ddd;
    color: #676b6d;
    vertical-align: middle;
    text-align: center;
  }

  .hdr .mobile-bar .share-page li.embed-share {
    display: none;
  }

  .hdr .mobile-bar .share-page li:first-child a {
    border: none;
  }

  .mobile-bar .share-page a:hover, .mobile-bar .share-page a:active {
    background: #fff;
  }

  .hdr .share-page li a:active .icons {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .hdr .mobile-bar .share-page li .icons {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/mobile-retina-sprite.png");
    background-size: 600px 300px;
    position: relative;
    top: -2px;
  }

  .mobile-bar .share-page li .icons.fb-share-frontpage {
    width: 16px;
    height: 16px;
    background-position: -173px 0;
  }

  .mobile-bar .share-page li .icons.tw-share-frontpage {
    width: 16px;
    height: 16px;
    background-position: -241px 0;
  }

  .mobile-bar .share-page li .icons.email-share-frontpage {
    width: 16px;
    height: 14px;
    background-position: -156px 0;
  }

  .mobile-bar .share-page li .icons.google-share-frontpage {
    width: 16px;
    height: 16px;
    background-position: -190px 0;
  }

  .userPrefs li .icons.power-yellow {
    left: 2px;
  }

  .empty-on-custom-domain {
    display: none;
  }

  .choose-site .btn-group .btn {
    padding-right: 0;
  }

  .share-panel .message-box textarea {
    height: 85px;
  }

  .nav-bar {
    position: relative;
  }
}

/************************* end amir**********************************/

@media only screen and (min-width: 100px) and (max-width: 640px) {
  .signup-embed .powered-bar .powered-text, .signup-embed .powered-bar .back-to-top .text {
    display: none;
  }

  .signup-embed .powered-bar .share-list li:first-child {
    display: none;
  }
}

@media only screen and (min-width: 100px) and (max-width: 319px) {
  .signup-embed .powered-bar .back-to-top {
    margin: 4px 5px 0;
  }

  .signup-embed .powered-bar .rm-logo-sm {
    display: none;
  }

  .signup-embed .powered-bar .rm-mouse-with-shadow {
    margin: -2px 0 0 5px;
  }
}

@media only screen and (max-width: 1024px)
{
	.first-col {float: left; margin-right:10px;  width: 225px; padding-bottom: 20px;}
	.col {float: left; margin-right: 15px; width: 225px;  padding-bottom: 20px;}
	.two-cols-wrapper {margin-right: 10px;}
	.two-cols-wrapper .splash {max-width: 500px !important;}
	.two-cols-wrapper .splash .widget .image{width:100%;}
	.widget img.image {max-width: 195px; height:auto;}
	#content {padding: 15px 15px 0;}
}
@media only screen and (min-width: 768px) and (max-width:960px)
{
	
	.first-col {float: left; margin-right:10px;  width: 225px; padding-bottom: 20px;}
	.col {float: left; margin-right: 15px; width: 225px;  padding-bottom: 20px;}
	.second-col { width: 265px !important;}
	.two-cols-wrapper {margin-right: 10px; max-width:265px !important; }
	.two-cols-wrapper .splash {max-width: 265px !important;}
	.widget img.image {max-width: 195px; height:auto;}
	#content {padding: 15px 15px 0;}
}
@media only screen and (min-width: 640px) and (max-width:767px)
{
	.first-col {float: left; margin-right:10px;  width: 225px; padding-bottom: 20px;}
	.col {float: left; margin-right: 15px; width: 225px;  padding-bottom: 20px;}
	.two-cols-wrapper {margin-right: 10px;}
	.second-col {float: left; max-width:360px !important;}
	.two-cols-wrapper{max-width:360px;}
	.two-cols-wrapper .splash {max-width: 360px !important;}
	.widget img.image {max-width: 195px; height:auto;}
	#content {padding: 15px 15px 0;}
	.tag_name { max-width:606px; margin:15px 0}
	.logo_rightside { position:absolute; right:0px; top:10px;}
}
@media only screen and (min-width: 480px) and (max-width:639px)
{
	
	.col{width:100%; max-width:445px;}
	.widget img.image{max-width:100%;}
	.two-cols-wrapper .splash{max-width:425px;}
	.first-col {margin-right: 0; max-width: 445px !important; padding-bottom: 20px; width: 100%;}
	.second-col{margin:0; max-width:425px; width:100%;}
	.two-cols-wrapper .splash .widget{max-width:425px; width:100%}
	/*.two-cols-wrapper .splash .widget{max-width:270px; width:100%}*/
	.radio, .checkbox{ padding:0px;}
	.logo_rightside { position:absolute; right:0px; top:10px;}
	.tag_name { max-width:440px; margin:15px 0}
}
@media only screen and (min-width: 320px) and (max-width:479px)
{	
	.header .search {float: left; margin: 10px 0 0;}
	.col{width:100%; max-width:290px;}
	.first-col {margin-right: 0; max-width: 290px !important; padding-bottom: 20px; width: 100%;}
	.second-col{margin:0; max-width:290px; width:100%;}
	.two-cols-wrapper .splash .widget{max-width:270px; width:100%}
	.logo_rightside  { width:100%; margin:15px 0 0 0}
	.dcjq-mega-menu ul.menu li .sub .row { width:180px !important}
  
}
