	.ablumn-table:hover:nth-child(odd) .ablumn-tableCell 	{ background-color:#114691; cursor:pointer; }
	.ablumn-table:hover:nth-child(even) .ablumn-tableCell 	{ background-color:#ffa200; cursor:pointer; }

	
	.ablumn-table			{ display: table; border:none; width:100%; text-align:left; border-collapse: collapse; }
	.ablumn-tableBody 		{ display: table-row-group;}
	.ablumn-tableRow 		{ display: table-row;}
	.ablumn-tableCell 		{ display: table-cell; border:none; border-bottom:5px solid #fff; padding:0; vertical-align:top; text-align:left;}
	.ablumn-tableCell img 	{ width:100%; height:auto;}
	.ablumn-table .ablumn-tableCell:first-child 	{ width:20%;}
	.ablumn-table .ablumn-tableCell:last-child 		{ width:80%}

	.ablumn-table .ablumn-tableCell span { position:absolute; left:0px; bottom:0px; padding:10px; color:#fff; background-color:rgba(0, 0, 0, 0.7);}
	.ablumn-table:nth-child(odd) .ablumn-tableCell 	{ background-color:#0972ff; transition: all 0.3s ease-out }
	.ablumn-table:nth-child(even) .ablumn-tableCell { background-color:#ffc408; transition: all 0.3s ease-out }

	.ablumn-date 	{ padding:10px 20px}
	.ablumn-date h1 { font-size:100px; color:#fff; line-height:1; transition: all 0.3s ease-out}
	.ablumn-date p 	{ color:#fff; text-transform:uppercase;}


	/* ==========================================================================
		Media
	============================================================================= */
    @media only screen and (max-width: 1300px) {
  	.ablumn-date h1 { font-size:70px; }
    }

	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  	.ablumn-date h1 { font-size:60px; }
	.ablumn-date p 	{ font-size:80%}
	}

    @media only screen and (max-width: 767px) {
    .ablumn-table			{ display: block;}
	.ablumn-tableBody 		{ display: block;}
	.ablumn-tableRow 		{ display: block;}
	.ablumn-tableCell 		{ display: block; border-bottom:none;}

	.ablumn-table .ablumn-tableCell:first-child 	{ width:100%;}
	.ablumn-table .ablumn-tableCell:last-child 		{ width:100%}

	.ablumn-table:nth-child(odd) .ablumn-tableCell .ablumn-date 	{ border-bottom:1px solid #2b85ff}
	.ablumn-table:nth-child(even) .ablumn-tableCell .ablumn-date 	{ border-bottom:1px solid #fbd45a}
	.ablumn-date 	{ padding:10px 15px}
	.ablumn-date h1	{ font-size:20px; display:inline-block;}
	.ablumn-date p  { display:inline-block; font-size:80%}
    .ablumn-table .ablumn-tableCell span { position:relative; left:inherit; bottom:inherit; background-color:transparent; padding:10px 15px; display:block;}
	.ablumn-table .ablumn-tableCell:last-child { margin-bottom:20px}
    }