@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,200,300,100,500);

/*
font-family: 'Italianno', cursive;
font-family: 'Work Sans', sans-serif;
*/

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body, div {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*------------pre-loader------------*/

/*.ads-1 {
    width: 0;
    height: 0;
}*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1b1b1b; 
	z-index: 99999;
	height: 100%;
	width: 100%;
    margin: auto;
	overflow: hidden !important;
}

.cssload-square {
	display: inline-block;
  	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
}

.cssload-square-part {
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 1;
	animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
		-o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
		-ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
		-webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
		-moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
	background: rgb(255,255,255);
	right: 0;
	bottom: 0;
	animation-direction: alternate-reverse;
		-o-animation-direction: alternate-reverse;
		-ms-animation-direction: alternate-reverse;
		-webkit-animation-direction: alternate-reverse;
		-moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
	background: rgb(232,204,164);
	left: 0;
	top: 0;
}

.cssload-square-blend {
	background: rgb(58,58,58);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	animation: blend-anim 0.92s ease-in infinite;
		-o-animation: blend-anim 0.92s ease-in infinite;
		-ms-animation: blend-anim 0.92s ease-in infinite;
		-webkit-animation: blend-anim 0.92s ease-in infinite;
		-moz-animation: blend-anim 0.92s ease-in infinite;
}



@keyframes blend-anim {
	0% {
		transform: scale(0.01, 0.01) rotateY(0);
		animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		transform: scale(1, 1) rotateY(0);
		animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		transform: scale(0.01, 0.01) rotateY(0);
	}
}

@-o-keyframes blend-anim {
	0% {
		-o-transform: scale(0.01, 0.01) rotateY(0);
		-o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-o-transform: scale(1, 1) rotateY(0);
		-o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-o-transform: scale(0.01, 0.01) rotateY(0);
	}
}

@-ms-keyframes blend-anim {
	0% {
		-ms-transform: scale(0.01, 0.01) rotateY(0);
		-ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-ms-transform: scale(1, 1) rotateY(0);
		-ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-ms-transform: scale(0.01, 0.01) rotateY(0);
	}
}

@-webkit-keyframes blend-anim {
	0% {
		-webkit-transform: scale(0.01, 0.01) rotateY(0);
		-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-webkit-transform: scale(1, 1) rotateY(0);
		-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-webkit-transform: scale(0.01, 0.01) rotateY(0);
	}
}

@-moz-keyframes blend-anim {
	0% {
		-moz-transform: scale(0.01, 0.01) rotateY(0);
		-moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	50% {
		-moz-transform: scale(1, 1) rotateY(0);
		-moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	100% {
		-moz-transform: scale(0.01, 0.01) rotateY(0);
	}
}

@keyframes cssload-part-anim {
	0% {
		transform: translate3d(-10px, -10px, 0);
	}
	100% {
		transform: translate3d(10px, 10px, 0);
	}
}

@-o-keyframes cssload-part-anim {
	0% {
		-o-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-o-transform: translate3d(10px, 10px, 0);
	}
}

@-ms-keyframes cssload-part-anim {
	0% {
		-ms-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-ms-transform: translate3d(10px, 10px, 0);
	}
}

@-webkit-keyframes cssload-part-anim {
	0% {
		-webkit-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-webkit-transform: translate3d(10px, 10px, 0);
	}
}

@-moz-keyframes cssload-part-anim {
	0% {
		-moz-transform: translate3d(-10px, -10px, 0);
	}
	100% {
		-moz-transform: translate3d(10px, 10px, 0);
	}
}



#main-margin {
    position: absolute;
    min-width: 1160px;
	height: 100%;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
	background-color: #181818;
    -webkit-font-smoothing: antialiased;
}

/*----------------nav----------------*/

.home {
    position: absolute;
    width: 100%;
    min-width: 1160px;
	height: 100%;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
	background-color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
}

nav {
    position: fixed;
	background-color: #111010;
	top: 0;
    width: 100%;
    height: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

.all-menu {
    position: absolute;
    width: 260px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Work Sans', sans-serif;
	letter-spacing: 1.7px;
    font-size: 14px;
    font-weight: 400;
	visibility: hidden; /*jquery*/
}

.home-button {
    position: relative;
    left: 0;
	margin-bottom: auto;
	top: 50%;
  	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
}
.home-button {
	background-image: url(images/header-icon-logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 35px;
	height: 36px;
}

.home-button:not(:focus):hover,
.blog-button:not(:focus):hover,
.mixsets-button:not(:focus):hover {
	opacity: .8;
}


.mixsets-button {
	position: relative;
    left: 58px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	float: left;
	color: white;
	top: 26px;
	text-decoration: none;
	
}


.blog-button {
	position: relative;
    right: 0;
	float: right;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	color: white;
	top: 26px;
	text-decoration: none;
}


/*----------------mixsets----------------*/


.main-margin {
    position: relative;
    background-color: #181818;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
	overflow: hidden;
    visibility: hidden; /*jquery*/
}


.content-margin {
    position: relative;
    width: 1000px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
	margin-top: 33px; /*33+37*/
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
	overflow: hidden;
    backface-visibility: 
	
}









/*******audio*******/

#mixsets-details-audio-margin {
	position: relative;
	background-color: #1D1D1D;
	cursor: default;
    width: 500px;
	display: block;
    height: auto;
    top: 0;
    right: 0;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 35px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 160px;
	float: right;
	margin-top: 0;
	overflow: hidden;
}

#mixsets-audio-margin img {
	position: relative;
    width: 360px;
	height: 360px;
	display: block;
    top: 0;
    left: 0;
	float: left;
	margin-top: 0;
	overflow: hidden;
	border-radius: 5px;
	background-size: cover;
	z-index: 2;
}

	
/*******end of audio*******/

.cover-image img {
	position: relative;
	width: 360px;
	height: 360px;
	border-radius: 5px;
	overflow: hidden;
}


.mixset-title {
	position: relative;
	color: #e8cca4;
	font-size: 26px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	left: -1px;
	top: 0;
	padding-top: 30px;
	padding-bottom: 16px;
    padding-right: 10px;
	word-wrap: break-word;
	line-height: 126%;
    cursor: default;
}

.mixset-sub-title {
	position: relative;
	color: #777;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	top: 0;
	left: 0;
	line-height: 136%;
	padding-bottom: 10px;

    cursor: default;
}

.mixset-sub-title-2 {
	position: relative;
	color: #777;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	top: 8px;
	left: 0;
	line-height: 136%;
	margin-bottom: 1px;

	padding-bottom: 17px; 
    cursor: default;
}

span {
	color: #c8c8c8;
}

p {
	margin-bottom: 6px;
}

.mixset-separator {
    position: relative;
    background-color: #2F2F2F;
    width: 78%;
    height: 1px;
    margin-top: 17px;
    margin-bottom: 17px;
    left: 0;
}

.mixset-button {
	position: relative;
	width: 180px;
	top: 0;
	float: left;
	margin-top: 4px;
}

#download-button {
	position: relative;
	text-decoration: none;
	margin-left: 0;
	margin-right: 18px;
	top: 0;
	margin-top: 19px;
    float: left;
	border-radius: 40px;
}

#download-button:hover {      
	opacity: .8;

}


.dl-button {        /*play button*/
	position: relative;
	width: 200px;
	height: 42px;
	background-color: #e8cca4;
	border-radius: 40px;
	overflow: hidden;
	text-decoration: none;


	
}



.dl-button-margin {
	position: absolute;
	width: 200px;
	height: 42px;
}



.dl-button-text  { 							/*view more button text*/
	position: relative;
    color: #181818;
    font-size: 12px;
    font-weight: 700;
	font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	top: 50%;
  	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: auto;
	right: 0;
	white-space: nowrap;
	letter-spacing: .8px;
}

.youtube-button {
	position: relative;
	text-decoration: none;
	margin-left: 0;
	margin-right: 80px;
	top: 0;
	margin-top: 19px;

    float: left;
	border-radius: 40px;
}

.youtube-button:hover {
	opacity: .8;
}




/*******video*******/

#mixsets-video-margin {
	position: relative;
    width: 680px;
    height: auto;
    top: 0;
    right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
    visibility: visible;
	overflow: hidden;
    margin-top: 70px;
    padding: 0;
    border-radius: 5px;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


#mixsets-details-video-margin {
	position: relative;
	background-color: #1D1D1D;
    width: 580px;
	display: block;
    height: auto;
    top: 0;
    right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 42px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 40px;
	margin-bottom: 70px;
	overflow: hidden;
	border-radius: 5px;
}



/*******end of video*******/




