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

/* 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}

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

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

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

.uss-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) {
	.uss-btns-wrapper > ul > li {
		width: 100%;
	}
}

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

.uss-wrapper .uss-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;
}
.uss-wrapper .uss-button-link.btn-link-small {
	font-size: 11px;
	padding: 2px 5px;
}
.uss-wrapper .uss-button-link:focus,
.uss-wrapper .uss-button-link:hover {
    text-decoration: none
}
.uss-wrapper .uss-button-link:hover, .uss-wrapper .uss-button-link.uss-btn-active {
    background-color: #0091d4;
    color: #fff!important;
}
.uss-wrapper .uss-button-link.uss-red {
    border: 2px solid #d9534f;
	color: #ac2925!important;
}
.uss-wrapper .uss-button-link.uss-red:hover {
    background-color: #c9302c;
	color: #fff!important;
}


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


.uss-rating a {
	display: inline-block;
	margin-left: 13px;
	text-decoration: none;
}
.uss-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);
}
.uss-rating a + a .fa {
	background-color: #eb4d4b;
}

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


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


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




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



.uss-items-area {
	margin-bottom: 5px;
	overflow: hidden;
}
	.uss-items-area a, .uss-items-area a:hover {
		text-decoration: none;
		letter-spacing: normal;
	}
	.uss-items-area .uss-item {
		/*LASTDELETE
		-webkit-box-shadow: 0 4px 15px -5px #555;
		box-shadow: 0 4px 15px -5px #555;
		*/
		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;
		
		
		width: 31.9%;
		background: #fff;
		margin-right: 10px;
		margin-top: 15px;
		float: left;
		position: relative;
	}
	.uss-items-area .uss-item:hover {
		transform: translateY(-.3333333333rem);
		/*box-shadow: 0 .25rem 2rem 0 rgba(33,40,50,.25)*/
	}
	.uss-items-area .uss-item:nth-child(3n) {
		margin-right: 0;
	}
	@media (max-width: 767px) {
		.uss-items-area .uss-item {
			width: 100%;
		}
	}
		.uss-items-area .ussitem-image {
			text-align: center;
		}
		.uss-items-area .ussitem-image img {
			max-width: 100%;
		}
		.uss-items-area .ussitem-avatar {
			display: block;
			position: absolute;
			margin-top: -42px;
			left: 7px;
		}
		.uss-items-area .ussitem-avatar img {
			max-width: 100%;
			width: 30px;
			height: 30px;
			border: 2px solid #fff;
			border-radius: 50%;
		}
		.uss-items-area .ussitem-category {
			position: absolute;
			width: auto;
			background: #000;
			zoom: 1;
			filter: alpha(opacity=70);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			filter: alpha(opacity=70);
			opacity: 0.7;
			margin-top: -36px;
			z-index: 1;
			height: 30px;
			overflow: hidden;
			left: 0;
		}
		.uss-items-area .ussitem-category div {
			margin: 0;
			padding: 0;
			line-height: 30px;
			padding-left: 20px;
			padding-right: 40px;
			color: #fff;
			font-style: italic;
		}
		.uss-items-area .ussitem-category a {
			color: #fff;
			font-style: italic;
		}
		.uss-items-area .ussitem-category a:hover {
			color: #777;
		}
		.uss-items-area .ussitem-copy {
			padding: 10px 8%;
			overflow: hidden;
			clear: both;
			/*width: 250px;LASTDELETE*/
		}
			.uss-items-area .ussitem-copy h5 {
				font-size: 20px;
				font-weight: normal;
				line-height: 28px;
				margin: 0;
			}
			.uss-items-area .ussitem-copy h5 a {
				color: #444;
			}
			.uss-items-area .ussitem-copy .uss-rating {
				text-align: center;
				padding: 10px;
			}
			.uss-items-area .ussitem-date {
				float: left;
				color: #8e8e8e;
				font-size: 11px;
				border-bottom: 1px dotted #cccccc;
				padding-bottom: 0;
				padding-top: 0;
			}
			.uss-items-area .ussitem-info {
				color: #8e8e8e;
				font-size: 11px;
			}
			.uss-items-area .ussitem-link a {
				text-decoration: none;
				background: #444;
				padding: 5px 10px;
				color: #fafafa;
				font-size: 12px;
				float: right;
				cursor: pointer;
				position: absolute;
				right: 0;
				margin-top: -15px;
				-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;
			}
			.uss-items-area .ussitem-link a:hover {
				background: #777;
			}



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