@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Euphemia;
    src: url('/asset/fonts/euphemia.ttf');
}

@font-face {
    font-family: Hidayatullah;
    src: url('/asset/fonts/hidayatullah.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('/asset/fonts/Roboto-Light.ttf');

}

@font-face {
    font-family: Product Sans;
    src: url('/asset/fonts/ProductSansRegular.ttf');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-text-stroke: 0.45px;

}

@font-face {
    font-family: MankSans;
    src: url('/asset/fonts/MankSans.ttf');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-text-stroke: 0.45px;

}
body {
	/*background-color: #FFFFFF;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0px;
	padding: 0px;
    /*margin: auto;*/
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    

}
body::before {
  content: "";
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/pics/background-img-1000px.jpg') no-repeat center center / cover;
  opacity: 0.1; 
  z-index: -1;
  pointer-events: none; 
}

h1 {
	font-family: "Roboto";
	font-size: 2em;
        line-height: 1.2em;
}
h2 {
	font-family: "Product Sans";
	font-size: 1.5em;
        line-height: 1.4em;
	color: #18667e;
}
h3 {
	font-family: "Product Sans";
	font-size: 1.1em;
        line-height: 1em;
	color: #0000CC;
}

#header  {
        width: 100%;
	overflow: visible;
	position: relative;
	clear: left;
	float: left;
	z-index: 999;
	padding-top:20px;
        background-color: rgba(255,255,255,0.9);
        
}

#header_centre {
	margin-left:auto;
	margin-right:auto;
        width: 100%;
	position: relative;
        
}

#header #header_logo {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 10px;
	max-width: 200px;
}
#header #header_org_name {
	font-family: Hidayatullah;
        font-size: 2em;
	clear: left;
	float: left;
	margin-left: 10px;
	max-width: 50%;        
}
#header_org_name_small {
	font-family: Hidayatullah;
        font-size: 1.8em;
	clear: left;
	float: left;
	margin-left: 10px;
	max-width: 100%;        
}
#header_org_name a, #header_org_name_small a {
    text-decoration: none;
    color: black;
}

#header #header_logo #header_logo_img {
	width: 100%;
	clear: left;
	float: left;
}


#header #tagline {
	font-family: "Product Sans";
	font-size: 0.8em;
	margin-top: -10px;
	clear: left;
	float: left;
	margin-left: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.slicknav_menu {
	display:none;
}
.logosmall {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
.logosmall img {
	width: 100%;
}


#topmenu {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	clear: right;
        
}

#topmenu a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	line-height:32px;
	padding:0 15px;
	font-family: "Product Sans";
}

#topmenu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#topmenu li.current-menu-item
{
/*	background:#ddd */
}


#topmenu li:hover
{
	background:#f6f6f6
}

#topmenu ul
{
	list-style:none;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #CCCCCC;
        transition: visibility 0s, opacity 0.5s linear;
        opacity: 0;
}

#topmenu ul li
{
	float:none;
	width:150px;
	border: 1px #CCCCCC solid;
}

#topmenu ul a
{
    
        font-family: "Product Sans";
	font-size: 0.8em;
	line-height:120%;
	padding:10px 15px
}

#topmenu ul ul
{
	top:0;
	left:100%
}


#topmenu li:hover > ul
{
	visibility: visible;
        opacity: 1;
}


#middle {
	width: 100%;
	clear: left;
	float: left;
        padding-bottom: 20px;
        background-color: rgba(255,255,255,0.3);
        
}

#middle_centre {
        width: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
        padding-bottom: 10px;
         
}
#footer {
	width: 100%;
	padding-top: 20px;
	clear: left;
	float: left;
	padding-bottom: 100px;
        background-color: #18667e;
        
}
#footer_centre {
	margin-left:auto;
	margin-right:auto;
        width: 100%;
	position: relative;
}

#footer #link1_group {
	width: 80%;
	float: left;
	padding-left: 10px;
	position: relative;
}
#footer    .links1  {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
#footer    .links1    li  {
	float: left;
        clear: left;
	margin-left: 15px;
        margin-bottom: 0.5em;
}
#footer  .links1  a {
	text-decoration: none;
	float: left;
	font-family: "Product Sans";
	font-size: 1em;
        color: white;
}
#footer  .links1  a:hover {
	text-decoration: underline;
	color: #white;
}

#copyright  {
	clear: left;
	float: left;        
	text-align: center;
	font-family: "MankSans";
	font-size: 0.8em;
	color: #000000;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        background: #79bcd7;
        
}
#copyright a {
	text-decoration: none;
	color: #000000;
}
.fb-comments {
	margin-top: 50px;
}
#popup-header {
	background-color: #000099;
	width: 100%;
	clear: left;
	float: left;
}
#popup-header #systemname {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
#popup-centre {
	width: 100%;
	clear: left;
	float: left;
}

.loading {
	background: url(/pics/progress-banner.gif) no-repeat left top;
}

.scr_item {
    width: 300px;
    height:440px;
    float: left;
    margin-bottom: 20px;    
    margin-right: 10px;
    overflow: hidden;    
    
}
.scr_item .scr_img {
    width: 290px;
    height:290px;
    overflow: hidden;    
    float: left;
    border: 2px solid #70ffff ;
}

.scr_item .scr_img img{
    width: 100%;
}
.scr_item .scr_desc {
 	float: left;
        clear:left;
        text-align: center;
	font-family: "Product Sans";
	font-size: 1em;   
        width:290px;
        padding-top: 10px;
        height: 70px;
        padding-left: 5px;
        padding-right: 5px;
}
@media screen and (min-width: 300px) {

    #header {
            /*background-color: rgba(255, 255, 255, .95);*/
            /*background-color:#FFFFFF;*/
            text-align:	left;
            border-bottom: none;
            padding-top: 0px;
            padding-bottom: 0px;
            
    }
    #header #header_logo {
            width: 80%;
            margin-top: 10px;

    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

    /* #menu is the original menu */

    #header_logo, #header_org_name {
                    display:none;
    }		
    #topmenu {
        display:none;
    }	
    .slicknav_menu  {
                    display:block;	
                    /*box-shadow: 0px 10px 10px -10px black;*/

                    border-bottom: 1px solid #AAAAAA;
                    font-family: "Product Sans";
                    font-size: 0.8em;
    }



}

@media screen and (min-width: 800px) {
    #header_logo_small {
            width: 200px;
            margin-top: 10px;
    }

    #header #header_logo {
            width: 20%;
            margin-top: 10px;
    }
    #header {
    /*	background-color: rgba(0, 255, 255, 0);*/
            /*background-color:#FFFFFF;	*/
            text-align:	left;
            padding-top: 20px;
            padding-bottom: 20px;
    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

	/* #menu is the original menu */
	
	#header_logo, #header_org_name {
		display:block;
	}			
	#topmenu {
		display:block;
	}
	
	.slicknav_menu {
		display:none;

	}
}
