/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

.width-100 {width:100%!important}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	font-size: 0.9em;
}

/* element separation */
.sepH_a {margin-bottom:5px!important}
.sepH_b {margin-bottom:10px!important}
.sepH_c {margin-bottom:20px!important}

.sepV_a {margin-right:5px!important}
.sepV_b {margin-right:10px!important}
.sepV_c {margin-right:20px!important}

.sht-wrapper {
	padding: 20px 15px 10px;
}

.sht-btns-wrapper {
	margin: 0 auto;
	text-align: center;
}

.sht-btns-wrapper > ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.sht-btns-wrapper > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 1%;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
}

@media (max-width: 768px) {
	.sht-btns-wrapper > ul > li {
		width: 100%;
	}
}

.sht-btns-wrapper > ul > li .sht-helper-icon {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}

.sht-wrapper .sht-button-link {
	color: #0463bc;
	display: inline-block;
	position: relative;
    text-transform: capitalize;
    border: 2px solid #0091d4;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 40px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	white-space: nowrap;
}
.sht-wrapper .sht-button-link.btn-link-small {
	font-size: 11px;
	padding: 2px 5px;
}
.sht-wrapper .sht-button-link:focus,
.sht-wrapper .sht-button-link:hover {
    text-decoration: none
}
.sht-wrapper .sht-button-link:hover, .sht-wrapper .sht-button-link.sht-btn-active {
    background-color: #0091d4;
    color: #fff!important;
}
.sht-wrapper .sht-button-link.sht-red {
    border: 2px solid #d9534f;
	color: #ac2925!important;
}
.sht-wrapper .sht-button-link.sht-red:hover {
    background-color: #c9302c;
	color: #fff!important;
}


.sht-video-stub {
	max-width: 80px;
}


.sht-rating a {
	display: inline-block;
	margin-left: 13px;
	text-decoration: none;
}
.sht-rating a .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #6ab04c;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.sht-rating a + a .fa {
	background-color: #eb4d4b;
}

@media screen and (max-width: 470px) {
	.sht-rating {
		font-size: 12px;
	}
	.sht-rating a .fa {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-right: 5px;
	}
}


.sht-wrapper .btn-success {
    color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.sht-wrapper .btn-primary {
    color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.sht-wrapper .btn-warning {
    color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.sht-wrapper .btn-danger {
    color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}


.sht-wrapper .table-striped {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
.sht-wrapper .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.sht-wrapper .table-striped > tbody > tr > td,
.sht-wrapper .table-striped > tbody > tr > th,
.sht-wrapper .table-striped > tfoot > tr > td,
.sht-wrapper .table-striped > tfoot > tr > th,
.sht-wrapper .table-striped > thead > tr > td,
.sht-wrapper .table-striped > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.sht-wrapper .table-striped .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.sht-wrapper .table-striped .fade.in {
    opacity: 1;
}




.sht-wrapper .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.sht-wrapper .clearfix {
    display: block;
}



.sht-items-area {
	margin-bottom: 5px;
	overflow: hidden;
}
	.sht-items-area a, .sht-items-area a:hover {
		text-decoration: none;
		letter-spacing: normal;
	}
	.sht-items-area .sht-item {
		box-shadow: 0 .15rem 1.75rem 0 rgba(33,40,50,.15);
		transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background: #fff;
		position: relative;
		
		width: 95%;
		margin: 15px auto 0;
	}
	.sht-items-area .sht-item.three-columns {
		width: 31.7%;
		margin: 15px 10px 0 0;
		float: left;
	}
	.sht-items-area .sht-item.three-columns:nth-child(3n) {
		margin-right: 0;
	}
	@media (max-width: 767px) {
		.sht-items-area .sht-item, .sht-items-area .sht-item.three-columns {
			width: 100%;
		}
	}
	
		.sht-items-area .sht-item-image {
			text-align: center;
		}
		.sht-items-area .sht-item-image img {
			max-width: 100%;
		}
		
		.sht-items-area .shtitem-avatar {
			display: block;
			position: absolute;
			margin-top: -42px;
			left: 7px;
		}
		.sht-items-area .shtitem-avatar img {
			max-width: 100%;
			width: 30px;
			height: 30px;
			border: 2px solid #fff;
			border-radius: 50%;
		}
		.sht-items-area .shtitem-category {
			float: left;
			background: #000;
			filter: alpha(opacity=70);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			filter: alpha(opacity=70);
			opacity: 0.7;
			overflow: hidden;
		}
		.sht-items-area .shtitem-category div {
			margin: 0;
			padding: 0;
			line-height: 30px;
			padding-left: 20px;
			padding-right: 40px;
			color: #fff;
			font-style: italic;
		}
		.sht-items-area .shtitem-category a {
			color: #fff;
			font-style: italic;
		}
		.sht-items-area .shtitem-category a:hover {
			color: #777;
		}
		.sht-items-area .shtitem-copy {
			padding: 10px 8%;
			overflow: hidden;
			clear: both;
			/*width: 250px;LASTDELETE*/
		}
			.sht-items-area .shtitem-copy h5 {
				font-size: 20px;
				font-weight: normal;
				line-height: 28px;
				margin: 0;
			}
			.sht-items-area .shtitem-copy h5 a {
				color: #444;
			}
			.sht-items-area .shtitem-copy .sht-rating {
				text-align: center;
				padding: 10px;
			}
			.sht-items-area .shtitem-date {
				float: left;
				color: #8e8e8e;
				font-size: 11px;
				border-bottom: 1px dotted #cccccc;
				padding-bottom: 0;
				padding-top: 0;
			}
			.sht-items-area .shtitem-info {
				color: #8e8e8e;
				font-size: 11px;
			}
			.sht-items-area .shtitem-link {
				margin-top: 20px;
				overflow: hidden;
				text-align: center;
			}
			.sht-items-area .shtitem-link a, .shorttexts_item_wrap .shtitem-link a {
				text-decoration: none;
				background: #444;
				display:inline-block;
				margin-bottom: 2px;
				padding: 5px 10px;
				color: #fafafa;
				font-size: 12px;
				cursor: pointer;
				-webkit-transition: background 0.3s linear;
				-moz-transition: background 0.3s linear;
				-o-transition: background 0.3s linear;
				-ms-transition: background 0.3s linear;
				transition: background 0.3s linear;
			}
			.sht-items-area .shtitem-link a:hover, .shorttexts_item_wrap .shtitem-link a:hover {
				background: #777;
			}
			
			
			.sht-items-area .shtitem-more-link a {
				text-decoration: none;
				background: #444;
				padding: 5px 10px;
				color: #fafafa;
				font-size: 12px;
				float: right;
				cursor: pointer;
				position: absolute;
				right: 0;
				bottom: 0;
				-webkit-transition: background 0.3s linear;
				-moz-transition: background 0.3s linear;
				-o-transition: background 0.3s linear;
				-ms-transition: background 0.3s linear;
				transition: background 0.3s linear;
			}
			.sht-items-area .shtitem-more-link a:hover {
				background: #777;
			}


.autor-avatar-sm {
	display: inline-block;
    border: 2px solid #769fd1;
    border-radius: 6px;
	overflow: hidden;
}
.autor-avatar-sm > img {
	object-fit: cover;
	width: 70px;
	height: 70px;
}


.shorttexts_add_item_wrap .form-group textarea, .shorttexts_add_author_wrap .form-group textarea {
	width: 100%;
}



.tokenfield {
	background-color: #fff;
	display: block;
	width: 100%;
}
.tokenfield .token-input {
	height: auto!important;
}



.sht-author-image {
	max-width: 200px;
}



.shorttexts_item_wrap .sht-description img {
	max-width: 100%;
}