/* - - - - - - - - - - GLOBAL - - - - - - - - - - */
@font-face {
    font-family: 'kado_kakuregular';
    src: url('kadok___-webfont.woff2') format('woff2'),
         url('kadok___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.primary {
    color: #C4C4BA;
}

.secondary {
    color: #F6F6EF;
}

.alert {
    color: #7F373B;
}

.success {
    color: #B9B146;
}

.warning {
    color: #B9464E;
}

.padt20 {
	margin-top: 20px;
}

.padb20 {
	margin-bottom: 20px;
}

.padt40 {
	margin-top: 40px;
}

.padb40 {
	margin-bottom: 40px;
}


/* - - - - - - - - - - BODY - - - - - - - - - - */
body, h1, h2, h3, h4, h5, h6, p, span, div, input {
	color: #ffffff;
	font-family: "kado_kakuregular", "Helvetica Neue","Helvetica", "Roboto", "Arial", sans-serif;
	font-weight:300 !important;
	font-style:normal;
	line-height:1.5;
	text-align: left;
	text-transform: uppercase;
	color: #9E9E99;
	color: white;
}

body {
	background: url("../../images/clocolan-fade-through-the-mirror.jpg") no-repeat -9% center #FEFFFF;
	background-size: 100%;
	padding-top: 80px;
}

@media screen and (max-width: 39.99em) { /*SMALL*/
	body {
		background-size: 1080px;
		background-position: 88% 75%;
		padding-top: 0px;
	}
}

@media screen and (max-width: 63.99em) and (min-width: 40em) { /*MEDIUM*/
	body {
		background-size: 1080px;
		background-position: 75% 50%;
		padding-top: 0px;
	}
}

h3 {
	margin-top: 20px;
	font-size: 1.5em;
	color: ##9E9E99;
}

h4 {
	text-align: inherit;
	font-size: 1.5rem;
	color: #FAFAFA !important;
}

p#copyright {
	position: fixed !important;
	z-index: 50;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	bottom: 0% !important;
	display: block;
	float: none !important;
	width: auto;
	margin: 0 auto;
	padding-bottom: 0;
	text-align: center;
	color: #B2B2A9;
	font-size: 0.75rem;
}

@media screen and (max-width: 63.99em) { /*SMALL-MEDIUM*/	
	p#copyright {
		text-align: center;
	}
}

.sm {
	color: inherit;
	font-size: 0.75rem;
}

#title, #writeup {
	padding-top: 1%;
	margin: 0px autol;
	text-align: center;
	justify-content: center;
}

#writeup p {
	font-size: 1.75rem;
	line-height: 2.5rem;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 40px;
	white-space: nowrap;
}

@media screen and (max-width: 39.99em) { /*SMALL*/
	#writeup {
		width: 360px !important;
		float: none !important;
		margin: 0 auto;
	    text-align: center;
	    justify-content: center;
	}
	#writeup p {
		font-size: 1.2rem;
		line-height: 1.75rem;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 63.99em) and (min-width: 40em) { /*MEDIUM*/
	#writeup p {
		font-size: 1.6rem;
		line-height: 2.35rem;
	}
}

p.quote {
	font-style: italic;
	line-height: 1.25rem !important;
}

p.quote a {
	text-decoration: underline;
}

#writeup a.socialtw {
	display: block;
	float: none;
	width: 42px;
	height: auto;
	margin: 0px auto;
	opacity: 1;
}

#writeup a.socialtw:hover {
	opacity: 0.8;
}

a.sociallink {
	display: inline-block;
	float: none;
	width: 42px;
	height: auto;
	margin: 0px auto;
	opacity: 1;
}

a.sociallink:hover {
	opacity: 0.8;
}

@media screen and (max-width: 63.99em) { /*SMALL-MEDIUM*/
	#title, #writeup {
		clear: both;
		width: 440px;
		padding-top: 0;
		float: none;
		margin: 0 auto 20px auto;
	}
	
	#writeup p {
		text-align: right;
	}
}

@media screen and (max-width: 39.99em) { /*SMALL*/
	#title, #writeup {
		width: 100%;
		max-width: 440px;
		float: none;
		margin: 0 auto 10px auto;
	}
}

#album {
	float: none;
	margin: 5% auto 40px auto;
	padding: 20px;
	max-width: 440px;
	background-color: #ffffff;
	text-align: center;
}

#album.incide {
	float: none;
	margin: 10% auto 20px auto;
	padding: 20px;
	width: 440px !important;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 5px 10px rgba(93, 96, 91, .4);
}

#bcembed {
	width: 400px;
	height: 676px;
}

#videoframe {
	width: 100%;
	height: 260px;
	margin-bottom: 40px;
}

@media screen and (max-width: 39.99em) { /*SMALL*/
	#album.fttm {
		margin-top: 20px;
		width: auto !important;
		max-width: 320px;
		min-width: auto !important;
	}

	#bcembed {
		width: 280px;
		height: 520px;
	}

	#videoframe {
		height: 184px;
	}
}

@media screen and (max-width: 63.99em) and (min-width: 40em) { /*MEDIUM*/
	#album.fttm {
		margin-top: 20px;
	}

	#bcembed {
		width: 400px;
		height: 686px;
	}

	#videoframe {
		height: 228px;
	}
}

#album .cover {
	width: 100%;
	height: auto;
	background-color: #F4F2F0;
	margin-bottom: 20px;
}

#album.fttm .cover {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin-bottom: 0px;
}

ul.retailers {
	padding: 0;
	margin: 0 0 40px 0;
}

ul.retailers li {
	display: inline;
	list-style-type: none;
	clear: none;
	padding: 0;
	margin: 10px;
}

ul.tracks {
	margin: 0px 0px 30px 0px;
	padding: 0;
}

@media screen and (max-width: 39.99em) { /*SMALL*/	
	ul.tracks {
		margin: 0px 10px 30px 10px;
	}
}

/*@media screen and (min-width: 40em) { /*MEDIUM*/
	/*ul.tracks {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}*/

ul.tracks li {
	font-family: "kado_kakuregular", "Helvetica", sans-serif;
	font-weight: 300;
	list-style-type: none;
	text-align: left;
	font-size: 0.75rem;
	line-height: 0.83rem;
	letter-spacing: 0.02rem;
	color: #A5B0B8;
	text-transform: uppercase;
}

@media screen and (max-width: 39.99em) { /*SMALL*/
	ul.tracks li {
		font-size: 1.13rem;
		line-height: 2rem;
	}
}

ul.tracks li a, ul.tracks li a:visited, ul.tracks li a:hover {
	text-decoration: none;
	color: #56636B;
	margin-left: 5px;
}

/* Form styling */
form {
	width: 100% !important;
	text-align: left !important;
	font-family: "kado_kakuregular", "Helvetica", sans-serif;
	font-weight: 300;
}

input, select, textarea {
	clear: left !important;
	display: block;
	float: left;
	width: 100% !important;
	height: 30px !important;
	-webkit-font-smoothing: antialiased;
	font-size: 1em !important;
	font-family: "kado_kakuregular", "Helvetica", sans-serif;
	font-weight: 300;
	color: #253746 !important;
	padding: 0px 4px;
	margin: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	border-color: #1f464d;
	border-width: 1px;
	vertical-align: middle;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	z-index: 100;
}

input {
	line-height: 0.75em\9 !important;
	height: 32px \0/IE9 !important;
}

@-moz-document url-prefix() { 
  input {
     height: 32px !important;
  }
}

form textarea {
	min-height: 120px;
	padding: 6px;
}

label {
	clear: both;
	float: left;
	display: block;
	width: 75%;
	font-family: "kado_kakuregular", "Helvetica", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #ffffff;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 39.99em) { /*SMALL*/

	label {
		width: 100%;
	}

}

label > small {
	font-size: 1em !important;
	color: #5ce5e5;
}

.error label, .error label > small {
	color: #e55a45 !important;
}

form div > small {
	clear: both;
	display: block;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 0.5;
}

form div.error small.error {
	font-style: normal !important;
	margin: 0;
	padding: 10px 10px 0 10px !important;
	background: transparent !important;
}

form input[type='checkbox'], form input[type='radio'] {
	float: none !important;
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

form button {
	top: 20px;
	clear: left;
	display: block;
	width: 120px;
	height: 40px;
	padding: 8px;
	background-color: #e55a45;
	font-family: "kado_kakuregular", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
}

form button:hover {
	background-color: #b33724;
}

form input:focus, form select:focus, form textarea:focus {
	color: #141a1f;
}

footer {
	clear: both;
	padding: 40px;
	width: 100%;
	min-height: 120px;
	text-align: center;
	background-color: #ffffff;
}

div.buy {
	float: none;
	width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
	letter-spacing: 2px;
}

div.buy h4 {
	
}

div.buy a {
	padding: 7px 5px 3px 8px;
	background-color: #e50013;
	color: #ffffff;
}

div.buy a:hover {
    color: #222222;
	background-color: #FAFAFA;
}

@media screen and (max-width: 39.99em) { /*SMALL*/
	div.buy h4 {
		font-size: 0.9rem;
		letter-spacing: 1px;
		text-align: center;
	}
}

@media screen and (max-width: 63.99em) and (min-width: 40em) { /*MEDIUM*/
	div.buy h4 {
		text-align: center;
	}
}

div.social {
	float: none;
	width: 100%;
	margin: 40px auto;
	text-align: center;
	justify-content: center;
}

div.links {
	float: none;
	width: 100%;
	text-align: right;
    margin-bottom: 40px !important;
    padding: 0px 20px 0px 20px;
}

div.links a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 63.99em) { /*SMALL-MEDIUM*/	
	div.social, div.links {
		text-align: center;
		justify-content: center;
	}

    div.links {
        padding: 0px;
    }

    div.links img {
    	width: 80%;
    	height: auto;
    }
}

.thumbnail {
	border: 6px solid #ffffff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
}

a.socialtw {
	display: inline-block !important;
	width: 42px;
	height: 42px;
	margin: 0 10px !important;
}

footer {
	display: none;
}

@media screen and (max-width: 63.99em) { /*SMALL-MEDIUM*/	
	footer {
		display: block;
		text-align: center;
	}
}

footer p {
	text-align: center;
}