/*
.base64DataUriBackground (@encode, @type: ~"image/svg+xml") {
    @dataUriPrefix: ~"url(data:@{type};base64,";
    @dataUriSuffix: ~")";
    @b64DataUri: ~`(function(a,b,c){function e(a){a=a.replace(/\r\n/g,'\n');var b='';for(var c=0;c<a.length;c++){var d=a.charCodeAt(c);if(d<128){b+=String.fromCharCode(d)}else if(d>127&&d<2048){b+=String.fromCharCode(d>>6|192);b+=String.fromCharCode(d&63|128)}else{b+=String.fromCharCode(d>>12|224);b+=String.fromCharCode(d>>6&63|128);b+=String.fromCharCode(d&63|128)}}return b}function f(a){var b='';var c,f,g,h,i,j,l;var m=0;a=e(a);while(m<a.length){c=a.charCodeAt(m++);f=a.charCodeAt(m++);g=a.charCodeAt(m++);h=c>>2;i=(c&3)<<4|f>>4;j=(f&15)<<2|g>>6;l=g&63;if(isNaN(f)){j=l=64}else if(isNaN(g)){l=64}b=b+d.charAt(h)+d.charAt(i)+d.charAt(j)+d.charAt(l)}return b}var d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';return a+f(b)+c})('@{dataUriPrefix}','@{encode}','@{dataUriSuffix}')`;
    background-image: @b64DataUri;
}
*/
/* ======================================================================
   Common for blocks
   ===================================================================== */
.block {
  margin: 0 0 10px;
}
.block-title {
  border-bottom: 1px solid #d5d5d5;
  color: #cb1e6e;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 6px 0 7px;
}
.block-title a {
  color: #cb1e6e;
}
.block-title a:hover {
  color: #88144a;
}
.block-title .date {
  color: #656565;
}
.block-title .separator {
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.block-title-closer {
  margin-bottom: 0;
}
.block-title-upper {
  text-transform: uppercase;
}
.block-decorated {
  border-top: 3px solid #202022;
}
.block-vad {
  padding-top: 10px;
}
.share-links {
  background: #fefdfd;
  font-size: 0;
  display: inline-block;
  padding: 7px 5px 5px;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.share-links .elem {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 18px;
  position: relative;
  text-decoration: none;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.share-links .elem:first-child {
  margin-left: 0;
}
.share-links .elem .icon {
  margin: 0;
  vertical-align: top;
}
.share-links .elem .count {
  color: #cb1e6e;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  right: -3px;
  top: -5px;
}
/* ======================================================================
   Navigation menu
   ===================================================================== */
.main-navigation-menu {
  border-top: 1px solid #2b2d2f;
  font-size: 0;
  margin-left: 12px;
  padding: 10px 0;
}
.main-navigation-menu-item {
  display: inline-block;
  border-left: 1px solid #eceeed;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Light', 'Arial Light', Helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  list-style: none;
  text-transform: uppercase;
  padding: 0 8px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.main-navigation-menu-item:first-child {
  border: 0 solid;
  padding-left: 0;
}
.main-navigation-menu-item a {
  color: #ffffff;
  text-decoration: none;
}
.main-navigation-menu-item a:hover {
  color: #cb1e6e;
}
.main-navigation-menu-item.current-menu-item a {
  color: #cb1e6e;
}
/* ======================================================================
   News
   ===================================================================== */
.news-elem {
  *zoom: 1;
  border-bottom: 1px solid #d5d5d5;
  margin: 7px 0;
  padding: 0 0 18px;
}
.news-elem:before,
.news-elem:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-elem:after {
  clear: both;
}
.news-elem p {
  margin: 0;
}
.news-elem .title {
  letter-spacing: -0.05em;
  word-spacing: -0.05em;
  color: #202022;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 7px;
}
.news-elem .title a {
  color: #202022;
  text-decoration: none;
}
.news-elem .title a:hover {
  color: #cb1e6e;
}
.news-elem .photo {
  float: left;
  margin: 0 15px 5px 0;
}
.news-elem .photo img {
  vertical-align: top;
}
.news-elem .teaser {
  color: #666666;
  font-size: 16px;
  margin: 7px 0 0;
}
.news-elem-narrow .photo {
  float: none;
  margin: 0;
}
.news-elem-narrow .teaser {
  margin: 5px 0 0;
}
/*-== Anons ==-*/
.block-anons {
  margin-top: 30px;
}
/* ======================================================================
   Block: voting
   ===================================================================== */
.block-voting {
  border-top: 1px solid #d5d5d5;
  padding-top: 4px;
}
.block-voting .title {
  color: #666666;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px;
}
.block-voting .variant {
  color: #666666;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: top;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.block-voting .variant input {
  margin: 0 5px 0 0;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
/* ======================================================================
   Block: social links
   ===================================================================== */
.social-links {
  margin: 0 0 5px;
}
.social-links-elem {
  *zoom: 1;
  margin: 15px 0 0;
}
.social-links-elem:before,
.social-links-elem:after {
  display: table;
  content: "";
  line-height: 0;
}
.social-links-elem:after {
  clear: both;
}
.social-links-elem:first-child {
  margin-top: 5px;
}
.social-links-elem > a {
  color: #202022;
  display: block;
  height: 1px;
  min-height: 43px;
  padding: 0 0 0 60px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.social-links-elem > a:after {
  background: #600;
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  text-indent: -9999px;
  vertical-align: middle;
}
.social-links-elem > a:hover {
  color: #cb1e6e;
}
.social-links-elem .icon {
  left: 0;
  margin-top: -22px;
  position: absolute;
  top: 50%;
}
.social-links-elem .title {
  letter-spacing: -0.05em;
  word-spacing: -0.05em;
  display: inline-block;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  width: 98%;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *line-height: 1.3;
}
.stButton {
  width: 23px;
  height: 23px;
  margin-left: 18px!important;
  margin-right: 0!important;
  line-height: normal!important;
}
.stButton .stMainServices {
  width: 23px !important;
  height: 23px !important;
}
.stButton .stButton_gradient,
.stButton .chicklets {
  background: none!important;
  border: 0 solid!important;
  border-radius: 0!important;
  padding: 0!important;
  width: 23px !important;
  height: 23px !important;
}
.stButton .chicklets:hover {
  opacity: 1!important;
}
.stButton .stMainServices img {
  display: none!important;
}
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  line-height: normal!important;
  padding-bottom: 0!important;
  padding-top: 0!important;
}
.stButton .st-facebook-counter,
.stButton .st-twitter-counter,
.stButton .st-linkedin-counter,
.stButton .googleplus {
  background: url(../../img/icons/icons.png) 0 0 no-repeat !important;
}
.stButton .st-facebook-counter {
  background-position: -75px -50px !important;
}
.stButton .st-twitter-counter {
  background-position: -50px -75px !important;
}
.stButton .st-linkedin-counter {
  background-position: -125px -50px !important;
}
.stButton .googleplus {
  background-position: -100px -50px !important;
}
.stButton .stBubble {
  position: relative;
  z-index: 2;
  overflow: visible!important;
  background: none!important;
  width: auto!important;
  height: auto!important;
  margin: 0!important;
  line-height: normal!important;
}
.stButton .chicklets {
  text-indent: -999em;
}
.stButton .stBubble + .stButton_gradient {
  min-width: 0!important;
}
.stBubble_count {
  color: #cc1e6f!important;
  font-size: 9px!important;
  line-height: 1!important;
  position: absolute!important;
  left: 100%;
  margin-left: -1px;
  top: -3px;
  font-family: 'Helvetica Light', 'Arial Light', 'Helvetica Neue', Helvetica, arial, sans-serif !important;
  border-radius: 0!important;
  border: 0 solid!important;
  width: auto!important;
  height: auto!important;
  padding-top: 0!important;
  background: none!important;
}
/* ======================================================================
   Block: newsletter subscription
   ===================================================================== */
.block-newsletter {
  background: #cb1b6c;
  margin-bottom: 15px;
  padding: 7px 10px 10px;
}
.block-newsletter .block-title {
  border: none;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 0;
}
.block-newsletter .form-text {
  background: #fff;
  border: 1px solid #e3c3d0;
  color: #202022;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  vertical-align: top;
  width: 210px;
}
.block-newsletter .form-submit {
  background: url("../../img/newsletter_btn.png") no-repeat 0 0;
  border: 0;
  height: 21px;
  padding: 0;
  vertical-align: top;
  text-indent: -9999px;
  width: 31px;
}
/* ======================================================================
   Bloggers
   ===================================================================== */
.blog-authors {
  margin-top: -5px;
}
.blog-author {
  border-top: 1px solid #d5d5d5;
  padding-top: 4px;
  margin: 0 0 14px;
  padding: 10px 0 0;
}
.blog-author:first-child {
  border-top: 0;
}
.blog-author .author-name {
  color: #202022;
  display: block;
  font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 3px;
  text-decoration: none;
}
.blog-author .author-name a {
  color: #202022;
  text-decoration: none;
}
.blog-author .author-name a:hover {
  color: #cb1e6e;
}
.blog-author .author-name:hover {
  color: #cb1e6e;
}
.blog-author .author-image {
  margin: 0 0 8px;
}
.blog-author .author-description {
  font-family: georgia, times, 'times new roman', serif;
  font-size: 16px;
  color: #666666;
  font-style: italic;
}
.blog-author .author-description a {
  text-decoration: none;
  color: #666666;
}
.blog-author.page-owner {
  line-height: 17px;
}
.blog-author.page-owner .author-image {
  margin: 0 0 6px;
}
.blog-author.page-owner .author-name {
  margin: 0;
}
.blog-author.page-owner .page-owner-email {
  text-decoration: none;
}
.blog-author.page-owner .page-owner-email:hover {
  color: #cb1e6e;
}
.pt15 {
  padding-top: 15px;
}
.banner-wrapper {
  padding-bottom: 15px;
}
