/*!
	Built in the VVVOID
	VVVOID, London, U.K
	http://vvvoid.co.uk
	hello@vvvoid.co.uk
!*/

/* ---------- Fonts ---------- */

/*
@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: local('☺'),
		 url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		 url('fonts/texgyreadventor-regular-webfont.svg#webfontn18Af3vl') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* ---------- Icons ---------- */

@font-face {
	font-family: 'icon';
	src: url('fonts/icon-font/font/icon.eot');
	src: url('fonts/icon-font/font/icon.eot#iefix') format('embedded-opentype'),
		url('fonts/icon-font/font/icon.woff2') format('woff2'),
		url('fonts/icon-font/font/icon.woff') format('woff'),
		url('fonts/icon-font/font/icon.ttf') format('truetype'),
		url('fonts/icon-font/font/icon.svg#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icon";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
}

.icon-btn-camera-round:before { content: '\e836'; } /* '' */
.icon-btn-camera:before { content: '\e837'; } /* '' */
.icon-btn-cart-round:before { content: '\e838'; } /* '' */
.icon-btn-cart:before { content: '\e839'; } /* '' */
.icon-btn-email-round:before { content: '\e83a'; } /* '' */
.icon-btn-email:before { content: '\e83b'; } /* '' */
.icon-btn-help-round:before { content: '\e83c'; } /* '' */
.icon-btn-help:before { content: '\e83d'; } /* '' */
.icon-btn-live-round:before { content: '\e83e'; } /* '' */
.icon-btn-live:before { content: '\e83f'; } /* '' */
.icon-btn-merch-round:before { content: '\e840'; } /* '' */
.icon-btn-merch:before { content: '\e841'; } /* '' */
.icon-music-fastforward:before { content: '\e842'; } /* '' */
.icon-music-pause:before { content: '\e843'; } /* '' */
.icon-music-play:before { content: '\e844'; } /* '' */
.icon-music-rewind:before { content: '\e845'; } /* '' */
.icon-music-volume-full:before { content: '\e846'; } /* '' */
.icon-music-volume-none:before { content: '\e847'; } /* '' */
.icon-music-volume:before { content: '\e848'; } /* '' */
.icon-nav-add-mark:before { content: '\e849'; } /* '' */
.icon-nav-arrow-down:before { content: '\e84a'; } /* '' */
.icon-nav-arrow-left:before { content: '\e84b'; } /* '' */
.icon-nav-arrow-right:before { content: '\e84c'; } /* '' */
.icon-nav-arrow-up:before { content: '\e84d'; } /* '' */
.icon-nav-close:before { content: '\e84e'; } /* '' */
.icon-nav-download-mark:before { content: '\e84f'; } /* '' */
.icon-nav-menu:before { content: '\e850'; } /* '' */
.icon-nav-minus-mark:before { content: '\e851'; } /* '' */
.icon-nav-refresh-mark:before { content: '\e852'; } /* '' */
.icon-nav-tick-mark:before { content: '\e853'; } /* '' */
.icon-social-apple-round:before { content: '\e854'; } /* '' */
.icon-social-apple:before { content: '\e855'; } /* '' */
.icon-social-deezer-round:before { content: '\e856'; } /* '' */
.icon-social-deezer:before { content: '\e857'; } /* '' */
.icon-social-facebook-round:before { content: '\e858'; } /* '' */
.icon-social-facebook:before { content: '\e859'; } /* '' */
.icon-social-instagram-round:before { content: '\e85a'; } /* '' */
.icon-social-instagram:before { content: '\e85b'; } /* '' */
.icon-social-itunes-round:before { content: '\e85c'; } /* '' */
.icon-social-itunes:before { content: '\e85d'; } /* '' */
.icon-social-songkick-round:before { content: '\e85e'; } /* '' */
.icon-social-songkick:before { content: '\e85f'; } /* '' */
.icon-social-soundcloud-round:before { content: '\e860'; } /* '' */
.icon-social-soundcloud:before { content: '\e861'; } /* '' */
.icon-social-spotify-round:before { content: '\e862'; } /* '' */
.icon-social-spotify:before { content: '\e863'; } /* '' */
.icon-social-twitter-round:before { content: '\e864'; } /* '' */
.icon-social-twitter:before { content: '\e865'; } /* '' */
.icon-social-vevo-round:before { content: '\e866'; } /* '' */
.icon-social-vevo:before { content: '\e867'; } /* '' */
.icon-social-youtube-round:before { content: '\e868'; } /* '' */
.icon-social-youtube:before { content: '\e869'; } /* '' */
.icon-social-tiktok-round:before { content: '\e86a'; } /* '' */
.icon-social-tiktok:before { content: '\e86b'; } /* '' */


/* ---------- Main ---------- */

html, body {
	height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #0382a7;
	text-transform: uppercase;
}

.body_noscroll {
	overflow: hidden;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

.section {
	height: auto;
	width: 100%;
	padding: 80px 0 50px;
	position: relative;
}

.section_inner {
	width: 70%;
	margin: 0 auto;
	max-width: 800px;
}

.page_title {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 8px;
	margin-bottom: 30px;
}

.page_text {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	margin: 5px auto;
	line-height: 120%;
	max-width: 90%;
}

.page_text_2 {
	margin-top: 15px;
}

.icon_btn {
	text-decoration: none;
}

#page_wrapper {
	height: auto;
}

#wrapper {
	height: 100%;
}


/* ------ Overlay ------- */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: 1000;
	background-color: #374359;
	transition: 0.5s;
	text-align: center;
}

.overlay_hidden {
	opacity: 0 !important;
	pointer-events: none !important;
}

.overlay_close_btn {
	position: fixed;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 100;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	right: 0;
	top: 0;
	margin: 20px;
	line-height: 230%;
	background-color: #FF0000;
	color: #FFFFFF;
	transition: 0.3s;
	cursor: pointer;
}

.overlay_close_btn:hover {
	background-color: #FFFFFF;
	color: #ffffff;
	transform: scale(1.1,1.1);
	border: solid 1px #000000;
}

.overlay .social_icons {
	width: 100%;
	position: relative;
	right: auto;
	text-align: center;
	z-index: 10;
}

.overlay .social_icons a {
	font-size: 28px;
}

.overlay .social_icons a:hover {
	color: #FF0000;
}

.overlay .page_title {
	margin-top: 2%;
	color: #FFFFFF;
}

#overlay_img {
	position: absolute;
	/* background-image: url(images/ra_cin_bbc.jpg); */
	background-image: url(images/lovethischristmas_coverart2.png);
	width: 100%;
	top: 50px;
	bottom: 100px;
	background-size: contain;
	background-position: center center;
}

#overlay_btns {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

#overlay_btns .product_buy_btn {
	background-color: #FF0000;
}

#overlay_btns .product_buy_btn:hover {
	color: #FF0000;
	background-color: #FFFFFF;

}

.overlay p {
	margin: 0 auto;
}

.overlay .p_top {
	margin: 1% auto 1%;
	z-index: 10;
	position: relative;
	font-size: 14px;
}

.cin_details {
	text-transform: none;
	width: 90%;
	margin: 0 auto;
}

.p_small {
	font-size: 8px;
	width: 90%;
	margin: 0 auto;
	text-transform: none;
}


/* ----------- Header ---------- */

#header {
	position: fixed;
	width: 100%;
	top: 0%;
	text-align: center;
	height: 60px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
}

#header_logo {
	width: 100%;
	height: 30%;
	margin: 15px;
}

#main_menu {
	position: absolute;
	top: 5px;
	width: auto;
	list-style: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.menu_item {
	display: inline-block;
	margin: 2px 10px;
}

.menu_item a {
	color: #FFFFFF;
}

.menu_item a:hover {
	color: #ffffff;
}

#mobile_menu {
	background-size: 250px;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 5px;
	display: none;
	color: #FFFFFF;
}

.social_icons {
	padding: 0;
	margin: 10px 0;
	right: 10px;
	position: absolute;
	width: auto;
	display: block;
	text-align: right;
	top: 0;
}

.social_icons a {
	font-size: 20px;
	color: #FFFFFF;
	transform: scale(1.0,1.0);
	margin: 8px 4px 0;
	display: inline-block;
}

.social_icons a:hover {
	transform: scale(1.2,1.2) !important;
	color: #eeeeee;
}


/* ----------- Home ---------- */

#home {
	background-image: url(images/bg3.jpg);
	background-size: cover;
	background-position: center 35%;

	height: 100vh;


}

#homepage_logo {
	width: 95%;
	height: 30%;
	margin: 1% 2.5%;
	background-image: url(images/title.svg);
	background-size: contain;
	background-position: center top;

}

#homepage_content {
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	top: 80%;
	left: 0%;

	text-align: center;
	text-transform: uppercase;
}

.page_text_date {
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0px
}

.page_text_date_mobile {
	display: none;
}

.home_btn {
	color: rgba(255, 0, 0, 1);
	margin: 0 5px;
	font-size: 22px;
	line-height: 70%;
	white-space: nowrap;

}

.home_btn:hover {
	color: #1d4362;
}

#homepage_buttons span {
	color: #1d4362;
	font-size: 24px;
}


/* ----------- Video player ----------- */

#video {
	height: 100vh;
}

#video_container {
	width: 100%;
	left: 0%;
	bottom: 0px;
	top: 0px;
    margin-top: 0px;
	display: block;
	position: absolute;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

#video_container iframe, #video_container object, #video_container embed {
	position:absolute;
	overflow:hidden;
	top:0;
	left: -39%;
	width:178%;
	height:100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#video_control {
	width: 100%;
	height: 60px;
	bottom: 0;
	position: absolute;
	display: block;
	z-index: 100;
	background-color: rgba(0, 0, 0, 1);
	color: #FFFFFF;
}

#video_control_inner {
	margin-top: 8px;
}

#video_control .button {
	cursor: pointer;
    transition: 0.2s;
    margin: 0px;
    font-size: 30px;
}

#video_control .button:hover {
	color: #FFFFFF;
}

.play_pause {
	width: 30px;
	height: 30px;
	left: 10px;
	display: block;
	position: absolute;
}

.mute {
	width: 40px;
	height: 40px;
	display: block;
	right: 0px;
	position: absolute;
	margin-right: 0;
}

.video_title {
	left: 50px;
	top: 12px;
	font-size: 24px;
	display: block;
	position: absolute;
	right: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#percent_bar_bg {
	height: 10px;
	background-color: #c7c7c7;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

#percent_bar {
	height: 10px;
	background-color: #343434;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 0;
    transition: all 0.5s linear;
}

.video_btn {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: block;
	background-color: rgba(0, 150, 204, 1.0);
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	transition: 0.3s;
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	line-height: 180%;
}

.video_btn:hover {
	transform: scale(1.2, 1.2);
	background-color: rgba(0, 0, 0, 0.8);
}

#prev_video {
	left: 50px;
}

#next_video {
	right: 50px;
}

#video .page_title {
	z-index: 100;
	position: relative;
}


/* ----------- Tracklist ---------- */

#tracklist .section_inner {
	white-space: nowrap;

}

.section_half {
	color: #FFFFFF;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-top: 2%;
}

.tracklist {
	list-style: none;
	counter-reset: li;
	text-transform: none;
	list-style-position: outside;
}

.tracklist li {
	margin-bottom: 10px;
	display: table;
	position: relative;
}

.tracklist li:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #1d4362;
	font-weight: 700;
	margin-right: 10px;
	display: table-cell;
	text-align: right;
	padding-right: 10px;

}


/* ----------- Product ---------- */

#merch {
	text-align: center !important;
	height: auto;
	background-color: #0382a7;
}

#merch .page_text {
	color: #FFFFFF;
}

#product_container {
	position: relative;
	min-height: 350px;
	max-width: 1250px;
	width: 90%;
	text-align: center !important;
	text-transform: uppercase;
	margin: 0 auto;
}

.product_box {
	width: 28%;
	height: auto;
	margin: 0% 2%;
	padding-top: 1%;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	vertical-align: top;
	min-height: 300px;
	padding-bottom: 40px;
}

.product_box_inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}


.product_photoch {

	/*
	background-color: #FFFFFF;
	width: 25vw;
	height: 25vw;
	background-position: center center;
	*/
}
.product_photo {
	background-color: rgba(255, 255, 255, 0.2);
	/*
	background-color: #FFFFFF;
	width: 25vw;
	height: 25vw;
	background-position: center center;
	*/
}

.product_photo img {
	width: 99%;
	height: auto;
	box-sizing: border-box;
}

.product_photoch img {
	width: 99%;
	height: auto;
	box-sizing: border-box;
}
/*
#product_photo_lp {
	background-color: #e6e6e6;
	background-size: 100%;
	background-image: url(images/product-2lp.jpg);
}

#product_photo_cd {
	background-size: 150%;
	background-image: url(images/product-2cd.jpg);
}

#product_photo_cass {
	background-size: 80%;
	background-color: #e6e6e6;
	background-image: url(images/product-bundle.jpg);
}
*/

.product_title {
	margin: 10px 0;
	min-height: 50px;
	color: #ffffff;
	line-height: 120%;
	font-weight: 700;
	font-size: 20px;
}

.product_buy_btn {
	color: #FFFFFF;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px #FFFFFF;
	font-size: 20px;
	display: inline-block;
	width: auto;
	min-width: 220px;
	margin: 10px;
	border-radius: 5px;
	background-color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.product_buy_btn:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}


/* ----------- Tour ---------- */

#tour {
	background-color: #2399bc;
}

#tour_inner {
	width: 70%;
	margin: 0 auto;
	max-width: 800px;
}

/* ----------- Sign Up ---------- */

#sign-up {
		background-color: #0382a7;
	color: #FFFFFF;
}

#sign_up_inner {
	width: 70%;
	margin: 0 auto;
	max-width: 800px;
}

#mc_embed_signup .indicates-required {
	width: auto;
    display: inline-block;
    float: right;
}

#mc_embed_signup .mc-field-group input {
	color: #000000;
}

#mc_embed_signup input[type=checkbox] {
	margin-right: 10px;
	height: 17px;
}

#mc_embed_signup .mc-field-group {
}

#mc_embed_signup .button {
	background-color: #000000 !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 20px !important;
	width: 96% !important;
	padding-top: 8px !important;
	padding-bottom: 10px !important;
	border: solid 2px #FFFFFF !important;
	height: 50px !important;
}


#photo_request {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	display: block;
	text-transform: none;
	line-height: 140%;
	font-size: 14px;
}

#photo_request span {
	margin-top: 5px;
	display: block;
	font-size: 16px;
}


/* ----------- Footer ---------- */

#footer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
		background-color: #0382a7;
	padding: 30px;
}

#bmg_logo {
	width: 50px;
	margin-bottom: 10px;
}

#footer a {
	color: #FFFFFF;
	font-size: 10px;
	margin: 10px;
}


/* ---------- Media Queries ---------- */

/* Smartphones (portrait and landscape) ----------- */


@media only screen
and (max-width : 768px) {

.overlay_close_btn {
	width: 40px;
	height: 40px;
	line-height: 180%;
	margin: 10px;
}

.overlay .page_title {
	font-size: 20px;
	width: 60%;
	margin: 5% auto;
	line-height: 100%;
}

#overlay_img {
	width: 80%;
	margin: 0% 10%;
	top: 9%;
	bottom: 15%;
}

#overlay_btns {
	bottom: 1%;
}

#overlay_btns a {
	margin: 5px;
	font-size: 20px;
}

.overlay .p_top {
	margin: 4% auto 0;
	width: 70%;
	z-index: 10;
	font-size: 12px;
	position: relative;
}

.cin_details {
	font-size: 8px;
	nmargin: 0 auto;
	width: 90%;
}

.section {
	padding: 50px 0 20px;
}

.page_text {
	margin-top: 0;
}

#header {
	height: 40px;
	z-index: 100;
}

#header_logo {
}

#mobile_menu {
	display: block;
	cursor: pointer;
	margin: 7px 7px;
	font-size: 20px;
	z-index: 10;
}

#main_menu {
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 0px;
	padding: 0 0 20px 0;
	top: 0%;
	position: absolute;
	width: 100%;
	transition: 0.2s;
	opacity: 0;
	pointer-events: none;
}

.mobile_menu_visible {
	top: 40px !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

.menu_item {
	display: block;
	margin: 10px 0px;
	font-size: 20px;
}

.social_icons {
	margin-top: 5px;
}

.social_icons a {
	font-size: 24px;
	margin: 2px 2px;
}

#home {
	background-size: cover;
	background-position: 40% 50%;
	height: 80vh;
}

#homepage_logo {
	height: 3%;
}

#homepage_content {
	top: auto;
	left: 0%;
	width: 100%;
	bottom: 2%;
	transform: none;
}

.page_text_date {
	font-size: 14px;
}

.page_text_date_mobile {
	display: block;
	text-align: center;
	font-size: 2vh;
	letter-spacing: 3px;
}

.page_text_date_desktop {
	display: none;
}

#home .page_text {
	line-height: 90%;
	font-size: 14px;
	letter-spacing: 4px;
}

.page_text_2 {
	margin-top: 10px;
}

.home_btn {
	font-size: 14px;
	line-height: 30%;
}

.product_box {
	width: 90%;
}

.overlay .social_icons {
	margin: 0;
	margin-top: 60px;
}

.overlay .social_icons a{
	margin: 2px;
}

#video {
	height: 30vh;
}
/*
#video_container {
	width: 90%;
	left: 5%;
	margin-top: 0;
	top: 15%;
}

#video {
	height: 85vh;
}

#video_container iframe {
	width: 100% !important;
	height: auto;
	transform: translateY(-50%);
	top: 50% !important;
}
*/

.video_btn {
	width: 40px;
	height: 40px;
	font-size: 21px;
}

#prev_video {
	left: 5px;
}

#next_video {
	right: 5px;
}

#video_control {
	height: 40px;
}

#video_control .button {
	font-size: 20px;
	top: -1px;
}

.video_title {
	font-size: 16px;
	left: 35px;
	top: 2px;
	right: 30px;
}

.mute {
	width: 25px;
}

#tracklist .section_inner {
	width: 100%;
	white-space: normal;
}

.section_half {
	display: block;
	width: 90%;
}

#product_container {
	width: 90%;
}

.product_photo {
	/*
	width: 90vw;
	height: 90vw;
	*/
}

#product_photo_lp {
	background-position: 0% 50% !important;
}

#tour_inner {
	width: 90%;
}

#sign_up_inner {
	width: 90%;
}

#footer {
	padding: 10px;
	padding-top: 15px;
}

}

@media only screen
and (max-width : 320px) {

	#homepage_content {
		width: 65%;
	}

	.overlay .page_title {
		margin: 3% auto;
	}

	#overlay_btns a {
		font-size: 16px;
	}

	.overlay .p_top {
		font-size: 10px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
