a, a:hover, a:focus{
  text-decoration: none !important;
}

.clearfix {
  overflow: auto;
}


/* base.html */
.container{
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.content{
  padding: 30px 0;
  background-color: rgb(232, 232, 232);
}

.menu-right{
  float: right !important;
}

.nav-username{
  cursor: default;
}

.nav-username:hover, .nav-username:focus{
  background-color: #1a1a1a !important;
}


footer {
  background: #ccc;
  border: 0;
  height: 120px;
  padding-top: 10px !important;
  margin-top: 0;
}

.share{
  font-size: 24px;
  margin-left: 24px;
}

.share-facebook {
  color: #48649F;
}

.share-facebook:hover, .share-facebook:active, .share-facebook:focus {
  color: #2f4980;
}

.share-vk {
  color: #567ca4;
}
.share-vk:hover, .share-vk:active, .share-vk:focus {
  color: #40658c;
}

.share-google {
  color: #DD4F43;
}

.share-google:hover, .share-google:active, .share-google:focus {
  color: #bb372c;
}

/*home.html*/

.brockers{
  width: 100%;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-panel, .brocker-panel{
  min-height: 100px;
  margin: 10px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
}

.brocker-panel:hover,
.brocker-panel:active,
.brocker-panel:hover{
  -webkit-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.75);
}

.brocker-panel .body{
  padding: 10px;
}

.news-panel{
  margin: 10px 0 0 0;
}

.news-text img {
  max-width: 100% !important;
  height: auto !important;
}

.news-text iframe {
  max-width: 100% !important;
}

.news-panel-header{
  padding: 10px 0;
  background-color: #b1b1b1;
  text-align: center;
}

.news-panel-header > h5{
  margin: 0;
  color: white;
}

.news-panel-body {
  padding: 15px 15px 30px 15px;
}

.news-text-short{
  margin-bottom: 5px;
  max-height: 70px;
  overflow: hidden;
  position: relative;
}

.news-text-short::after {
  content: "";
  position: absolute;
  top: 70px;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0px 0px 30px 15px white;
}

/* brocker.html */

.vote-buttons{
  margin-bottom: 10px;
}

.vote-buttons .ink-button{
  padding: 10px 28px;
}

blockquote .note{
  font-size: 16px !important;
}

.review-text{
  margin-bottom: 0;
}

.link-button{
  border: none;
  background: none;
  color: #6998C9;
  outline: none;
}

hr{
  border-top: 3px solid #ddd !important;
}


/* login_form.html registration_form.html */
.login-input, .reg-form{
  width: 250px !important;
}

/* social auth/reg */
.soc-facebook {
  color: white !important;
  background-color: #48649F !important;
}

.soc-facebook:hover, .soc-facebook:active, .soc-facebook:focus {
  background-color: #2f4980 !important;
}

.soc-vk {
  color: white !important;
  background-color: #567ca4 !important;
}
.soc-vk:hover, .soc-vk:active, .soc-vk:focus {
  background-color: #406580 !important;
}

.soc-google {
  color: white !important;
  background-color: #DD4F43 !important;
}

.soc-google:hover, .soc-google:active, .soc-google:focus {
  background-color: #bb372c !important;
}

.article-item {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.article-item:after {
  content: "";
  display: block;
  clear: both;
}

.article-item__coverwrap {
  display: block;
  width: 16%;
  float: left;
  position: relative;
  padding: 0 6px;
  box-sizing: border-box;
}
.article-item__coverwrap:after {
  content: "";
  display: block;
  padding-top: 56.25%;
  background-color: rgba(44, 62, 80, 0.1);
}

.article-item__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article-item__titlewrap {
  display: block;
  width: 84%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}

.article-item__title {
  display: inline-block;
  margin: 0 12px 6px 0;
  font-size: 20px;
}
.article-item__title a {
  color: #2c3e50;
  text-decoration: none;
}

.article-item__date {
  display: inline-block;
  color: gray;
  margin-bottom: 0;
}
