.actions-list .tile-wrap:first-child { text-align: center; }
.actions-list .tile-wrap:first-child .tile-time { display: none; }
.actions-list .tile-wrap:first-child .btn-simple { display: none; }

/* .link-dashed:hover{color:#bfd300;border-color:#bfd300} */
.link-dashed:hover{color:#0082E6;border-color:#0082E6}
/* .theme-link-dashed{color:#bfd300 !important;border-color:#bfd300 !important;} */
.theme-link-dashed{color:#0082E6 !important;border-color:#0082E6 !important;}
.theme-link-dashed:hover{color:#a8ba00 !important;border-color:#a8ba00 !important;}
.new-list-items
/* .active-link:hover{color:#a8ba00;border-color:#a8ba00} */
.active-link:hover{color:#0082E6;border-color:#0082E6}

.vc-items-wrap {margin: 15px 0;}
.show-in {
	font-size: 13px;
	color: #000;
	text-decoration:none;
}
.show-in:hover {text-decoration:none;}
.show-in:after {
	content: "";
	display: inline-block;
	background: url(/local/templates/domashniy/images/question-arrow.png) center center / contain no-repeat;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	padding-left: 15px;
}
.show-in.active:after {
	content: "";
	transform:rotate(180deg);
}
.show-in,
.show-in.active .show-in-text-1,
.show-in .show-in-text-2 {display:none;}
.show-in.active .show-in-text-2 {display:inline;}
.vc-items {overflow: hidden;}
.vc-items a {
	margin-right: 15px;
	margin-bottom: 10px;
}

@media screen and (max-width: 800px){
	.actions-list .tile-wrap:first-child .tile-time { display: block; }
	.actions-list .tile-wrap:first-child .btn-simple { display: inline-block; }
}


