/* @override http://unsounds.com/unsounds161.css */

/* @override http://unsounds.com/unsounds161.css */



/* Style for Unsounds homepage - v1.3 - 170518 */

/* @group RESET */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, header, section, article, nav {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

header, section, article, nav, main, footer {
	display: block;
}

/* @end */

/* BORDER-BOX - all heights + widths include padding and border */
*, *:before, *:after {
	box-sizing: border-box;
}


/* @group HTML ELEMENTS */

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(https://unsounds.com/shop/catalog/view/theme/unshop22/image/background.png);
	color: #000;
	font-size: 13px;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}

h1 {}

h1 span {
	display: none;
}

h2 {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;

}

h3 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 4px;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
}

a, a:visited {
	color: #48A6AF;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	transition: 				color .3s;
}

a:hover {
	color: #57c6d1;
}

a img {
	border: none;
}

blockquote {
	font-style: italic;
	font-size: 115%;
	margin: 0;
}

cite {}

form {
	padding: 0;
	margin: 0;
	display: inline-block;
}

input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

input[type='text'],
input[type='password'],
textarea {
	background: #eee;
	border: 1px solid #ddd;
	padding: 4px 4px 4px 8px;
	margin: 0;
	color: #444;
	transition: border .3s;
}

input[type='text']:hover,
input[type='password']:hover,
textarea:hover,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid #C5C5C5;
}

select {
	background: #F1F1F1;
	border: 1px solid #E0E0E0;
	padding: 2px;
	color: #8A8A8A;
}

label {
	cursor: pointer;
	margin-left: 10px;
	color: #8A8A8A;
}

q {}



/* @end */

/* @group LAYOUT */
/* Clearfix all parents of floated elements */
.clearfix:after,
.home-nav:after,
.content:after,
.cat-random ul:after {
    content: "";
    display: table;
    clear: both;
}



#container {
	width: 1200px;
	background: #fff;
	text-align: left;
  box-shadow: 0 0 80px #ccc;
	margin: 0 auto;

}

header {
	padding: 2% 5% 0;
	position: relative;
}

header h1 img {
	position: relative;
	right: 15px;
}


#signup {
	position: absolute;
	right: 4%;
	top: 60px;
}

#signup span {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	color: #378f6d;
}

#signup input[type='text'] {
	margin-top: 4px;
	font-weight: 400;
	background-color:#b6d2c1;
	border-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

.content {
	background-color: #cde5d8;
	padding: 0;
	margin-bottom: 15%;
}



h3 a,
h3 a:visited {
	color: #000;
	font-weight: 300;
}


h3 a:hover {
	color: #57c6d1;
	font-weight: 300;
}




/* @group MAIN NAVIGATION */

#menu select {
	display: none;
}

#menu {
	position: relative;
	height: 50px;
	background-color: rgba(0,0,0,0.05);
	margin-top: 14px;
}

#menu ul {
	list-style: none;
	margin-left: 4%;
}

#menu > ul > li {
	background: url(shop/catalog/view/theme/unshop/image/menu-sep.png) 100% 52% no-repeat;
	float: left;
	margin: 0 0 0 -1px;
	position: relative;
	z-index: 20;
}

#menu > ul > li:last-child {
	background: none;
}

#menu > ul > li > a {
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 14px;
	z-index: 6;
	position: relative;
	transition: color .4s,background .4s;
}

#menu > ul > li:hover > a {
	background: #444;
	color: #FFF;
}

#menu > ul > li > div {
	display: none;
	background: #444;
	position: absolute;
	z-index: 5;
	padding: 0px;
}

#menu > ul > li:hover > div {
	display: table;
}

#menu > ul > li > div > ul {
	display: table-cell;
}

#menu > ul > li ul + ul {
	padding-left: 20px;
}

#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 12px;
	color: #FFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	transition: color .4s, background .4s;
}

#menu > ul > li ul > li > a:hover {
	background: #333;
	color: #FFF;
}

#menu > ul > li > div > ul > li > a {
	text-transform: uppercase;
	font-size: 11px;
	color: #A0A0A0;
	border-bottom: 1px solid #555;
}

/* @end */










.latest-news {
	padding-bottom: 20px;
	padding-top: 40px;
}

article {}

.new-releases {}

.new-releases a img {
	width: 50%;
	height: auto;
}

.spacer1 {
	background: url(chrome/spacer1.png) repeat-x;
	height: 20px;
}

.spacer2 {
	background: url(chrome/spacer2.png) repeat-x;
	height: 20px;
}

footer {
	padding: 20px 0;
	background-color: rgba(0,0,0,0.05);
}

main{

}


/* @end */




img,
.max100 {max-width: 100%;}

.max {width: 100%;}

.block{display:block;}

/* @group 404 - Not Found */

#error-page #container{
	background-color: rgba(255, 255, 255, 0);
	xbox-shadow:none;
}

#error-page header{
	background-color: #fff;
}


#error-page .content{

}



.not-found {
	padding: 40px 10% 80px;
}

.not-found h2 {
	font-size: 240%;
	font-weight: 400;
	margin-bottom: 18px;
}

.not-found p {
	font-size: 125%;
	font-weight: 400;
}

/* @end */

/* @group Mini Catalogue */

#mini-catalogue {}


#mini-catalogue h4 {
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	color: #8aa;
	padding-bottom: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 27px;
}

#mini-catalogue h5 {
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

#mini-catalogue h5 a {
	font-weight: 300;
}

#mini-catalogue footer {
	border-bottom: 1px solid #8aa;
	padding: 0;
}


#mini-catalogue section {}

#mini-catalogue .cat-latest li,
#mini-catalogue .cat-featured li{
	width: 24.6%;
}

.cat-random li {
	width: 20%;
	position: relative;
	float: left;
}

#mini-catalogue .cat-latest img,
#mini-catalogue .cat-featured img,
#mini-catalogue .cat-random img {
	width: 100%;
	height: auto;
}

#mini-catalogue .cat-digital,
#mini-catalogue .cat-merch {
	display: inline-block;
}

#mini-catalogue .cat-digital {
	margin-right: 100px;
}

#mini-catalogue img {
	opacity: 1.0;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	color: #ccc;
	padding: 12px;
	opacity: 0;
	width: 100%;
	height: 98.5%;
	overflow: hidden;
}

.overlay:hover {
	opacity: 1;
}

.overlay,
.overlay a {
	color: #ccc;
}


/* @end */

/* Subscription form */
.uns-subscription{
	margin-top:40px;
	margin-bottom:40px;
}


/* @group SOCIAL LINKS */
/* Unsounds social links */
#uns-social {
	text-align: center;
	margin: 0;
}

#uns-social  ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#uns-social li {
	display: inline;
	margin-right: 2%;
}

#uns-social li a {
	opacity: 0.6;
}

#uns-social li a:hover {
	opacity: 1;
}



/* @end */




/* @group BUTTONS */


#list_submit,
#list_submit:visited {
	font-size: 13px;
	background-color: #555;
	color: #cee5d8;
	border: 0px solid #49a6ae;
	margin: 0;
	position: relative;
	bottom: 0;
	cursor: pointer;
	padding: 6px 16px 6px;
}


#list_submit:hover {
	background-color: #444;
}


#list_submit:active {
	top: 2px;
}



/* @end */







/* @group MEDIA QUERIES */

/* ----- Less than 1200px ----- */
@media only screen and (max-width: 1199px) {

#container {
	width: 100%;
	padding: 0; }

.content {
	margin-bottom: 0;
}

}







/* ----- Less than 960px ----- */
@media only screen and (max-width: 959px) {

	header h2 {
	font-size: 16px;
}

}







/* ----- Less than 768px ----- */
@media only screen and (max-width: 767px) {

	header h2 {
	font-size: 14px;
}


#mini-catalogue .cat-latest li,
#mini-catalogue .cat-featured li {
	width: 50%;
}

.cat-random li {
width: 33.3333%;
}

#mini-catalogue .cat-digital,
#mini-catalogue .cat-merch {
	display: block;
	margin-right: 0;
}

}








/* ----- Less than 680px ----- */
@media only screen and (max-width: 679px) {

	header h2 {
	font-size: 13px;
}


}










/* ----- Less than 480px ----- */
@media only screen and (max-width: 479px) {

.new-releases a img {
	width: 100%;
	height: auto;
}

#mini-catalogue .cat-latest li,
#mini-catalogue .cat-featured li {
	width: 100%;
}

.cat-random li {
	width: 50%;
}

#mini-catalogue .cat-digital,
#mini-catalogue .cat-merch
 {
	display: block;
	margin-right: 0;
}


}






/* ----- Less than 400px ----- */
@media only screen and (max-width: 400px) {

#menu ul {
	margin-left: 0;
}

#menu > ul > li > a {
	font-size: 12px;
	padding: 14px 10px;
}

}



/* @end */



