
/*date box style 1*/
.date_box_items.date_style_1 .date_item {
    margin-left: -15px;
    margin-right: -15px;
	padding: 0 10px 20px;
	width: 33.33333%;
	float: left;
}
.date_box_items.date_style_1 .date_item .date {
    float: left;
    width: 60px;
    position: relative;
}
.date_box_items.date_style_1 .date_item .day {
	padding: 14px 0;
    font-size: 32px;
    font-weight: bold;
    background: -moz-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -webkit-gradient(linear,0deg,color-stop(40%,8E0101),color-stop(100%,C40101));
    background: -webkit-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -o-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -ms-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
    background: linear-gradient(0deg,#8e0101 40%,#c40101 100%);
}
.date_box_items.date_style_1 .date_item .month {
    font-size: 14px;
    padding: 2px 0;
    background: -moz-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -webkit-gradient(linear,0deg,color-stop(40%,8E0101),color-stop(100%,C40101));
    background: -webkit-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -o-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -ms-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
    background: linear-gradient(0deg,#8e0101 40%,#c40101 100%);
}
.date_box_items.date_style_1 .date_item span {
    color: #fff;
    display: block;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#000000)";
    text-shadow: 0 1px 0 #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0,Direction=135,Color=#000000);
}
.date_box_items.date_style_1 .date_item .info {
    float: left;
    width: calc(100% - 60px);
	padding: 0 20px 0px 10px;
}

.date_box_items.date_style_1 .date_item h3.title {
    margin-top: 0;
    line-height: 1.3;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 0;
	color: #960000;
}
.date_box_items.date_style_1 .date_item .info p {
    margin: 0;
    padding: 0;
    font-size: 13px;
	color: #333;
}
.date_box_items.date_style_1 .date_item .info p b {
    font-weight: 700;
}
.date_box_items.date_style_1 .date_item h3:after {
    display: none;
}
.date_box_items.date_style_1 .date_item h3.title a:hover,
.date_box_items.date_style_1 .date_item .date a:hover,
.date_box_items.date_style_1 .date_item .date a:active,
.date_box_items.date_style_1 .date_item .date a:focus {
    text-decoration: none;
}
/*end date box style 1*/


/*date box style 2*/
.date_box_items.date_style_2 .date_item {
    margin-left: -15px;
    margin-right: -15px;
	padding: 0 10px 20px;
	width: 33.33333%;
	float: left;
	min-height: 150px;
}
.date_box_items.date_style_2 .date_item .date {
	margin:.25em 10px 10px 0;
	padding-top:5px;
	float:left;
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	position:relative;
	-moz-box-shadow:0 2px 2px #888;
	-webkit-box-shadow:0 2px 2px #888;
	box-shadow:0 2px 2px #888;
}
.date_box_items.date_style_2 .date_item .date:before, .date_box_items.date_style_2 .date_item .date:after{
	content:'';
	float:left;
	position:absolute;
	top:5px;	
	width:8px;
	height:8px;
	background:#6e6e6e;
	z-index:1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;
}
.date_box_items.date_style_2 .date_item .date:before{left:11px;}	
.date_box_items.date_style_2 .date_item .date:after{right:11px;}

.date_box_items.date_style_2 .date_item .date {
    
}
.date_box_items.date_style_2 .date_item .day {
	padding: 14px 0;
    font-size: 32px;
    font-weight: bold;
}
.date_box_items.date_style_2 .date_item .month {
    font-size: 15px  !important;
    padding: 2px 0;
	
	display:block;
	font:normal bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;	
	background: -moz-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -webkit-gradient(linear,0deg,color-stop(40%,8E0101),color-stop(100%,C40101));
    background: -webkit-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -o-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -ms-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
    background: linear-gradient(0deg,#8e0101 40%,#c40101 100%);
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
}
.date_box_items.date_style_2 .date_item .day:before, .date_box_items.date_style_2 .date_item .day:after{
	content:'';
	float:left;
	position:absolute;
	top:-5px;	
	width:4px;
	height:14px;
	background:#dadada;
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
	background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
	z-index:2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.date_box_items.date_style_2 .date_item .day:before{left:13px;}	
.date_box_items.date_style_2 .date_item .day:after{right:13px;}	


.date_box_items.date_style_2 .date_item .info {
	padding: 10px 30px 0px 10px;
}

.date_box_items.date_style_2 .date_item h3.title {
    margin-top: 0;
    line-height: 1.3;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 0;
	color: #960000;
}
.date_box_items.date_style_2 .date_item .info p {
    margin: 0;
    padding: 0;
    font-size: 13px;
	color: #333;
}
.date_box_items.date_style_2 .date_item .info p b {
    font-weight: 700;
}
.date_box_items.date_style_2 .date_item h3:after {
    display: none;
}
.date_box_items.date_style_2 .date_item h3.title a:hover,
.date_box_items.date_style_2 .date_item .date a:hover,
.date_box_items.date_style_2 .date_item .date a:active,
.date_box_items.date_style_2 .date_item .date a:focus {
    text-decoration: none;
}
/*end date box style 2*/



/*date box style 3*/
.date_box_items.date_style_3 .date_item {
    margin-left: -15px;
    margin-right: -15px;
	padding: 0 10px 20px;
	width: 33.33333%;
	float: left;
	min-height: 150px;
}
.date_box_items.date_style_3 .date_item .date {
	margin: 0.25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 60px;
    background: #ededef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
    background: -moz-linear-gradient(top, #ededef, #ccc);
    font: bold 20px/40px Arial Black, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #888;
    -webkit-box-shadow: 0 2px 2px #888;
    box-shadow: 0 2px 2px #888;
}
.date_box_items.date_style_3 .date_item .date:before, .date_box_items.date_style_3 .date_item .date:after{
	content: '';
    float: left;
    position: absolute;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #646464;
    z-index: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}
.date_box_items.date_style_3 .date_item .date:before{left:7px;}	
.date_box_items.date_style_3 .date_item .date:after{right:7px;}

.date_box_items.date_style_3 .date_item .date {
    
}
.date_box_items.date_style_3 .date_item .day {
	padding: 14px 0;
    font-size: 25px;
    font-weight: bold;
}
.date_box_items.date_style_3 .date_item .month {
    font-size: 13px  !important;
    padding: 2px 0;
	
	display:block;
	font:normal bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;	
	background:#04599a;
	background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); 
	background:-moz-linear-gradient(top,  #04599a,  #00365a); 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
}
.date_box_items.date_style_3 .date_item .day:before, .date_box_items.date_style_3 .date_item .day:after{
	content: '';
    float: left;
    position: absolute;
    top: -3px;
    width: 2px;
    height: 10px;
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
    background: -moz-linear-gradient(top, #f1f1f1, #aaa);
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.date_box_items.date_style_3 .date_item .day:before{left:9px;}	
.date_box_items.date_style_3 .date_item .day:after{right:9px;}	


.date_box_items.date_style_3 .date_item .info {
	padding: 10px 30px 0px 10px;
}

.date_box_items.date_style_3 .date_item h3.title {
    margin-top: 0;
    line-height: 1.3;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 0;
	color: #005797;
}
.date_box_items.date_style_3 .date_item .info p {
    margin: 0;
    padding: 0;
    font-size: 13px;
	color: #333;
}
.date_box_items.date_style_3 .date_item .info p b {
    font-weight: 700;
}
.date_box_items.date_style_3 .date_item h3:after {
    display: none;
}
.date_box_items.date_style_3 .date_item h3.title a:hover,
.date_box_items.date_style_3 .date_item .date a:hover,
.date_box_items.date_style_3 .date_item .date a:active,
.date_box_items.date_style_3 .date_item .date a:focus {
    text-decoration: none;
}
/*end date box style 3*/



/*date box style 4*/
.date_box_items.date_style_4 .date_item {
    margin-left: -15px;
    margin-right: -15px;
	padding: 0 10px 20px;
	width: 33.33333%;
	float: left;
	min-height: 150px;
}
.date_box_items.date_style_4 .date_item .date {
	margin: 0.25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 60px;
    background: #ededef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
    background: -moz-linear-gradient(top, #ededef, #ccc);
    font: bold 20px/40px Arial Black, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #888;
    -webkit-box-shadow: 0 2px 2px #888;
    box-shadow: 0 2px 2px #888;
}
.date_box_items.date_style_4 .date_item .date:before, .date_box_items.date_style_4 .date_item .date:after{
	content: '';
    float: left;
    position: absolute;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #646464;
    z-index: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}
.date_box_items.date_style_4 .date_item .date:before{left:7px;}	
.date_box_items.date_style_4 .date_item .date:after{right:7px;}

.date_box_items.date_style_4 .date_item .date {
    
}
.date_box_items.date_style_4 .date_item .day {
	padding: 14px 0;
    font-size: 25px;
    font-weight: bold;
}
.date_box_items.date_style_4 .date_item .month {
    font-size: 13px  !important;
    padding: 2px 0;
	
	display:block;
	font:normal bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;	
	background: -moz-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -webkit-gradient(linear,0deg,color-stop(40%,8E0101),color-stop(100%,C40101));
    background: -webkit-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -o-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    background: -ms-linear-gradient(0deg,#8e0101 40%,#c40101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
    background: linear-gradient(0deg,#8e0101 40%,#c40101 100%);
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
}
.date_box_items.date_style_4 .date_item .day:before, .date_box_items.date_style_4 .date_item .day:after{
	content: '';
    float: left;
    position: absolute;
    top: -3px;
    width: 2px;
    height: 10px;
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
    background: -moz-linear-gradient(top, #f1f1f1, #aaa);
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.date_box_items.date_style_4 .date_item .day:before{left:9px;}	
.date_box_items.date_style_4 .date_item .day:after{right:9px;}	


.date_box_items.date_style_4 .date_item .info {
	padding: 10px 30px 0px 10px;
}

.date_box_items.date_style_4 .date_item h3.title {
    margin-top: 0;
    line-height: 1.3;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 0;
	color: #b90015;
}
.date_box_items.date_style_4 .date_item .info p {
    margin: 0;
    padding: 0;
    font-size: 13px;
	color: #333;
}
.date_box_items.date_style_4 .date_item .info p b {
    font-weight: 700;
}
.date_box_items.date_style_4 .date_item h3:after {
    display: none;
}
.date_box_items.date_style_4 .date_item h3.title a:hover,
.date_box_items.date_style_4 .date_item .date a:hover,
.date_box_items.date_style_4 .date_item .date a:active,
.date_box_items.date_style_4 .date_item .date a:focus {
    text-decoration: none;
}
/*end date box style 4*/



@media screen and (max-width: 768px) {
	.date_box_items .date_item {
		width: 50%;
	}
	
	.date_box_items.date_style_1 .date_item,
	.date_box_items.date_style_2 .date_item,
	.date_box_items.date_style_3 .date_item,
	.date_box_items.date_style_4 .date_item {
		width: 100%;
	}
	
	.date_box_items.date_style_4 .date_item,
	.date_box_items.date_style_4 .date_item,
	.date_box_items.date_style_4 .date_item,
	.date_box_items.date_style_4 .date_item {
		margin-left: 0;
		margin-right: 0;
		padding: 10px 20px 10px;
		min-height: 125px;
	}
}

@media screen and (max-width: 600px) {
	.date_box_items .date_item {
		width: 100%;
	}
	.date_box_items .date_item .info p {
		line-height: 20px;
	}
}