@import url(slider.css);
@import url(featured_slide.css);
@import url(sidebar_style.css);
@import url(thumbnail-slider.css);
@import url(carousel_style.css);
@import url(vote_style.css);
@import url(contact.css);
@import url(audio-player.css);
@import url(prettyPhoto.css);
html{overflow-y:scroll;}

body {
margin: 0;
padding: 0;
        background: #555 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
}

			/*TOP BANNER*/
#banner {
height:180px;
width: 1120px;
background: #03A9F4 url(../images/header.png) no-repeat;
}
#big_text {
    position: absolute;
	margin: 30px  218px 0px;
}
.big_text1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:47px;
	color:#FFF;
    position: absolute;
    text-align: left;
	padding: 0px  30px 0px;
}	
.big_text2 {
    margin: 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:48px;
	color:#FFF;
    position: absolute;
    text-align: left;
	padding: 13px  20px 0px;
}	
.big_text3 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:48px;
	color:#FFF;
	margin: 0;
    position: absolute;
    text-align: left;
	padding: 52px  0px 0px;
}
#small_text {
    margin-left: 480px;
    position: absolute;
}
.small_text{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
	color:#FFF;
    text-align: left;
    font-style:italic;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.midium_text {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
	color:#FFF;
    text-align:  left;
    font-style:italic;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#mini_text {
    margin-left: 983px;
    position: absolute;
	top:151px;
    height:10px;
    width: 140px;
}
.mini_text {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    color:#ff0000;
    text-align: left;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.big_pdp {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
	color:#000;
    font-weight: bolder;
    position: absolute;
    text-align: left;
	padding: 139px  0px 0px;
    margin-left: 938px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#bala_text {
    margin-left: 580px;
    position: absolute;
	top:70px;
}
.bala_text {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
	color:#FFF;
    text-align:  left;
    font-style:italic;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#container {
width: 1120px;
margin: 0 auto;
height: auto;
background: #e0e3ec url(../images/bgnoise_lgg.png) repeat top left;
}

a{  outline:none; 
    text-decoration:none;
	color: #ff0000;
}
a:hover {
	color: #0000ff;
    text-shadow: 0 0 10px #000;
}
#language {
	height: 36px;
    width: 90px;
	float: right;    
}
#language img {
	border: 2px solid #808080;
	float: right;  
	height: 36px;
    width: 40px;
  border-bottom:4px solid #3fa7d0;	
}
#language:hover img{
        background-position:0 -41px;
        cursor:pointer;
        opacity: 0.8;
    }
.nav-fostrap {
  display: block;
  margin-bottom: 10px 0;
  background: #03A9F4;
  height: 38px;
  width: 1033px;
  font-family:Georgia;
  font-size:17px;
  border-bottom:3px solid #3fa7d0;	
  background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de,   #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top,   #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4);   background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); 
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position:relative;
  z-index:999999990; 
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 16;
  color: #def1f0;
}

.nav-fostrap li a {
  padding: 9px 13px;
  font-size: 16;
  color: #fff;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}

.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 190px;
  background: #2980B9;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  border-radius:4px;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 6px 18px;
  font-size: 18px;
  color: #fff;
  display: block;
  font-weight: 400;
  border-top: 1px solid #fff;
  background: #03A9F4;

}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  background: #03A9F4;
  height: 20px;
  border-radius:4px;
  background-color: #03A9F4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de,   #03A9F4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top,   #03A9F4, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4);   background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); 
  color: #fff !important;
}

.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.nav-fostrap .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -10px;
  content: '';
}
.title-mobile {
  display: none;
}

#main_container {
width: 725px;
height: auto;
margin-left: 5px;
margin-top: 10px;
float: left;    
position: absolute;
}

.ticker-container {
	height: 40px;
	width: 1000px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	color: #cc0000;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-family:Georgia;
    font-size:20px;
}

.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	display: table;
	position: absolute;
	color: #4a77d4;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-family:Georgia;
    font-size:18px;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #EC0B43;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
	}
	.ticker-container .ticker-caption p {
		text-align: left;
	}
	.ticker-container ul {
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 112px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 30px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}

#main_marquee {
position: relative;
display: inline-block;
width: 725px;
height: auto;
top: 15px;
border: 2px solid #dcdcdc;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#main_marquee h2 {
	height: 34px;
	margin: 0;
	padding: 7px 0 0 12px;
	background: url(../images/img4.gif) repeat-x;
    font-family:Georgia;
    font-size:20px;
	color:#000;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}	
.marquee {
	text-align: justify;
    font-weight: bold;
    line-height:1.3em;
    font-family:Georgia;
    font-style:italic;
    padding: 4px;
    font-size:16px;
    color: #000;
	height:180px;
	background: -webkit-linear-gradient(top, #f2f1ea, #848484);
	background: -moz-linear-gradient(top, #f2f1ea, #848484);
	background: -ms-linear-gradient(top, #f2f1ea, #848484);
	background: -o-linear-gradient(top, #f2f1ea, #848484);
	background: linear-gradient(to bottom, #f2f1ea, #848484);
 }
hr.style5{
	  background: #e5e5e5;
	  border-top: 4px dashed #000;
      width: 1120px;
}

/* footer section */
#footer {
width:1120px;
background-color:#605e57;
overflow: hidden;
padding:px 0 37px;
margin: -8px 0px 0px 0px;
}
.footer_wrap h3 {
    font-size: 22px;
    color: #fff;
	margin: 5px 0 0px 0;
    font-family:Georgia;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.footer_wrap .contact {
display:inline;
float:left;
margin-left:10px;
padding-right:40px;
position:relative;
width:270px;
}
.contact p {
    font-size: 16px;
    color: #e4e3e3;
	margin: 15px 0 0px 0;
    font-family:Georgia;
	text-shadow: 0 2px 6px rgba(0,0,0,0.3);

}
.contact img {
float:left;
margin-right:8px;
margin-top: 18px;
}

.footer_wrap .footer_history {
display:inline;
float: right;
margin-right:5px;
position:relative;
width:310px;
}
.footer_history p {
    font-size: 15px;
    color: #e4e3e3;
	text-align: justify;
	margin: 4px 0 0px 0;
    font-family:Georgia;
	text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.footer_history img {
	border: 2px solid #808080;
	height: 100px;
    width: 300px;
}
.footer_wrap .wcont {
display:inline;
float:left;
margin-left:30px;
padding-right:0px;
position:relative;
width:200px;
}
.wcont ul {
margin:0;
padding:0;
}

.wcont ul li {
background:none;
list-style-type:none;
margin:0;
padding:0;
}

.wcont ul.social li {
margin-bottom:8px !important;
}

.wcont ul li a {
color:#e4e3e3;
font-family:Georgia;
display:inline-block;
height:23px;
line-height:30px;
text-decoration:none;
text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.wcont li a:hover {
color:#b7b7b7;

}

.wcont ul li img {
float:left;
margin-right:8px;
}
#copyright p {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family:Georgia;
  font-style:italic;
  color:#e4e3e3;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
  line-height:18px;
}

#copyright {
  text-align: center;
}
.shadow_right {
float:  left;    
margin-top: 1633px;
position: static;
}

.org_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	
	background-color:#007dc1;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #124d77;
	
	display: inline-block;
	position: relative;
	left: 40px;
	color: #fff;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
	font: bold 14px/30px Georgia;
}

.org_button:hover {
    text-shadow: 0 0 10px #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	color: #fff;
	background-color:#0061a7;
}
.org_button:active {
	position:relative;
	top:1px;
}

.achievements {

  width: 720px;/*width:400px;*/
  max-height: 1540px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
    }

.achievements::-webkit-scrollbar {
    width: 20px;
    }
.achievements::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    }
.achievements::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 100px;
    }
#achievements {
    width: 720px;/*width:400px;*/
	height:1585px;
	margin-left: 5px;
	position: absolute;
    background-color:#fff;
	border: 2px solid #dcdcdc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    margin-top: 43px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#achievements h4 {
    font-size: 23px;
    color: #4e90da;
    text-align: center;
	margin: 1px 0 1px 0;
    font-family:Georgia;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border-bottom:5px solid #4e90da;}	
	
#achievements h2 {
	height: 36px;
	margin: 0;
	padding: 9px 0 0 15px;
	background: url(../images/img4.gif) repeat-x;
    font-family:Georgia;
    font-size:20px;
	color:#000;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}	
#achievements .small_icon{
	height: 32px;
    width: 32px;
	border: 0px solid #ccc;
}
#achievements p {
    font-size: 18px;
    color: #444;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	padding: 0px 8px 10px 8px;
	text-align: justify;
	margin: 4px 0 0px 0;
    font-family:Georgia;
}
#achievements img {
	height: 250px;
    width: 250px;
	float: left;  
	margin-right: 5px;
	border: 2px solid #808080;
}

#achievements .byland img {
	height: 400px;
    width: 705px;
	float: left;  
	margin-right: 0px;
	border: 2px solid #808080;
}

#achievements li{display:block; float:left; width: auto; margin:0 0px 0 0; padding:0px 9px;}

#achievements li.last{margin-right:0;}

#achievements .gallery_text{    font-size: 14px;
    color: #000;
	text-align: justify;
    font-family:Georgia;
}
#achievements li div.imgholder{display:block; width: auto; margin:0px 0; padding:0; color:#315A8A; background-color:#FFFFFF; border:px solid #315A8A;}
#achievements li div.imgholder img{width:330px; height:165px; color:#315A8A; background-color:#FFFFFF; border:1px solid #315A8A; margin-left:px; padding:2px;} h3 {
    font-size: 20px;
    color: #000;
    text-align: left;
	margin: -26px 0px 0px 5px;
    font-family:Georgia;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
	}	
h5{
    font-size: 20px;
    color: #440000;
    text-align: left;
    font-family:Georgia;
	margin: -4px 0px 0px 5px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	}	
.totop {
display: block;
display: none;
z-index: 999;
opacity: .8;
position: fixed;
top: 100%;
cursor: pointer;
margin-top: -80px;
left: 50%;
margin-left: -100px;
border-radius: 20px;
width: 100px;
line-height: 14px;
height: 14px;
padding: 10px;
background-color: #000;
font-size: 14px;
text-align: center;
color: #fff;
        }
		
#table {
	width: 725px;
	top: 68px;
    background-color:#fff;
	border: 2px solid #dcdcdc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    position: relative;
}
#table h2 {
	height: 36px;
	margin: 0;
	padding: 7px 0 0 12px;
	background: url(../images/img4.gif) repeat-x;
    font-family:Georgia;
    font-size:20px;
	color:#000;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}			
table{width:100%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:6px; border:1px solid #CCCCCC;}
table thead th{color:#666666; background-color:#E8E8E8; border:1px solid #CCCCCC; border-collapse:collapse; text-align:left; table-layout:auto; vertical-align:middle;}
table tbody td{vertical-align:top; border-collapse:collapse; border:1px solid #CCCCCC;}
table thead th, table tbody td{padding:5px; border-collapse:collapse;}
table tbody tr.light{color:#666666; background-color:#F7F7F7;}
table tbody tr.dark{color:#666666; background-color:#E8E8E8;}/* ----------------------------------------------Pagination------------------------------------- */
.pagination{position: absolute; top: 97.7%; display:block; width:100%; clear:both; 	text-align:center; font-size:18px; font-family:Georgia;}
.pagination a, .pagination strong{display:block; padding:4px 11px; border:1px solid; border-radius:8px; font-weight:normal; background-clip:padding-box;}
.pagination ul{margin:0; padding:0; list-style:none;}
.pagination li{display:inline-block;  padding: 4px 0px; margin:0 3px 3px 0;}
.pagination a{display:inline-block; padding:2px 8px 3px 8px; margin:0 2px 0 0; border:1px solid #06213F; border-radius:8px;}
.pagination .current strong{color:#FFFFFF; background-color:#06213F;}