.qtip.qtip-fw.thz-theme-pred-tpl-qtip {
	background: #fbfbfb;
	border: none;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
	padding: 0;
}
.qtip.qtip-fw.thz-theme-pred-tpl-qtip {
	width: 85%;
	height: 85%;
	min-width:400px;
	min-height:400px;
}
.qtip.qtip-fw.thz-theme-pred-tpl-qtip,
.qtip.qtip-fw.thz-theme-pred-tpl-qtip * {
	box-sizing: border-box;
}
.thz-theme-pred-tpl-tooltip-content {
	padding: 0;
	position: relative;
	height: 100%;
}
.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-tooltip-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fbfbfb;
	z-index: 2;
}
.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-tooltip-loading .loading-icon {
	display: block;
	position: relative;
	top: 50%;
	margin: -15px auto 0 auto;
	font-size: 32px;
	text-align: center;
}
/* end: loading */


.thz-theme-pred-tpl-qtip.qtip.qtip-fw .qtip-content {
	text-align: left;
	font-style: normal;
	display: block;
	height: 100%;
}
.thz-theme-pred-tpl-container {
	display: block;
	position: relative;
	opacity: 0;
	height: 100%;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.show-content .thz-theme-pred-tpl-container {
	opacity: 1;
}
.thz-theme-pred-tpl-holder {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	overflow-y: auto;
}

.thz-theme-pred-tpl-menu-title{
	text-align:center;
	margin: 30px 0 10px 0;
	display:block;
	overflow:hidden;
	padding: 0 30px;
}
.thz-theme-pred-tpl-cat-avatar img{
	border-radius:100%;
}
.thz-theme-pred-tpl-cat-avatar span.thzicon{
	font-size:48px;
}
.thz-theme-pred-tpl-menu-title span.title{
	font-size: 14px;
	font-weight:600;
	color: #0c0e10;
	display:block;
	clear:both;
	margin: 15px 0 0px 0;
	text-transform: uppercase;
}
.tsearch-container{
	display:block;
	overflow:hidden;
	padding:0;
	position:relative;
	margin: 15px 0 0 0;
}
input[type="text"]#tsearch{
	margin:0;
	border-radius:4px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
	background-color: #ffffff;
	font-size: 14px;
	width: 100%;
	padding: 7px 10px;
}
input[type="text"]#tsearch:focus{
	border-color:#ccc;
}
#tsearch::-webkit-input-placeholder {
  color: #d5d5d5;
  font-style:italic;
}
#tsearch::-moz-placeholder {
  color: #d5d5d5;
  font-style:italic;
}
#tsearch:-ms-input-placeholder {
  color: #d5d5d5;
  font-style:italic;
}
#tsearch:-moz-placeholder {
  color: #d5d5d5;
  font-style:italic;
}

.tsearch-container a.clear-tsearch,
.tsearch-container a.clear-tsearch:focus,
.tsearch-container a.clear-tsearch:hover{
	visibility:hidden;
	color:#aaa;
	text-decoration:none;
	font-size:14px;
	position:absolute;
	top: 10px;
	right: 10px;
	margin:0 0 0 5px;
	box-shadow:none;
}
.searching.tsearch-container a.clear-tsearch{
	visibility:visible;
}
.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-cat {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 280px;
}
.thz-theme-pred-tpl-menu-holder {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y:auto;
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.04);
}
.thz-theme-pred-tpl-cat-select {
	padding: 30px;
	margin: 0;
	display: block;
}
.thz-theme-pred-tpl-cat-select li {
	padding:0;
	cursor: pointer;
	position: relative;
	margin: 0;
}
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a {
	text-decoration: none;
	color: #afafaf;
	font-size: 14px;
	display: block;
	position: relative;
	font-weight: 400;
	padding: 0 0 22px 0;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a:hover,
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a.active {
	color: #0c0e10;
	box-shadow: none;
}
.thz-theme-items-count {
	float: right;
	padding: 2px 8px;
	color: #a1a1a1;
	position: absolute;
	right: 0px;
	top: 0;
	border-radius: 4px;
	background: #f2f2f2;
	font-size: 11px;
	font-weight: 400;
}
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a:hover span,
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a.active span {
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-thumb-list {
	min-height: 500px;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 0 60px 60px 280px;
}
.thz-theme-pred-tpl-lib-update{
	position:absolute;
	top:20px;
	right:40px;
}
.thz-theme-pred-tpl-lib-update .last-update{
	font-size:13px;
	font-weight:600;
	display:inline-block;
	margin:0 20px 0 0;
}
.qtip-fw .thz-theme-pred-tpl-lib-update .force-update,
.qtip-fw .thz-theme-pred-tpl-lib-update .force-update:hover,
.qtip-fw .thz-theme-pred-tpl-lib-update .force-update:focus{
	text-decoration:none;
	border:none;
	box-shadow:none;
}
.qtip-fw .thz-theme-pred-tpl-lib-update .force-update:hover{
	opacity:0.7;
}

.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-thumb-list-inner {
	position: relative;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items: stretch;
}
.thz-theme-pred-tpl-thumb {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 0 0 60px;
	margin-top: 60px;
    position: relative;
    z-index: 1;
}

.thz-theme-pred-tpl-thumb-in{
	position: relative;
	padding: 0px;
	margin: 0;
	background:#fff;
	border-radius:4px;
	box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.thz-theme-pred-tpl-thumb-in::before {
	content: "";
	border-radius: 5px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	backface-visibility: hidden;
}
.active:not(.thz-get-cp) .thz-theme-pred-tpl-thumb-in {
	-webkit-transform: translateY(-8px) translateZ(0);
	transform: translateY(-8px) translateZ(0);
}
.active .thz-theme-pred-tpl-thumb-in::before {
	opacity: 1;
}
.thz-theme-pred-tpl-item-title {
	position: relative;
	font-size: 18px;
	line-height:1.618;
	font-weight: 600;
	color: #0c0e10;
	text-align: left;
	text-transform:capitalize;
	padding: 30px 60px 30px 30px;
	box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.01);
    -o-transition:  color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition:  color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out;
	will-change: transition;
}
.thz-theme-pred-tpl-item-cats{
	font-size:10px;
	color:#b7b7b7;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* colors */
.thz-theme-pred-tpl-cat-avatar span.thzicon,
.thz-theme-pred-tpl-thumb.active .thz-theme-pred-tpl-item-title{
	color: #039bf4;
}
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a:hover span,
.thz-theme-pred-tpl-qtip .thz-theme-pred-tpl-cat-select li a.active span {
	color: #fff;
	background: #039bf4;
}
.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-tooltip-loading .loading-icon {
	color: #039bf4;
}
.thz-theme-pred-tpl-lib-update .last-update{
	color:#bebebe;
}
.qtip-fw .thz-theme-pred-tpl-lib-update .force-update{
	color:#039bf4;
}

.thz-theme-pred-tpl-item-img {
	position: relative;
	display: block;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	width: 100%;
	padding-bottom: 66.66666666666667%;
}

.thz-theme-pred-tpl-item-img:before {
    font-family: 'Thzicons' !important;
    content: "\eeda";
    color: #aac2d0;
    position: absolute;
    margin: 0px 0 0 -12px;
    display: block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 27px;
    top: 50%;
    left: 50%;
    font-size: 24px;
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.thz-theme-pred-tpl-item-img:after {
	content: "";
	display: table;
	clear: both;
}
.thz-theme-pred-tpl-item-img img {
	width: 100%;
	height: auto;
	display: block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	cursor: pointer;
	border-radius: inherit;
}

.thz-theme-get-cp{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.thz-get-cp a.thz-theme-get-cp-link{
	text-decoration:none;
	color:#fff;
	background: #29d089;
	padding: 5px 8px;
	display:inline-block;
	font-size: 10px;
	font-weight:500;
	position:absolute;
	bottom: 10px;
	right: 10px;
	text-transform: uppercase;
	margin:0;
	border-radius:4px;
	transition: all 0.4s ease-in-out;
}
.thz-get-cp a.thz-theme-get-cp-link:hover{
	background-color: #23bd7b;
}
.thz-get-cp.active .thz-theme-get-cp-link{
	opacity:1;
}

@media (min-width: 1820px) {
	.thz-theme-pred-tpl-thumb {
		width: 33.333333%;
	}
}
@media (max-width: 1200px) {
	.thz-theme-pred-tpl-thumb {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-thumb-list {
		padding-left: 0;
	}
	.thz-theme-pred-tpl-qtip .qtip-content .thz-theme-pred-tpl-cat {
		position: relative;
		padding: 20px;
		margin: 0 auto;
		width: 80%;
	}
	.thz-theme-pred-tpl-menu-holder {
		position: relative;
	}
}