/*
* Project : Way Company
* Author :
*
*/
body{
	background: #ebebeb;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; 
	line-height: 14px;
}
html{
	height: 100%;
}
header{
	background: #FFF;	
}
.logo{
	text-align: center;
	margin: 30px auto;
	display: block;

}



.main-container{
	
	width: 100%;
	padding: 45px 0;
}
.main-container a{
	font-size: 31px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	/*line-height: 520px;*/
	    line-height: normal;
    padding: 240px 45px;
	text-transform: uppercase;
	font-weight: normal;
	 
}
.main-container_1{
	
	width: 100%;
	padding: 45px 0;
}
.main-container_1 p{
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: normal;
	 
}
.main-container_1 a{
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	line-height: 38px;
	text-transform: lowercase;
	font-weight: normal;
	 
}
.main-container a:hover,.main-container a:focus{
	text-decoration: none;
}
.main-container_1 a:hover,.main-container_1 a:focus{
	text-decoration: none;
}
.singapore{
	background: url('../images/singapore-normal.jpg') no-repeat;
	width:100%;
	height: auto;
	display: inline-block;
}
.singapore:hover{
	background: url('../images/singapore-hover.jpg') no-repeat;
	
}
.international{
	background: url('../images/international-normal.jpg') no-repeat;
	width:100%;
	height: auto;
	display: inline-block;
}
.international:hover{
	background: url('../images/international-hover.jpg') no-repeat;
	
}
.malaysia{
	background: url('../images/malaysia-normal.jpg') no-repeat;
	width:100%;
	height: auto;
	display: inline-block;
}
.malaysia:hover{
	background: url('../images/malaysia-hover.jpg') no-repeat;
	
}
footer p{
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
	
}
.international_1{
	background: url('../images/private labels.jpg') no-repeat;
	width:100%;
	height: 100%;
	display: inline-block;
}
.international:hover_1{
	background: url('../images/private labels.jpg') no-repeat;
	
}
@media screen and (max-width : 991px){
	.our-location a{
	
		font-size: 24px;
	}
	.main-container a{
	
		 padding: 240px 10px !important;
	}
}
@media screen and (max-width : 768px){
	.our-location a{
	float: none;
		/*margin: 0 auto 15px auto;*/
		display: block;
		/*width:320px;*/
		font-size: 22px;
	}
	.our-location .col-xs-12
	{
	width:33.33%;
	padding:0px 5px;
	}
}
@media screen and (max-width : 364px){
	.our-location a{
	float: none;
		margin: 0 auto 15px auto;
		display: block;
		width:100%;
		font-size: 11px !important;
		
	}
	.logo img{
	width: 90%;
}
}

@media screen and (max-width: 480px)
{
.main-container a {
    padding: 100px 0px !important;
    font-size: 12px !important;
    max-height: 220px !important;
}
}