body{
    background:#F8F8F8;
    font-family:'Open Sans', sans-serif !important;
    font-size: 14px;
}
a{
  color:#333333;
}
.navbar-brand{
    font-family: 'Pacifico', cursive;
    padding: 0px;
    font-size: 27px;
}
a:hover{
  text-decoration: none;
}
#page-container{
  min-height: 1200px !important;
}
.track-container {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  border: 1px solid #d3d3d3;
  margin: 15px 3px;
  padding: 10px;
  border-radius: 5px;
  transition: all 200ms ease;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0,0,0,0.11);
  background: #f5f5f5;
  font-size: 13px;
  line-height: 22px;
}
.track-container:hover{
  box-shadow: 0 0 14px rgba(0,0,0,0.21);
}
.similar-versions .track-container {
 
  background: #fff !important;
  box-shadow: none;

} 
.track-title{
  font-weight: 800;
  font-size: 15px;
 }
.similar-versions .track-container{
  border:none;
}
.dead-link{
  cursor: not-allowed !important;
}
.track-desc{
    font-size: 12px;
}
hr.track-desc-hr{
  border: none;
  height: 1px;
  color: #d3d3d3;
  background-color: #d3d3d3;
  margin: 10px 0px 5px 0px;
 }
#search-input-custom-tags {
    border-radius: 19px !important;
}
#search-input-custom-tags {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: text;
    line-height: 24px;
}
#main-elastic-search-div {
    padding-bottom: 10px;
    margin: auto;
}
textarea, select, input, button { outline: none !important; }
.es-td button {
    vertical-align: inherit;
}
.elastic-find {
    float: right;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    vertical-align: inherit;
    padding: 7px 12px;
    background: transparent;
    border-color: transparent;
    color: #337AB7;
    font-size: 16px;
}
.es-td input, .es-td select {
    padding: 8px 12px;
    font-size: 16px;
    color: #555;
    background-image: none;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.elastic-search-input {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: transparent;
}
.es-main-search-input {
    width: 100% !important;
    margin: 15px 0px 5px 0px !important;
}
.es-main-search-options{
    width:65%;
}
.es-main-search-input{
    width:65%;
}
.es-main-search-td {
    width: 100%;
}

.es-td {
    display: inline-block;
}
.es-main-search-options .es-td:last-child{
        float:right;
}
.custom-ftt-footer div{

    border-right: 1px solid #333;

}
.custom-ftt-footer div:last-child{
    border-right: none;
}

#search-input-custom-tags {
	border-radius: 50px !important;
}
.input-in-btn button {
	border-radius: 19px !important;
  padding: 7px 12px !important;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-size: 15px;
}
.input-in-btn button i {
	font-size: 12px !important;
}
.es-main-search-input {
	width: 100% !important;
    margin: 15px 0px 5px 0px !important;
}

.elastic-search-lang {
	float:right;
	min-height: 34px;
	background-color: #f8f8f8;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	margin-top: 15px;
	position: relative !important;
    right: auto !important;
    top: auto !important;;
	font-size: 14px;
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	transition: all 200ms ease;
    z-index:1200;
}
@media (max-width: 768px) {
	.elastic-search-lang {
		margin-bottom: 10px;
	}
}

.elastic-search-lang:hover {
	background-color: #fff;
	box-shadow: 0 0 14px rgba(0,0,0,0.21);
}
.elastic-search-lang strong {
	display:inline-block;
	min-height: 34px;
	line-height: 34px;
	font-weight: normal;
	color:#606060; 
	padding-right: 7px;
	padding-left: 18px;
}

.elastic-search-lang ul {
	list-style:none;
    display:inline-block;
    margin: 0;
    padding: 0;
}
.elastic-search-lang ul li {
	display:inline-block;
	margin:0px !important;
	padding:0px !important;
	border: 0px !important;
	
}
.elastic-search-lang ul li a {
	height: 34px;
	line-height: 34px;
	display:inline-block;
	padding: 1px 8px 0px 8px;
	transition: all 200ms ease;
	border: 1px solid #dbdbdb;
	margin: -1px 0 -1px 0px; 
}
.elastic-search-lang ul li a:hover {
	background-color: #a3b2c2;
	border-color:#8c9dad;
	color:#fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
}
.elastic-search-lang ul li button {
	display:inline-block;
	height: 34px;
	margin: -1px 0 -1px 0px; 
    background-color:transparent;
	border: 1px solid transparent;
	padding: 0 8px;
    cursor: pointer;
}
.elastic-search-lang ul li button.active{
    background-color: #518fcc;
	border: 1px solid #5087bf;
    	color:#fff;
}
.elastic-search-lang ul li:first-child button {
	border-radius: 19px 0px 0px 19px;
	padding-left: 13px;
}
.elastic-search-lang ul li:last-child button {
	border-radius: 0px 19px 19px 0px;
	padding-right: 13px;
}
.elastic-search-lang ul li:last-child a {
	border-radius: 0px 19px 19px 0px;
	padding-right: 13px;
}
@media (max-width: 850px) {
	.elastic-search-lang ul li:first-child span,
	.elastic-search-lang ul li:first-child a {
		border-radius: 19px 0px 0px 19px;
		padding-left: 13px;
	}
}



.es-search-options {
	margin-top: 9px;
	min-height: 34px;
	background-color: #f8f8f8;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	font-size: 14px;
	width: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	transition: all 200ms ease;
}
.es-search-options:hover {
	background-color: #fff;
	box-shadow: 0 0 14px rgba(0,0,0,0.21);
}
.es-search-options ul {
	float:right;
	display: inline-block;
}


.es-search-options ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	padding-left:10px;
}
.es-search-options ul li:last-child {
	padding-right: 15px;
	border-left: 1px solid #dbdbdb;
	margin-left: 6px;
}
.es-search-options ul li:nth-last-child(2) {
	border-left: 1px solid #dbdbdb;
	margin-left: 6px;
}
.es-search-options ul li strong {
	color:#606060;
}
.es-search-options button {
	background: #337ab7 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAb1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8v0wLRAAAAJXRSTlMAtZuwFhADVpRPrp9tagykgCqpSjwdmIiGXU5ENCWQe3lxZWJF60TZ3AAAAJ5JREFUGNNt0FkOgzAUQ1H7JaE0Icwtc+f9r7EgoCDU8+XPK2MSR1Jl2MTGmJSKNjMrXJVSvMYNqRaCWkToBs9EFhWCUUTS6WCFSXBKowv+GnqNgxeZl5h051n7pnuqfFwfWP6cUXOkUJwWnhLZfBwFNp60HQ6ychdUPPwxryGZ7NPSMGSSeSbhKoWQlLjlxsFofacle70y883uVmLzBdLyB7VLlTa8AAAAAElFTkSuQmCC') 88% 50% no-repeat;
	height:34px;
	border: 1px solid #0a4f8a;
	border-radius: 19px;
	color:#fff;
	padding: 0 42px 0 16px; 
	font-size: 15px;
	cursor: pointer;
	transition: all 200ms ease;
}
@media (max-width: 768px) {
	.es-search-options {
		text-align:center;
	}
	.es-search-options button {
		margin:auto;
	}
}
.es-search-options button:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.19);
	background-color:#1f79c6;
}
.es-search-options button.active-filter-button {
	background-color:#939393;
	border: 1px solid #797979;
}


@media (max-width: 1250px) {
	.es-search-options {
		border:none;
		background-color: transparent;
		box-shadow: none;
	}
	.es-search-options:hover {
		background-color: transparent;
		box-shadow: none;
	}
	.es-search-options ul {
		float:none;
		display: block;
		min-height: 34px;
		background-color: #f8f8f8;
		border: 1px solid #dbdbdb;
		border-radius: 20px;
		box-shadow: 0 0 8px rgba(0,0,0,0.11);
		transition: all 200ms ease;
		margin-bottom: 9px;
	}
	.es-search-options ul li:first-child {
		padding-left: 16px;
	}
	.es-search-options ul li:last-child {
		border-left: none;
		padding-left:4px;
	}

	.es-search-options ul:hover {
		background-color: #fff;
		box-shadow: 0 0 14px rgba(0,0,0,0.21);
	}
}
@media (max-width: 768px) {
	.es-search-options ul {
		text-align: left;
	}
	.es-search-options ul li:first-child,
	.es-search-options ul li:last-child {
		display:block;
	}
}
@media (max-width: 500px) {
	.es-search-options ul li {
		display:block;
	}
}

@media (max-width: 768px) {
	.row {
		padding:0;
	}
}



.es-form-borders {
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.es-form-border-right {
	border-right: 1px solid #e2e2e2;
}
@media (max-width: 1199px) {
	.es-form-borders, 
	.es-form-border-right
	{
		border:none;
	}
}
#filter-box strong {
	font-size: 15px;
	color:#337ab7;
	padding-bottom: 4px;
	display:block;
	font-family: 'Roboto', sans-serif;
}
.search-box-container {
	box-sizing: border-box;
	border-radius: 19px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 14px rgba(0,0,0,0.13);
	padding: 20px 30px 20px 20px;
}


.es-form-era-block {
	padding-left: 15px;
}
@media (max-width: 1199px) {
	.es-form-uploaded-block, 
	.es-form-era-block {
		padding-top: 20px;
		border-top: 1px solid #e2e2e2;
		margin-top: 20px;
	}
}


.es-form-labels {
	width: 94%;
	min-width: 250px;
	height: 143px;
	margin-top: 5px;
	position: relative;
}

.es-form-labels label em {
	font-style: normal;
	color:#337ab7;
}

.es-form-labels::before,
.es-form-eras::before {
	content: "";
	display:block; 
	width: 91%;
	height: 4px;
	position: absolute;
	z-index:200;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); 
}
.es-form-labels::after,
.es-form-eras::after {
	content: "";
	display:block; 
	width: 91%;
	height: 7px;
	position: absolute;
	z-index:200;
	bottom: 0px;
	background: -moz-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,254,254,0) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom, rgba(254,254,254,0) 0%,rgba(255,255,255,1) 100%); 	
}


.es-form-eras {
	width: 94%;
	min-width: 100px;
	position: relative;
	margin-top: 19px;
}
.es-form-eras label {
	display: block !important;
	margin-bottom: 2px;
}

.es-form-uploaded {
	padding-left: 10px;
}
.es-form-uploaded-links {
	padding-left: 0px !important;
}
.es-form-uploaded-links ul{
  margin: 0;
  padding: 0;
}
.es-form-uploaded-links ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.es-form-uploaded-links .set-filter {
	color:#3073aa;
	text-decoration: underline;
	display: inline-block;
	padding: 2px 0px 2px 0px !important;
}
.es-form-uploaded-links .set-filter:hover {
	color:#2d87d1;
	text-decoration:none;
}
.es-form-uploaded-links .filter-selected {
	padding: 2px 25px 2px 8px !important;
	border-radius: 16px;
	text-decoration: none;
	margin-left:-8px;
	border:1px solid #e0e0e0 !important;
	transition: all 200ms ease;
	color:#777879;
}
.es-form-uploaded-links .filter-selected:hover {
	box-shadow: 0 0 11px rgba(0,0,0,0.12);
}

.es-form-uploaded-track {
	text-align: right;
}

.es-form-control-buttons {
	text-align: right;
	padding-top: 11px;
}
.es-form-control-buttons a {
	margin-left: 10px;
	margin-top: 10px;
}

.es-form-button,
.es-form-button-red {
	border: 1px solid #c6c6c6;
	box-shadow: 0 0 12px rgba(0,0,0,0.07);
	border-radius: 21px;
	padding: 10px 16px 8px 16px;
	color:#777879;
	display: inline-block;
	text-align:left;
	background-color: #ffffff;
	transition: all 200ms ease;
	position: relative;
}
.es-form-button-red {
	color:#df5854;
	border: 1px solid #e68d8b;
}
.es-form-button:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.12);
	border: 1px solid #518fcc;
	color:#518fcc;
}

.es-form-button.icon-track {
	padding-right: 38px !important;
	position:relative;
}
.es-form-button.icon-track::after {
	display:block;
	height: 20px;
	width: 20px;
	content: "";
	position: absolute;
	top:9px;
	right:9px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAY1BMVEUAAABRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8xRj8z///9Rj8ze6vX7/f7x9vuPt96vzOh2p9f4+/3X5vN7qtjh7PZuotXQ4fK30eqcv+KjxOSUuuAI3nsYAAAAD3RSTlMA+5MI+ePf1M6QiSAVHx55ovm4AAAAn0lEQVQY022R6RLCIBCDF3pfklLsQbX6/k+p4ELrDPkFmW8hBPIa2jIH8rIdKCiTAiwhs5/XV4BZtVJ6NUDVe67GNirWuKF2rMQ8qahphiS6CThuGQMLdNTAuPUTb+YNGirgmTuwPxgtKIdmEziW70pDEKCiid0dAfybM5vX8RePJy86Ix1npBjeXsKnnsmF2OBZLiRRXapkVhe+o/PbD9EOFIqQ0AHUAAAAAElFTkSuQmCC') 0px 0px no-repeat;
}
.icon-close {
	position: relative;
	padding-right: 38px !important;
}
.icon-close::before,
.icon-close::after {
	content: "";
	background-color: #d14541;
	height: 3px; 
	width: 16px; 
	position: absolute;
	top: 18px;
	right: 13px;
	transition: all 200ms ease;
}
.icon-close::before {
	transform: rotate(45deg);
}
.icon-close::after {
	transform: rotate(-45deg);
}
.icon-close:hover {
	color:#fff;
	background-color: #d14541;
	border:1px solid #d14541;	
}
.icon-close:hover::before,
.icon-close:hover::after {
	background-color: #fff;
}

.icon-up {
	position: relative;
	padding-right: 40px !important;
}
.icon-up::before,
.icon-up::after {
	content: "";
	background-color: #777879;
	height: 3px; 
	width: 13px; 
	position: absolute;
	transition: all 200ms ease;
}
.icon-up::before {
	transform: rotate(45deg);
	top: 18px;
	right: 11px;
}
.icon-up::after {
	transform: rotate(-45deg);
	top: 18px;
	right: 18px;
}

.icon-up:hover::before,
.icon-up:hover::after {
	background-color: #518fcc;
	top: 15px;
}

.es-form-uploaded-block {
	padding-right: 0px !important;
}

.no-right-padding {
	padding-right: 0px !important;
}
.no-left-padding {
	padding-left: 0px !important;
}



.filter-box-input {
	height: 34px; 
	border: 1px solid #dadada;
	border-radius: 23px;
	width:95%;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.08);
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAk1BMVEUAAACNjY1nZ2c7OzsdHR2JiYl+fn5jY2NjY2NOTk4oKCgcHBwLCwuPj49zc3NmZmZTU1NCQkJaWlo0NDQ9PT1EREQcHBwmJiaUlJSTk5OTk5OGhoaOjo6BgYGBgYGHh4eCgoJvb29xcXFtbW1wcHBfX19YWFhVVVVKSkpra2s8PDxra2sXFxdeXl42NjaqqqqmpqbzcaoSAAAAL3RSTlMA9K8SDOrQrapYOy8D9q+piGtiVTgaDgr6+u3r6NvZzs29vLGvk5F3b2NhWiUjBpp3s7MAAAB6SURBVAjXPYxVDsNADESXMdRgmbkN3P90sXelzMdYT/I8QojLpDy/OxKyWrPPr6AZR3CbVwLHyyfSjcWXKv1D77+RmoOF3laRuCqhVRHJpw6V1CMk+QVl4r6zDa/NqEUYPOhR0SubdBsmvS3roTOjEWRJqye2ABjy0wxPLwZkWSBIDAAAAABJRU5ErkJggg==') 12px 50% no-repeat;
	position: relative;
}
.filter-box-input div {
	padding-left: 34px;
	position: relative;
}
.filter-box-input input {
	width: 94%;
	height: 32px;
	border:none;
}
.filter-box-input span {
	display: block; 
	position: absolute;
	height: 20px;
	width: 20px;
	top:15px;
	right: 9px;
	cursor:pointer;
	display:none;
}
.filter-box-show-clear span {
	display:block;
}

.filter-box-input span::after,
.filter-box-input span::before {
	content: "";
	cursor:pointer;
	background-color:#d14541;
	position: absolute;
	display:block;
	height: 3px;
	width: 18px;
	transform: rotate(45deg);
}
.filter-box-input span::before {
	content: "";
	transform: rotate(-45deg);
}
.es-form-sliders-block {
	max-width: 90%;
	padding-left: 15px;
}
.es-form-slider-to-val {
	padding-bottom: 5px;
	float:right;
	color:#c2c2c2;
}
.es-form-slider-from-val {
	padding-bottom: 5px;
	color:#c2c2c2;
}
.es-form-slider-range-display {
	float:right;
	color:#6d6d6d;
	padding-top: 7px;
	padding-bottom:9px;
}

.ui-slider-horizontal {
	height: 6px !important;
	border-radius: 5px 6px !important;
	border:1px solid #d1d1d1 6px !important;
	background-color:#f3f3f3 6px !important;
}
.ui-slider-range {
	background-color:#337ab7 !important;
	border: 1px solid #537ea3 !important;
	height: 6px !important;
}
.es-slider-handle {
	border-radius: 50% !important;
	border: 2px solid #337ab7 !important;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
	top:-9px !important;
	height: 20px !important;
	width: 20px !important;
	position: relative;
	transition: box-shadow 200ms ease;
}
.es-slider-handle:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.24);
}
.es-slider-handle::before {
	content:"";
	position: absolute;
	height: 16px !important;
	width: 16px !important;
	background-color:#337ab7;
	border: 2px solid #e5eef6;
	border-radius: 50%;
	transition: background-color 200ms ease;
}
.es-slider-handle:hover::before {
	background-color:#2886d7;
}
.es-slider-handle span {
	white-space: nowrap;
	font-size: 12px;
	width: 71px;
	background-color:#337ab7;
	border-radius: 9px;
	color:#fff;
	text-align: center;
	padding: 2px 3px;
	position: absolute;
	opacity:0;
	top: -23px;
	left: -26px;
	transition: all 200ms ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.21);
}
.es-slider-handle:hover span {
	opacity:1;
}
.es-form-tempo-links {
	padding-top:0px;
	clear:both;
	text-align:center;
}
.es-form-tempo-links a {
	color:#477fb0;
	text-decoration: underline;
	display:inline-block;
	padding: 0 5px;
}
.es-form-tempo-links a:hover {
	text-decoration: none;
	color:#606060;
}

.es-order-block > ul {
	min-height: 34px;
	background-color: #f8f8f8;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	transition: all 200ms ease;
	display: inline-block;
	float:right;
}
.es-order-block > ul > li {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;	
	padding: 0 11px 0 11px;
	margin:0px;
	border-right: 1px solid #dbdbdb;
	color:#606060;
}
.es-order-block > ul > li:last-child {
	border-radius: 0px 21px 21px 0px;
}
@media (max-width: 992px) {
	.es-order-block {
		text-align: center;
	}
	.es-order-block > ul {
		margin:auto;
		float:none;
	}
}
@media (max-width: 768px) {
	.es-order-block > ul {
		background-color: transparent;
		border: none;
		border-radius: 20px;
		font-size: 14px;
		margin-left: 10px;
		box-shadow: none;
		transition: all 200ms ease;
		display: inline-block;
		float:right;
	}
	.es-order-block > ul li:first-child {
		display:none;
	}
	.es-order-block > ul > li {
		border-radius: 21px;
		display: inline-block;
		vertical-align: middle;
		line-height: 36px;	
		padding: 0 11px 0 11px;
		margin:auto;
		margin-bottom: 10px;
		border-right: none;
		color:#606060;
	}
	.es-order-block > ul > li:last-child {
		border-radius: 21px;
	}
}

.es-order-block > ul > li a {
	color:#606060;
}
.es-order-block > ul > li:first-child {
	padding-left: 0px;
}
.es-order-block > ul > li:last-child {
	border-right: none;
	padding-right: 10px;
}
.es-order-block > ul > li > ul {
	display:none;
	background-color:#ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
	border-radius: 14px;
	padding: 6px 8px 6px 7px;
	margin:auto;
	margin-left:-12px;
	margin-top:-2px;
	position: absolute;	
	transition: all 200ms ease;
	z-index: 1000;
	min-width:100px;
	text-align: left;
}
.es-order-block > ul > li > ul::before {
	content: "";
	display: block;
	position:absolute;
	height: 10px;
	width: 10px;
	background-color: #fff;
	margin-top: -10px;
	margin-left: 10px;
	transform: rotate(45deg);
}
.es-order-block > ul > li > ul > li {
  line-height: 25px;
  list-style: none;
}
.es-order-block-info {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;	
	color:#8c8a8d;
}
@media (max-width: 992px) {
	display:block;
	text-align:center;
}
.es-order-block-info em {
	font-style:normal;
	font-weight: bold;
	color:#4577a8;
}

.es-order-block > ul > li:hover ul {
	display:block;
	
}
.es-order-block > ul > li > ul > li:first-child a{
    	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOAgMAAACEDw4GAAAADFBMVEUAAABsmMmfwuRsmMkWS7E6AAAAAnRSTlMAWWQkJGgAAAApSURBVAjXY2BgkAHiGgYGxj8MDOx/GFbIA3E9EP8HYqDMihXIeAUMAwDLgROiigt0fwAAAABJRU5ErkJggg==') 0px 44% no-repeat
}
.es-order-block > ul > li.es-order-block-active-desc > a {

        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOAgMAAACEDw4GAAAADFBMVEUAAAD///////+fwuSQmnHaAAAAA3RSTlMA402HSFncAAAAKElEQVQI12NgYFAB4ikMDEwhDAycIQx/VIF4KhCHAjFQ5s8fZPwHhgGqMxYr4A9HBgAAAABJRU5ErkJggg==') 0px 44% no-repeat;
    	/* DESC */

}

.es-order-block > ul > li > ul > li a {
	padding-left: 20px;
	line-height: 25px;
	vertical-align: middle;
}
.es-order-block > ul > li > ul > li a:hover {
	color:#3073aa;
}

.es-order-block > ul > li > ul > li a{
       	/* ASC */
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOAgMAAACEDw4GAAAADFBMVEUAAABsmMmfwuRsmMkWS7E6AAAAAnRSTlMAV4OcCW8AAAAmSURBVAjXY/j/h4GhHojlgZgdiBn/rGBgqAFiGSBmWAFECLwCgQEHUROi6Y5b8wAAAABJRU5ErkJggg==') 0px 44% no-repeat;
}
.es-order-block > ul > li.es-order-block-active-asc > a {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOAgMAAACEDw4GAAAADFBMVEUAAAD///////+fwuSQmnHaAAAAA3RSTlMA402HSFncAAAAJklEQVQI12MIDWFgmArEqkDMCcRMIX8YGKYAsQoQM/wBIgT+g8AAssEWK95cVgIAAAAASUVORK5CYII=') 0px 44% no-repeat;
     
}
.es-order-block > ul > li > ul > li:last-child a {
	/* CANCEL */
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOBAMAAAACpFvcAAAAJ1BMVEUAAADqw8Pqw8Pqw8Pqw8Pqw8Pqw8Pqw8Pqw8Pqw8Pqw8Pqw8Pqw8M0pH/9AAAADHRSTlMA90eHhZ1IqHBsxnoQIaEwAAAAYklEQVQI1z3Luw3CQBAA0SdjPjEBCQ58HbgABxRAQEAB0BGioxMgENqi7E084ZOGJ5oHu9pTfqxir+leGGtfYpB0TEiKBGzjC5TI0bz85xH3GMZ6Y9O9tXFgHSfOH1zRXixNIWgXPnKvrK0AAAAASUVORK5CYII=') 0px 44% no-repeat;
}


.es-order-block > ul > li.es-order-block-active-asc, 
.es-order-block > ul > li.es-order-block-active-desc {
	background-color: #337ab7;
	padding-right: 8px;
	border: 1px solid #236cab;
	margin-top: -1px; 
	margin-bottom: -1px;
}

.es-order-block > ul > li.es-order-block-active-asc > a, 
.es-order-block > ul > li.es-order-block-active-desc > a {
	background-position: 100% 50%;
	padding-right: 22px;
	color:#fff;
}





.es-box {
	position:relative;
	cursor: pointer;
	vertical-align: middle;
	padding-left: 0px;
	padding-top: 1px;
	color:#606060;
	transition: all 200ms ease;
}
.es-box strong {
	color:#606060;
	transition: all 200ms ease;
}
.es-box:hover {
	color:#181818;
}
.es-box:hover strong {
	color:#181818;
}
.es-box input {
	position: absolute;
	opacity: 0;
}
.es-box span {
	width: 19px;
	height: 19px;
	margin:auto;
	margin-top:-4px;
	margin-right: 6px;
	vertical-align: middle;
	position:relative;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #c9c8c8;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#f7f7f7 100%);
	transition: all 200ms ease;
}
.es-box:hover span {
	box-shadow: inset 0 0 8px rgba(50,122,185,0.20);
	border: 1px solid #a3a3a3;
}
.es-box span::after {
		content: "";
	  position: absolute;
	  opacity: 0;	
		left: 5px;
  	margin-top: 2px;
	  width: 5px;
	  height: 8px;
		border-left: 3px solid #cac9c9;
		border-top: 3px solid #cac9c9;
		transform: rotate(-135deg);
    transition: all 200ms ease;
    box-sizing: unset;
}
.es-box span::before {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	margin-top:-1px;
	margin-left:-1px;
	width: 17px;
	height: 17px;
	border: 2px solid #337ab7;
	transition: all 200ms ease;
  opacity:0;
  box-sizing: unset;
}
.es-box input:checked ~ span::before {
	opacity:1;
}
.es-box input:checked ~ span::after {
	opacity:1;
	top: 1px;
	border-color:#337ab7;
}
/*** HINTS  ***/

[class*="hint--"] {
    position: relative;
    display: inline-block;
    /**
       * tooltip arrow
       */
    /**
       * tooltip body
       */ }
    [class*="hint--"]:before, [class*="hint--"]:after {
      position: absolute;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: hidden;
      opacity: 0;
      z-index: 1000000;
      pointer-events: none;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      transition-delay: 0ms; }
    [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
      visibility: visible;
      opacity: 1; }
    [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
      -webkit-transition-delay: 100ms;
      -moz-transition-delay: 100ms;
      transition-delay: 100ms; }
    [class*="hint--"]:before {
      content: '';
      position: absolute;
      background: transparent;
      border: 6px solid transparent;
      z-index: 1000001; }
    [class*="hint--"]:after {
      background: #383838;
      color: white;
      padding: 8px 10px;
      font-size: 12px;
      font-weight:normal;
      border-radius: 17px;
      line-height: 12px;
      white-space: nowrap; }
    [class*="hint--"][aria-label]:after {
      content: attr(aria-label); }
    [class*="hint--"][data-hint]:after {
      content: attr(data-hint); }
  
  [aria-label='']:before, [aria-label='']:after,
  [data-hint='']:before,
  [data-hint='']:after {
    display: none !important; }
  
  /**
   * source: hint-position.scss
   *
   * Defines the positoning logic for the tooltips.
   *
   * Classes added:
   * 	1) hint--top
   * 	2) hint--bottom
   * 	3) hint--left
   * 	4) hint--right
   */
  /**
   * set default color for tooltip arrows
   */
  .hint--top-left:before {
    border-top-color: #383838; }
  
  .hint--top-right:before {
    border-top-color: #383838; }
  
  .hint--top:before {
    border-top-color: #383838; }
  
  .hint--bottom-left:before {
    border-bottom-color: #383838; }
  
  .hint--bottom-right:before {
    border-bottom-color: #383838; }
  
  .hint--bottom:before {
    border-bottom-color: #383838; }
  
  .hint--left:before {
    border-left-color: #383838; }
  
  .hint--right:before {
    border-right-color: #383838; }
  
  /**
   * top tooltip
   */
  .hint--top:before {
    margin-bottom: -11px; }
  
  .hint--top:before, .hint--top:after {
    bottom: 100%;
    left: 50%; }
  
  .hint--top:before {
    left: calc(50% - 6px); }
  
  .hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
  
  .hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px); }
  
  /**
   * bottom tooltip
   */
  .hint--bottom:before {
    margin-top: -11px; }
  
  .hint--bottom:before, .hint--bottom:after {
    top: 100%;
    left: 50%; }
  
  .hint--bottom:before {
    left: calc(50% - 6px); }
  
  .hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
  
  .hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px); }
  
  /**
   * right tooltip
   */
  .hint--right:before {
    margin-left: -11px;
    margin-bottom: -6px; }
  
  .hint--right:after {
    margin-bottom: -14px; }
  
  .hint--right:before, .hint--right:after {
    left: 100%;
    bottom: 50%; }
  
  .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); }
  
  .hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); }
  
  /**
   * left tooltip
   */
  .hint--left:before {
    margin-right: -11px;
    margin-bottom: -6px; }
  
  .hint--left:after {
    margin-bottom: -14px; }
  
  .hint--left:before, .hint--left:after {
    right: 100%;
    bottom: 50%; }
  
  .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); }
  
  .hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); }
  
  /**
   * top-left tooltip
   */
  .hint--top-left:before {
    margin-bottom: -11px; }
  
  .hint--top-left:before, .hint--top-left:after {
    bottom: 100%;
    left: 50%; }
  
  .hint--top-left:before {
    left: calc(50% - 6px); }
  
  .hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); }
  
  .hint--top-left:after {
    margin-left: 12px; }
  
  .hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px); }
  
  /**
   * top-right tooltip
   */
  .hint--top-right:before {
    margin-bottom: -11px; }
  
  .hint--top-right:before, .hint--top-right:after {
    bottom: 100%;
    left: 50%; }
  
  .hint--top-right:before {
    left: calc(50% - 6px); }
  
  .hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  
  .hint--top-right:after {
    margin-left: -12px; }
  
  .hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  /**
   * bottom-left tooltip
   */
  .hint--bottom-left:before {
    margin-top: -11px; }
  
  .hint--bottom-left:before, .hint--bottom-left:after {
    top: 100%;
    left: 50%; }
  
  .hint--bottom-left:before {
    left: calc(50% - 6px); }
  
  .hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); }
  
  .hint--bottom-left:after {
    margin-left: 12px; }
  
  .hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px); }
  
  /**
   * bottom-right tooltip
   */
  .hint--bottom-right:before {
    margin-top: -11px; }
  
  .hint--bottom-right:before, .hint--bottom-right:after {
    top: 100%;
    left: 50%; }
  
  .hint--bottom-right:before {
    left: calc(50% - 6px); }
  
  .hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  
  .hint--bottom-right:after {
    margin-left: -12px; }
  
  .hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  /**
   * source: hint-sizes.scss
   *
   * Defines width restricted tooltips that can span
   * across multiple lines.
   *
   * Classes added:
   * 	1) hint--small
   * 	2) hint--medium
   * 	3) hint--large
   *
   */
  .hint--small:after,
  .hint--medium:after,
  .hint--large:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word; }
  
  .hint--small:after {
    width: 80px; }
  
  .hint--medium:after {
    width: 150px; }
  
  .hint--large:after {
    width: 300px; }
  
  /**
   * source: hint-theme.scss
   *
   * Defines basic theme for tooltips.
   *
   */
  [class*="hint--"] {
    /**
       * tooltip body
       */ }
    [class*="hint--"]:after {
      text-shadow: 0 -1px 0px black;
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
  
  /**
   * source: hint-color-types.scss
   *
   * Contains tooltips of various types based on color differences.
   *
   * Classes added:
   * 	1) hint--error
   * 	2) hint--warning
   * 	3) hint--info
   * 	4) hint--success
   *
   */
  /**
   * Error
   */
  .hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0px #592726; }
  
  .hint--error.hint--top-left:before {
    border-top-color: #b34e4d; }
  
  .hint--error.hint--top-right:before {
    border-top-color: #b34e4d; }
  
  .hint--error.hint--top:before {
    border-top-color: #b34e4d; }
  
  .hint--error.hint--bottom-left:before {
    border-bottom-color: #b34e4d; }
  
  .hint--error.hint--bottom-right:before {
    border-bottom-color: #b34e4d; }
  
  .hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d; }
  
  .hint--error.hint--left:before {
    border-left-color: #b34e4d; }
  
  .hint--error.hint--right:before {
    border-right-color: #b34e4d; }
  
  /**
   * Warning
   */
  .hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0px #6c5328; }
  
  .hint--warning.hint--top-left:before {
    border-top-color: #c09854; }
  
  .hint--warning.hint--top-right:before {
    border-top-color: #c09854; }
  
  .hint--warning.hint--top:before {
    border-top-color: #c09854; }
  
  .hint--warning.hint--bottom-left:before {
    border-bottom-color: #c09854; }
  
  .hint--warning.hint--bottom-right:before {
    border-bottom-color: #c09854; }
  
  .hint--warning.hint--bottom:before {
    border-bottom-color: #c09854; }
  
  .hint--warning.hint--left:before {
    border-left-color: #c09854; }
  
  .hint--warning.hint--right:before {
    border-right-color: #c09854; }
  
  /**
   * Info
   */
  .hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0px #1a3c4d; }
  
  .hint--info.hint--top-left:before {
    border-top-color: #3986ac; }
  
  .hint--info.hint--top-right:before {
    border-top-color: #3986ac; }
  
  .hint--info.hint--top:before {
    border-top-color: #3986ac; }
  
  .hint--info.hint--bottom-left:before {
    border-bottom-color: #3986ac; }
  
  .hint--info.hint--bottom-right:before {
    border-bottom-color: #3986ac; }
  
  .hint--info.hint--bottom:before {
    border-bottom-color: #3986ac; }
  
  .hint--info.hint--left:before {
    border-left-color: #3986ac; }
  
  .hint--info.hint--right:before {
    border-right-color: #3986ac; }
  
  /**
   * Success
   */
  .hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0px #1a321a; }
  
  .hint--success.hint--top-left:before {
    border-top-color: #458746; }
  
  .hint--success.hint--top-right:before {
    border-top-color: #458746; }
  
  .hint--success.hint--top:before {
    border-top-color: #458746; }
  
  .hint--success.hint--bottom-left:before {
    border-bottom-color: #458746; }
  
  .hint--success.hint--bottom-right:before {
    border-bottom-color: #458746; }
  
  .hint--success.hint--bottom:before {
    border-bottom-color: #458746; }
  
  .hint--success.hint--left:before {
    border-left-color: #458746; }
  
  .hint--success.hint--right:before {
    border-right-color: #458746; }
  
  /**
   * source: hint-always.scss
   *
   * Defines a persisted tooltip which shows always.
   *
   * Classes added:
   * 	1) hint--always
   *
   */
  .hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible; }
  
  .hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px); }
  
  .hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px); }
  
  .hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--always.hint--top-right:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
  
  .hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px); }
  
  .hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px); }
  
  .hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--always.hint--bottom-right:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
  
  .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); }
  
  .hint--always.hint--left:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); }
  
  .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); }
  
  .hint--always.hint--right:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); }
  
  /**
   * source: hint-rounded.scss
   *
   * Defines rounded corner tooltips.
   *
   * Classes added:
   * 	1) hint--rounded
   *
   */
  .hint--rounded:after {
    border-radius: 4px; }
  
  /**
   * source: hint-effects.scss
   *
   * Defines various transition effects for the tooltips.
   *
   * Classes added:
   * 	1) hint--no-animate
   * 	2) hint--bounce
   *
   */
  .hint--no-animate:before, .hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms; }
  
  .hint--bounce:before, .hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
  
  /*** HINTS  ***/
  
  /*** SCROLL  ***/
  
  .ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
    
  }
  .ss-wrapper::before {
      content: "";
      display:block;
      width: 5px;
      height: 98%;
      position:absolute;
      right: 1px;
      background-color: #f3f3f3;
      border: 1px solid #dfdfdf;
      border-radius: 4px;
      
  }
  
  .ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0 20px 0 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    
  }
  
  .ss-content.rtl {
    width: calc(100% + 18px);
    right: auto;
  }
  
  .ss-scroll {
    position: relative;
    background: #80b1da;
    width: 11px;
    border-radius: 9px;
    box-shadow: 0 0 8px rgba(0,0,0,0.21);
    top: 0;
    z-index: 2;
    cursor: pointer;
    border:1px solid #ffffff;
    position: relative; 
  }
  .ss-scroll:hover {
      box-shadow: 0 0 12px rgba(0,0,0,0.25);
      background-color:#5899d0;
  }
  .ss-hidden {
    visibility: hidden;
  }
  
  .ss-container:hover .ss-scroll,
  .ss-container:active .ss-scroll {
    opacity: 1;
  }
  
  .ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  /*** SCROLL  ***/
  
  
  /* PAGINNATION */
  .justify-content-center {
      -ms-flex-pack: center!important;
      justify-content: center!important;
      text-align: center;
  }
  
  
  .es-pagination {
      margin:auto;
      display: inline-block;
      background: #ffffff;
      border:1px solid #dbdbdb;
      border-radius: 20px;
      font-size: 14px;
      box-shadow: 0 0 8px rgba(0,0,0,0.08);
      transition: all 200ms ease;
      padding:0px;
      cursor: pointer;
  }
  .es-pagination:hover {
      box-shadow: 0 0 16px rgba(0,0,0,0.17);
  }
  .es-pagination > li {
      display: inline-block;
      position: relative;
      float:left;
      border-left:1px solid #dbdbdb;
      margin:0;
  }
  
  .es-pagination li.es-pagination-disabled a, 
  .es-pagination li.es-pagination-disabled span {
      color:#5c5c5c;
      cursor: not-allowed;	
  }
  
  .es-pagination > li > a {
      color:#4771a3;
      line-height: 35px;
      display:block;
      padding:0 12px 0 12px;
      vertical-align: middle;
      transition: all 200ms ease;	
  }
  .es-pagination > li > span {
      color:#4771a3;
      line-height: 35px;
      display:block;
      padding:0 12px 0 12px;
      vertical-align: middle;
  }
  .es-pagination > li.es-pagination-active * {
      background-color:#337ab7;
      color:#fff;
      border:1px solid #4a7fb2;
      margin-top: -1px; 
      margin-bottom: -1px; 
  }
  
  .es-pagination > li > a:hover {
      background: #f5f5f5;
      color:#214979;
  }
  .es-pagination > li:first-child {
      border-left:none;
  }
  
  .es-pagination > li:first-child a,
  .es-pagination > li:first-child span {
      border-radius: 20px 0 0 20px;
      padding-left: 17px;
  }
  .es-pagination > li:last-child a, 
  .es-pagination > li:last-child span {
      border-radius: 0 20px 20px 0;
      padding-right: 17px;
  }
  .es-pagination > li > div {
      visibility: hidden;
      display:block;
      position: absolute;
      background-color: #ffffff;
      border:1px solid #dbdbdb;
      border-radius: 18px;
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
      min-width: 38px;
      width: 39px;
      margin-top: -5px;
      left:-1px;
      z-index:999;
      box-shadow: 0 0 12px rgba(0,0,0,0.12);
  }
  .es-pagination > li > div.es-pagination-sub-cont {
      height: 150px;
      min-width: 50px;
      width: 60px;
      text-align: left;
  }
  
  .es-pagination-popup-left::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-left: 8px solid #e2e2e2;
      border-bottom: 8px solid transparent;
      transform: rotate(135deg);
      left:-2px;
      bottom:-5px;
  }
  .es-pagination-popup-right::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-left: 8px solid #e2e2e2;
      border-bottom: 8px solid transparent;
      transform: rotate(45deg);
      right:-2px;
      bottom:-5px;
  }
  
  .es-pagination > li > div > ul {
      padding: 10px;	
  }
  .es-pagination-sub {
      position:relative;
  }
  .es-pagination-sub > div {
      padding: 10px;
      box-sizing: border-box;
  }
  
  .es-pagination > li:hover > div {
      visibility: visible;
  }
  .es-pagination-sub > a {
      font-weight: bold;
  }
  li.es-pagination-sub > div > div ul li a {
      display:block;
      color:#528ecc;
  }
  li.es-pagination-sub > div > div ul li a:hover {
      color:#626262;
  }
  
  .es-pagination > li.es-pagination-next > a, 
  .es-pagination > li.es-pagination-next > span {
      width: 10px;
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKAgMAAAAba5wtAAAADFBMVEUAAABLkcxLkcxLkcyynBmMAAAAA3RSTlMAoULVuGnKAAAAIElEQVQI12O4wMDA8A2I/ycA8Rcg/tsAwhB2AlgOpAYAN90PKeGeRrwAAAAASUVORK5CYII=') 50% 50% no-repeat;
  }
  .es-pagination > li.es-pagination-next > a:hover,
  .es-pagination > li.es-pagination-prev > a:hover {
      background-color: #f5f5f5;
  }
  .es-pagination > li.es-pagination-prev > a, 
  .es-pagination > li.es-pagination-prev > span {
      width: 10px;
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKAgMAAAAba5wtAAAADFBMVEUAAABLkcxLkcxLkcyynBmMAAAAA3RSTlMAoULVuGnKAAAAI0lEQVQI12NgYDzAwKB+gIGp/gAD+/8DDPPBGMQGiYHlQGoAFA8OGwgARQAAAAAASUVORK5CYII=') 50% 50% no-repeat;
  }
  .es-pagination > li.es-pagination-prev > span, 
  .es-pagination > li.es-pagination-next > span {
      opacity: 0.4;
  }
  
  
  
  @media (max-width: 768px) {
      
  
      .es-pagination {
          margin:auto;
          display: inline-block;
          background: #ffffff;
          border:1px solid #dbdbdb;
          border-radius: 20px;
          font-size: 14px;
          box-shadow: 0 0 8px rgba(0,0,0,0.08);
          transition: all 200ms ease;
          padding:0px;
      }
      .es-pagination:hover {
          box-shadow: 0 0 16px rgba(0,0,0,0.17);
      }
      .es-pagination > li {
          display: inline-block;
          position: relative;
          float:left;
          border:none;
          margin:0;
      }
      .es-pagination > li:first-child {
          display:none;
          
      }
      .es-pagination > li:last-child {
          display:none;
      }
      .es-pagination > li.es-pagination-sub {
          display:none;
      }
      .es-pagination > li.es-pagination-last-one-page {
          display:none;
      }
      .es-pagination > li.es-pagination-next > a:hover,
      .es-pagination > li.es-pagination-prev > a:hover {
          background-color: transparent;
      }
  }
  
  
  
  
  @media (max-width: 500px) {
  
      .es-pagination > li {
          display:none;
      }
      .es-pagination > li.es-pagination-next,
      .es-pagination > li.es-pagination-prev {
          display:block;
      }
      .es-pagination > li.es-pagination-active {
          display:block;
      }
  }
  
  .similar-versions{
      background-color: #ffffff;
      border: 1px solid #e3e3e3;
      border-radius: 5px;
      margin: 0px 5px;
  }
  .find-track-by-composer{
      color:#337AB7;
      background: transparent;
      border:none;
      cursor: pointer;
  }
  .find-track-by-composer:hover{
      text-decoration: underline;
  }

  #filter-box {
    font-size: 14px;
    border: none !important;
    position: relative !important;
    width: 100%;
    box-sizing: border-box;
    display: none;
    z-index: 1299;
    background: transparent;
    border-radius: 4px;
    border-bottom: 1px solid #d3d3d3;
}
label.es-box{
    display:contents;
}

.es-search-options ::after, ::before {
    box-sizing: content-box !important;
}

.es-td button {
  vertical-align: inherit;
}
.input-in-btn-custom {
  background: #fff !important;
  color: #333333 !important;
  border: 1px solid #d3d3d3 !important;
}
.es-pagination ul{
  margin:0px;
  padding:0px;
}
.es-pagination li{
  list-style-type: none;
}

.btn-browse-title{
  width: 48%;
  margin: 0px;
  padding: 10px 5px;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 1px #808080;
  cursor: pointer;
  text-transform: uppercase;
  
}
.btn-browse-title:hover{
  opacity: 0.9;
}
.browse-btn{
  border: 0px solid transparent;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
  width: 100%;
  padding: 8px;
  border-radius:20px;
  font-size: 13px;
}
.home-browse-search .browse-btn{
  padding: 10px;
}
.browse-sub-categories .browse-btn{
  width:auto;
  display: inline-block;
  padding: 2px 8px;
  margin: 2px 0px;
}
.browse-btn-in{
  border: 1px solid transparent;
  color: #fff;
  position: absolute;
  top: -1px;
  right: 0;
  background: transparent;
  font-size: 13px;
  /* padding: 8px; */
  /* margin-bottom: 3px; */
  /* font-size: 14px; */
  cursor: pointer;
  padding: 9px 8px;
  opacity: 0.9;
  /* margin-left: -4px; */
  /* border-top-right-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
}
.home-browse-search .browse-btn-in{
 padding: 10px 8px;
}

/* Clear floats (clearfix hack) */

/* Add a background color on hover */
.btn-group button:hover {
  opacity: 0.9;
}
.browse-btn-in:hover{
  opacity: 0.8;
}
.browse-sub-categories{
  position:absolute;
  border-radius: 20px;
  background: #ffffff;
  z-index: 9;
  padding:0px;
  box-shadow: 0 0 10px #808080;
}

.browse-sub-categories .browse-btn{
      padding:8px;
}
.browse-sub-categories div{
  margin:4px;
}
.browse-gen{
  border-color:#14789A !important;
  color:#ffffff !important;
  background:#14789A !important;
}


.browse-inst{
  border-color:#3f9a82 !important;
  background:#3f9a82 !important;
  color:#ffffff !important;
}

.browse-mood{
  border-color:#427676 !important;
  background:#427676 !important;
  color:#ffffff !important;
}

.browse-prod{
  border-color:#4c8059 !important;
  background:#4c8059 !important;
  color:#ffffff !important;
}


.browse-hr{
  display: block;
  clear: both;
}
.browse-hr hr{
  border: 1px solid #808080;
  width:50%;
  opacity: 0.4;
}

.browse-btn-in:hover{
  opacity: none;
}

.browse-selection-menu .btn-browse-title{
  width: 48%;
  color:#333333 !important;
  box-shadow:none !important;
  border-radius: 0px;
  font-size: 12px;
      border: 2px solid;
  border-radius: 20px;
}
.browse-selection-menu{
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .browse-selection-menu .btn-browse-title{
      width: 45%;
  }
}
.browse-selection-menu .btn-browse-title-active{
 color:#ffffff !important;
 border-radius: 20px;
}
.find-browse-search .browse-selection-menu .btn-browse-title {
  width: 48%;
}
.browse-selection-menu .btn-browse-title-inactive{
 background: transparent !important;
}
#browse-tags{
	margin-top: 10px;
}
#browse-tags button{
	background: transparent;
	border:1px solid #d3d3d3;
	margin-right: 5px;
	padding: 3px 10px;
	color:#595959;
	cursor: pointer;
}
.browse-title{
	display: none;
	font-weight: bold;
	font-size: 15px;
	padding-right:10px;
}


.btn-browse-title{
    width: 48%;
    margin: 0px;
    padding: 10px 5px;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #2A2A2A;
    background: #2A2A2A;
    color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 1px #808080;
    cursor: pointer;
    
}
.btn-browse-title:hover{
    opacity: 0.9;
}

.home-browse-search .browse-btn{
    padding: 10px;
}
.browse-sub-categories .browse-btn{
    width:auto;
    display: inline-block;
    padding:8px;
    margin: 2px 0px;
}
.browse-selection-menu .btn-browse-title-active{
  color:#ffffff !important;
  border-radius: 20px;
}
#tags .btn-group{
  margin-bottom: 4px;
}
.find-browse-search .browse-selection-menu .btn-browse-title {
   width: 48%;
}
.browse-selection-menu .btn-browse-title-inactive{
  background: transparent !important;
}
#search-explanation{
  padding: 15px 10px;
border-radius: 4px;
color: #31708F;
font-size: 15px;
clear: both;
position: relative;
}
#search-explanation i{
font-size: 30px;
}
#search-explanation a{
font-weight: bold;
color:#31708F;
}
.btn-group-have-child {
  padding-right: 30px !important;
}
.home-browse-search .browse-btn-in {
  padding: 10px 8px;
}
.browse-gen{
  border-color:#14789A !important;
  color:#ffffff !important;
  background:#14789A !important;
}


.browse-inst{
  border-color:#3f9a82 !important;
  background:#3f9a82 !important;
  color:#ffffff !important;
}

.browse-mood{
  border-color:#427676 !important;
  background:#427676 !important;
  color:#ffffff !important;
}

.browse-prod{
  border-color:#4c8059 !important;
  background:#4c8059 !important;
  color:#ffffff !important;
}

.btn-in-categories{
  background: #ffffff !important;
  border-color: #f3f3f3 !important;
  color: #333 !important;
}
#es-duration-slider-handle-from, #es-duration-slider-handle-to, #es-bpm-slider-handle-from, #es-bpm-slider-handle-to {
  box-sizing: unset !important;
}
.ui-widget-header{
  background: unset;
}
.elastic-sizer select {
  padding: 0px 5px;
  border-radius: 25px;
  color: #333;
  background: transparent;
  border-color: #d3d3d3;
}
.justify-content-left{
  text-align: left;
}
.justify-content-right{
  text-align: right;
}
#search-page{
  clear:both;
}
#filters button {
  text-transform: capitalize;
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 7px 10px;
  margin-right: 5px;
  color: #337AB7;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 5px;
  box-shadow: 0 0 8px rgba(0,0,0,0.11);
  transition: all 200ms ease;
}
#filters .choice span {
  color: #606060;
}
.filter-selected{
  border-bottom: 1px solid #3F7AB7;
  color: #3F7AB7;
}
.filter-selected:after{
   content: 'X';
   color:#CD5554;
   font-weight: bold;
   padding-left:5px;
   position: absolute;
}
#filters button i {
  color: #CD5554;
  font-size: 14px;
  padding-left: 10px;
}
#exact-search{
  display: none;
  padding-top:20px;
}
.exact-search-btn{
  background: #337AB7;
  border-color:#337AB7;;
  color: #f3f3f3;
  border-radius:19px;
  font-weight: bold;
}
.gm-container{
  margin-bottom: 10px;
}
.gm-track-container{
  clear: both;
  padding-top: 10px;
}
.gm-box  .selected-icon{
 right: 5px;
  top: -40px;
  background: #fff;
  border-radius: 50px;
  padding: 0px 3px;
}
.mood .selected-icon{
  font-size: 20px;
  right: -5px;
  top: -5px;
  background: #fff;
  padding: 0px 2px;
  border-radius: 50%;
}
.selected-icon:before {
  content: "\f058";
}

.gm-main-btm {
  background-color:red;
  background: #14789a;
  background: -moz-linear-gradient(-45deg, #14789a 0%, #179ecc 100%); 
  background: -webkit-linear-gradient(-45deg, #14789a 0%,#179ecc 100%); 
  background: linear-gradient(-45deg, #14789a 0%,#179ecc 100%);
  border-radius: 30px;
  box-shadow: 0 5px 13px rgba(0,0,0,0.1);
  transition: all 200ms ease;
  cursor:pointer;
  padding: 4px;
  margin-bottom: 12px; 
  position: relative;
  min-width: 250px;
}
.gm-main-btn-list > div > div.gm-main-btm, 
.gm-main-btn-list > div:nth-child(7) > div.gm-main-btm {
  background: url("/resource/img/gmicon/gm-btn-bgnd-v2.jpg") 100% 0px no-repeat; 
}
.gm-main-btn-list > div:nth-child(2) > div.gm-main-btm, 
.gm-main-btn-list > div:nth-child(8) > div.gm-main-btm
{
  background: url("/resource/img/gmicon/gm-btn-bgnd-v2.jpg") 100% -198px no-repeat;
}
.gm-main-btn-list > div:nth-child(3) > div.gm-main-btm, 
.gm-main-btn-list > div:nth-child(9) > div.gm-main-btm {
  background: url("/resource/img/gmicon/gm-btn-bgnd-v2.jpg") 100% -70px no-repeat;
}
.gm-main-btn-list > div:nth-child(4) > div.gm-main-btm, 
.gm-main-btn-list > div:nth-child(10) > div.gm-main-btm {
  background: url("/resource/img/gmicon/gm-btn-bgnd-v2.jpg") 100% -261px no-repeat;
}
.gm-main-btn-list > div:nth-child(5) > div.gm-main-btm, 
.gm-main-btn-list > div:nth-child(11) > div.gm-main-btm {
  background: url("/resource/img/gmicon/gm-btn-bgnd-v2.jpg") 100% -132px no-repeat;
}
.gm-main-btn-list > div:nth-child(6) > div.gm-main-btm, 
.gm-main-btn-list > div:nth-child(12) > div.gm-main-btm {
  background: url("/resource/img/gmicon/gm-btn-bgnd-v2.jpg") 100% -326px no-repeat;
}


.gm-main-btm::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 23px;
  top: 17px;
  transform: rotate(45deg);
  box-shadow: 6px 0px 4px rgba(0,0,0,0.06);
  transition: all 200ms ease;
}

.gm-main-btm:hover::after {
  right: 18px;
}

.gm-main-btm-active::after {
  transform: rotate(135deg);
  top: 14px;
}
.gm-main-btm-active:hover::after {
  right: 23px;    
}

.gm-main-btm:hover {
  box-shadow: 0 5px 18px rgba(0,0,0,0.2);
}
.gm-main-btm div {
  background: #f7f7f7;
  background: -moz-linear-gradient(-45deg, #dbdbdc 0%, #f9f9f9 100%); 
  background: -webkit-linear-gradient(-45deg, #dbdbdc 0%,#f9f9f9 100%); 
  background: linear-gradient(-45deg, #dbdbdc 0%,#f9f9f9 100%);
  border: 1px solid #fff;
  height: 46px;
  width: 46px;
  float:left;
  display:inline-block;
  border-radius: 50%;
  margin-right: 14px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.12);
}
.gm-main-btm div span {
  height: 45px;
  width: 45px;
  display:inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;


}
.gm-main-btm h1 {
  padding:0;
  margin:0;
  font-size:15px;
  line-height: 48px;
  color:#fff;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
#page h4, #tags h4{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
#ftt-blogs h4{
  font-weight: 600;
}

.frontpage-album-box{
  text-align: center;
}
.frontpage-album-box img{
  width: 100%;
  border-radius: 15px;
}
.frontpage-album-box .new-alb-title{
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
}
.frontpage-album-box .new-alb-info{
  text-align: center;
  font-size: 10px; 
  color: #999;
  white-space: nowrap; 
  overflow: hidden;
}
#ftt-blogs{
  margin-bottom:30px;
}
#ftt-blogs .learn-more-blog{
  float:right;
  color:#6161FF;
}
#ftt-blogs .blogs-li{
      display: inline-block;
  margin-bottom: 7px;
  background: #ffffff;
  padding: 15px;
  border-radius:15px;
  border: 1px solid #f3f3f3;
  transition: all 0.5s linear;
  font-size: 14px;
}
#ftt-blogs .blog-date{
  color:#808080;
  float:right;
  font-size: 11px;
}
#ftt-blogs .blog-date a, #ftt-blogs .blog-link a{
  text-decoration: none;
  color:#6161FF;
}
#ftt-blogs .blogs-li:hover{
  box-shadow: 0 0 10px #d3d3d3;
}
#ftt-blogs ul li{
 
}
#ftt-blogs .blog-img{
  float: left;
  clear: both;
  width:20%;
}
#ftt-blogs .blog-td{
  float:right;
  width:77%;
}
#ftt-blogs img{
  width: 100%;
  border-radius:2px;
}
.selected-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color:#58D68D;
}
.custom-ftt-footer{
  background: #1A1F22;
  color: #f3f3f3;
  padding: 15px;
  margin-top: 20px;
  font-size: 13px;
}
.custom-ftt-footer div{
  padding-bottom: 50px;
}
.terms{
  font-size: 12px;
  color:#d3d3d3;
}
.terms:hover{
  text-decoration: underline;
}
.custom-ftt-footer ul {
  margin:0px !important;
	padding:0px !important;
}
.custom-ftt-footer ul li{
  list-style-type: none;
}
.custom-ftt-footer ul li a{
  color:#f3f3f3;
}
.custom-ftt-footer a{
  color:#f3f3f3;
}
.custom-ftt-footer div{
  border-right: 1px solid #333;
}
.custom-ftt-footer div:last-child{
  border-right: none;
}
.footer-button{
	background: #333;
	padding:10px 15px;
	border-radius: 4px;
	color:#ffffff !important;;
	text-decoration: none;
	margin-top:5px;
	display: inline-block;
}
.footer-button:hover{
	color:#d3d3d3 !important;
}
.footer-head{
  font-weight: bold;
  margin-bottom:10px;
}
.es-form-labels label {
  display: block;
	margin-bottom: 2px;
}


.apl-loader {
	display:inline-block;
	vertical-akign:middle;
    border: 5px solid #f2f2f2; /* Light grey */
    border-top: 5px solid #337ab7; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: aplLoaderSpin 2s linear infinite;
}

@keyframes aplLoaderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.elastic-search-lang-loader {
	display:block;
	position: absolute;
	white-space: nowrap;
	margin-top: 5px; 
	right:0px;
	border-radius: 18px; 
	background-color:#fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
	padding: 2px 9px 2px 6px;
	display:none;
}
.elastic-search-lang-loader::before {
	content: "";
	background-color:#fff;
	height: 13px;
	width: 13px;
	display:block;
	position: absolute;
	margin-top: -8px;
	right: 33px;
	transform: rotate(45deg);
}
.elastic-search-lang-loader .apl-loader {
	margin-top: 4px;
	margin-right: 4px;
}
.elastic-search-lang-loader span {
	padding-top: 0px;
	display: inline-block;
	vertical-align:top;
}
#select-country-overlay {
  position: fixed; 
  width: 100%; 
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); 
  z-index: 1500; 
  cursor: pointer; 
  color:#fff;
  overflow-x:hidden;
  overflow-y:auto;
}
.btn-select-country{
  margin-bottom: 5px;
}
.country-selection{
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.select-country{
  width:80%;
  margin: auto;
}
.btn-slect-country-large{
  margin-top:0px;
}
.btn-slect-country-large button{
  margin-bottom: 5px;
}
.btn-select-country{
  font-size: 15px;
}
.btn-select-yss{
  font-size: 16px;
  padding: 5px;
}
.show-overlay{
  display:block;
}
.hidden-overlay{
  display:none;
}
.navbar-dark .navbar-brand {
  color: #fff;
  margin: -6px 15px -6px 5px;
}

.albums_2-0_ind_div_icon a, .playlists_2-0_ind_div_icon a{
  color: #ffffff !important;
}

.FTT_play-icon{
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size:65px;
  transition: all 50ms linear;
  visibility:hidden;
  z-index: 9;
}
.FTT_play-icon span:after{
  font-family: FontAwesome;
  content: "\f144";
}
.FTT_play-icon span:hover{
  font-size: 70px;
}
.FTT_play-icon:hover + .playlist_2-0_content{
background-color:rgba(0, 0, 0, 0.1);
}
.FTT_play-icon:hover + .albums_2-0_layer{
  background-color: none;
}
.FTT_show-more-icon{
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size:65px;
  transition: all 50ms linear;
}
.FTT_show-more-icon span:after{
  font-family: FontAwesome;
  content: "\f0a9";
}
.FTT_show-more-icon:hover{
  font-size: 70px;
}
.playlist_2-0_table{
  display:table;
  width:100%;
  height:100%;
}
.playlist_2-0_table-cell{
  display:table-cell;
  vertical-align: bottom;
  text-align: center;
}
/*  For list */
.playlist_2-0_table-cell ul{
  text-align:left;
  margin:5% 0 0;
  padding:0;
  list-style-position:inside;
}
.playlist_2-0_table-cell li{
  margin: 0 0 0 5%;
  padding:0;
}

.playlist_2-0_title{
  color: #f0f0f0;
  font-size: 15px;
  background: rgba(0,0,0,0.7);
  width: 100%;
  border-radius: 15px;
  display: block;
}
.playlist_2-0_square_show-more .playlist_2-0_title{
  background:none;
}
.search-playlist-input-div{
  position: relative;
  margin: auto;
  text-align: center;
  padding: 20px 0px 30px 0px;
}
#searchPlaylist{
  font-size: 16px;
  padding: 12px;
  border-radius: 20px;
  width: 50%;
  border: 1px solid #d3d3d3;
}
#searchPlaylist:focus {   
  border-color: rgba(104, 158, 239, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(104, 158, 239, 0.8);
  outline: 0 none;
}
#searchPlaylistButton{
  position: absolute;
  margin-left: -40px;
  margin-top: 10px;
  color:#518FCC;
  border:none;
  background:transparent;
  cursor: pointer;
  font-size: 20px;
}
.playlist_2-0_head h2{
  margin-left: 25px;
}
.playlist_page_loader {
  position: absolute;
  border: 16px solid #d6d6d6;
  border-radius: 50%;
  border-top: 16px solid #337AB7;
  width: 120px;
  height: 120px;
  margin-top:100px;
  margin-left:42%;
  -webkit-animation: playlistspin 2s linear infinite;
  animation: playlistspin 2s linear infinite;
}

@-webkit-keyframes playlistspin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes playlistspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.playlist_2-0_single_container,  .album_2-0_single_container {
  margin-top: 45px;
  margin-bottom: 45px;
}
.playlist_2-0_single_header img, .album_2-0_single_header img {
  width: 220px;
  border: 2px solid #fff;
  box-shadow: 0 0 20px #d3d3d3;
}
.playlist_2-0_single_header_title, .album_2-0_single_header_title{
   margin-top: 5px;
   padding-bottom: 15px;
   border-bottom: 1px solid #D3D3D3;
}
.playlist_2-0_single_header_title p, .album_2-0_single_header_title p {
    font-size: 15px;
    font-weight: bold;
}
.album_2-0_single_header_title p {
  font-size: 16px;
  font-weight: normal;
}
.playlist_2-0_single_header_buttons, .album_2-0_single_header_buttons{
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.playlist_2-0_single_header_tracks, .album_2-0_single_header_tracks{
   margin-top:20px;
}
.playlist_2-0_single_track, .album_2-0_single_track{
  padding: 10px 0px;
  border-bottom: 2px solid #d3d3d3;
  font-size: 14px;
  padding-left: 50px;
  position: relative;
}
.playlist_2-0_single_track_play_button, .album_2-0_single_track_play_button{
   position: absolute;
  left: 0px;
  font-size: 45px;
  color: #337AB7;
  transition:all 200ms linear;
  cursor: pointer;
}
.playlist_2-0_single_track_play_button:hover , .album_2-0_single_track_play_button:hover{
 color:#1b4162;
}
.playlist_2-0_head_options, .album_2-0_head_options{
  text-align: right;
}
.playlist_2-0_head_options span, .album_2-0_head_options span{
  padding-left:25px;
  font-size: 15px;
  
}
.playlist_2-0_head_options select{
  padding: 7px;
  border-radius: 15px;
  font-size: 15px;
}
.playlist_2-0_single_track_title, .album_2-0_single_track_title{
    font-weight: bold;
}
.playlist_2-0_single_track_title i, .album_2-0_single_track_title i{
    color:#337AB7;
}
.playlist_2-0_single_track_buttons_extra, .album_2-0_single_track_buttons_extra{
  position: absolute;
  top: 10px;
  right: 0px;
}
.playlist_2-0_single_track_buttons_extra button, .playlist_2-0_single_track_buttons_extra a,
.album_2-0_single_track_buttons_extra button, .album_2-0_single_track_buttons_extra a
{
  border: none;
  color:#7F7F7F !important;
  background: transparent;
  font-size: 20px;
  margin: 20px;
  cursor: pointer;
  transition:all 300ms linear;
}
.playlist_2-0_single_track_buttons_extra button:hover, .playlist_2-0_single_track_buttons_extra a:hover,
.album_2-0_single_track_buttons_extra button:hover, .album_2-0_single_track_buttons_extra a:hover
{
  color:#333333 !important;
}
.playlist_2-0_created, .album_2-0_created{
    color:#fff !important;
    font-size: 12px;
}
.playlist_2-0_single_track_download_all_button, .album_2-0_single_track_download_all_button{
  padding: 4px 10px;
}
.playlist_2-0_single_track_play_button:before, .album_2-0_single_track_play_button:before{
  font-family: FontAwesome;
  content: "\f144";
  left:-5px;
  position:absolute;
  top:0;
}
.playlist_2-0_single_track_play_pause, .album_2-0_single_track_play_pause{
  color:#FFA500 !important;
}
.playlist_2-0_single_track_play_pause:before, .album_2-0_single_track_play_pause:before{
  font-family: FontAwesome;
  content: "\f28b";
  left:-5px;
  position:absolute;
  top:0;
}
.playlist_2-0_total_playlist{
  font-size: 16px;
  margin-left: 25px;
}
.playlist_2-0_pagination_active a, .album_2-0_pagination_active a, .single_album_2-0_pagination_active a{
    background: #2083A3 !important;
    color:#fff !important;
}
.playlist_2-0_pagination_div, .album_2-0_pagination_div, .single_album_2-0_pagination_div  {
  text-align: center;
  display: block;
  clear: both;
  margin: 20px;
  
}
.album_2-0_single_track_desc_desc{
    display: block;
    max-width: 80%;
}
#albums_2-0, #playlists_2-0{
    padding:0;
}
 #playlists_2-0 {
  padding: 0;
  margin-bottom: 10px;
  }
.albums_2-0_ind_div, .playlists_2-0_ind_div{
  padding: 0px 0px 0px 15px;
  display: inline-block;
  margin: -2px;
}
#albums_page .albums_2-0_ind_div,  #playlist_page .playlists_2-0_ind_div{
   padding: 10px 30px;
}
.albums_2-0_ind_div_see_all, .playlists_2-0_ind_div_see_all{
    background:#fff;
}
.albums_2-0_ind_div_icon, .playlists_2-0_ind_div_icon{
    background-size: cover;
    padding-top: 100%;
    position: relative;
    background-color:#2A2A2A;
    box-shadow: 0 0 14px rgba(0,0,0,0.21);
}
.albums_2-0_layer, .playlists_2-0_layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#albums_page .albums_2-0_ind_div_icon, #single_album_page .albums_2-0_ind_div_icon, #playlist_page .playlists_2-0_ind_div_icon, #playlists_playlist_page .playlists_2-0_ind_div_icon {
  box-shadow: 0 0 14px rgba(0,0,0,0.21);
}
.albums_2-0_ind_div_album_title, .playlists_2-0_ind_div_playlist_title{
  max-height: 50px;
  min-height: 50px;
  padding: 0px 10px;
  text-align: left;
  overflow: hidden;
  color: #333;
  margin-top: 10px;
}
.albums_2-0_ind_div_album_title {
  text-align: center;
  font-weight: bold;
}
.albums_2-0_ind_div_album_title span,.playlists_2-0_ind_div_playlist_title span{
    font-size: 12px;
    font-weight: normal;
}
.albums_2-0_ind_div_album_title_details, .playlists_2-0_ind_div_playlist_title_details{
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #fff;
  background: #000;
  padding: 2px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0.9;
}
#albums_page .albums_2-0_ind_div_album_title,  #playlist_page .playlists_2-0_ind_div_playlist_title  {
  max-height: 100px;
  min-height: 100px;
  font-size: 17px;
  margin-top: 10px;
  color:#000;
}
#playlist_page .playlists_2-0_ind_div_playlist_title  {
  max-height: 50px;
  min-height: 50px;
}
#albums_page .albums_2-0_ind_div_album_title span,  #playlist_page .playlists_2-0_ind_div_playlist_title span{
  font-size: 12px;
  font-weight: normal;
}
.album_2-0_single_header_image_title{
    font-size: 30px;
    padding: 20px;
    text-align: center;
}
.album_2-0_single_download_album{
    float:right;
}
.album-search-page-header{
    padding-left:35px;
}
.album_2-0_total_album{
  font-size: 16px;
  padding-left: 35px;
}
.albums-header-title-block{
   display:inline-block;
   float:left;
}
#albums_page .es-order-block{
  display: inline-block;
  float: right;
  padding-right:45px;
}

#albums_page .search-albums-input {
  padding: 0px 35px;
  margin-bottom:15px;
}
#album-q-album-elastic {
  width: 81%;
}
.elastic-album-filters-div{

}
.elastic-album-filters-div-title{
  font-weight: bold;
  font-size: 15px;
  padding-right: 10px;
}
.multiselect-checkboxes-div {
  width: 200px;
  display: inline-block;
}

.multiselect-selectBox {
  position: relative;
}

.multiselect-selectBox select {
  width: 100%;
}

.overSelect-select-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.multiselect-checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  width:auto;
  background: #fff;
  height: 200px;
  overflow: auto;
  z-index: 99;
  font-size: 14px;
}

.multiselect-checkboxes label {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #d3d3d3;
}
.multiselect-checkboxes label:hover{
    background:#f2f2f2;
}

.elastic-album-filters-div select{
  padding: 3px;
  border-radius: 15px;
  font-size: 15px;
  border-color: #d3d3d3;
}
.play-all-single-album, .single-playlist-play-icon{
    cursor: pointer;
}
#album-q-album-elastic, #sfx-q-sfx-elastic{
  margin-top:15px;
	width: 88%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px;
    border-right: none;
    border-top-left-radius:19px;
    border-bottom-left-radius:19px;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 5px;
}
.search-albums-input button, #search-sfx-btn-elastic{
	color: #2E6DA4;
    background:#fff;
    border: 1px solid #ccc;
    padding: 9px;
    font-size: 16px;
    border-left: none;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    margin-left: -6px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-left: 13px;
    margin-right: 13px;
    margin-top: 1px;
  -moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.21);
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.21);
 box-shadow: 0px 3px 8px rgba(0,0,0,0.21);
 max-height: 250px;
 overflow: auto;
}
/* width */
.autocomplete-items::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.autocomplete-items::-webkit-scrollbar-track {
  background: #f8f8f8; 
}
 
/* Handle */
.autocomplete-items::-webkit-scrollbar-thumb {
  background: #518FCC; 
  border-radius:10px
}

/* Handle on hover */
.autocomplete-items::-webkit-scrollbar-thumb:hover {
  background: #14789A; 
}
.autocomplete-items div {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #f8f8f8; 
  border-bottom: 1px solid #d4d4d4; 
  font-size: 14px;

}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color:#ebebeb; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color:#dddddd !important;  
}
.album-cover{
  margin:0px;
  padding: 5px 0px 0px 5px;
  text-align: center;
}
.album-cover img{
  box-shadow: 0 0 8px rgba(0,0,0,0.21);
}
@media only screen and (max-width: 760px){
  .album-cover{
    padding:15px;
  }
  .album-cover img{
    width:100px;
  }
}
.track-lat{
  padding-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.track-lat span{
  font-weight: 400;
}
.track-desc-label-fullname{
  
}
.track-desc-extra{
  font-size: 12px;
  padding-top:5px;
  text-transform: capitalize;-
}
.track-desc-extra span{
  margin-right: 5px;
}
.track-desc-extra span:after{
  font-family: FontAwesome;
  content:'|';
}
.track-desc-extra span:last-child:after{
  font-family: FontAwesome;
  content:'';
}
.track-container label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.track-container span {
  margin-right: 5px;
}
.track-description-clickable-keywords {
  color: #0e556d !important;
}
.track-description-clickable-keywords:hover{
  text-decoration: underline;
}
.track-buttons-new {
  margin-top: 10px;
}
.track-buttons-new button, .track-buttons-new a{
  border: 1px solid #d3d3d3 !important;
  color: #000 !important;
}
.track-buttons-new button:hover, .track-buttons-new a:hover{
  border: 1px solid #337AB7 !important;
  color: #fff !important;
  background:#337AB7;
}
#tags h4{
  display:none;
}
.order-1 h4{
  display:block !important;
}
.track-num-versions{
  font-size: 16px;
  font-weight: bold;
}
.elastic-sim-versions{
  border: 1px solid #285f8f;
  background: #337AB7;
  font-size: 11px;
  padding: 0px 15px;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  font-weight: noraml;
  border-radius: 15px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(0,0,0,0.11);
  
}

.elastic-sim-versions[data-type="stem"]{
  border: 1px solid #227b78;
  background: #288f8b;
}
.elastic-sim-versions:hover{ 
  opacity:0.99;
  box-shadow: 0 0 14px rgba(0,0,0,0.21);
}
.nav-link {
  font-size: 15px;
}
#exact-search-form .es-td input, #exact-search-form .es-td select{
  border: 1px solid #d3d3d3;
    border-radius: 25px;
}
.es-pagination-bottom{
   padding-top:20px;
   padding-bottom: 20px;
}
/*  
Styling for easter promotion . please delete it once its over
*/
.track-914534{
  color:rgb(73,48,135);
}
.track-914534 a{
  color:rgb(73,48,135) !important;
}
.track-914534:before, .track-914534:after  {
  content: "" !important;
}
.track-914534:after  {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 72px;
  background-color: rgb(236,219,96);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  left:-40px;
  top:-10px;
  box-shadow: 0 0 10px white;
  border:1px solid #f8f8f8;
}
/* --------------end--------------------------------- */
.playlists_2-0_ind_div_playlist_title a.playlist_empl_link{
  color:#518FCC;
  font-size:12px;
  cursor: pointer;
}

.playlists_2-0_ind_div_playlist_title a.playlist_empl_link:hover{
  text-decoration: underline;
}
a.playlist_empl_link_ind{
  color:#518FCC;
}
 a.playlist_empl_link_ind:hover{
  text-decoration: underline;
}
.navbar {
    padding: .2rem 1rem;
}
.skoletube_icon{
  background: url(/resource/trial/image/skoletube.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 5px;
}
.skoletube_icon_header{
  width: 16px;
  height: 16px;
  opacity: 0.6;
  top: 3px;
}
.skoletube_icon_black{
  background: url(/resource/trial/image/skoletube_black.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 3px;
}

.skoletube_icon_pa{
  width: 22px;
  height: 22px;
  opacity: 0.5;
}
.skoletube_icon_pa:hover{
  opacity: 0.9;
}
.btn-outline-secondary:hover > .skoletube_icon_black{
  background: url(/resource/trial/image/skoletube.svg);
  background-repeat: no-repeat;
}
#sfx-q-sfx-elastic{
  width:63%;
}
.sfx-search-container{
  margin-top:25px;
}
.sfx-search-container ._sfx:first-child{
	display: inline-block;
	float:right;
	width: 33%;
}
.sfx-search-container ._sfx:last-child{
	display: inline-block;
	float:left;
    width: 65%;
}
.sfx-keyword{
    margin-top: 3px;
    display: inline-block;
    background: #fff;
    border: 1px solid #d3d3d3;
        border-radius: 20px;
    padding: 5px 10px;
}
.track-title-playing{
  color:#337AB7;
}
.track-title-playing:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  padding-right: 3px;
  color:#e69500;
}
.bornetube_icon{
  background: url(/resource/trial/image/bornetube.svg);
  background-repeat: round;
  background-color: #A3C6D6;
  border-radius: 45%;
}
.btn-outline-secondary:hover > .bornetube_icon{
  background: url(/resource/trial/image/bornetube.svg);
  background-repeat: round;
  background-color: #A3C6D6;
  border-radius: 45%;
}