#page_container{
	transition: all linear .3s;	
}
@keyframes placeHolderShimmer {
	0% {
		background-position: -400px 0
	}
	100% {
		background-position: 400px 0
	}
}
.social_img, .profile_social_icon{
	width: 20px !important;
	height: 20px !important;
	position: absolute;
	top: -11px;
	z-index: 1;
	left: 40px;
	margin:5px;
}

.profile_social_icon{
	right: 11px !important;
	left: auto !important;
	width: 30px !important;
	height: 30px !important;
}

.vfx-swiper-item-container-slider.vfx-swiper-item-container-slider-horizontal::before{
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1)) !important;
	background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,1)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00000000',EndColorStr='#000000') !important;
	bottom: 0 !important;
	height: 25px !important;
	max-height: 100% !important;
	pointer-events: none !important;
	position: absolute !important;
	right: 0 !important;
	width: 100px !important;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.vfx-swiper-slide img, .vfx-item-songs-box img {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	/*background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);*/
	background-size: 800px 104px;
	min-height: 12px;
	display: block;
	clear: both;
}
#review i{
	margin: 0px 1px;
}
.song-ratings i{
	font-size: 12px;
}
.song-ratings i.active{
	color: rgb(252, 215, 3);
}
/*--- Popup Search Block ---*/
.popup-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.97);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.popup-overlay:target {
	visibility: visible;
	opacity: 1;
}
.search .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 2.5em;
	text-decoration: none;
	font-weight: normal;
}
.search .close:hover {
	color: #06D85F;
}
.popup-view.hide {
	display: none;
}
.popup-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.95);
	color: #fff;
	overflow-y: auto;
	transform: translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-in;
}
.search-results #search_output{
	text-align:center;
	margin:20px auto;
	font-size:22px;
	font-weight:500;
}
.popup-view .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 800px;
}
.popup-view .centered02 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
	max-width: 800px;
}
.popup-view .error-msg {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.popup-view .centered.opaque {
	background: #333;
}
.popup-view .centered.padded {
	padding: 20px;
}
@media (max-width: 700px) {
	.popup-view .centered.padded {
		padding-top: 35px;
		background: #333;
		border-radius: 4px;
	}
}
.popup-view .close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 2.5em;
	color:#ffffff;
	cursor: pointer;
	z-index: 20000;
	transform: scale(0.9);
	transition: opacity 0.1s, transform 0.1s;
	opacity: 0.9;
	font-weight: normal;
}
.popup-view .close i {
	display: block;
}
.popup-view .close:hover {
	opacity: 1;
	transition: opacity 0.1s, transform 0.1s;
}
.popup-view .close02 {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	transform: scale(1);
	transition: opacity 0.1s, transform 0.1s;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	align-items: center;
}
.popup-view .close02:hover {
	opacity: 0.9;
	transform: scale(1.2);
	transition: opacity 0.1s, transform 0.1s;
}
.popup-view .close02 i {
	display: block;
}
@media (min-width: 768px) {
.popup-view .entitlement-overlay-wrapper {
	position: static;
	margin-top: 0px;
}
}
@media (max-width: 700px) {
.popup-view .close {
	right: 20px;
	top: 5px;
}
.popup-view .close02 {
	background: rgba(0, 0, 0, 0.5);
	font-size: 30px;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
}
}
@media(min-width: 600px) {
	.popup-view .centered {
		margin-top: 25px;
	}
}
@media(min-width: 1025px) {
/* .popup-view .centered {
	margin-top: 0px;
} */
.popup-view .auth-view.centered {
	margin-top: -67px;
}
}
.popup-view .button {
	padding: 10px 10px;
	min-width: 130px;
	text-transform: uppercase;
	font-size: 0.8em;
	display: inline-block;
	outline: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: 1px solid rgba(0, 0, 0, 0);
	outline: none;
	color: inherit;
}
.popup-view .button.left-margin {
	margin-left: 20px;
}
.popup-view .button.fat {
	padding: 10px 20px;
}
.popup-view .button.disabled {
	pointer-events: none;
	opacity: .8;
}
.popup-view button:disabled {
	pointer-events: none;
	opacity: .8;
}
.popup-view .button.outlined {
	border: 1px solid #666;
}
.popup-view .button.inactive {
	border: 1px solid #666;
	background: #222;
}
.popup-view .button.processing {
	opacity: 0.7;
	pointer-events: none;
}
.popup-view .mobile-logo-image {
	margin: 15px auto 10px auto;
	max-width: 150px;
	display: none;
}
@media (max-width: 700px) {
	.popup-view .centered {
		height: 100%;
		overflow-y: auto;
	}
	.popup-view .mobile-logo-image {
		display: block;
	}
}
.popup-view .centered h2 {
	margin-bottom: 3px;
}
.popup-view input[type=text], .popup-view input[type=email], .popup-view input[type=password] {
	width: 100%;
	padding: 7px;
	margin: 10px 0;
}
.popup-view .error-box {
	margin: 5px;
	font-size: .8em;
	color: red;
}
.popup-view .error {
	color: red;
	font-size: 0.9em;
}

@keyframes reveal {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.search-results .video-tray {
	display: none;
}
.search-results .video-tray .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.search-results .BlockTitle {
	color: #fff !important;
}
.search {
	position: relative;
	top: 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	text-align: left;
}
.search .logo {
	display: flex;
	justify-content: center;
	height: 45px;
}
.search-container {
	display: flex;
	flex-direction: column;	
}
.search .search-container>.title {
	margin-bottom: 8px;
	color: #eee;
	letter-spacing: 0;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 10px;
}
.search .search-input {
	display: flex;
	margin-top: 5px;
	margin-bottom: 0px;
}
.search .search-input input[type=text] {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	outline: none;
	margin: 0;
	color:#424242;
	border: 0px solid transparent;
	border-radius: 50px;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	background: #fff url('../images/search.png') no-repeat 99%;
	background-size: 25px;
}
.search .no-results {
	text-align: center;
	padding-top: 15px;
	font-weight: 700;
}
.search-results {
	display: block;
	position: relative;
}
.search-results.search-results-mobile.results {
	display: block;
	background: #ddd;
	height: 400px;
	overflow: scroll;
}
.search-results.search-results-mobile .search-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid grey;
	color: #000;
	position: relative;
}
.search-results.search-results-mobile .search-item .content-type {
	position: absolute;
	font-size: 0.5em;
	top: 5px;
	right: 15px;
}
.search-results.search-results-mobile .search-item.video-item .title {
	font-size: 15px;
}
.search-results.search-results-mobile .search-item.video-item .title {
	flex-basis: 55%;
}
.search-results.search-results-mobile .search-item .duration {
	text-align: right;
	font-size: 13px;
	color: grey;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.75px;
}
.search-results.search-results-mobile .search-item.video-item .duration {
	flex-basis: 45%;
}
@media (min-width: 1025px) {
	.search .section-padding {
		padding: 15px 0 10px;
	}
	.search .vfx_section_header {
		margin-bottom: 30px;
	}
	.search .video-carousel .owl-buttons{
		position: absolute;
		top: -59px;
	}
	.search {
		top: 12%;
		opacity: 0;
		animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
		animation-delay: .5s;
	}
	.search-container {
		padding: 0 9%;
		margin-bottom:20px;
	}
	.search .search-input {
		margin-top: 0px;
	}
	.search .logo {
		display: none;
	}
	.search-results .video-tray {
		display: block;
	}
	.search .search-container>.title {
		display: block;
	}
	.search-container.has-results {
		margin-top: 0px;
	}
	.search-results.search-results-mobile.results {
		display: none;
	}
}
@media (max-width: 1024px) {
	.search-container {
		padding: 0 15px;
	}
	.popup-view .section-padding {
		padding-left:5px;
		padding-right:5px;
	}
}

.no-data-found{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-shadow: 0 5px 10px #000;
	color: #ccc;
	opacity: 0.7;
}
.no-data-found i{
	font-size: 2rem;
}