@import url("../cce/style.css");

/* font-family:'Northwell W05 Regular'; */

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

:root {

	/* not used */
	--base0: 24;
	--span: 24;
	--base1: calc( var(--base0) + ( var(--span) * 1 ) );
	--base2: calc( var(--base0) + ( var(--span) * 2 ) );
	--base3: calc( var(--base0) + ( var(--span) * 3 ) );
	--color-bg-3: rgba( var(--base3), var(--base3), var(--base3), 1.0);



	--color-cce-g: #ADAA19;

	--color-bg-2: #131621;/* manual */

	--color-bg: #000000;

	--color-bg-main: #a59b81;
	--color-bg-0: #21283b;/* project-wrapper */
	--color-bg-1: #435061;/* project-wrapper even */

	--color-bg-red: #680714;
	--color-light: #e8e3da;
	--color-tan: #DDD4C3;

	--max-width: 1600px;
	--max-width-p: 1280px;

	--font-cce: 'Century Gothic W05 Regular', Verdana, Helvetica, Arial, sans-serif;
	--font-cce-b: 'Century Gothic W05 Bold', Verdana, Helvetica, Arial, sans-serif;
/* 	--font-hand: 'Northwell W05 Regular', var(--font-cce); */
	--font-hand: 'Quickpen W05 Regular', var(--font-cce);
}

html,
.element {
	font-size: 16px;
}

body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-bg);
	text-align: center;
}

body {
	font-size: 100%;
	font-family: var(--font-cce);
	font-style: normal;
	font-weight: normal;
}

object:active, div:active a:active {
	-moz-outline-style: none;
	outline: none;
}

object:focus, div:focus, a:focus {
	-moz-outline-style: none;
	outline: none;
}

div.clear,
.clear {
	clear: both;
}

b, .bold, strong {
	font-family: var(--font-cce-b);
	font-style: normal;
	font-weight: normal;
	color: inherit;
}

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

p {
	margin: 0 0 0 0;
	padding: 0 0 1.0rem 0;
	color: var(--color-tan);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 3.0rem 0rem;
	color: var(--color-tan);
	font-family: var(--font-hand);
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}

h2 {
	margin: 0 0 0 0;
	padding: 0 0 1.0rem 0;
	color: var(--color-tan);
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 175%;
	text-align: left;
}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 1.0rem 0;
	color: var(--color-tan);
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 200%;
	text-align: left;
}

h4 {
	margin: 0 0 0 0;
	padding: 0 0 1.0rem 0;
	color: var(--color-tan);
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 200%;
	text-align: left;
}

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

a,a:link,a:visited,a:active {
	color: var(--color-tan);
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	text-decoration: none;

	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

body.hasHover a:hover {
	color: var(--color-cce-g);
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	text-decoration: none;
}

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

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #2A348C; color: #fff; text-shadow: none;}
::selection {background: #2A348C; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #2A348C;} 

ins {background-color: #2A348C; color: #fff; text-decoration: none;}
mark {background-color: #2A348C; color: #fff; font-style: italic; font-weight: bold;}

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

#snowfall {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999999;
}

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

#outer-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#outer {
	margin: 0 auto;
	padding: 0 0 0 0;
}

.holiday .header-wrapper {
	margin: 0 auto;
	background-color: var(--color-bg-main);

/* 
	background-position: top 0 right -120px;
	background-repeat: no-repeat;
	background-size: contain;
 */

}

.holiday .header {
	margin: 0 auto;
	padding: 4.0rem 0 6.0rem;
	position: relative;
}
.holiday .header h1,
.holiday .header h2 {
	color: var(--color-light);
}
.holiday .header-logomark,
.holiday .footer-end-logomark {
	margin: 0 0;
	padding: 0 0 8.0rem 0;
	text-align: left;
	z-index: 99999999;
	display: block;
	position: sticky;
}

.holiday .header-logomark img,
.holiday .footer-end-logomark img {
	width: 240px;
	height: auto;
	outline: none;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}

.holiday .header-logomark img:hover,
.holiday .footer-end-logomark img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.holiday .header-wreath {

	z-index: 9;
	position: absolute;
	top: 10%;
	right: 0;
}
.holiday .header-wreath img {
width: 75vw;
min-width: 500px;
max-width: 750px;
}


/* 
.holiday .header-content-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.holiday .header-wreath {
	grid-area: 1 / 2 / 2 / 3;
	right: -100px;
	position: absolute;
}
.holiday .header-content {
	grid-area: 1 / 1 / 2 / 3;
}
 */
.holiday .header-content-wrapper {
	max-width: var(--max-width);
}

.holiday .header-content {
	z-index: 99;
	position: relative;
}



.holiday .header h1,
.holiday .header h2 {
	max-width: 960px;
	visibility: hidden;// gsap
}

.holiday .project-wrapper {
	margin: 0 auto;

	z-index: 9;
	position: relative;

	background-color: var(--color-bg-0);
}

.holiday .project {
	margin: 0 auto;
	padding: 8.0rem 0 8.0rem 0;
}

.holiday .even {
	background-color: var(--color-bg-1);
}

.holiday .image-wrapper {
	margin:0 auto;
}
.holiday .image-wrapper .image {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: var(--color-bg-2);

	background-image:url("/img/base/preloader.svg?01");
	background-position: center;
	background-repeat: no-repeat;

}

.holiday .image-wrapper .image.even {
	background-color: var(--color-bg-3);
}


.holiday .header-logomark img,
.holiday .header-wreath img,
.holiday .footer-end-logomark img {
	opacity: 0;
}

.holiday .image-wrapper .image img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}

.holiday .header-logomark img.reveal,
.holiday .header-wreath img.reveal,
.holiday .footer-end-logomark img.reveal,
.holiday .image-wrapper .image img.reveal {
	opacity: 1;
	-webkit-animation: FadeIn 2s;
       -moz-animation: FadeIn 2s;
        -ms-animation: FadeIn 2s;
         -o-animation: FadeIn 2s;
            animation: FadeIn 2s;
}

.holiday .detail-wrapper {
	padding:  0  0 4.0rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.holiday .detailcolumn {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.holiday .detailtitle {
	visibility: hidden;// gsap
}

.holiday .detailtitle h4 {
	padding: 0 1.5rem 1.0rem 0;
	color: var(--color-tan);
	font-size: 1.2rem;
	line-height: 160%;
}

.holiday .detailtext {
	padding: 0.4rem 0 0 0;

	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);

}

.holiday .detailtext p {
	padding: 0 0 0 0;
	list-style-type: none;
	color: var(--color-tan);
	font-size: 0.8rem;
	line-height: 200%;


	visibility: hidden;// gsap

}


.holiday .footer-wrapper {
	margin: 0 auto;
	background-color: var(--color-bg-red);
	background-image:url("/img/holiday/_back01.png?01");
	background-position: center;
	background-repeat: repeat;

}

.holiday .footer {
	margin: 0 auto;
	padding: 8.0rem 0 12.0rem;
}

.holiday .footer h2 {
	padding-bottom: 2.5rem;
}
.holiday .footer h3 {

	line-height: 150%;
}

.holiday .footer-end-wrapper {
	margin: 0 auto;
	margin: 0 auto;
	padding: 8.0rem 0 0;
	background-color: var(--color-bg-main);

}

.holiday .footer-end {
	margin: 0 auto;
	padding: 12.0rem 0 8.0rem;
background-position: top 0 right 0;
background-repeat: no-repeat;
background-size: contain;

}

.holiday .footer h1,
.holiday .footer-end h1 {
	padding-top: 4rem;
}
.holiday .footer-end h1,
.holiday .footer-end h2 {
	color: var(--color-light);
}
.holiday .footer h1,
.holiday .footer h2,
.holiday .footer h3,
.holiday .footer-end h1,
.holiday .footer-end h2,
.holiday .footer-end h3 {
	visibility: hidden;// gsap
}
.holiday .footer-end-logomark {
	margin: 0 0;
	padding: 8.0rem 0 6.0rem 0;
}

.holiday .footer-end-logomark img {
	width: 240px;
	height: auto;
	outline: none;
}

.holiday .header,
.holiday .project .detail-wrapper,
.holiday .footer,
.holiday .footer-end {
	padding-right: 4.0rem;
	padding-left: 4.0rem;
	max-width: var(--max-width);
}
.holiday .project {
	padding-right: 2.0rem;
	padding-left: 2.0rem;
	max-width: var(--max-width);
}

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

.holiday .single,
.holiday .single:before,
.holiday .single:after,
.holiday .single *,
.holiday .single *:before,
.holiday .single *:after  {
	box-sizing: border-box;
}

.holiday .single-wrapper {
	margin: 0;
	padding: 0 0 0 0;
	background-color: var(--color-bg-2);
	background-image:url("/img/holiday/_back02.png?01");
	background-position: center;
	background-repeat: repeat;

	z-index: 9;
	position: relative;
}

.holiday .single {
	margin: 0;
	padding: 0;
/* 	display: single; */
/* 	single-template-columns: repeat(auto-fill, minmax(min(50%, 340px), 1fr)); */

	display: flex;
	justify-content: center;


}

.holiday .single-item-wrapper {
	background-color: var(--color-bg-2);
	width: 100%;
	max-width: var(--max-width);
}
.holiday .single-item-wrapper .single-item {
	margin: 0 0 0 0;
	padding: 1em;

	background-image:url("/img/base/preloader.svg?01");
	background-position: center;
	background-repeat: no-repeat;



}

.holiday .single-item-wrapper .single-item img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}

.holiday .single-item-wrapper .single-item img.reveal {
	opacity: 1;
	-webkit-animation: FadeIn 2s;
       -moz-animation: FadeIn 2s;
        -ms-animation: FadeIn 2s;
         -o-animation: FadeIn 2s;
            animation: FadeIn 2s;
}

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

.holiday .grid,
.holiday .grid:before,
.holiday .grid:after,
.holiday .grid *,
.holiday .grid *:before,
.holiday .grid *:after  {
	box-sizing: border-box;
}

.holiday .grid-wrapper {
	padding: 0 0 0 0;
	background-color: var(--color-bg-main);
	background-image:url("/img/holiday/_back02.png?01");
	background-position: center;
	background-repeat: repeat;
}

.holiday .grid {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(50%, 340px), 1fr));
}

.holiday .grid-item-wrapper {
	background-color: var(--color-bg-main);
}
.holiday .grid-item-wrapper .grid-item {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	background-image:url("/img/base/preloader.svg?01");
	background-position: center;
	background-repeat: no-repeat;

}

.holiday .grid-item-wrapper .grid-item img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}

.holiday .grid-item-wrapper .grid-item img.reveal {
	opacity: 1;
	-webkit-animation: FadeIn 2s;
       -moz-animation: FadeIn 2s;
        -ms-animation: FadeIn 2s;
         -o-animation: FadeIn 2s;
            animation: FadeIn 2s;
}

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

/* 
.holiday h1,
.holiday h2,
.holiday h3 {
	opacity: 0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

@-o-keyframes FadeInSlideIn  {
	0% {transform: translateX(-25px); opacity: 0.0;}
	100% {transform: translateX(0); opacity: 1.0;}
}
@-ms-keyframes FadeInSlideIn  {
	0% {transform: translateX(-25px); opacity: 0.0;}
	100% {transform: translateX(0); opacity: 1.0;}
}
@-moz-keyframes FadeInSlideIn  {
	0% {transform: translateX(-25px); opacity: 0.0;}
	100% {transform: translateX(0); opacity: 1.0;}
}
@-webkit-keyframes FadeInSlideIn  {
	0% {transform: translateX(-25px); opacity: 0.0;}
	100% {transform: translateX(0); opacity: 1.0;}
}
@keyframes FadeInSlideIn {
	0% {transform: translateX(-25px); opacity: 0.0;}
	100% {transform: translateX(0); opacity: 1.0;}
}

.holiday .anim-fade-move-right {
	-o-animation: 0.75s ease-out 0.25s 1 FadeInSlideIn;
	-ms-animation: 0.75s ease-out 0.25s 1 FadeInSlideIn;
	-moz-animation: 0.75s ease-out 0.25s 1 FadeInSlideIn;
	-webkit-animation: 0.75s ease-out 0.25s 1 FadeInSlideIn;
	animation: 0.75s ease-out 0.25s 1 FadeInSlideIn;
	animation-fill-mode: forwards;
}
 */

@keyframes FadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes FadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes FadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-ms-keyframes FadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes FadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

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

.holiday .to-top-wrapper {
	margin: 0 0 0 0;
	padding: 0 0;
	background-color: var(--color-bg-main);
	background-image:url("/img/holiday/_back01.png?01");
	background-position: center;
	background-repeat: repeat;
	position: relative;
	z-index: 99999999;
}

.holiday .to-top-wrapper a,
.holiday .to-top-wrapper a:link,
.holiday .to-top-wrapper a:visited,
.holiday .to-top-wrapper a:active {
	padding: 1.6rem 0;
	width: 100%;
	display: block;
}

.holiday .to-top-wrapper a svg {
	width: 20px;
	fill: var(--color-light);

	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;

	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}


.holiday .to-top-wrapper a:hover svg {
	-webkit-transform: scale(1.1) translate(0,-1.2rem);
	-ms-transform: scale(1.1) translate(0,-1.2rem);
	transform: scale(1.1) translate(0,-1.2rem);
}

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

@media only screen and (max-width: 767.98px) {
	.holiday .detail-wrapper {
		flex-direction: column;
	}

	html,
	.element {
		font-size: 14px;
	}
	.holiday .header-logomark img,
	.holiday .footer-end-logomark img {
		width: 180px;
		height: auto;
	}
	.holiday .header-wreath img {
		width: 100vw;
		max-width: unset;
		min-width: unset;
	}
	.holiday .header,
	.holiday .footer,
	.holiday .footer-end {
		padding-right: 2rem;
		padding-left: 2rem;
	}

/* 1225 Edit */
	.holiday .project {
		padding-top: 6.0rem;
		padding-bottom: 2.0rem;
	}
	.holiday .project .detail-wrapper {
		padding-right: 2rem;
		padding-left: 0rem;
	}

	.holiday h1 {
		font-size: 3.5rem;
		line-height: 110%;
	}
	.holiday .footer h1 {
		font-size: 2.7rem;
		line-height: 110%;
	}
}


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

@media only screen and (min-width : 319.98px) and (max-width: 575.98px) {
	body, html {
		-webkit-text-size-adjust: 100% !important;
		-moz-text-size-adjust: none !important;
		-ms-text-size-adjust: 100% !important;
		-ms-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-o-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}
@media only screen and (min-device-width : 319.98px) and (max-width: 1199.98px) {
	body, html {
		-webkit-text-size-adjust: 100% !important;
		-moz-text-size-adjust: none !important;
		-ms-text-size-adjust: 100% !important;
		-ms-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-o-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}