.fc5--share_canvas {
	width: 800px;
	max-width: 100%;
	margin: 20px auto;
}

.fc5--share_canvas canvas {
    max-width: 100%;
}

.kma--share {
    text-align: center;
}

.kma--share_btns {
    height: 54px;
    width: 190px;
    margin: 10px auto;
}
.kma--share_btn {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin: 0;
    background: url('../img/socials.png') 0 0 no-repeat;
}
.kma--share_btn + .kma--share_btn {
  margin-left: 10px
}
.kma-share_vk {}
.kma-share_fb {
  background-position: -54px 0;
}
.kma-share_tw {
  background-position: -108px 0;
}

.fc5--button {
  display: block;
  width: 200px;
  height: 40px;
  border: 2px solid #0f193f;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #182d78;
  color: #fff;
  line-height: 40px;
}

.fc5--button:hover {
  background: #2742a0;
  color: #fff;
}
.fc5--image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#disqus_thread {
    margin-top: 60px;
}

footer.entry-meta {
    display: none;
}