@media screen and (min-width:1025px) {
	#head_social{
		display: block !important;
	}
	
	.no-touch .monthr_day_inner{
		-webkit-transform-origin:center bottom;
		transform-origin: center bottom;
		-webkit-transform:rotateX(0deg);
		transform:rotateX(0deg);
		-webkit-transition:-webkit-transform 0.3s ease-out;
		transition:transform 0.3s ease-out;
	}
	.no-touch .monthr_day.active:hover .monthr_day_inner{
		-webkit-transform:rotateX(15deg);
		transform:rotateX(15deg);
	}

	.no-touch .monthr_day.desktop--1{ width: 33.333333%; max-height: 160px; -webkit-perspective:500px; perspective: 500px; }
	.no-touch .monthr_day.desktop--2{ width: 33.333333%; max-height: 320px; -webkit-perspective:3500px; perspective: 3500px;}
	.no-touch .monthr_day.desktop--3{ width: 66.666666%; max-height: 320px; -webkit-perspective:3500px; perspective: 3500px; }

	.no-touch .monthr_day.active.texture--1 .monthr_day_inner{
		background: url("../img/texture-thumbs-01.png") no-repeat right center;
		background-size:640px 320px;
	}
	.no-touch .monthr_day.active.texture--2 .monthr_day_inner{
		background: url("../img/texture-thumbs-02.png") no-repeat right center;
		background-size:640px 320px;
	}
	.no-touch .monthr_day.active.texture--3 .monthr_day_inner{
		background: url("../img/texture-thumbs-03.png") no-repeat right center;
		background-size:640px 320px;
	}
	.no-touch .monthr_day.active.multiply .monthr_day_inner{
		background-blend-mode: soft-light;
	}
}

@media screen and (min-width:1024px) and  (max-width:1180px){
	.monthr_day_label--value{
		font-size: 40px;
	}

	.monthr_day.desktop--1 .monthr_day_title{
		font-size: 12px;
	}
		.monthr_day.desktop--1 .monthr_day_title .monthr_day_title_label{
			font-size: 16px;
		}

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

	.monthr_day.desktop--3 .monthr_day_title{
		font-size: 14px;
	}
		.monthr_day.desktop--3 .monthr_day_title .monthr_day_title_label{
			font-size: 28px;
		}
}

@media screen and (max-height:660px){
	#focus_date{
		height: 60px;
	}

	#focus_close{
		width: 59px;
		height: 60px;
		background-size: 100px 50px;
		background-position: 5px 5px;
	}
		#focus_close:hover{
			background-position: -45px 5px;
		}

	#focus_date_day{
		font-size: 45px;
		padding-left: 10px;
		line-height: 74px;
	}

	#focus_date_month{
		font-size: 30px;
	}

	#focus_date_label{
		font-size: 14px;
		line-height: 14px;
	}

	#focus_controls{ top: 60px;}
}