.main_right{
	width: calc(100vw *1170 / 1900);
	float: right;
	height: 100vh;
	background-color: #feffe1;
}

.main_left,
.main_left{
	background-image: url(../img/calendar_bg.jpg);
	float: left;
	width: calc(100vw *730 / 1900);
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.main_left .ml_title{
	float: right;
	color: white;
	text-align: center;
	/*margin-top: 55vh;*/
	margin-top:  130px;
	margin-right: 20px;
}

.main_left .ml_title h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px #000000;
}

.main_left .ml_title h2{
	font-size: 20px;
	line-height: 24px;
	text-shadow: 2px 2px 4px #000000;
}

.mr_item{
	display: inline-block;
	width: calc(100vw *486 / 1900);
	padding: 0 calc(100vw * 20/ 1900);
	margin-bottom: calc(100vw * 40/ 1900);
	position: relative;
	text-align: left;
}

.mr_item a{
	text-decoration: none;
}

.mr_thumb {
	height: 0;
	overflow: hidden;
	padding-bottom: calc(100vw * 486 / 1900 * 0.6);
	width: 100%;
}

.mr_thumb img{
	width: 100%;
	display: block;
}
.mr_item > a {
	position: relative;
	width: 100%;
	display: block;
}
.mr_item .mr_mask{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	z-index: 2;
}

.mr_item > a:hover .mr_mask{
	display: none;
}

.mr_title{
	font-size: 18px;
	color: black;
	line-height: 20px;
	font-weight: bold;
	margin: 3% auto 0;
	float: left;
	width: 75%;
}

.mr_main{
	overflow-y:scroll;
	margin-top: 110px;
	height: calc(100vh - 110px);
	padding: 10px 0 50px;
}

.mr_main::-webkit-scrollbar {
  width: 4px;
  margin-right: 2px;
}
.mr_main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #eee;
}
.mr_main::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
  outline: 1px solid #eee;
}

.mr_content{
	color: #616161;
	line-height: 30px;
	padding-bottom: 50px;
	padding-top: 50px;
	width: calc(100vw *1065 / 1900);
	margin: 0 auto;
}

.mr_btns{
	overflow: hidden;
	margin-top: 3px;
}

.mr_btns a{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 31%;
	background-image: url(../img/btn_cal_download.png);	
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	color: #fff;
	font-size: 16px;
}
.mr_btns a:hover {
	background-position: 0 100%;
}


.popup {
	height: auto;
	bottom: 0;
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-align: center;
	top: 110px;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}
.popup .popCon {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: scroll;
}
.popup .popCon div {
	height:100%;
	width:100%;
	margin:0 auto;
	position: relative;
	font-size: 0;
	color: #fff;
}
.popup .popCon div:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.popup .popCon div img {
	max-width: 1190px;
	max-height: auto;
	vertical-align: middle;
}
.popup a.prev , .popup a.next{
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 80px;
	z-index: 2;
}
.popup a.prev {
	background-image: url(../img/arw_prev.png);
	left: 0;
}
.popup a.next {
	background-image: url(../img/arw_next.png);
	right: 0;
}
.popup a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.popup .btn_close {
	background-image: url(../img/btn_close.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 65px;
	position: absolute;
	right: 10px;
	text-indent: -5000px;
	top: 10px;
	width: 65px;
	z-index: 4;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.popup .btn_close:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.mr_pages{
	margin: 30px auto 50px;
	text-align: center;
}
.mr_pages a {
	color: #000000;
	display: inline-block;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0 5px;
	text-decoration: none;
}
.mr_pages a.prev,.mr_pages a.pagesfirst,.mr_pages a.next,.mr_pages a.pageslast {
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	 background-size: 10px auto;
}
.mr_pages a.pagesfirst {
	padding: 0 5px 0 13px;
	background-position: 0 3px;
	background-image: url(../img/pagesfirst.png) ;
}
.mr_pages a.prev {
	padding: 0 5px 0 13px;
	background-position: 0 3px;
	background-image: url(../img/prev.png) ;
	margin: 0 10px;
}
.mr_pages a.pageslast {
	padding: 0 13px 0 5px;
	background-position: right 0 top 3px;
	background-image: url(../img/pageslast.png) ;
}
.mr_pages a.next {
	padding: 0 13px 0 5px;
	background-position: right 0 top 3px;
	background-image: url(../img/next.png) ;
	margin: 0 10px;
}
.mr_pages a:visited {
	color: #21529b;
}
.mr_pages a.pagesfirst:visited , .mr_pages a.prev:visited, .mr_pages a.pageslast:visited , .mr_pages a.next:visited {
	color: #000;
}
.mr_pages a:hover {
	color: #2c7825 !important;
}
.mr_pages a.prev:hover,.mr_pages a.pagesfirst:hover {
	background-position: 0 -17px;
}
.mr_pages a.next:hover,.mr_pages a.pageslast:hover {
	background-position: right 0 top -17px;
}
.mr_pages a.selected {
	color: #2c7825;
	text-decoration: underline;
}
.mr_pages a.selected:hover {
	text-decoration: none;
}

@media screen and (max-width: 1350px){
		.popup .popCon div img {
			max-width: 70%;
		}
		.popup a.prev, .popup a.next {
			width: 10%;
		}
}


@media screen and (max-width: 1200px){
	.mr_main{
		margin-top: 90px;
	}

	.full_view{
		height: calc(100vh - 90px);
		top: 90px;
	}

}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
	.main_left {
		float: none;
		width: 100%;
		height: 275px;
		background-position: center;
	}
	.main_left .ml_title {
		margin-right: 25px;
		margin-top: 70px;
	}
	.main_left .ml_title h1 {
		font-size: 18px;
		line-height: 18px;
	}
	.main_left .ml_title h2 {
		font-size: 13px;
	}
	.main_right {
		float: none;
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	.mr_main {
		margin-top: 0;
		overflow: hidden;
		padding: 30px 40px;
		height: auto;
	}
	.mr_content {
		width: 100%;
		padding-top: 0;
	}
	.mr_thumb {
		height: 0;
		overflow: hidden;
		padding-bottom: calc(100vw * 1200 / 2000 - 60px);
		width: 100%;
	}

	.mr_item {
		width: 100%;
		padding: 0;
		margin-bottom: 35px;
	}
	.mr_title {
		font-size: 15px;
		width: 70%;
	}

	.popup {
		top: 0;
		position: fixed;
	}
	.popup .popCon {
		overflow: hidden;
	}

	.popup .btn_close {
		top: 60px;
		right: 0;
	}
	.popup a.prev, .popup a.next {
		display: none;
	}
	.popup .popCon div img {
		max-width: 100%;
	}

	.mr_pages a {
		display: inline-block;
		height: 20px;
		line-height: 20px;
	}
	.mr_pages a.prev,.mr_pages a.pagesfirst,.mr_pages a.next,.mr_pages a.pageslast {
		text-indent: -5000px;
		padding: 0 5px;
		margin: 0;
	}
}

@media only screen and (max-width: 390px) {
	.mr_title {
		width: 60%;
	}
}