/*------ utiltity classes -----*/
#asia_contact{
	margin: 0 0 30px 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.asiafl{ float:left; }
/*its also known as clearfix*/
.asia_group:before,
.asia_group:after {
    content: "";
    display: table;
} 
.asia_group:after {
    clear: both;
}
.asia_group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}
.asia_table {
    text-align: center;
/*  width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
*/
}
.asia_table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.asia_block{
    width: 30%;
    margin: 0 19px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
/*    border: 1px solid red;*/
}
.asia_block ul{
	margin:0;
	padding:0;
}
/*Shared properties*/
.asia_title{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.asia_content{
    position: relative;
    /*color: #FEFEFE;*/
	color: #000;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.asia_content:after, .asia_content:before{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.asia_content:after{
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
.asia_info{
    list-style-type: none;    
    background: #f6f6f6;
    text-align: left;
    color: #7b7b7b;
    font-size: 0.9rem;
}
.asia_info li{
    padding:10px 0;
    width: 100%;
	text-align:center;
}
/*asialeft*/
.asialeft .asia_title{        
    /*background: #78CFBF;*/
	background: #873D5C;
}
.asialeft .asia_content{
    /*background: #82DACA;*/
	background: #e8e8e9;
}
.asialeft .asia_content:after{	
	border-top-color: #e8e8e9;	
}
/*asiaMD*/
.asiaMD .asia_title{
    /*background: #3EC6E0;*/
	background: #873D5C;
}
.asiaMD .asia_content{
    /*background: #53CFE9;*/
	background: #e8e8e9;
}
.asiaMD .asia_content:after{	
	border-top-color: #e8e8e9;	
}
/*asiaright*/
.asiaright .asia_title{
    /*background: #E3536C;*/
	background: #873D5C;
}
.asiaright .asia_content{
    /*background: #EB6379;*/
	background: #e8e8e9;
}
.asiaright .asia_content:after{	
	border-top-color: #e8e8e9;	
}
@media only screen and (min-width:801px) and (max-width: 1024px){.asia_block{width: 30%;}.asia_block{margin: 0 15px 20px 15px;}}
@media only screen and (max-width: 800px){.asia_block{width: 30%;}.asia_block{margin: 0 12px 20px 12px;}}
@media only screen and (max-width: 599px){.asia_block{margin:0 0 30px 25px;width: 43%;}}
@media only screen and (max-width: 479px){.asia_block{margin:0 0 30px 20px;width: 43%;font-size: 16px;}}
@media (max-width: 350px){.asia_block{width: 89%;}}