	a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
		/* roboto-300 - latin */
		@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
		src: local('Roboto Light'), local('Roboto-Light'),
		   url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
		}
		/* roboto-500 - latin */
		@font-face {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 500;
		src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
		src: local('Roboto Medium'), local('Roboto-Medium'),
		   url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
		}
		/* playfair-display-700 - latin */
		@font-face {
		font-family: 'Playfair Display';
		font-style: normal;
		font-weight: 700;
		src: url('../fonts/playfair-display-v13-latin-700.eot'); /* IE9 Compat Modes */
		src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
		   url('../fonts/playfair-display-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/playfair-display-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/playfair-display-v13-latin-700.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/playfair-display-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/playfair-display-v13-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
		}
		html {
			box-sizing: border-box;
		}
		html * {
			box-sizing: inherit;
		}
		body {
			font: 16px "Roboto", sans-sefif;
			line-height: 160%;
			font-weight: 300;
			background: #000;
			color: #fff;
		}
		h1,h2 {
			font-size: 23px;
			text-transform: uppercase;
			line-height: 120%;
			font-weight: 700;
			letter-spacing: .1em;
			text-align: center;

		}
		h2 {
			font-size: 25px;
		}
		.bodytext {
			text-align: center;
			text-shadow: 0 0 5px rgba(0,0,0,1);
		}
		.bodytext a {
			color: #fff;
		}
		.site {
			max-width: 600px;
			margin: 0 auto;
			overflow: hidden;
			position: relative;
			min-height: 100vh;
		}
		.site:before {
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100vh;
			content: " ";
			z-index: -1;
			background: #000 url(../img/xmas-bg.jpg) no-repeat center top;
			background-size: cover;
			filter: blur(5px);
			transform: scale(1);
			opacity: .8
		}
		.site-head {
			overflow: hidden;
			color: #fff;
			position: relative;
		}
		.home .site-head {
			height: 100vh;
		}
		.logo {
			width: 300px;
			height: 150px;
			background: url(../img/xmas-logo.svg) no-repeat center center;
			background-size: contain;
			margin: 50px auto;
			text-indent: -1000px;
			overflow: hidden;
		}
		.site-main {
			padding: 30px;
			max-width: 400px;
			margin: 0 auto;
		}
		h1,
		h2,
		p {
			margin: 10px 0 20px
		}
		
		blockquote {
			text-align: center;
		}
		
		blockquote p {
			font-size: 20px;
			line-height: 1.4;
			font-style: italic;
			margin-bottom: 0
		}
		
		blockquote p:before,blockquote p:after {
			content: '"';
			display: inline-block;
			}
		
		blockquote footer:before {
			content: '— ';
			display: inline-block;
		}
		
		blockquote + hr {
			border: 0;
			border-top: 1px solid rgba(255,255,255,.2);
			width: 30px;
			margin: 15px auto;
		}

		.countdown {
			font-weight: 600;
			text-align: center;
			margin-top:30px;
		}
		.countdown-time {
			font-size: 34px;
		}
		.countdown-time > span {
			width: 70px;
			line-height: 70px;
			height: 70px;
			position: relative;
			display: inline-block;
			text-align: center;
			margin: 0 4px;
			border-radius: 50%;
			overflow: hidden;
			color: #ffd8af;
			background: rgb(0 0 0 / 50%);
			font-weight: 400;
			box-sizing: border-box;
		}
		.countdown-time > span:before {
			/*content: " ";*/
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			background: inherit;
			/*background: url(../img/body.jpg) no-repeat center center fixed;*/
			background-size: cover;
			filter: blur(100px);


		}
		.countdown--small {
			font-size: 7px;
			width: 100%;
			text-align: center;
			line-height: 20px;
			display: inline-block;
			/*background: url(../img/body.jpg) no-repeat center center fixed;*/
			background-size: cover;
			position: absolute;
			left: 0;
			bottom: 0;
			border-radius: 50%;
			font-weight: 400;
		}
		.countdown-date {
			font-weight: 300;
			padding: 20px 0;
			letter-spacing: 1px;
		}

		.site-footer {
			font-size: 12px;
			color: #999;
			text-align: center;
			padding: 20px 0
		}

		.home .site-main-section {
			/*min-height: 100vh;*/
			margin: 100px 0;
		}

		.fieldwrap,
		input {
			display: block;
			width: 100%;
		}

		.fieldwrap {
			margin-bottom: 15px;
		}

		.fieldwrap.bg {
			border-radius: 22px;
			overflow: hidden;
			border: 0;
		}
		.fieldwrap.footer {
			margin-top: 45px;
		}

		input {
			border: none;
			padding: 10px 20px;
			height: 50px;
			line-height: 50px;
			background: rgba(255,255,255,.2);
			outline: none !important;
			color: #fff;
			font-size: inherit;
			transition: all .2s ease;
     		-moz-appearance: none;
     		-webkit-appearance: none;
     		appearance: none;

		}
		input:focus,
		input:active {
			background: #fff;
			color: #393939;
		}
		input[type="submit"] {
background: linear-gradient(180deg, #f7c362, #efa131);
    color: #fff;
    padding: 0;
    font-size: 14px;
    border-radius: 25px;
    transition: all .2s ease;
    width: 49%;
    cursor: pointer;
    /* border-bottom: 1px solid #e37e0b; */
    float: right;
		}
		input[type="submit"]#cancel {
			margin-right: 2%;
			background: transparent;
			border: 1px solid #efa131;
			color: #efa131;
		}
		input[type="submit"]:hover {
			background: #efa131;
		}

		input#field-partner {
			overflow: hidden;
			height: 0;
			opacity: 0;
			margin-bottom: -40px;
		}
		input#field-partner.show {
			height: 50px;
			opacity: 1;
			margin-bottom: 0;
		}


		label {
			line-height: 30px;
		}
		input.apple-switch {
			position: relative;
			appearance: none; outline: none;
			width: 50px; height: 30px;
			background-color: #ffffff;
			border: 1px solid #D9DADC;
			border-radius: 50px;
			box-shadow: inset -20px 0 0 0 #ffffff;
			transition-duration: 200ms;
			background: #fff;
     		float: right;
		}

		input.apple-switch:after {
			content: ""; 
			position: absolute;
			top: 1px;
			left: 1px;
			width: 26px;
			height: 26px;
			background-color: #fff;
			border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
			transition: all .2s ease;
		}

		input.apple-switch:checked {
			border-color: #4ED164;
			box-shadow: inset 20px 0 0 0 #4ED164;
		}

		input.apple-switch:checked:after {
			left: 20px;
			box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
			background: #fff;
		}


		::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #fff;
		}
		::-moz-placeholder { /* Firefox 19+ */
			color: #fff;
		}
		:-ms-input-placeholder { /* IE 10+ */
			color: #fff;
		}
		:-moz-placeholder { /* Firefox 18- */
			color: #fff;
		}


		.scroll-downs {
		position: absolute;
		top: 77vh;
		left: 50%;
		transform: translateX(-50%);
		width: 34px;
		height: 55px;
		}
		.mousey {
		width: 3px;
		padding: 10px 15px;
		height: 35px;
		border: 2px solid #fff;
		border-radius: 25px;
		opacity: 0.75;
		box-sizing: content-box;
		}
		.scroller {
		width: 3px;
		height: 10px;
		border-radius: 25%;
		background-color: #fff;
		animation-name: scroll;
		animation-duration: 2.2s;
		animation-timing-function: cubic-bezier(.15,.41,.69,.94);
		animation-iteration-count: infinite;
		}
		@keyframes scroll {
		0% { opacity: 0; }
		10% { transform: translateY(0); opacity: 1; }
		100% { transform: translateY(15px); opacity: 0;}
		}

		#form-error {
    text-align: center;
    background: #ff7979;
    color: #fff;
    border: 1px solid #eb4d4b;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 12px;
		}

		.party_pics img {
			width: 100%;
			height: auto;
			max-width: 100%;
		}


/* The button */
.addeventatc 							{margin: 0 auto;display:inline-block;position:relative;cursor:pointer;background:#fff;font-family:"Open Sans",Roboto,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;font-weight:400;color:#333!important;font-size:15px;line-height:100%;-webkit-box-shadow:0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;;-moz-box-shadow:0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;;box-shadow:0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;;-webkit-border-radius:4px;border-radius:4px;}
.addeventatc:hover 						{background-color:#f8f8f8;}
.addeventatc .date 						{width:50px;height:60px;float:left;position:relative;}
.addeventatc .date .mon 				{display:block;text-align:center;padding:10px 0px 0px 0px;font-size:10px;color:#bf5549;font-weight:bold;line-height:110%;text-transform:uppercase;}
.addeventatc .date .day 				{display:block;text-align:center;padding:0px 0px 8px 0px;font-size:28px;font-weight:bold;color:#333;line-height:100%;}
.addeventatc .date .bdr1 				{width:1px;height:50px;background:#eaeaea;position:absolute;z-index:100;top:5px;right:-3px;}
.addeventatc .date .bdr2 				{width:1px;height:50px;background:#fff;position:absolute;z-index:100;top:5px;right:-4px;}
.addeventatc .desc 						{height:60px;float:left;position:relative;padding:0px 15px 0px 0px;}
.addeventatc .desc p 					{margin:0;display:block;text-align:left;padding:7px 0px 0px 15px;font-size:11px;color:#666;line-height:130%;}
.addeventatc .desc .hed 				{height:15px;display:block;overflow:hidden;margin-bottom:0px;font-size:13px;line-height:110%;color:#333;text-transform:uppercase;}
.addeventatc .desc .des 				{height:28px;display:block;overflow:hidden;}
.addeventatc-selected 					{background-color:#f4f4f4;}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {display:none!important;}

/* Drop down */
.addeventatc_dropdown 					{width:230px;position:absolute;padding:6px 0px 0px 0px;font-family:"Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;color:#000!important;font-weight:600;line-height:100%;background:#fff;font-size:15px;text-decoration:none;text-align:left;margin-left:-1px;display:none;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;transform:scale(.98,.98) translateY(5px);z-index:-1;transition:transform .15s ease;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.addeventatc_dropdown.topdown 			{transform:scale(.98,.98) translateY(-5px)!important;}
.addeventatc_dropdown span 				{display:block;line-height:100%;background:#fff;text-decoration:none;cursor:pointer;font-size:15px;color:#333;font-weight:600;padding:14px 10px 14px 55px;-webkit-transition:background-color .3s;transition:background-color .3s;}
.addeventatc_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:15px;}
.addeventatc_dropdown em 				{color:#999!important;font-size:12px!important;font-weight:400;}
.addeventatc_dropdown .frs a 			{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:400!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs a:hover 		{color:#999!important;}
.addeventatc_dropdown .ateappleical 	{background:url(../gfx/icon-apple-t5.svg) 18px 40% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ategoogle 		{background:url(../gfx/icon-google-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlook 		{background:url(../gfx/icon-outlook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlookcom 	{background:url(../gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateyahoo 		{background:url(../gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .atefacebook 		{background:url(../gfx/icon-facebook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .brx 				{height:1px;overflow:hidden;background:#e8e8e8;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
.addeventatc_dropdown.addeventatc-selected {transform:scale(1,1) translateY(0px);z-index:99999999999;}
.addeventatc_dropdown.topdown.addeventatc-selected {transform:scale(1,1) translateY(0px)!important;}
.addeventatc_dropdown .drop_markup 		{background-color:#f4f4f4;}