@import url('https://fonts.googleapis.com/css?family=Meie+Script');

.merry-christmas-popup{
	font-family: 'Meie Script', cursive;
	
}

.ui-widget-header {
	border: none;
	background: transparent;
	color: #fff;
	font-weight: bold;
}

.ui-widget.ui-widget-content {
	border: none;
	width:500px !important;
	height:auto;
	min-height:501px;
	margin:10px;
	background: url('img/flash-promo-fr.jpg') !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em .4em;
	cursor: pointer;
}

.ui-widget-content {
	border: none;
	background: transparent !important;
	color: #D8B451;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-button, .ui-button:hover, .ui-button:focus{
	border: none;
	background: #FFFFFF;
	font-weight: normal;
	color: #D8B451;
	font-size:1em;
}

.ui-button {
	padding: 7px 16px;
	display: inline-block;
	position: absolute;
	line-height: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
	bottom: 110px;
	right: calc(24% - 0px);
}

.ui-widget-overlay {
	background:transparent;
}

.merry-christmas-title{
	float:left;
	font-size:45px;
	text-align:center;
	width:60%;
	display:block;
	margin:25px 10px 25px 40%;
	text-shadow:2px 2px 2px #333;
}

.ui-widget-overlay{
	opacity:1.0;
	font-family: Androgyne;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:999999999;
	-webkit-animation: ui-widget-overlay 10s linear infinite;
	-moz-animation: ui-widget-overlay 10s linear infinite;
	-ms-animation: ui-widget-overlay 10s linear infinite;
	animation: ui-widget-overlay 10s linear infinite;
}	

.christmas-canvas{
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 760px) {
    .ui-widget.ui-widget-content {
		border: none;
		width:300px !important;
		height:auto;
		min-height:301px;
		margin:10px;
		background: url('img/flash-promo-fr-small.jpg') !important;
	}
	.ui-button {
		bottom: 60px;
		right: calc(20% - 0px);
	}
	.ui-button, .ui-button:hover, .ui-button:focus{
		font-size:0.7em;
	}
	
	.merry-christmas-title{
		float:left;
		font-size:35px;
		text-align:center;
		width:70%;
		display:block;
		margin:10px 10px 10px 30%;
		text-shadow:2px 2px 2px #333;
	}
}