@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Body and some general stuff
2. albums Home
3. Intro
4. albums
5. press-quotes
6. Image Overlay

******************************/

/*********************************
1. Body and some general stuff
*********************************/

*
.button
{
	width: 100px;
	height: 30px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 16px;
	color: #b49383;
	line-height: 30px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #c4ab9f;
}

.section_subtitle
{
	font-size: 36px;
}
.section_title
{
	margin-top: 6px;
}
.section_title h1
{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 20px;
}
.feature_buy
{
	margin-top: 13px;
	margin-bottom: 30px;
	width: auto;
	height: auto;
	display: block;
	color: #FFFFFF;
}
.buy-icon
{
	padding-right: 15px;
}

/*********************************
2. albums Home
*********************************/

.home
{
	width: 100%;
	height: 524px;
}
.home_container
{
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 100%;
}
.home_subtitle
{
	font-size: 26px;
	font-weight: 300;
	line-height: 0.75;
}
.home_title
{
	margin-top: -2px;
}
.home_title h1
{
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #FFFFFF;
}

/*********************************
3. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_content
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -165px;
	width: 679px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 59px;
	padding-left: 70px;
	padding-right: 50px;
}
.intro_subtitle
{
	font-size: 36px;
}
.intro_title
{
	margin-top: 6px;
}
.intro_title h2
{
	font-size: 48px;
}
.intro_text
{
	margin-top: 32px;
}

/*********************************
4. albums
*********************************/

.albums
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 93px;
	padding-bottom: 63px;
}
.albums_text_row
{
	margin-top: 24px;
}
.albums_row
{
	margin-top: 57px;
}
.albums_text p
{
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.albums_image
{
	width: 100%;
}
.albums_image img
{
	max-width: 100%;
}
.albums_content
{
	padding-top: 36px;
	padding-bottom: 40px;
}
.albums_name
{
	font-size: 22px;
	color: #000000;
	line-height: 1.2;
}
.albums_subtitle
{
	font-size: 16px;
	color: #636363;
	line-height: 1.2;
	margin-top: 6px;
}
.albums_button
{
	width: auto;
	height: 41px;
	background: #232323;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 14px;
}
.albums_button:hover
{
	background: transparent;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.albums_button a
{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #c4ab9f;
	line-height: 41px;
}
.cd-holder {
	margin-bottom: 60px;
}
.caption {
	font-size: 12px;
}


/*********************************
5. press-quotes
*********************************/

.press-quotes
{
	width: 100%;
	padding-top: 106px;
	padding-bottom: 115px;
}
.press-quotes .section_title
{
	margin-top: 6px;
}
.press-quotes_row
{
	margin-top: 28px;
}
.quote
{
	width: 25px;
	height: 17px;
}
.quote img
{
	max-width: 100%;
}
.pressquotes_text
{
	margin-top: 23px;
}
.pressquotes_info
{
	font-size: 18px;
	color: #232323;
	margin-top: 43px;
}
.pressquotes_info span
{
	font-size: 16px;
	color: #636363;
	font-style: italic;
}


/*********************************
6. Image Overlay 
*********************************/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50% 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}