html, body {
  /*font-size: 62.5%; */
  /*-webkit-font-smoothing: antialiased;*/
  /*-webkit-font-smoothing: subpixel-antialiased !important;*/
}

body {
  background: #3c74a7;
  /*font-family: 'Cabin', Verdana, sans-serif;*/
}

input {
 /*font-family: 'Cabin', Verdana, sans-serif; */
}

.alert {
  color: #856831;
}

.tooltip {
  font-size: 13px;
}

.row-fluid .span2_5 {
  width: 19.147%;
  *width: 19.147%;
}

.row-fluid .span7_5 {
  width: 61.7021276535%;
  *width: 61.7021276535%;
}

.well {
  /*background: #EFECE6;*/
  background: #F7F6F3;
}

#outerwrap {
  background: white;
  border-radius: 8px 8px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.75);
  box-shadow: 0 4px 5px rgba(0,0,0,0.75);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  width: 90%;
}

#wrap {
  color: #292929;
  border-radius: 8px 8px;
  margin: 1em;
  padding-top: 2em;

  -webkit-box-shadow: 0 1px 10px rgba(102,102,102,0.5);
  -moz-box-shadow: 0 1px 10px rgba(102,102,102,0.5);
  box-shadow: 0 1px 10px rgba(102,102,102,0.5);

}

#wrap > div {
  padding-bottom: 4em;
}

.gradient {
  /* Legacy browsers */
  background: url("../png/gradient-bg.png") repeat-y center;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /* Internet Explorer */
  *background: none;
  background: none\0/;
  /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/css/gradient-bg.png", sizingMethod="scale"); */
  }
  @media all and (min-width: 0px) {
    .gradient {
      /* Opera */
      background: url("../svg/gradient-bg.svg");
      /* Recent browsers */
      background-image: -webkit-gradient(
        linear,
        left top, right top,
        from(#efece6),
        to(#efece6),
    color-stop(0.4, #FFFFFF),
    color-stop(0.6, #FFFFFF)
      );
      background-image: -webkit-linear-gradient(
        left,
        #efece6,
        #FFFFFF 40%,
    #FFFFFF 60%,
    #efece6
      );
      background-image: -moz-linear-gradient(
        left,
        #efece6,
        #FFFFFF 40%,
    #FFFFFF 60%,
    #efece6
      );
      background-image: -o-linear-gradient(
        left,
        #efece6,
        #FFFFFF 40%,
    #FFFFFF 60%,
    #efece6
      );
      background-image: linear-gradient(
        left,
        #efece6,
        #FFFFFF 40%,
    #FFFFFF 60%,
    #efece6
      );
    }
  }

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

.relative:after {
  display: table;
  content: "";
  height: 1px;
  clear: both;
}

.offscreen-XXX {
  position: absolute;
  left: -10000px;
  height: 1px;
  width: 1px;
  display: block;
}

.offscreen-XXXX {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.offscreen {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* SIDEBAR */

.sidebar .well, .sidebar .well {
  padding: 8px;
  border: 2px dotted #a7a4a3;
  border-radius: 8px;

}

.sidebar h3 {
  line-height: normal;
  font-size: 13px;
  margin-bottom: 0.75em;
}

.sidebar {
  font-size: 13px !important;
}

.sidebar .well li {
  line-height: 16px !important;
  margin-bottom: 8px;
}

#site-search {
  position: relative;
}

#site-search form {
  margin-bottom: 4px;
}

#site-search button {
  position: absolute;
  right: 5%;
  top: 5%;
}

#site-search select {
  font-size: 13px;
}

#site-search select, label {
  display: inline-block;
}

#site-search ul {
  margin-left: 10px;
  margin-top: -10px;
}

#site-search li {
  margin-bottom: 10px;
}

#q {
  /*margin-left: -2em;*/
  width: 99%;
  padding: 4px;
  padding-right: 30%;
  min-height: 48px;
  font-size: 120%;
}

#feature-list {
  width: 100%;
}

/* FEATURES */

.tabbed.features {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tabbed.features a {
  font-size: 18px !important;

}

.tabbed.features dd {
  display: block;
  margin: 0;
  padding: 0;
  border-left: 1px solid #a7a4a3;
  /*border-bottom: 1px solid #666;*/
}

dd.feature-information a {
  background-image: url(../png/information.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
  /*background-position-y: 50%;
  background-position-x: 95%*/
  margin-right: 12px;
}

dd.feature-pictures a {
  background-image: url(../png/pictures.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
  /*background-position-y: 50%;
  background-position-x: 95%*/
  margin-right: 12px;
}

dd.feature-specimens a {
  background-image: url(../png/specimens.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
  /*background-position-y: 50%;
  background-position-x: 95%*/
  margin-right: 12px;
}

dd.feature-sounds a {
  background-image: url(../png/sounds.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
  /*background-position-y: 50%;
  background-position-x: 95%*/
  margin-right: 12px;
}

dd.feature-maps a {
  background-image: url(../png/maps_marker.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
  /*background-position-y: 50%;
  background-position-x: 95%*/
  margin-right: 12px;
}

.tabbed.features dd a {
  text-decoration: none;
  /*font-size: 120%;*/
  display: block;
  padding: 15px;
  line-height: 18px;
}

.tabbed.features dd a:hover {
  background-color: rgba(239, 235, 230, 1.0);
  text-decoration: underline;
}

.tabbed.features dd.active a:hover {
  background-color: transparent !important;
}

.tabbed.features dd.active {
  border-left: none;
  border-bottom: 1px solid #a7a4a3;
  border-top: 1px solid #a7a4a3;
  border-right: 1px solid #a7a4a3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
}

img.feature-information-off, img.feature-pictures-off, img.feature-specimens-off, img.feature-sounds-off, img.feature-maps-off {
  opacity: 0.1;
}

.feature-off {
  opacity: 0.1;
  display: inline-block !important;
}

span.feature, button.btn-link.feature {
  display: inline-block !important;
}

a.feature, span.feature, button.btn-link.feature, span.feature-off {
  background-repeat: no-repeat;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  width: 16px;
  text-indent: -10000px;
  clip: rect(0,0,0,0);
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: none !important;
}

a.feature-information, span.feature-information, button.feature-information {
  background-image: url(../png/information-2.png);
}

a.feature-pictures, span.feature-pictures, button.feature-pictures {
  background-image: url(../png/pictures-2.png);
}

a.feature-sounds, span.feature-sounds, button.feature-sounds {
  background-image: url(../png/sounds-2.png);
}

a.feature-specimens, span.feature-specimens, button.feature-specimens {
  background-image: url(../png/specimens-2.png);
}

a.feature-maps, span.feature-maps, button.feature-maps {
  background-image: url(../png/maps_marker-2.png);
}

button.btn.btn-link.feature:hover {
  background-position: 0 0;
}

/* HEADER */

#header {
  padding: 1em;
  background: transparent var(--logo-url, url(../png/adw-web-logo-production-4-n.png)) no-repeat;
  background-position: 25px 40px;
  height: 75px;
  position: relative;
}

#homelink {
  background: transparent url(../png/adw-title.png) no-repeat;
  text-indent: -1000px;
  clip: rect(0, 0, 0, 0);
  display: block;
  height: 75px;
  width: 275px;
  margin-left: 10px;
}

#homelink:hover, #homelink:focus {
  outline: 1px dotted #666;
}

.umlinks {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 75px;
  width: 200px;
}

#ummzlink {
  display: block;
  background: transparent url(../png/ummz-title.png) no-repeat;
  text-indent: -10000px;
  clip: rect(0, 0, 0, 0);
  width: 194px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

#ummzlink:hover, #ummzlink:focus {
  outline: 1px dotted #666;
}

#umlink {
  display: block;
  background: transparent url(../png/block-m.png) no-repeat;
  text-indent: -10000px;
  clip: rect(0, 0, 0, 0);
  height: 52px;
  width: 75px;
  position: relative;
  top: 10px;
  right: -120px;
}

#umlink:hover, #umlink:focus {
  outline: 1px dotted #666;
}

/* FOOTER */

#footer {
    margin-bottom: 1em;
    background: transparent;
    text-align: center;
}

.inner-footer {
  width: 85%;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 9px;
}

.inner-footer > div {
  text-align: left;
  font-size: 12px;
  white-space: normal;
}

.footer-links {
  float: left;
  min-height: 25px;
  /*width: 42%;*/
  background: transparent url(../png/block-m-wordmark.png) no-repeat;
  padding-left: 62px;
}

.footer-links li {
  line-height: 1.5;
}

.thanks-links {
  float: right;
  min-height: 25px;
  width: 30%;
  background: transparent url(../png/nsf-logo.png) no-repeat;
  padding-left: 68px;
}

.thanks-links p {
  margin-bottom: 4px;
  line-height: 1.2;
}

/* ELEMENTS */

#sitemap {
  font-size: 120%;

  background: #efefef;

  -webkit-box-shadow: 0 1px 10px rgba(102,102,102,0.5);
  -moz-box-shadow: 0 1px 10px rgba(102,102,102,0.5);
  box-shadow: 0 1px 10px rgba(102,102,102,0.5);

  background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
  background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );

  line-height: 120%;
  border-radius: 4px;

  margin: 0 0 20px 0;
  margin-left: -3em;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-right: 1em;

  z-index: 5000;
}


#sitemap li > a {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

#sitemap li:first-child > a {
  padding-top: 20px;
}

#sitemap li:last-child > a {
  padding-bottom: 20px;
}

/*.blahblahblah {
    font-family: 'Alegreya', Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
}*/

.blahblahblah section, .inner-wrap section {
  /*font-family: 'Alegreya', Georgia, sans-serif;*/
  font-family: 'Gentium Book Basic', Georgia, sans-serif;
  /*font-family: 'Vollkorn', Georgia, sans-serif;*/
  font-size: 16px;
  line-height: 22px;
  /*font-size: 14px;
  line-height: 18px;*/
}

section p {
  text-align: justify;
  margin-bottom: 18px;
}

.blahblahblah header, .blahblahblah h3, .blahblahblah h4, h2 > a, h3 > a {
  /*font-family: 'Cabin', Verdana, sans-serif;*/
  font-family: 'PT Sans', 'Open Sans', Verdana, sans-serif;
  color: #7f4328;
  line-height: normal;
  margin-bottom: .5em;
}

.blahblahblah .keywords {
  /*font-family: 'Cabin', Verdana, sans-serif;*/
  font-family: 'PT Sans', 'Open Sans', Verdana, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.main h2 {
  /*padding-left: 0.5em;*/
  padding-top: 0.25em;
  margin-bottom: 0.25em;
  /*padding-bottom: 12px;*/
  color: #7f4328;
  font-size: 250%;
  /*border: 1px dashed #a7a4a3;*/
}

h2 .vernacular-name {
  font-size: 90%;
  display: block;
  font-style: normal;
  line-height: 1.2;
}

h2 .alt-vernacular-name {
  display: block;
  font-size: 60%;
}

.main h2 {
  color: #7f4328;
  opacity: 1.0;
}

.inner-wrap {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.contents h2 {
  font-size: 100% !important;
}

.byline {
  margin-top: .5em;
  margin-bottom: 1em;
}

.contents {
  border-top: 1px dotted #a7a4a3;
  border-bottom: 1px dotted #a7a4a3;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 1em;*/
  padding-top: 1em;
  padding-bottom: 1em;
  display: table;
}

.contents:after {
  content:"";
  display: block;
  clear:both;
}

.contents ul {
  margin-bottom: 0;
  list-style-type: none;
  /*font-size: 95%;*/
  display: table-cell;
  border-right: 1px dotted #a7a4a3;
  width: 33%;
  /*width: 25%;*/
  padding-left: 16px;
}

.contents ul:first-child {
  padding-left: 0;
}

.contents ul:last-child {
  border-right: none;
}

.contents li {
  margin-bottom: 4px;
  line-height: normal;
}

.contents li a {
  display: block;
  width: 98%;
}

.contents li a:hover {
  background: #EFEBE6;
  /*color: #7F4328;*/
}

.snapshots {
  overflow: hidden;
}

.snapshots ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 1000px;
}

.snapshots li {
  display: inline;
}

/* KEYWORDS */

ul.keywords {
  /*border-left: 4px solid #666;*/
  border-left: 2px dotted #a7a4a3;
  padding-left: 8px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
}

ul.keywords li { line-height: 18px; }

ul.keywords ul { margin-left: 0; }

ul.keywords.last {
  padding-bottom: 0;
  margin-bottom: 18px;
}

ul.keywords li {
  display: inline;
  color: black;
  margin: 0;
  padding: 0;
  height: 16px;
}

ul.keywords ul {
  border: none;
  display: inline;
}

ul.keywords > li:after {
  content: "; ";
}

ul.keywords > li:last-child:after {
  content: "";
}

ul.keywords li.keywords-header:after {
  content: ": ";
}

ul.keywords ul li:after {
  content: ", ";
}

ul.keywords ul li:last-child:after {
  content: "";
}

/*ul.keywords:after {
  content:"";
  display:block;
  margin-bottom:18px;
}*/

ul.keywords > li > ul:before {
  content: " (";
}

ul.keywords > li > ul > li > ul:before {
  content: ": ";
}

ul.keywords > li > ul:after {
  content: ")";
}

/* maybe don't do this */
a.gloss {
  color: black;
  border-bottom: 1px dotted black !important;
/*  padding-right: 18px;
  padding-top: 4px;
  background-image: url(help.png);
  background: transparent url(help.png) no-repeat right center;
*/}

a.gloss:hover {
  color: #11639d;
  border-bottom: 4px double #11639d !important;
  text-decoration: none;
  cursor: help; /* /pointer/move/*-resize/text/wait/help;; */
}

li.keywords-header {
  font-weight: bold;
}

.english {
  color: #666;
  font-size: 90%;
}

/*a.external-link:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: text-top;
  background-image: url("../bootstrap/img/glyphicons-halflings.png");
  background-position: -336px -96px;
  background-repeat: no-repeat;
}*/

a {
  color: #004a6f;
}

.inner-wrap a {
  /* border-bottom: 1px dashed #08C; */
  padding-bottom: 0;
}

.inner-wrap a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #004a6f;
}

a.external-link {
  background-image: url(../png/share.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
/*  background-position-x: right;
  background-position-y: center;*/
  padding-right: 16px;
}

a.popup {
  background-image: url(../png/popup.png);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: right;
  /*background-position-x: 100%;
  background-position-y: 50%;*/
  padding-right: 16px;
}

.aside small {
  font-size: 80%;
}

.aside dt {
  font-weight: bold;
  line-height: 1.4;
}

.aside dd {
  /*border: 1px dotted #ddd;*/
  line-height: 1.4;
  margin-left: 0;
}

.aside dl ul li {
  list-style-type: square;
  /*margin-left: 15px;*/
  margin-bottom: 5px;
}

.aside li.cleared {
  clear:both;
}

/*.aside li:nth-child(4n+1) {
  clear:both;
}*/

.aside {
  background-color: #efebe6;
  border-radius: 8px;
  /*font-size: 1.0rem;*/
  color: black;
  padding: 4px;
  padding-top: 8px;
  margin-top: 0.25em; margin-bottom: 1em;
  /*font-family: 'Cabin', Verdana, sans-serif;*/
  font-family: 'PT Sans', 'Open Sans', Verdana, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

/* CLASSIFICATION */

.classification ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.classification, .classification li {
  /*font-size: 15px;*/
  line-height: 1.5; /*1.69;*/
}

.classification span {
  display: block;
}

.classification span.rank {
  font-size: 85%;
  text-transform: capitalize;
  margin-top: 0.75em;
}

.classification span.vernacular-name {
  font-size: 90%;
}

span.vernacular-name {
  display: block;
}

.classification li.active a, .navlist li.active a, .well li.active a {
  font-weight: bold;
  color: black;
}

.related ul {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.taxon-listing, .taxon-listing ul { margin-left: 10px; }
.taxon-record { float: left; width: 60%; }
.taxon-listing li { list-style-type: none;  margin-bottom: 4px;}
.taxon-listing li:after, .taxon-lising li:before {
    content:"";
    display:table;
    clear:both;
}
.taxon-features { float: right ; vertical-align: top; width: 30%; min-width: 110px; position: relative; }
.taxon-features ul {
  position: absolute;
  top: 10px;
  right: 0;
}
.taxon-features li { float: left; list-style-type: none; margin-right: 4px; }​

.taxon-row:after, .taxon-row:after {
  content:"";
  display: table;
  clear:both;
}
.taxon-row {
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: 240px;
}
.taxon-row.odd {
  background: #EEE;
}

.taxon-listing .taxon-row.current {
  border: 4px solid #666;
}

/* SEARCH RESULTS */

.search-results-form form {
  margin-bottom: 0;
}

.search-results-form {
  margin-bottom: 4px;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.results {
  /*font-family: 'Alegreya', Georgia, sans-serif;*/
  font-family: 'Gentium Book Basic', Georgia, sans-serif;
}

.results .result {
  margin-bottom: 1em;
}

.other-results {
  /* background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
zoom: 1; */
  background-color: #eee;
  background-color: rgba(210, 210, 212, 0.10);
  border-style: solid !important;
}

.other-results a {
  border-bottom: 1px dashed #08C;
}

.rank-species, .rank-genus, .rank-subspecies, .rank-infraspecies {
  font-style: italic;
}

p.content {
  line-height: 1.4;
}

.float-right {
  float: right;
  margin: 0.25em;
  margin-left: 2em;
}

.float-right img {
  display: block;
  margin: 0.25em;
}

.outline ol {
  list-style-type: none;
}

section table {
  margin-bottom: 18px;
}

table.grid {
  /*border: 1px solid #666;*/
  padding: 0.25em;
  width: 100%;
}

table.grid td {
  padding: 0.25em;
  vertical-align: top;
  text-align: center;
  border: 1px solid #efefef;
}

table.grid p {
  text-align: left;
}

table.grid li {
  text-align: left;
}

/* FROM FOUNDATION */

  .block-grid { display: block; overflow: hidden; /*margin: 0;*/}
  .block-grid>li { display: block; height: auto; float: left; }

  .block-grid.one-up { margin-left: -1%; }

  .block-grid.two-up { margin-left: -4% }
  .block-grid.two-up>li { margin-left: 4%; width: 46%; margin-bottom: 4%;}
  .block-grid.two-up>li:nth-child(2n+1) {clear: left;}

  .block-grid.three-up { margin-left: -2% }
  .block-grid.three-up>li { margin-left: 2%; width: 31.2%; margin-bottom: 2%;}
  .block-grid.three-up>li:nth-child(3n+1) {clear: left;}

  .block-grid.four-up { margin-left: -2% }
  .block-grid.four-up>li { margin-left: 2%; width: 23%; margin-bottom: 2%;}
  .block-grid.four-up>li:nth-child(4n+1) {clear: left;}

  .block-grid.five-up { margin-left: -1.5% }
  .block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%;}
/*  .block-grid.five-up>li:nth-child(5n+1) {clear: left;} */


a.long-link, tt, a.reference.external-link {
  -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit*/
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

textarea.wide-input {
  width: 100%;
}

.inline-q select {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.align-left {
  text-align: left;
}

#survey-link {
  font-size: 16px;

  text-align: center;

}

#pocket-guide-link {
  border-style: solid;
  background-color: #08090c;
  color: #fff;
}

#pocket-guide-link a {
  color: #eee;
  text-decoration: underline;
}

#pocket-guide-link a[href^=http] {
  font-weight: bold;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #eee;
}

a[href^=http] {
  text-decoration: underline;
}

#survey-link a {
  font-weight: bold;
  display: block;
}

td { vertical-align: top; padding-right: 10px; }

td .taxon_reference img {
  max-width: none;
}

/* SOCIAL */

@font-face {
  font-family: 'entypo';
  src:url('../eot/entypo2.eot');
  src:url('../eot/entypo2d41d.eot#iefix') format('embedded-opentype'),
    url('../ttf/entypo2.ttf') format('truetype'),
    url('../woff/entypo2.woff') format('woff'),
    url('../svg/entypo2.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="social-icon-"], [class*=" social-icon-"] {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon-twitter:before {
  content: "\e6f7";
}
.social-icon-twitter2:before {
  content: "\e6f8";
}
.social-icon-facebook:before {
  content: "\e6f9";
}
.social-icon-facebook2:before {
  content: "\e6fa";
}
.social-icon-facebook3:before {
  content: "\e6fb";
}
.social-icon-pinterest:before {
  content: "\e6fe";
}
.social-icon-pinterest2:before {
  content: "\e6ff";
}

.social-links {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.social-links:after {
  clear: both;
  display: table;
  content: "";
}

.social-links li {
  float: left;
  margin-right: 0.5em;
}

.social-links a {
  display: inline-block;
  cursor: pointer;

  text-decoration: none;

  color: #34495e;
  border: 2px solid;
  border-radius: 50%;
  padding: 0.5em;
  position: relative;
  background: transparent;
  display: inline-block;
  font-size: 16px;
  width: 18px;
}

.social-links a:hover {
  color: white !important;
}

.social-links .link-facebook {
  color: #3b5998;
  border-color: #3b5998;
}

.link-facebook:hover {
  background: #3b5998;
}

.social-links .link-twitter {
  color: #00a0d1;
  border-color: #00a0d1;
}

.link-twitter:hover {
  background: #00a0d1;
}

.link-pinterest:hover {
  background: #c8232c;
}

.social-links .link-pinterest {
  color: #c8232c;
  border-color: #c8232c;
}

.alert-by {
  background: #333;
  color: #eee;
  text-shadow: none;
}

.alert-by p {
  text-align: left;;
}

.alert-by a {
  color: #fff;
}

.alert-by a:hover {
  color: #ddd;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover, .btn-link:active {
  background-color: #e6e6e6;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}