@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}
.wrapper{
	width:100%;
	height:auto;
}
.inner_wrapper{
	width:100%;
	height:auto;
	float:left;
}
.header{
	width:100%;
	height:auto;
	float:left;
}
.inner_header{
	width:1000px;
	height:100px;
	margin:0px auto;
}
.navi{
	width:100%;
	height:50px;
	float:left;
	background: rgb(44,147,195); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,147,195,1) 0%, rgba(56,165,215,1) 17%, rgba(56,165,215,1) 50%, rgba(56,165,215,1) 82%, rgba(44,148,195,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,147,195,1)), color-stop(17%,rgba(56,165,215,1)), color-stop(50%,rgba(56,165,215,1)), color-stop(82%,rgba(56,165,215,1)), color-stop(100%,rgba(44,148,195,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c93c3', endColorstr='#2c94c3',GradientType=0 ); /* IE6-9 */

}

.inner_navi{
	width:1000px;
	height:auto;
	margin:0px auto;
}
.main_navi{
	width:100%;
	height:50px;
	float:left;
}
.main_navi ul li{
	list-style:none;
	float:left;
	display:block;
	border-left:1px solid #2386b3;
	border-right:1px solid #4db4e3;
}
.main_navi ul li a{
	text-decoration:none;
	color:#FFF;
	font-family:"Bebas Neue";
	font-size:21px;
	letter-spacing:1px;
	padding:13px 30px 12px 30px;
	display: block;
	
	
}

.main_navi ul li.active> a{
	letter-spacing:1px;
	background: rgb(44,44,44); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,44,44,1) 0%, rgba(56,56,56,1) 17%, rgba(61,61,61,1) 50%, rgba(56,56,56,1) 85%, rgba(44,44,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(17%,rgba(56,56,56,1)), color-stop(50%,rgba(61,61,61,1)), color-stop(85%,rgba(56,56,56,1)), color-stop(100%,rgba(44,44,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */

}


.main_navi ul li a:hover{
	letter-spacing:1px;
	background: rgb(44,44,44); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,44,44,1) 0%, rgba(56,56,56,1) 17%, rgba(61,61,61,1) 50%, rgba(56,56,56,1) 85%, rgba(44,44,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(17%,rgba(56,56,56,1)), color-stop(50%,rgba(61,61,61,1)), color-stop(85%,rgba(56,56,56,1)), color-stop(100%,rgba(44,44,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(44,44,44,1) 0%,rgba(56,56,56,1) 17%,rgba(61,61,61,1) 50%,rgba(56,56,56,1) 85%,rgba(44,44,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */

	
}



.header_lt{
	width:300px;
	height:100px;
	float:left;
}
.header_rt{
	width:420px;
	height:100px;
	float:right;
}
.login{
	width:500px;
	height:100px;
	float:right;
}
.logo{
	width:242px;
	height:66px;
	float:left;
	background-image:url(../images/logo_bg.png);
	background-repeat:no-repeat;
	margin-top:15px;
}
.Email_Id{
	width:180px;
	height:30px;
	float:left;
	margin-top:25px;
	
}
.password{
	width:180px;
	height:30px;
	float:left;
	margin-left:5px;
	margin-top:25px;
}
.box_style{
	padding:0px 0px 0px 5px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#999;
/*	-webkit-box-shadow: inset 1px 3px 4px 0px #dbdee1;
    -moz-box-shadow: inset 1px 3px 4px 0px #dbdee1;
    box-shadow:inset 1px 3px 4px 0px #dbdee1;*/
	border: 1px solid #9E9999;
}
.login_bt{
	width:80px;
	height:32px;
	float:left;
	margin-left:5px;
	margin-top:25px;
	background: rgba(57,57,57,1);
background: -moz-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,57,57,1)), color-stop(100%, rgba(44,44,44,1)));
background: -webkit-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: -o-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: -ms-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: linear-gradient(to right, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#2c2c2c', GradientType=1 );
color:#CCC;
border:1px solid #1d1c1c;
cursor:pointer;
	
	
}
.register_bt{
	width:287px;
	height:32px;
	float:left;
	margin-top:25px;
	background: rgba(57,57,57,1);
background: -moz-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,57,57,1)), color-stop(100%, rgba(44,44,44,1)));
background: -webkit-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: -o-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: -ms-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
background: linear-gradient(to right, rgba(57,57,57,1) 0%, rgba(44,44,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#2c2c2c', GradientType=1 );
color:#CCC;
border:1px solid #1d1c1c;
cursor:pointer;
	
	
}
.radio_bt{
	width:18px;
	height:18px;
	margin:-3px 8px 0px -30px;
	position:absolute;
}
.radio_btn{
	float: left;
    margin:70px 0px 0px -249px;
	width:280px;
}
.cont_hdr{
	width:280px;
	float:left;
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 30px;
    color: #2c7cbb;
}

.Register{
	float:left;
}
.Register a{
	text-decoration:none;
	color:#59595b;
	padding: 4px 0px 0px 0px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:14px;
	float:left;
}
.Register a:hover{
	color:#b5151b;
}
.radio_box{
	float:left;
	width:20px;
	height:20px;
}


.main{
	width:1000px;
	height:auto;
	margin:18px auto;
}

.cont_lt{
	width:198px;
	float:left;
	height:auto;
}

.cont_mid{
	width:569px;
	float:left;
	height:auto;
	margin-left:16px;
}

.cont_rt{	
	width:198px;
	float:left;
	height:auto;
	margin-left:16px;
}
.left_menu{
	width:100%;
	height:auto;
	float:left;
}
.left_menu ul p{
	padding: 9px 0px 9px 0px;
    font-family: sans-serif;
    font-size: 16px;
	border-bottom:1px dashed #747679;
	padding-left:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;

}
.left_menu ul p a{
	text-decoration:none;
	color:#707474;
}

.left_menu ul p a:hover{
	color:#b5161c;
}
.banner{
	width:569px;
	height:350px;
	float:left;
}
.join_mbr{
 float: left;
 width: 196px;
 height:38px;
 color:#FFF;
 border:1px solid #a61922;
 background: rgba(191,26,32,1);
background: -moz-linear-gradient(left, rgba(191,26,32,1) 0%, rgba(204,26,35,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191,26,32,1)), color-stop(100%, rgba(204,26,35,1)));
background: -webkit-linear-gradient(left, rgba(191,26,32,1) 0%, rgba(204,26,35,1) 100%);
background: -o-linear-gradient(left, rgba(191,26,32,1) 0%, rgba(204,26,35,1) 100%);
background: -ms-linear-gradient(left, rgba(191,26,32,1) 0%, rgba(204,26,35,1) 100%);
background: linear-gradient(to right, rgba(191,26,32,1) 0%, rgba(204,26,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1a20', endColorstr='#cc1a23', GradientType=1 );
cursor:pointer;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:15px;
margin-bottom:5px;

}

.caste_btn {
 float: left;
 width: 196px;
 height:38px;
 color:#FFF;
 border:1px solid #1f1e1f;
background: rgba(45,45,45,1);
background: -moz-linear-gradient(left, rgba(45,45,45,1) 0%, rgba(56,54,56,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,45,45,1)), color-stop(100%, rgba(56,54,56,1)));
background: -webkit-linear-gradient(left, rgba(45,45,45,1) 0%, rgba(56,54,56,1) 100%);
background: -o-linear-gradient(left, rgba(45,45,45,1) 0%, rgba(56,54,56,1) 100%);
background: -ms-linear-gradient(left, rgba(45,45,45,1) 0%, rgba(56,54,56,1) 100%);
background: linear-gradient(to right, rgba(45,45,45,1) 0%, rgba(56,54,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#383638', GradientType=1 );
cursor:pointer;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:15px;
margin-bottom:5px;
}
#slidy-container {

width: 99%; overflow: hidden;

}



#slidy { margin: 0; font-size: 0; position: relative; width: 400%; }

#slidy img { width: 25%; }

.latest_events{
	width:100%;
	height:32px;
	float:left;
	background-color:#c2c5c8;
	margin-top:10px;
}
.latest_news{
	width:100%;
	border-bottom:1px dashed #8b8e8f;
	margin-top:10px;
	padding:5px 0px 10px 0px;
	float:left;
}
.latest_events p{
 font-family: 'Source Sans Pro', sans-serif;
 font-weight:600;
 color:#222527;
 font-size:16px;
 padding:6px 0px 0px 13px;
}
.latest_news p{
 font-family: 'Source Sans Pro', sans-serif;
 font-weight:600;
 color:#277fb7;
 font-size:17px;
 padding:0px 0px 0px 3px;
 float:left;
}
.left_add{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
.views_all_pics{
	float:right;
}
.views_all_pics a{
	text-decoration:none;
	color:#707173;
}
.views_all_pics a:hover{
	color:#b5161c;
}
.views_all_pics img{
	margin: 8px 10px 0px 0px;
}
.news_headlines{
	width:100%;
	height:auto;
	float:left;
}
.news_headlines p{
	width:100%;
	height:auto;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#242627;

}
.news_headlines p a{
	color:#232426;
	text-decoration:none;

}
.news_headlines p a:hover{
	color:#c00a11;

}

.news_headlines img{
	margin:10px 10px 0px 3px;
}
.slideshow {position: relative; height: 257px; width: 198px; overflow: hidden;}
.slide { display: none; position: absolute;}
.slide.current { display: block; }

.register_form{
	width:80%;
	float:left;
	height:500px;
	margin-left:20%;
}
.news_hd{
	width:96%;
	height:auto;
	float:left;
	margin:0% 2% 2% 2%;
	
}
.news_hd h2{
	background-color:#e6e8e9;
	padding:10px 0px 10px 10px;
	width:100%;
	color:#363738;
	font-size:16px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.news_hd h3{
	margin:3px 0px 3px 0px;
	border-bottom:1px dashed #ccc;
	padding: 10px 0px 10px 0px;
}
.news_hd h3 a{
	word-spacing:1px;
	color:#232426;
	text-decoration:none;
	font-size:16px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.news_hd h3 a:hover{
	color:#b5161c;
	text-decoration:underline;
}

.register_box{
	width:280px;
	height:30px;
	float:left;
	margin-top:12px;
}

.slide_show {
			width: 198px;
			height: 257px;
			float:left;
}

#fadecontainer {
	position: relative;
	margin-bottom: 390px;
}

#crossfade > img {
    position: absolute;
    top: 10px;
    left: 0px;
    color: transparent;
	opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 44s linear infinite 0s;
    -moz-animation: imageAnimation 44s linear infinite 0s;
    -o-animation: imageAnimation 44s linear infinite 0s;
    -ms-animation: imageAnimation 44s linear infinite 0s;
    animation: imageAnimation 44s linear infinite 0s;
}

#crossfade > img:nth-child(1)  {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
#crossfade > img:nth-child(2)  {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

#crossfade > img:nth-child(3) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}

#crossfade > img:nth-child(4) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

#crossfade > img:nth-child(5) {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}

#crossfade > img:nth-child(6) {
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}
#crossfade > img:nth-child(7) {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
#crossfade > img:nth-child(8) {
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    -o-animation-delay: 28s;
    -ms-animation-delay: 28s;
    animation-delay: 28s;
}
#crossfade > img:nth-child(9) {
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s;
}
#crossfade > img:nth-child(10) {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
#crossfade > img:nth-child(11) {
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s;
}
#crossfade > img:nth-child(12) {
    -webkit-animation-delay: 44s;
    -moz-animation-delay: 44s;
    -o-animation-delay: 44s;
    -ms-animation-delay: 44s;
    animation-delay: 44s;
}

@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    4% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    4% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    4% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    4% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    4% { opacity: 1;
         animation-timing-function: ease-out; }
    25% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}
.cabinate{
	width:196px;
	height:130px;
	float:left;
	border:1px solid #aab1b5;
	margin-top:20px;
}
.traingle{
	 width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #282829 transparent transparent;
line-height: 0px;
_border-color: #000000 #282829 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
float: right;
}
.traingle p{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 14px 0px 0px 23px;
	
}
.cabinate li{
	float:left;
	list-style-type:none;
}
.cabinate li a{
	float:left;
	list-style-type:none;
	float:left;
	text-decoration:none;
	color:#248ab9;
	padding: 4px 5px 2px;
    font-size: 14px;
	border-right:1px solid #999;
}
.cabinate li a:hover{
	text-decoration:underline;
	
}
.bc_notific_btn{
	
 float:left;
 float: left;
 width: 196px;
 height:38px;
 color:#FFF;
 border:1px solid #228dbd;
background: rgb(44,147,195); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,147,195,1) 0%, rgba(56,165,215,1) 17%, rgba(56,165,215,1) 50%, rgba(56,165,215,1) 82%, rgba(44,148,195,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,147,195,1)), color-stop(17%,rgba(56,165,215,1)), color-stop(50%,rgba(56,165,215,1)), color-stop(82%,rgba(56,165,215,1)), color-stop(100%,rgba(44,148,195,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(44,147,195,1) 0%,rgba(56,165,215,1) 17%,rgba(56,165,215,1) 50%,rgba(56,165,215,1) 82%,rgba(44,148,195,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c93c3', endColorstr='#2c94c3',GradientType=0 ); /* IE6-9 */
cursor:pointer;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:15px;
margin-bottom:5px;
margin-top:10px;
}

.social_media{
	width:100%;
	height:24px;
	float:left;
}
.social_footer{
  width:auto;
  height: 24px;
  float: left;
}
.social{
	width:150px;
	height:24px;
	float:left;
	margin:2% 0px 0px 14%;
}
.social-fb {
	background-image:url(../images/facebook_icon.png);
	height: 24px;
	width: 24px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-left:3px;
}
.social-fb:hover {
	background-position: 0px -24px;

}
.social-tw {
	background-image:url(../images/twitter_icon.png);
	height: 24px;
	width: 24px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-left:3px;
}
.social-tw:hover {
	background-position: 0px -24px;
}
.social-link {
	background-image:url(../images/you_tube_icon.png);
	height: 24px;
	width: 24px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-left:3px;
}
.social-link:hover {
	background-position: 0px -24px;

}
.social-gplus {
	background-image:url(../images/googleplus_icon.png);
	height: 24px;
	width: 24px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-left:3px;
}
.social-gplus:hover {
	background-position: 0px -24px;

}
.follow_us{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#7f8385;
}
.right_add_bg{
	float:left;
	cursor:pointer;
}
.colleges{
 float: left;
 width: 196px;
 height:38px;
 color:#FFF;
border:1px solid #e92b05;
background:#f32d06;
cursor:pointer;
font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size:15px;
margin-top:5px;
}
.bc_castes_lg{
	float: left;
 width: 196px;
 height:38px;
 color:#000;
border:1px solid #DDD;
background:#CCC;
font-size:15px;
margin-top:5px;
display:block;
margin-left:35px;
	
}
.advertise_bg{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
}
.footer{
	width:100%;
	height:230px;
	float:left;
	background-color:#e4e5e5;
	margin-top:35px;
}
.inner_footer{
	width:1000px;
	height:230px;
	margin:0px auto;
}
.footer_box{
	width:250px;
	height:230px;
	float:left;
}
.footer_align{
	width:80%;
	height:auto;
	margin:0px auto;
}
.footer_align h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
	color:#191e20;
	margin-top:20px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.footer_align li{
  list-style-type:none;
  margin-top:5px;
  
}
.footer_align li a{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  color:#4b4848;
  font-size:14px;
  text-decoration:none;
  margin-left: 2px;

}
.footer_align li a:hover{
	text-decoration:underline;
	color:#3b3737;

}
.footer_align p{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  color:#1e2424;
  font-size:15px;
	
}
.footer_copy_rt{
	width:100%;
	float:left;
	height:45px;
	background-color:#434646;
}
.inner_copy_rt{
	width:1000px;
	height:45px;
	margin:0px auto;
}
.inner_copy_rt p{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #7c7f81;
  font-size: 14px;
  float: left;
  margin-top: 15px;
}
		
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#6d6e71;
            font-size:16px;
            font-weight:600;
            color:#fff;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#6d6e71;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#8f8f91;
        color:#fff;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
.tab p{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:600;
  color:#4b4848;
  font-size:15px;
  line-height:28px;
}
.back_bcwl_pg {
width:90px;
height:30px;
float:right;
margin-top:-5px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*Define Accordion box*/
.accordion { width:100%; overflow:hidden; margin:10px auto; color:#474747; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:10px 0px 0px 0px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h2 {width:100%;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:15px 10px; display:block; font-size:16px; font-weight:normal;color:#666; text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#333; cursor:pointer; background: #333; margin:3px; }
.accordion section:hover {background:#444;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.accordion section:nth-child(1):after{content:'1';}
.accordion section:nth-child(2):after{content:'2';}
.accordion section:nth-child(3):after{content:'3';}
.accordion section:nth-child(4):after{content:'4';}
.accordion section:nth-child(5):after{content:'5';}
/*End General Accordion****************************************************************************/



/*Vertical Accordion *************************************************************************/
.vertical section{ width:100%; height:40px;
	-webkit-transition:height 0.2s ease-out;
	-moz-transition:height 0.2s ease-out;
  	-o-transition:height 0.2s ease-out;
	-ms-transition:height 0.2s ease-out;
  	transition:height 0.2s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:100px; width:100%; }

.vertical section h2 { position:relative; left:0; top:-15px; }

/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}
.vertical section:target:after{ left:-9999px;}
 



<!--OTHER CONTENT FOR MLA'S-->

.linkmlas {
	font-weight:bold;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:#0c9ed5;
}
.mlsdisswo {
	color:#00adee;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 10px 0px 0px;
}
.mlaaddres {
	color:#333;
	padding:0px 10px 0px 0px;
	word-wrap:break-word;
}
.mladetials {
	background-color:##F3F6F8;
	border:solid;
	border-width:1px;
	border-color:#E2DEDE;
	padding:5px 2px 5px 2px;
	margin:0px 0px 1px 0px;
}
.mladetialslise {
	background-color:#FFF;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	padding:5px 2px 5px 2px;
	margin:1px 0px 0px 0px;
}
.limolso {
	background-color:#228dbd;
	font-weight:bold;
	padding:5px 2px 5px 2px;
	color:#FFF;
}
.districtname {
	font-weight:bold;
	font-size:13px;
	color:#228dbd;
	padding:5px 0px 5px 0px;
}
.printf {
	float:right;
}
.imageso {
	width:189px;
	height:160px;
	background-image:url(../images/gallerybg.jpg);
	background-repeat:no-repeat;
	padding:14px 0px 0px 13px;
}
.newimageso {
	width:179px;
	height:160px;
	background-image:url(../images/gallerybg.jpg);
	background-repeat:no-repeat;
	padding:14px 0px 0px 13px;
}
.newphotogaleir {
	width:190px;
	float:left;
}

.photogaleir:hover .imageso {
	background-image:url(../images/gallerybgover.jpg);
}
.photogaleir2:hover .imageso {
	background-image:url(../images/gallerybgover.jpg);
}
.photogaleir {
	width:208px;
	float:left;
}
.photogaleir2 {
	width:205px;
	float:left;
}
.eename {
	text-align:center;
}
.eename {
	height:45px;
	padding:0px 5px 0px 5px;
}
/*Start pra here*/
.pagenetion_box {
	width:627px;
	height:40px;
	float:left;
	padding:5px 0 0 0;
	background-color:#efeeee;
	text-align:left;
}
.polls_color_1 {
	background-color: #8D1B1B;
}
.polls_color_2 {
	background-color: #0088ba;
}
.polls_color_3 {
	background-color: #0c5b04;
}
.polls_color_4 {
	background-color: #ff0000;
}
.polls_color_5 {
	background-color: #5B781E;
}
/*end pra*/
/*start marquee here*/

.newsroling {
	background-color:#F5F5F5;
	border:solid;
	border-width:1px;
	border-color:#D6D6D6;
	padding:5px 5px 5px 5px;
}
.marinwese {
	margin:0;
	padding:0;
	list-style:none;
}
.marinwese li {
	float:left;
	border:solid;
	border-width:0px 1px 0px 0px;
	border-color:#c0151e;
	padding:0px 10px 0px 10px;
}
.marinwese li a {
}
.marinwese li a:hover {
	text-decoration:underline;
	color:#c0151e;
}
.backtonewslist {
	background-color:#F0F0F0;
	float:left;
	padding:3px;
	margin:0px 0px 3px 0px;
	border:solid;
	border-width:1px;
	border-color:#9D9D9D;
}
.backtonewslist a {
	display:block;
}
.backtonewslist:hover {
	background-color:#E5E5E5;
}
.newhedoei {
	background-color:#00adee;
	color:#FFF;
	padding:3px;
	width:376px;
	font-weight:bold;
}
.newprehedoei {
	color:#000;
	padding:3px;
	width:374px;
	border:solid;
	border-width:1px;
	border-color:#525252;
}
/*start member details page*/
.entrydetails {
	padding:10px 0px 0px 0px;
}
.membrphoto {
	width:210px;
	margin:0 auto 0 auto;
	background-image:url(../images/memberbg.jpg);
	background-repeat:no-repeat;
	padding:2px 0px 0px 3px;
	text-align:center;
}
.memberdeailt {
	margin:0px 0px 0px 15px;
	width:210px;
}
.namediso {
	text-align:center;
	text-transform:capitalize;
	font-size:14px;
	padding:0px 0px 2px 0px;
	font-weight:bold;
	color:#333;
}
.eduqul {
	text-align:center;
	text-transform:capitalize;
	font-size:12px;
}
.proinopud {
	margin:0px 0px 2px 0px;
}
.hedetail {
	float:left;
	width:150px;
	background-color:#F2F2F2;
	padding:3px;
	font-weight:bold;
	text-transform:capitalize;
}
.hedetaisel {
	float:left;
	width:150px;
	background-color:#E8E8E8;
	padding:3px;
	font-weight:bold;
	text-transform:capitalize;
}
.enterdetails {
	float:left;
	width:220px;
	background-color:#F2F2F2;
	padding:3px;
	text-transform:capitalize;
}
.enterdesetails {
	float:left;
	width:220px;
	background-color:#E8E8E8;
	padding:3px;
	text-transform:capitalize;
}
/*end members details here*/
/*Panchayat Details start here*/
.proinopud_pan {
	margin:0px 0px 0px 0px;
	background-color:#f2f2f2;
	border-right:1px solid gray;
	border-top:1px solid gray;
}
.proinopud2 {
	margin:0px 0px 0px 0px;
		border-right:1px solid gray;
		border-top:1px solid gray;

}

.hedetail_pan {
	float:left;
	width:180px;
	padding-left:10px;
	font-weight:bold;
	text-transform:capitalize;
	text-align:left;
	color:#A00;
	line-height:26px;
	border-right:1px solid gray;
	border-left:1px solid gray;
	
}
#enterdetails_pan_name{
	min-height:55px;
	height:auto;
	color:#00adee;
	}
.enterdetails_pan {
	float:left;
	width:410px;

	text-transform:capitalize;
	line-height:25px;
	padding-left:10px;
	
}

<!--OTHER CONTENT FOR MLA'S END-->
		
		
<!--pagenatation starts	-->


#page_navigation a{
	padding:3px;
	border:1px solid gray;
	margin:2px;
	color:black;
	text-decoration:none;
}
.active_page{
	background:darkblue;
	color:white !important;
}
.content_bc_wl{
	width:1000px;
	height:600px;
	float:left;
}
div#page_navigation {
margin-top: 20px;
}
div#content_bc_wl h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	font-weight:lighter;
}
		
<!--pagenatation starts	-->
	
		