@charset "utf-8";
/* CSS Document */

html,body{
	cursor: url("../../site_images/pointer_l.cur"), default;
}
a:link,a:active,a:hover,a:visited,a:focus{
	cursor: url("../../site_images/link_l.cur"), default;
}
#top_section{
	width: 100%;
	height: 40px;
	left: 0%;
	top: 0%;
	right:0%;
	position:absolute;
	background-color:#000;
	overflow:hidden;
	z-index:2;
}
#middle_section{
	width: 100%;
	height:auto;
	max-height:100%;
	top:40px;
	bottom:40px;
	left: 0%;
	right:0%;
	position:absolute;
	border-right:none;
	border-left:none;
	overflow:hidden;
	z-index:2;
}
#bottom_section{
	width:100%;
	height:40px;
	overflow:hidden;
	position:absolute;
	bottom:0%;
	color:#fff;
	background-color:#000;
	z-index:2;
}
#logo_section{
	display:inline-table;
	left:0;
	top:0;
	width:40px;
	height:auto;
	margin:8px 10px 10px 10px;
}
.logo{
	width:100%;
}
#title_section{
	display:inline-table;
	width:auto;
	margin:12px 0px 0px -5px;
	height:100%;
	vertical-align:top;
	color: #fff;
	font-weight:bold;
	text-shadow: 0px 0px 1px #fff;
	font: 0.6em Arial;
}
#social_bar{
	position:fixed;
	top:0;
	right:0;
	width:150px;
	height:34px;
	text-align: right;
	background-image:url(../../site_images/social_bar.png);
	background-size: 150px auto;
	background-repeat:no-repeat;
	z-index:99999;
}
.linkedin{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:5px;
	margin-top:4px;
	background-size: 12px;
	background-image:url(../../social/linkedin.png);
	background-repeat:no-repeat;
	background-position:0px -12px;
}
.linkedin:hover{
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari and Chrome */
	-o-transition-duration: 0.3s; /* Opera */
	background-image:url(../../social/linkedin.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.facebook{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:5px;
	margin-top:4px;
	background-size: 12px;
	background-image:url(../../social/facebook.png);
	background-repeat:no-repeat;
	background-position:0px -12px;
}
.facebook:hover{
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari and Chrome */
	-o-transition-duration: 0.3s; /* Opera */
	background-image:url(../../social/facebook.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.instagram{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:5px;
	margin-top:4px;
	background-size: 12px;
	background-image:url(../../social/instagram.png);
	background-repeat:no-repeat;
	background-position:0px -12px;
}
.instagram:hover{
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari and Chrome */
	-o-transition-duration: 0.3s; /* Opera */
	background-image:url(../../social/instagram.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.youtube{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:5px;
	margin-top:4px;
	background-size: 12px;
	background-image:url(../../social/youtube.png);
	background-repeat:no-repeat;
	background-position:0px -12px;
}
.youtube:hover{
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari and Chrome */
	-o-transition-duration: 0.3s; /* Opera */
	background-image:url(../../social/youtube.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a, a:active, a:focus{
	outline: none; /* Remove dotted line of links */
}
#copy{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	text-align:center;
	font-family:sans-serif;
	font-size:0.5em;
	line-height:140%;
}
#box_holder{
	display:block;
	min-width:640px;
	height:100px;
	max-width:640px;
	text-align:center;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index:10;
}
/*Menu Boxes*/
.box_a, .box_b, .box_c, .box_d, .box_e, .box_f, .box_g, .box_h{
	display:inline-block;
	position:relative;
	width:90px;
	height:80px;
	margin:0px 5px 0px 5px;
	text-decoration:none;
	-webkit-animation:pop-in 1.5s;
	-moz-animation:pop-in 1.5s;
	-ms-animation:pop-in 1.5s;
	text-align: center;
	vertical-align:top;
	color:black;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	background: rgba( 0, 0, 0, 0.1 );
	backdrop-filter: blur( 3px );
	-webkit-backdrop-filter: blur( 3px );
	border: 1px solid rgba( 0, 0, 0, 0.5);
}
.box_e, .box_b{
	display: none;
}
.box_image{
	width:100%;
	height:auto;
	border-radius: 0px 10px 0px;
	margin-top: 25px;
}	
.box_layer_top{
	display: block;
	width: 90px;
	height: 57px;
	background-color: none;
	font-family:sans-serif;
	font-size:12px;
	font-weight: bold;
}
.box_layer_bottom{
	display: block;
	width: 90px;
	height: 120px;
	padding: 5px 0px 5px 0px;
	background-color: #000;
	font-family:sans-serif;
	font-size:10px;
	color: #f2f2f2;
	line-height: 150%;
}
.box_layer_bottom span{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.box_layer{
	display: block;
	width: auto;
	height: auto;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.box_layer:hover{
	display: block;
	margin-top: 0px;
	transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}
#icons{
	position:absolute;
	top:8px;
	left:25px;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	z-index: -2;
	background-color: rgba(255,255,255,1);
}
#icons img{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 30px;
	height: auto;
	opacity: 1;
	z-index: -1;
}
/*End Menu Boxes*/
.award{
	height: 150px;
	width: auto;
}

/*Higher Managemant*/
#higher_management{
	position: relative;
	width: 600px;
	height: 180px;
	margin-bottom: 15px;
}
#higher_management .management{
	display: inline-block;
	width: 190px;
	height: 180px;
	vertical-align: top;
	margin-right: 10px;
	border: solid 1px #999;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#higher_management .last_child{
	margin-right: 0px;
}
#higher_management img{
	width: 180px;
	height: 170px;
	position: absolute;
	margin: 5px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#higher_management .name{
	display: block;
	position: relative;
	width: 170px;
	height: auto;
	padding: 1px 5px;
	left: 5px;
	top: 134px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
#higher_management .name>font{
	font-weight: normal;
	color: #f2f2f2;
	text-transform: capitalize;
}
/*End Higher Managemant*/

/*Notification Section*/
#notification{
	position:absolute;
	right:0;
	width:auto;
	height:auto;
	bottom:50px;
	z-index:500;
}
.notification{
	display:block;
	position:relative;
	width:250px;
	height:55px;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
	margin:0px 10px 15px 0px;
}
.notification:hover{
	cursor: url("../../site_images/link_l.cur"), default;
	background-color:#f2f2f2;
}
.notification:hover > .notification_content{
	cursor: url("../../site_images/link_l.cur"), default;
	color:black;
}
.notification_close{
	position:absolute;
	top:10px;
	right:10px;
	width:10px;
	height:10px;
	background-image:url(../../site_images/close.png);
	background-repeat:no-repeat;
	background-size: 10px;
	z-index: 50;
}
.notification_logo{
	position:absolute;
	top:7px;
	left:7px;
	width:30px;
	height:30px;
	padding:5px;
	border-radius:50%;
}
.notification_logo img{
	width:30px;
	height:30px;
}
.notification_content{
	position:absolute;
	top:5px;
	left:60px;
	width:180px;
	height:55px;
	color:#888;
	font-family:sans-serif;
	font-size:0.7em;
	line-height:120%;
	overflow:hidden;
}
.notification_content h1{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:2px;
	color:black;
}
.notification_link{
	display: block;
	position: absolute;
	width: 250px;
	height: 55px;
	z-index: 40;
}
@keyframes notification_fade {
  0%   { opacity:1; }
  100% { opacity:0; }
}
@-o-keyframes notification_fade{
  0%   { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes notification_fade{
  0%   { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes notification_fade{
  0%   { opacity:1; }
  100% { opacity:0; }
}
.notification_fade{
   -webkit-animation: notification_fade 2s;
   -moz-animation: notification_fade 2s;
   -o-animation: notification_fade 2s;
    animation: notification_fade 2s;
}
/*End Notification Section*/

/*Center Content*/
#center_content{
	display:block;
	min-width:640px;
	height:240px;
	max-width:640px;
	font-size:12px;
	text-align:justify;
	bottom: 0px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding:10px;
}
.glass-container{
    color:#fff;
	font-family:sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-color: rgba(0,0,0, 1);
}
.zoom-in {
  animation: zoom-in 0.2s ease-in;
}
#content_holder{
	position:absolute;
	background-color: rgba(0,0,0,1);
	width:640px;
	padding:0px;
	height:240px;
	overflow:hidden;
	z-index:1;
}
@keyframes zoom-in {
	0% {
		opacity:0;
		transform: scale(0, 0);
	}
	100% {
		opacity:1;
		transform: scale(1, 1);
	}
}
/*End Center Content*/

/*Scroll Bars*/
.scroller {
	padding: 10px 10px 10px 10px;
	overflow-y: auto;
	direction: ltr;
	scrollbar-width: thin;
	max-height: 220px;
	text-align:justify;
	scrollbar-color: #3e3d3d #2b2b2b;
}
.scroller::-webkit-scrollbar {
	width: 10px;
}
.scroller::-webkit-scrollbar-track {
	background-color: #2b2b2b;
}

.scroller::-webkit-scrollbar-thumb {
		background: #3e3d3d;
}
/*End Scroll Bars*/

/*Contact Bar*/
.contact_bar{
	position:absolute;
	background-color: rgba(0,0,0,1);
	width:600px;
	padding:0px 20px 20px 20px;
	height:20px;
	bottom:0;
	overflow:hidden;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.contact_bar:hover{
	width:600px;
	padding:20px;
	height:480px;
	overflow-y: auto;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
/*End Contact Bar*/

/*Contact Box*/
#contact_box{
	display:inline-table;
	vertical-align:top;
	padding:0;
	margin:0;
	width:295px;
	height:auto;
	margin-bottom:40px;
	text-align:left;
	font-family:sans-serif;
	line-height:150%;
}
#contact_box:last-child{
	margin-bottom:0px;
}
.contact_topic{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding-top:20px;
	margin-bottom:5px;
}
.contact_titles{
	text-transform:uppercase;
	color:#09F;
	display:block;
	margin:0;
	padding:0;
	font-weight:bold;
	margin-bottom:10px;
}
.contact_sub{
	color:#CCC;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	font-family:sans-serif;
}
.contact_mail:link {
	color: #CCC;
	text-decoration: none;
	font-weight:normal;
}
.contact_mail:visited {
	text-decoration: none;
	color: #CCC;
	font-weight:normal;
}
.contact_mail:hover {
	text-decoration: none;
	color: #888;
	font-weight:normal;
}
.contact_mail:active {
	text-decoration: none;
	color: #CCC;
	font-weight:normal;
}
#contact_box strong span{
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
/*End Contact Box*/

/*Gallery*/
#gallery_content{
	display: inline-flex;
  	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-width:100%;
	height:400px;
	max-height:400px;
	left: 0;
	bottom: 40px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:transparent;
	z-index:20;
}
#album_pictures_holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 640px;
}
.gal_close_btn{
	display:block;
	position:fixed;
	width:70px;
	height:25px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	color:#fff;
	background-color: rgba(0,0,0,0.8);
	right:10px;
	bottom:40px;
	font-size:10px;
	font-family:sans-serif;
	text-decoration:none;
	font-weight:bold;
	line-height:120%;
	padding:5px;
	z-index:100;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.gal_close_btn_pos{
	right: 100px;
}
#gal_frame{
	display:inline-block;
	width:150px;
	height:70px;
	background-color:#000;
	border:solid 1px #000;
	padding:1px;
	margin:2px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
#gal_frame img{
	position:absolute;
	width:150px;
	height:70px;
}
#gal_frame span{
	display:block;
	position:absolute;
	margin-top:42px;
	width:146px;
	height:auto;
	font-family:sans-serif;
	font-size:8px;
	font-weight:bold;
	padding:8px 3px;
	background-color: rgba(0,0,0,1);
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
#gal_frame:hover{
	display:inline-block;
	width:150px;
	height:70px;
	background-color:#fff;
	border:solid 1px #fff;
	padding:1px;
	margin:2px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
#gal_frame:hover span{
	background-color: rgba(255,255,255,1);
	color:#000;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/*End Gallery*/

/*Content Dividers*/
/*About Us*/
#divider_al{
	display:block;
	vertical-align:top;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width:600px;
	height:auto;
	line-height: 150%;
	text-align:center;
	font-size:11px;
	font-style:italic;
	color:#fff;
}
#divider_ar strong{
	color:white;
}
#divider_ar{
	display:block;
	vertical-align:top;
	width:600px;
	height:100%;
	line-height: 150%;
	top: 0;
	left: 0;
	text-align:justify;
	font-size:11px;
	color:#999;
}
#divider_ar_topics_ac{
	display: block;
	width: 600px;
	height: 20px;
	padding: 5px;
	font-weight:bold;
	color: #fff;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 10px 0px;
	-moz-border-radius: 0px 10px 0px;
	border-radius: 0px 10px 0px;
	text-transform: uppercase;
	background-image: url("../../site_images/top_bar_line_d.png");
}
#divider_ar_topics_ex{
	display: block;
	width: 600px;
	height: 20px;
	padding: 5px;
	font-weight:bold;
	color: #777;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 10px 0px;
	-moz-border-radius: 0px 10px 0px;
	border-radius: 0px 10px 0px;
	text-transform: uppercase;
	background-image: url("../../site_images/top_bar_line_d.png");
}
#view_disable{
	display: none;
}
/*End Content Dividers*/

/*Tool Tip*/
.tta{
	position:absolute;
	margin-left:0px;
}
.ttb{
	position:absolute;
	margin-left:55px;
}
.ttc{
	position:absolute;
	margin-left:110px;
}
.ttd{
	position:absolute;
	margin-left:165px;
}
.tte{
	position:absolute;
	margin-left:220px;
}

a.tooltips {
	position:absolute;
	display: inline;
}
a.tooltips span {
	position: absolute;
	width:250px;
	color:#fff;
	background-image:url(../../site_images/top_bar_line_d.png);
	font-size:11px;
	height: auto;
	padding:5px 10px;
	text-align: center;
	font-weight: bold;
	visibility: hidden;
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a:hover.tooltips span {
	visibility: visible;
	position: fixed;
	opacity: 0.9;
	margin: -30px 0px 0px -140px;
	/*left: 50%;
	margin-left: -100px;*/
	z-index: 999;
}
/*End Tool Tip*/

/**/
.content_pic{
	width: 100%;
	height:auto;
	margin-bottom: 5px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*Table of Notices*/
.table{
	width: 600px;
	color: #000;
	font-size: 11px;
}
.table_ex{
	opacity: 0.6;
}
#table_row{
	display: block;
	width: 590px;
	height: 15px;
	padding: 5px 0px 5px 10px;
	font-weight:bold;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
	background-image: url("../../site_images/top_bar_line_d.png");
}
tr:nth-child(even){
	width:auto;
	height:auto;
	background-color:#dedbdb;
	line-height:150%;
}
tr:nth-child(odd){
	width:auto;
	height:auto;
	background-color:#d1d0d0;
	line-height:150%;
}
tr:hover{
	background-color:#eaeaea;
}
td{
	padding: 5px 10px;
}
.green_links:link{
	color:green;
    text-decoration:none;
}
.green_links:visited{
    color:green;
    text-decoration:none;
}
.green_links:hover{
    color:green;
    text-decoration:underline;
}
.green_links:active{
    color:green;
    text-decoration:none;
}
#table_row_bottom{
	display: block;
	width: 600px;
	height: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url("../../site_images/top_bar_line_d.png");
}

/*End Table of Notices*/

/*Non Activities Messege*/
.non_message{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.non_message_ex{
	color: #000;
	font-weight: bold;
	opacity: 0.6;
	text-transform: uppercase;
}
/*End Non Activities Messege*/

/*Special Icons*/
#special_icons{
	position: absolute;
	bottom: 5px; left: 5px;
	width: auto;
	height: auto;
	font-family: calibri;
}
.special_icons{
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.special_icons:hover{
	background-color: #000;
	color: #fff;
}
#sand_price_table{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	font-family: calibri;
	width: 800px;
	height: 250px;
	font-size: 14px;
}
.table_sand{
	border-collapse:separate;
    border:solid #fff 10px;
    border-radius:5px;
}
.gal_close_btn_2{
	display:block;
	position:fixed;
	width:auto;
	height:auto;
	padding: 5px 5px 5px 15px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	color:#fff;
	background-color: rgba(0,0,0,0.5);
	right:0px;
	top:0px;
	font-size:12px;
	font-family:sans-serif;
	text-decoration:none;
	font-weight:bold;
	border-bottom-left-radius: 50px;
	z-index:100;
}
.gal_close_btn_2:hover{
	background-color: rgba(0,0,0,0.8);
}
/*End Special Icons*/

#vesak{
    display: none;
}