.inevidenzaSldr {
	width: 100%;
	float: left;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;/*z-index: 1;*/
}
.inevidenzaSldr .swiper-container {
	overflow: visible;
	position: relative;
}
.custaboutmain {
	position: relative;
	z-index: 10;
}
.padRightNo {
	position: relative;
}
.padRightNo:before {
	content: "";
	width: 70%;
	left: -70%;
	height: 200%;
	background: #0f1520;
	position: absolute;
	z-index: 5;
	top: -50%;
}
.swiper-container:after {
	content: "";
	height: 100%;
	width: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
*/.swiper-button-lock {
	display: none
}
.swiper-button-prev.swiper-button-disabled {
	background-image: none !important;
	background: url(../images/leftArrow_disabled.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	font-size: 0;
	width: 20px;
	height: 20px;
}
.swiper-button-prev {
	float: right;
	background-image: none;
	background: url(../images/leftArrow.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	font-size: 0;
	width: 20px;
	height: 20px;
}
.swiper-button-next {
	float: right;
	background-image: none;
	background: url(../images/rightArrow.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	font-size: 0;
	width: 20px;
	height: 20px;
	right: 0;
}
.swiper-button-next.swiper-button-disabled {
	background-image: none !important;
	background: url(../images/rightArrow_disabled.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	font-size: 0;
	width: 20px;
	height: 20px;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute !important;
	top: -40px !important;
}
.swiper-button-prev {
	right: 50px !important;
	left: auto !important;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -40px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #d7d7d7;
	opacity: 1;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #b8b8b8;
	width: 48px;
	border-radius: 5px;
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.inevidenzaSldr .swiper-slide:nth-child(n) {
	width: 24%;
	margin: 0 0 5px 3px;
}
.inprimopSldr .swiper-container {
	overflow: visible !important;
}
.inprimopSldr .swiper-slide:nth-child(n) {
	width: 270px;
	margin: 0 10px 30px 10px !important;
}
.inevidenzaImg {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	min-height: 220px;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.inevidenzaImg img {
	width: 100%;
}
.custdateMn h4 {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins';
	margin: 0;
	font-weight: 600;
}
.custdateMn h4 a {
	color: #fff;
}
.custdateMn h4 a:hover {
	color: #B79F00;
}
.custdateMn h6 {
	color: #a1a1a1;
	font-size: 14px;
	font-family: 'Poppins';
}
.vedituttibtn {
	margin: 30px 0 0 0;
}
.custombtn {
	color: #9a9a9a;
	font-size: 13px;
	font-family: 'Poppins';
}
.custombtn:hover, .custombtn:focus {
	color: #9a9a9a;
	text-decoration: none;
}
.newReleasesrow {
	width: 100%;
	float: left;
	padding: 20px;
	background: #0f1217;
}
.newReleasesrow:nth-child(4n+1) {
	background: #181c25;
}
.page-id-323 .newReleasesrow:nth-child(2n+1) {
	background: #181c25;
}
.newReleases h2 {
	width: 100%;
	float: left;
	color: #c9c9c9;
	font-family: 'Poppins';
	font-size: 30px;
	margin: 0 0 20px 0;
}
.newReleasescol1 i {
	font-size: 70px;
	color: #fff;
}
.newReleasescol1, .newReleasescol2, .newReleasescol3, .newReleasescol4, .newReleasescol5, .newReleasescol6 {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
}
.newReleasescol1 {
	width: 9%;
}
.newReleasescol2 {
	width: 23%;
}
.newReleasescol3 {
	width: 16%;
}
.newReleasescol4 {
	width: 17%;
}
.newReleasescol5 {
	width: 16%;
}
.newReleasescol6 {
	width: 17%;
}
.newReleasescol6 a {
	color: #c9c9c9;
}
.newReleasescol6 a:hover {
	color: #fff;
}
.newReleasescol2 h3 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	float: left;
	width: 100%;
}
.newReleasescol2 {
	font-size: 13px;
	color: #a1a1a1;
	margin: 0;
}
.newReleasescol2 p {
	font-size: 11px;
	color: #a1a1a1;
	margin: 0;
	width: 100%;
	float: left;
}
.newReleasescol2 ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.newReleasescol2 ul li {
	list-style: none;
	display: inline-block;
	color: #a1a1a1;
	font-size: 12px;
	margin: 0 0 0 2px;
}
.newReleasescol2 ul li:last-child {
	margin-left: 2px;
}
.newReleasescol2 ul li i.active {
	color: #f6663f;
}
.newReleasescol3, .newReleasescol4, .newReleasescol5, .newReleasescol6 {
	color: #c9c9c9;
	font-size: 13px;
	font-family: 'Poppins';
	font-weight: normal;
	text-align: center;
}
.newReleasescol6 {
	font-weight: bold;
}
.newReleasescol6 i {
	color: #96c93d;
	margin: 0 9px 0 0;
	font-size: 15px;
	position: relative;
	top: 2px;
	float: left;
	padding-left: 15px;
}
i.fas.fa-box-open.infav {
	color: #96c93d !important;
}
i.fas.fa-box-open.addto {
	color: #999 !important;
}
.newReleasescol6 span {
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 0 3px;
}
.downloadthis i {
	font-size: 60px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.custaboutrow {
}
.aboutleft {
}
.custaboutrowSec {
	overflow: hidden;
}
.padRightNo::before {
	content: "";
	width: 1000%;
	left: -1000%;
	height: 200%;
	background: #0f1520;
	position: absolute;
	z-index: 5;
	top: -50%;
}
.lftside {
	float: left;
	background: #181c25;
	min-height: 400px;
	padding: 50px 40px 40px 40px !important;
	/* width: 92%; */
}
.custtbs {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.custtbs > a {
	color: #c9c9c9;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Poppins';
	font-weight: bold;
	position: relative;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}
.custtbs > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	float: right;
	color: #b9a100;
}
.custtbs ul {
	padding: 10px 5px;
	margin: 0;
}
.custtbs ul li {
	list-style: none;
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 13px;
	color: #7d7d7d;
	line-height: 26px;
}
.custtbs ul li a {
	color: #7d7d7d;
	float: left;
	width: 100%;
}
.custtbs ul li a:hover, .custtbs ul li a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #B79F00 !important;
	padding-left: 6px;
}
.custtbs .card-body {
	background: #181c25;
	box-shadow: none;
	border: none;
	padding: 0;
}
.custpagination {
	width: 100%;
	float: left;
	text-align: right;
	margin: 20px 0 0 0;
}
.custpagination ul {
	padding: 0;
	margin: 0;
}
.custpagination ul li {
	display: inline-block;
}
.custpagination ul li a, .custpagination .page-numbers {
	display: inline-block;
	padding: 10px 18px;
	line-height: normal;
	text-align: center;
	color: #fff;
	background: #18191d;
	text-decoration: none;
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 13px;
}
.custpagination ul li.active a, .custpagination ul li:hover a, .custpagination .current {
	color: #b9a100;
}
.custallmusiclist ul li:first-child span, .custallmusiclist ul li:first-child a span {
	color: #a18c04 !important;
}
/* Search Style */
#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}
#search input[type="search"] {
	color: rgb(255, 255, 255);
	width: 100%;
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, .8);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 30px;
	font-family: 'Poppins';
	font-weight: 500;
	text-align: center;
	outline: none;
	padding: 20px;
}
#search input[type="search"]::-webkit-input-placeholder {
 opacity:1;
 color:#fff;
}
#search input[type="search"]::-moz-placeholder {
 opacity:1;
 color:#fff;
}
#search input[type="search"]:-ms-input-placeholder {
 opacity:1;
 color:#fff;
}
#search input[type="search"]:-moz-placeholder {
 opacity:1;
 color:#fff;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}
#search .close:hover {
	color: #B79F00;
	cursor: pointer;
}
#searchform {
	position: absolute;
	top: 43%;
	left: 35%;
	width: 30%;
	height: auto;
}
.custtbs .collapse {
	display: none;
}
.custtbs.active .collapse {
	display: block;
}
.custformsignip .ihc-login-template-11 {
	margin: 0;
	padding: 0;
	width: 100% !important;
}
.custformsignip .ihc-login-template-11 .impu-form-line-fr input[type="text"], .custformsignip .ihc-login-template-11 .impu-form-line-fr input[type="password"] {
	background: #eef1f6 !important;
	border: 1px solid #eaedf3 !important;
	height: auto !important;
	font-family: 'Poppins';
	font-weight: normal !important;
	line-height: 26px !important;
	font-size: 15px !important;
	padding: 12px 12px 12px 50px !important;
	box-shadow: none !important;
	box-shadow: 1px 0px 2px rgba(0,0,0,.1) !important;
	border-radius: 10px !important;
}
.custformsignip .ihc-login-template-11 .impu-form-line-fr {
	border: none !important;
	text-align: left;
}
.custformsignip .ihc-login-template-11 .fa-ihc {
	top: 6px;
}
.ihc-register-9 .iump-submit-form {
	text-align: left;
}
.custformsignip .ihc-public-trial-version {
	margin: 15px 0 !important;
}
.custformsignip .ihc-login-template-11 .impu-form-submit input, .ihc-register-9 .iump-submit-form input {
	width: auto !important;
	display: inline-block;
	padding: 12px 60px !important;
	border: none;
	text-align: center;
	border-radius: 30px !important;
	background: #0e121a !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	margin: 40px 0 0 0;
}
.page-id-7, .page-id-10, .page-id-9 {
	background: linear-gradient(90deg, #0E121A 50%, #FFFFFF 50%) !important;
}
.page-id-7 header, .page-id-7 footer, .page-id-10 header, .page-id-10 footer, .page-id-9 header, .page-id-9 footer {
	display: none;
}
.newReleasescol2 h3 a {
	color: #fff;
}
.newReleasescol2 h3 {
	font-weight: 600;
}
.newReleasescol2 h3 a:hover, .newReleasescol2 h3 a:focus {
	color: #b79f00;
}
.newReleasescol2 p {
	font-weight: 600;
}
.iconsmly {
	margin: 5px 0 0 0;
}
.language-selector {
	margin-top: -7px;
	color: #7d7d7d;
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: normal;
}
.language-selector > .dropdown-toggle {
	display: inline-block;
	padding: 7px 12px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}
.language-selector > .dropdown-toggle img {
	display: inline-block;
	line-height: 1;
}
.language-selector .dropdown-toggle:after {
	border-top-color: #fff;
}
.language-selector.open > .dropdown-toggle {
}
.language-selector .dropdown-menu {
	background: #f5f5f6;
	border: none;
	margin: 0;
	padding: 0;
	width: 150px;
	overflow: hidden;
	-webkit-border-radius: 0 3px 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 3px 3px 3px;
	-moz-background-clip: padding;
	border-radius: 0 3px 3px 3px;
	background-clip: padding-box;
}
.language-selector .dropdown-menu.pull-right {
	-webkit-border-radius: 3px 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 3px 0 3px 3px;
	background-clip: padding-box;
	margin-right: 5px;
}
.language-selector .dropdown-menu > li {
	border-bottom: 1px solid #ebebeb;
	text-align: left;
}
.language-selector .dropdown-menu > li a {
	margin: 0;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	padding: 6px 20px;
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 13px;
}
.language-selector .dropdown-menu > li a img {
	margin-right: 5px;
	margin-top: -5px;
}
.language-selector .dropdown-menu > li a:hover {
	background: #b9a100;
	color: #fff;
}
.language-selector .dropdown-menu > li:last-child {
	border-bottom: 0;
}
.language-selector .dropdown-menu > li.active a {
	background: #b9a100;
	color: #fff;
}
.language-selector.open > .dropdown-toggle {
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box;
}
.language-selector {
	position: relative;
	list-style: none;
}
.language-selector ul.dropdown-menu {
	display: none;
}
.language-selector.show ul.dropdown-menu {
	position: absolute;
	transform: translate3d(-10px, -224px, 0px);
	top: 0px;
	left: 0px;
	will-change: transform;
	display: block;
}
.language-selector .dropdown-toggle::after {
	content: "\f0d7";
	font-family: "FontAwesome";
	float: right;
	color: #fff;
	margin: 0 0 0 10px;
}
/** Player **/
.custAudioMn {
	float: left;
	width: 100%;
	background: #f4f9fc;
	padding: 10px 30px;
}
.custAudioMnTxt {
	float: left;
	width: 19%;
}
.custAudioMnTxt h3 {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-weight: 600;
	color: #000;
	font-size: 14px;
	margin: 8px 0 0 0;
}
.custAudioMnTxt h3 span {
	float: left;
	width: 100%;
	color: #a1a1a1;
	font-weight: normal;
	margin: 1px 0 0 0;
	font-size: 11px;
}
.custAudioMnPlr {
	float: left;
	width: 77%;
	position: relative;
}
.custMnPlrAny {
	float: left;
	width: 100%;
}
.custDtdBtn {
	position: absolute;
	right: 0;
	top: 8px;
}
.custDtdBtn img {
	float: left;
	width: 5px;
}
.newReleasescol1 {
	position: relative;
}
.newReleasescol1 .cp-jplayer {
	position: absolute;
	top: 0;
	left: 0;
}
.newReleasescol1 .cp-container {
	position: absolute;
	top: -33px;
	left: 0;
	width: 67px !important;
	height: 67px !important;
	padding: 0px !important;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
}
.newReleasescol1 .cp-controls {
	padding: 0px;
}
.newReleasescol1 .cp-controls li {
	top: -3px;
}
.newReleasescol1 .cp-controls li a {
	text-indent: 0;
	background: none !important;
	margin: 0px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
	width: 66px !important;
	height: 67px !important;
	line-height: 81px !important;
}
.newReleasescol1 .cp-controls li a i {
	color: #181c25 !important;
	font-size: 25px !important;
}
.newReleasescol1 .cp-controls .cp-pause {
	background-position: 0 -28px !important;
}
.newReleasescol1 .cp-controls .cp-play:hover {
	background-position: -29px 0px !important;
}
.newReleasescol1 .cp-buffer-1, .newReleasescol1 .cp-buffer-2, .newReleasescol1 .cp-progress-1, .newReleasescol1 .cp-progress-2 {
	width: 67px !important;
	height: 67px !important;
	background-size: cover !important;
}
/*.newReleasescol1 .cp-progress-1, .newReleasescol1 .cp-progress-2 {
	background: url(../images/player/progress.png) 0 0 no-repeat;
}
.newReleasescol1 .cp-buffer-1, .newReleasescol1 .cp-buffer-2 {
	background: url(../images/player/buffer.png) 0 0 no-repeat;
}*/
.newReleasescol1 .cp-controls li a i.fa-play {
	position: relative;
	left: 5px;
}
.custMnPlrAny .player-controls.scrubber {
	float: left;
	width: 75%;
	position: relative;
}
.custMnPlrAny .jp-controls {
	float: left;
	width: 42px;
}
.custMnPlrAny .jp-play {
	width: 42px !important;
	height: 42px !important;
	background: url(../images/player/play.png) no-repeat !important;
	background-size: cover !important;
	padding: 0px !important;
}
.custMnPlrAny .jp-controls.active .jp-play {
	width: 42px !important;
	height: 42px !important;
	background: url(../images/player/pause.png) no-repeat !important;
	background-size: cover !important;
	padding: 0px !important;
}
.custMnPlrAny #seek-obj-container {
	float: left;
	width: 80%;
	padding-left: 10%;
	margin-top: 20px;
}
.custMnPlrAny #seek-obj-container progress {
	float: left;
	width: 100%;
	height: 3px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: #ebebeb;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: none;
	position: relative;
}
.custMnPlrAny progress[value]::-moz-progress-bar {
 background-color: #96c93d;
 height: 3px !important;
 margin:0px 0 0 0;
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -ms-box-shadow: none !important;
 -o-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 border-radius: 50px;
 -moz-border-radius: 50px;
 -ms-border-radius: 50px;
 -o-border-radius: 50px;
 -webkit-border-radius: 50px;
 border: none;
 position:relative;
}
.custMnPlrAny progress[value]::-webkit-progress-bar {
 background-color: #02005f;
 height: 3px !important;
 margin:0px 0 0 0;
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -ms-box-shadow: none !important;
 -o-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 border-radius: 50px;
 -moz-border-radius: 50px;
 -ms-border-radius: 50px;
 -o-border-radius: 50px;
 -webkit-border-radius: 50px;
 border: none;
}
.custMnPlrAny #start-time {
	left: 11% !important;
	position: absolute !important;
	top: 11px;
	font-size: 10px;
}
.custMnPlrAny #end-time {
	right: 11% !important;
	position: absolute !important;
	top: 11px;
	font-size: 10px;
}
/** start range **/
/*
.custMnPlrAny .audio-player input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
.custMnPlrAny .audio-player input[type=range]:focus {
	outline: none;
}
.custMnPlrAny .audio-player input[type=range]::-webkit-slider-runnable-track {
 width: 100%;
 height: 4px;
 cursor: pointer;
 animate: 0.2s;
 box-shadow: none;
 background: #e2e7ec;
 border-radius: 25px;
 border:none;
 margin:-10px 0 0 0 !important;
}
.custMnPlrAny .audio-player input[type=range]::-webkit-slider-thumb {
 box-shadow: 0px 0px 15px #ccc;
 -moz-box-shadow: 0px 0px 15px #ccc;
 -ms-box-shadow: 0px 0px 15px #ccc;
 -o-box-shadow: 0px 0px 15px #ccc;
 -webkit-box-shadow: 0px 0px 15px #ccc;
 background-color:#fff;
 border: none;
 height: 20px;
 width: 20px;
 border-radius: 100%;
 -moz-border-radius: 100%;
 -ms-border-radius: 100%;
 -o-border-radius: 100%;
 -webkit-border-radius: 100%;
 cursor: pointer;
 -webkit-appearance: none;
 margin-top:-10px;
}
.custMnPlrAny .audio-player input[type=range]:focus::-webkit-slider-runnable-track {
 background: #e2e7ec;
}
.custMnPlrAny .audio-player input[type=range]::-moz-range-track {
 width: 100%;
 height: 4px;
 cursor: pointer;
 animate: 0.2s;
 box-shadow: none;
 background: #e2e7ec;
 border-radius: 25px;
 border: none;
}
.custMnPlrAny .audio-player input[type=range]::-moz-range-thumb {
 box-shadow: 0px 0px 15px #ccc;
 -moz-box-shadow: 0px 0px 15px #ccc;
 -ms-box-shadow: 0px 0px 15px #ccc;
 -o-box-shadow: 0px 0px 15px #ccc;
 -webkit-box-shadow: 0px 0px 15px #ccc;
 background-color:#fff;
 border: none;
 height: 20px;
 width: 20px;
 border-radius: 100%;
 -moz-border-radius: 100%;
 -ms-border-radius: 100%;
 -o-border-radius: 100%;
 -webkit-border-radius: 100%;
 cursor: pointer;
 margin-top:120px;
}
.custMnPlrAny .audio-player input[type=range]::-ms-track {
 width: 100%;
 height: 4px;
 cursor: pointer;
 animate: 0.2s;
 background: transparent;
 border-color: transparent;
 border-width: 39px 0;
 color: transparent;
}
.custMnPlrAny .audio-player input[type=range]::-ms-fill-lower {
 background: #e2e7ec;
 border: 0px solid #000101;
 border-radius: 50px;
 box-shadow: none;
}
.custMnPlrAny .audio-player input[type=range]::-ms-fill-upper {
 background: #e2e7ec;
 border: 0px solid #000101;
 border-radius: 50px;
 box-shadow: none;
}
.custMnPlrAny .audio-player input[type=range]::-ms-thumb {
 box-shadow: none;
 border: none;
 height: 20px;
 width: 39px;
 border-radius: 7px;
 background:url(../images/player/volumn.png);
 background-repeat:no-repeat;
 background-position:0 2px;
 background-size:cover;
 cursor: pointer;
 margin-top:120px;
}
.custMnPlrAny .audio-player input[type=range]:focus::-ms-fill-lower {
 background: #e2e7ec;
}
.custMnPlrAny .audio-player input[type=range]:focus::-ms-fill-upper {
 background: #e2e7ec;
} */
/** end range **/

.custRgeSldr {
	float: left;
	width: 18%;
	padding-left: 0;
	margin-top: 12px;
}
.custRgeSldrLft {
	float: left;
	width: 18px;
}
.custRgeSldrLft img {
	float: left;
	width: 100%;
}
.custRgeSldrRt {
	float: left;
	width: 90%;
	padding-left: 8px;
}
.hdrUserSlct {
	margin-top: 0;
}
.hdrUserSlct p {
	color: #cacaca;
	font-size: 13px;
	margin: 0;
}
.hdrUserSlct p a {
	color: #cacaca;
}
.hdrUserSlct p a:hover, .hdrUserSlct p a:focus {
	color: #B79F00;
}
.musicLibrarytxt h2 {
	color: #C9C9C9;
	font-family: "Poppins", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 20px 0;
	display: inline-block;
	float: left;
}
.musicLibrarytxt ul {
	float: left;
	margin: 5px 0 0 20px;
}
.musicLibrarytxt ul li {
	list-style: none;
	color: #c9c9c9;
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 14px;
}
.musicLibrarytxt ul li a {
	color: #C9C9C9;
}
.musicLibrarytxt ul li.active, .musicLibrarytxt ul li.active a {
	color: #a18c04;
	font-weight: bold;
}
.musicLibrarytxt ul li:hover a {
	color: #a18c04;
}
.colxl8 {
	float: left;
}
.colxl4 {
	float: right;
	margin: 0px;
}
.cstSrchSrt {
	float: left;
	width: 180px;
	margin: 7px 20px 0 20px;
}
.cstSrchSrt .hdrSrch {
	margin: -7px 0 0 0;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	/*background: #676566;*/
	width: 100%;
	padding: 8px 20px;
}
.cstSrchSrt .hdrSrch a {
	float: left;
	width: 100%;
}
.cstSrchSrt .hdrSrch a i {
	font-size: 14px;
}
.custSorted {
	float: right;
	font-size: 14px;
	margin: 8px 0px 0 0px;
	color: #C9C9C9;
}
.custSorted form {
	display: inline-block;
	margin: 0px 0 0 20px;
}
.custSorted form select {
	background: none;
	border: none;
	font-size: 13px;
	color: #B79F00;
	padding: 0;
}
.custSorted form select option {
	color: #000;
}
.ftrRt {
	margin: 5px 0 0 0;
}
.ftrRt ul {
	margin: 0;
}
.elementor-7 .elementor-element.elementor-element-20ae1a6 .elementor-button:hover {
	background: #b79f00 !important;
	color: #fff;
}
.custformsignip .ihc-login-template-11 .impu-form-submit input:hover {
	background: #b79f00 !important;
}
.ihc-login-template-11 .impu-form-links-pass a, .ihc-login-template-11 .impu-form-links a {
	color: #0E121A;
}
.ihc-login-template-11 .impu-form-links-pass a:hover, .ihc-login-template-11 .impu-form-links-pass a:focus, .ihc-login-template-11 .impu-form-links a:hover, .ihc-login-template-11 .impu-form-links a:focus {
	color: #b79f00;
}
.elementor-78 .elementor-element.elementor-element-355ce55 {
	position: relative;
}
.elementor-78 .elementor-element.elementor-element-355ce55:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(3,18,52, .9);
	position: absolute;
	top: 0;
	left: -0%;
}
.custloginbtn .elementor-button-link, .custformsignip .ihc-login-template-11 .impu-form-submit input {
	max-width: 250px !important;
	width: 100% !important;
	padding: 15px 15px !important;
}
.custformsignip .ihc-login-template-11 .impu-form-submit input:focus {
	max-width: 250px !important;
	width: 100% !important;
}
.navrow {
	width: 100% !important;
}
.ihc-register-9 .iump-form-line-register {
	margin-bottom: 0;
}
.ast-separate-container .comments-area {
	text-align: left;
}
.ast-separate-container .comments-count-wrapper {
	width: 100%;
	float: left;
}
.ast-separate-container .ast-comment-list {
	width: 100%;
	float: left;
}
#comments .submit {
	display: inline-block;
	border: none;
	text-align: center;
	border-radius: 30px !important;
	background: #0e121a !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	margin: 40px 0 0 0;
	max-width: 250px !important;
	width: 100% !important;
	padding: 15px 15px !important;
}
#comments .submit:hover, #comments .submit:focus {
	background: #b79f00;
	color: #fff;
}
.ast-comment-data-wrap a, .logged-in-as a {
	color: #000;
}
.custSngBnr h5 {
	font-size: 13px;
	color: #fff;
}
.elementor-9 .elementor-element.elementor-element-946b7b7.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
	align-content: baseline;
	padding: 101px 0 0 0;
}
.custCatMnRtTpmobile .page__title {
	color: #C9C9C9;
	font-family: "Poppins", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}
@media only screen and (min-width :768px) and (max-width : 991px) {
.cstGnresLft {
	width: 100%;
}
.cstGnresRt {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
.newReleasescol5 {
	width: 14%;
}
/*.newReleasescol1 .cp-container {
		transform: scale(0.7,0.7);
		top:-63px;
	}*/
}
@media only screen and (min-width :992px) and (max-width : 1199px) {
/*.cstGnresLft {
		width:100%;
	}
	.cstGnresRt {
		width:100%;
		padding:0;
		margin:20px 0 0 0;
	}*/
.cstGnresLft {
	width: 20%;
	padding: 50px 10px 40px 10px !important;
}
.newReleasesrow {
	padding: 20px 10px;
}
.newReleasescol5 {
/*width:14%;*/
}
.newReleasescol1 .cp-container {
	transform: scale(0.7, 0.7);
}
.newReleasescol6 {
	font-size: 11px;
}
}
@media only screen and (min-width :1200px) and (max-width : 1400px) {
.newReleasescol6 {
	font-size: 11px;
}
.newReleasescol5 {
	width: 14%;
}
.newReleasescol1 .cp-container {
	transform: scale(0.9, 0.9);
}
.custHmBnrNw .custBnrHmMnRt h3 {
	margin-bottom: 10px;
}
}
@media only screen and (min-width :1401px) and (max-width : 1600px) {
.newReleasescol6 {
	font-size: 12px;
}
.newReleasescol5 {
	width: 14%;
}
.newReleasescol1 .cp-container {
	transform: scale(0.9, 0.9);
}
.custHmBnrNw .custBnrHmMnRt h3 {
	margin-bottom: 10px;
}
}
.sb-search {
	position: relative;
	margin-top: -8px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: none !important;
	width: 100%;
	height: 40px !important;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px !important;
	font-family: inherit;
	font-size: 14px;
	color: #fff;
	border-radius: 50px !important;
	border: 0px !important;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #fff;
}
 .sb-search-input:-moz-placeholder {
 color: #fff;
}
 .sb-search-input::-moz-placeholder {
 color: #fff;
}
 .sb-search-input:-ms-input-placeholder {
 color: #fff;
}
.sb-icon-search, .sb-search-submit {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 37px;
	text-align: center;
	cursor: pointer;
	border-radius: 50px !important;
}
.sb-search-submit {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: #333;
	z-index: 90;
	font-size: 15px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #333 !important;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.sb-search.sb-search-open .sb-search-input {
	background: #333 !important;
	color: #fff !important;
}
.language-selector {
	display: none !important;
}
.hdrNotHeart a i {
	font-size: 20px;
	margin: 0 5px 0 0;
}
.hdrNotHeart a span {
	position: absolute;
	background: #fff;
	top: -5px;
	right: -6px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 10px;
	text-align: center;
	color: #000;
}
.newReleasescol2 p.Clean{
	border: 1px solid green;
	float: left;
	color:green;
	font-size:12px;
	width: auto !important;
	padding: 1px 6px 2px 6px;
	margin: 4px 0 0 0;
}


.newReleasescol2 p.Raw {
	border: 1px solid red;
	float: left;

	color:red;
	font-size:12px;
	width: auto !important;
	padding: 1px 6px 2px 6px;
	margin: 4px 0 0 0;
}
.custBnrHmMnRt h6 a.vue_al{
	cursor: pointer;
} 

.dup_sng .modal.is-visible::after {
	content: " ";
	position: fixed;
    display: block !important;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
