/* Template created by tcse-cms.com | Author: Vitaly V. Chuyakov | URL: http://tcse-cms.com */

/* Выравнивание блоков по 3 в ряд */
#dle-content .short-news:nth-of-type(3n+1) { clear: both; }
.wp-caption {max-width: 100%;}
.full-content img {
	max-width: 100%;
	display: inherit;
}

.tag-block {
    display: inline-block;
    padding: 10px;
    background-color: rgb(64 64 66);
    border-radius: 2px;
    width: 100%;
}
    
.cat-tags {
    color: white;
    padding: 15px 1px;
    font-size: 0.9rem;
}

.cat-tags2 {
    color: white;
    font-size: 0.9rem;
    padding: 0 7px;
    display: inline-block;
    float: left;
}

.name-tags a {
    display: block;
    float: left;
    background-color: rgb(88 90 100);
    padding: 3px 9px;
    margin-right: 5px;
    margin-bottom: 7px;
    text-decoration: none;
    border-radius: 1px;
    color: rgb(230 230 230);
    font-size: 0.83rem;
    -webkit-user-select: none;
}

.name-tags a:hover {background-color: #2d2d2d; color: white;  
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;

}

.header-logo {
	padding: 10px 0;
}

/* Подвал */
.bg-grey {
	background-color: #2e2f3b;
	color: #eaeaeb;
}
.bg-grey a {
	color: #fff;
	text-decoration: none;
}
.bg-grey a:hover {
	color: #eaeaeb;
	text-decoration: underline;
}
.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
  list-style-type: none;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
  list-style-type: none;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
  list-style-type: none;
}


/* Правки для разной ширины экрана */
@media (max-width:  640px) {
	.header-logo {
		text-align: center;
	}
	.full-content img {
		max-width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {

	.short-news .panel {
		border: 0px solid transparent; 
	}

}