.monthr{
	position: relative;
	padding-bottom: 20px;
	border-left: 1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
	.monthr:after{
		content:"";
		position: absolute;
		left: 0;
		bottom: -15px;
		width: 100%;
		height: 15px;
		background: url("../img/shadow-horizontal-from-top@2x.png") no-repeat center center;
		background-size: 120% 15px;
	}
	.monthr_head{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
	}
		.monthr_head:after{
			content:"";
			position: absolute;
			left: 0;
			top: 80px;
			width: 100%;
			height: 15px;
			background: url("../img/shadow-horizontal-from-top@2x.png") no-repeat center center;
			background-size: 120% 15px;
		}
		.no-touch .monthr_head.autofix{
			position: fixed;
			top: 60px;
		}
		.monthr_head_select{
			font-size: 40px;
			text-transform: uppercase;
			width: 500px;
		}
			.monthr .select-target.select-theme-default{
				width:100%;
				font-size: 50px;
				font-family: "SanchezSlab-BoldItalic";
				background: #fff;
				border:0px;
				padding: 0 0 0 20px;
				height: 80px;
				line-height: 88px;
				border-radius: 0px;
			}
				.monthr .select-target.select-theme-default:hover, .monthr .select-target.select-open{
					background: #262626;
					color: #fff;
				}

				.monthr .select-target.select-theme-default b{
					background: url("../img/icon-arrow-selected-month-box@2x.png") no-repeat 0 0;
					background-size: 300px 100px;
					width: 100px;
					height: 100px;
					right: 0px;
					top: -4px;
				}
					.monthr .select-target.select-open.select-theme-default b, .monthr .select-target.select-theme-default:hover b{
						background-position: -100px 0;
					}
					.monthr .select-target.select-theme-default b:before, .select-target.select-theme-default b:after{
						border: 0px;
					}
			.select-element{}
				.select.select-theme-default .select-content{
					width: 100%;
					max-width: none;
					max-height: 400px;
					background:#e6e6e6;
					border-radius:0px;
					box-shadow: none;
				}
					.select.select-theme-default .select-options .select-option{
						font-size: 30px;
						line-height: 54px;
						height: 50px;
						font-family: "SanchezSlab-Italic";
						padding: 0px 20px;
						border-radius: 0px !important;
					}
						.select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight{
							background: #00bc8b;
						}
						.select.select-theme-default .select-options .select-option.select-option-selected:before{
							right: 20px;
							top: 8px;
							left: auto;
						}

	.monthr_days{
		position: relative;
		padding-top: 80px;
	}
		.monthr_days.filtered{ padding-top:120px;}
		.monthr_days:after{
			clear: both;
   			content: "";
    		display: block;
		}

	.monthr_day{
		float:left;
		text-align: center;
		border-left: none;
		border-bottom:1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		border-top:none;
		/*position: relative;*/
		vertical-align: top;
		cursor: pointer;
		height: 100px;
		overflow: hidden;
		z-index: 1;
		opacity: 1;
		-webkit-transition:opacity 0.5s ease-out;
		transition:opacity 0.5s ease-out;
	}
		.monthr_day.displayed{ opacity:1;}
		.monthr_day.active{
			background: #ddd;
			border: 0px;
		}
		.monthr_day_inner{
			position: relative;
			left: 0;
			top: 0;
			width: 100.1%;
			height: 100.1%;
		}
		
		.monthr_day.last{ border-right: 0px;}
		.monthr_day.delight{
			opacity: 0.6;
		}

		.monthr_day[data-colpos="first"]{
			border-left:1px solid #e6e6e6;
		}	
		.monthr_day[data-colpos="last"]{
			
		}
		.monthr_day[data-linepos="first"]{
			border-top:1px solid #e6e6e6;
		}
		.monthr_day[data-linepos="last"]{
			
		}
		.monthr_day_label{
			font-size: 60px;
			color: #d4d4d4;
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform:translate(-50%, -50%);
			-ms-transform:translate(-50%,-50%);
			transform:translate(-50%, -50%);
		}
			.monthr_day_label--value{
				top: 50%;
				left: 50%;
				-webkit-transform:translate(-50%, -50%);
				-ms-transform:translate(-50%,-50%);
				transform:translate(-50%, -50%);
				position: absolute;
				font-size: 50px;
				font-family: "Schizotype";
				color: #d4d4d4;
			}
				.monthr_day_label--value.firsted:after{
					content:"er";
					position: absolute;
					top: -2px;
					right: -18px;
					font-size: 20px;
					font-family: "SanchezSlab-Bold";
				}
		
		.monthr_day.active .monthr_day_label{
			left: 0;
			top: 0;
			width:30%;
			height: 101%;
			background: #ffffff;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
			background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
			background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
			-webkit-transform:translate(0, 0);
			-ms-transform:translate(0,0);
			transform:translate(0, 0);*
		}
			.monthr_day.active .monthr_day_label--value{
				color: #000;
			}
	.monthr_day_title{
		position: absolute;
		font-family: "SanchezSlab-Bold";
		margin:0;
		left: 30%;
		width: 70%;
		top: 50%;
		color: #fff;
		text-align: left;
		padding: 0 20px;
		text-shadow:0 0 10px rgba(0,0,0,0.25);
		-webkit-transform:translate(0, -50%);
		-ms-transform:translate(0,-50%);
		transform:translate(0, -50%);
	}
		.monthr_day_title_label{
			display: block;
			word-wrap:break-word;
		}

	.touch .day_gift{ visibility: hidden;}
	.no-touch .day_gift{
		opacity: 0;
		-webkit-transition:opacity 0.3s ease-out;
		transition:opacity 0.3s ease-out;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #949494;
		color: #fff;
		z-index: 10;
	}
		.no-touch .day_gift:hover{
			opacity: 1;
		}
		.no-touch .day_gift_text{
			position: absolute;
			left: 0px;
			top: 65%;
			width: 100%;
			text-align: center;
			padding: 0 40px;
			-webkit-transform:translate(0, -50%);
			-ms-transform:translate(0,-50%);
			transform:translate(0, -50%);
			font-size: 14px;
			line-height: 16px;
		}
			.no-touch .day_gift_disclaimer{
				font-size: 12px;
				line-height: 14px;
				font-family: 'SanchezSlab-Italic';
				margin: 0 0 5px;
			}

		.no-touch .day_gift_text:before{
			content:"";
			position: absolute;
			left: 50%;
			top: -24px;
			background: url("../img/shadow-horizontal-from-bottom@2x.png") no-repeat 0 0;
			background-size: 200px 15px;
			width: 200px;
			height: 15px;
			-webkit-transform:translate(-50%, 0);
			-ms-transform:translate(-50%,0);
			transform:translate(-50%, 0);
		}
		.no-touch .day_gift_text:after{
			content:"";
			position: absolute;
			left: 50%;
			top: -55px;
			background: url("../img/icon-gift@2x.png") no-repeat 0 0;
			background-size: 50px 50px;
			width: 50px;
			height: 50px;
			-webkit-transform:translate(-50%, 0);
			-ms-transform:translate(-50%,0);
			transform:translate(-50%, 0);
		}

/* FITTEXT */
.monthr_day.desktop--1 .monthr_day_title{
	font-size: 14px;
}
	.monthr_day.desktop--1 .monthr_day_title .monthr_day_title_label{
		font-size: 20px;
	}

.monthr_day.desktop--2 .monthr_day_title{
	font-size: 16px;
}
	.monthr_day.desktop--2 .monthr_day_title .monthr_day_title_label{
		font-size: 24px;
	}

.monthr_day.desktop--3 .monthr_day_title{
	font-size: 18px;
}
	.monthr_day.desktop--3 .monthr_day_title .monthr_day_title_label{
		font-size: 34px;
	}