@charset "utf-8";
/* CSS Document */



@media only screen and (max-width: 2000px) and (min-width: 942px)
{

.gray2-mobile {
	display:none;
}

.gray2-desktop {
	display:block;
}

}




@media only screen and (max-width: 942px) and (min-width: 300px)
{

.gray2-mobile {
	display:block;
}

.gray2-desktop {
	display:none;
}

}






@media only screen and (max-width: 550px) and (min-width: 400px)
{
	
	body {
		margin-top:15px;
	}
	

	.logo {
	margin-left:50px;
	padding-top:10px;
}


	.home1 {
	background-image:url(../images/home-400.jpg);
	background-size:cover;
	height:400px;	
}


	.home2 {
	background-image:url(../images/home2-400.jpg);
	background-size:cover;
	height:400px;	
	}


.about1 {
	background-image:url(../images/aboutus2-400.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
	margin-top:0px;
}


.perdana {
	background-image:url(../images/perdana-400.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}



.events {
	background-image:url(../images/events-400.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}


.news {
	background-image:url(../images/news-400.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}



}







@media only screen and (max-width: 1024px) and (min-width: 600px)
{

	.logo {
		margin-left:100px;
}
	.home1 {
	 background-image:url(../images/home-800.jpg);
	background-size:cover;
	background-position:right;
	height:500px;	
}


.home2 {
		background-image:url(../images/home2-800.jpg);
	background-size:cover;
	height:400px;	
	}


.about1 {
	background-image:url(../images/aboutus2-800.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}


.perdana {
	background-image:url(../images/perdana-800a.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}


.events {
	background-image:url(../images/events-800.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}


.news {
	background-image:url(../images/news-800.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}



}







@media only screen and (max-width: 1200px) and (min-width: 1046px)
{

	.logo {
		margin-left:100px;
}
	.home1 {
	background-image: url(../images/home-900.jpg);
	background-size:contain;
	height: 371px;
}


.home2 {
		background-image:url(../images/home2-900.jpg);
	background-size:cover;
	height:400px;	
	}


.about1 {
	background-image:url(../images/aboutus2-900.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}


.perdana {
	background-image:url(../images/perdana-900.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}


.events {
	background-image:url(../images/events-900.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}



.news {
	background-image:url(../images/news-900.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 400px;
}



}











/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */

/*

.myfooter {
	margin-left:100px;
}

*/




.mymenu {
	width:600px;

}

.logo {
	margin-left:100px;
	
}


.spacer {
	visibility: visible;
	padding:4px;
}

.new-container {
	max-width:1300px;
	padding:20px;
	margin:auto;
}


.nav-collapse {
	margin-right:70px;
  	margin: 0;
 	padding: 0;
  	width: 100%;
  	display: block;
  	list-style: none;
	font-size: 11px;
}


.logo {
	margin-left:40px;
	margin-top:12px;
}



.mytitle-text3 {
	font-size: 50px;
	/*color: #6C576B;*/
	color: #A3A3A3;
	margin: auto;
	padding: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	opacity: 0.7;
	border-radius: 0px;
	background-color: transparent;
	text-shadow: 0px -1px 0px #B2B2B2;
}


.mytitle-text4 {
	font-size: 50px;
	/*color: #6C576B;*/
	color: #FFF;
	margin: auto;
	padding: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	opacity: 0.9;
	border-radius: 0px;
	background-color: transparent;
	text-shadow: 0px -1px 0px #B2B2B2;
}



.bg-img {
	background-size:cover;
	background-position:top;
	height:400px;
	margin-top:0px;
}



.bg-img1 {
	background-size:cover;
	background-position:top;
	height:400px;	
	margin-top:0px;
}

	
	#iframe {
	width: 100%;
}



.topmenu {
	width:1200px;
	margin:auto;
	margin-left:80px;	
}


.lightmargin {
margin-top:0px;
}


.mymenu {
	padding:10px;
	margin:auto;
	margin-left:20px;
}

}






/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */




.mymenu {
	width:600px;
	margin:auto;
	margin-left:280px;

}




.bg-img {
background-size:cover;
	background-position:top;
	height:500px;	
	margin-top:0px;
}

.bg-img1 {
background-size:contain;
	background-position:top;
	height:500px;	
	margin-top:0px;
}

	#iframe {
	width:1824px;
}



.about1 {
	background-image:url(../images/aboutus2.jpg);	
	background-size:cover;
	background-position:top;
	background-position:center;
	height:500px;
}


.perdana{
	background-image:url(../images/perdana.jpg);	
	background-size:cover;
	background-position:top;
	background-position:center;
	height:500px;
}


.events {
	background-image:url(../images/events.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 500px;
}


.news {
	background-image:url(../images/news.jpg);	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	height: 500px;
}





}
