/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}
h1.page-header {
    float:left;
}
h1 {
    font-size: 30px;
}h2 {
    font-size: 24px;
}
h4 {
    font-size:15px;
}
h4 nobr {
    font-size:14px;
    font-weight: bold;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 16px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.img-circle.kurs {
    width:140px;
    height:140px;
    background-color: #DAE6F2;
}

.kurs .glyphicon {
    font-size: 22px;
}
.up {
    color:#00A303;
}
.down {
    color: #b94a48;
}
.descr {
    text-align:center;
}
.kurs .glyphicon.glyphicon-arrow-up {
    color:#00A303;
    float:right;
}
.kurs .glyphicon.glyphicon-arrow-down {
    color:#b94a48;
    float:right;
}
.social.panel {
	position:fixed;
	top:30%;
    left:0;
	height:auto;
	width:30px;
	opacity:0.7;
}
.clear {
    clear:both;
}
.post {
    margin-bottom:30px;
}
.post:after {
    content: " ";
    clear:both;
    display:block;
}
.post.current table td{
    width:33.33%;
    text-align:center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,  .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float:left;
}
.promo {
    background-color: #fcc;
}
.blog-header {
    position:relative;
}
.blog-header .social {
    float:right;
    margin-top:30px;
}
.blog-header .social {
    float:right;
    margin-top:30px;
}
.social .b-share{
    padding:0 !important;
}
.social.panel .b-share_theme_counter .b-share-btn__wrap{
    float:none;
    margin-bottom:5px;
    height:30px;
    margin-left:0;
    display:block;
}
.social.panel .b-share_theme_counter .b-share__handle{
  
}
.sidebar-module .table {
    margin-bottom:0px;
}
.reload  {
    font-size:24px;
    display:block;
    text-align:right;
}
.table-responsive {
    border:0;
}
@media (max-width: 780px){
.social.panel .b-share_theme_counter .b-share__handle .b-share-icon{
    padding-left:3px;
}
    .yashare-auto-init.b-share_theme_counter {
    text-align:right;
    }
    .social.panel {
        width:100%;
        top:0;
        right:0;
    }
    .social.panel .b-share_theme_counter .b-share-btn__wrap{
        float:left;
        margin-left:5px;
        margin-bottom:0px;
    }
    .blog-header .social {
        margin-top:10px;
    }
}
@media (max-width: 539px){
        
    .col-lg-4 {
        padding:0;
        width:49%;
    }
    .col-lg-4.rub {
        width:100%;
    }
    .img-circle.kurs {
        margin:0 auto;
    }
}