﻿@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------GLOBAL CSS-------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto+Slab:400,700|Numans);

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background-color: #fff;
	line-height: 1;

}
hr{
	color:#ddd !important;
	}

.wraper{
	max-width:960px;
	background:#fff;
	padding:0px 20px;
  	margin: auto;
	}

ol, ul {
	list-style: none;
}
.image_row1 {
/* border: 1px solid rgb(204, 204, 204); */
margin-top: 30px;
float: left;
margin-bottom: 40px;
display: block;
clear: both;
font-size:30px;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

ul, ol {
	margin: 0;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
/*hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix{
	width:100%;
	content:"";
	clear:both;
	display:block;
}
h1, h2, h3, h4{
	clear:both;
}

a {
  color:#5c5c5c;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration:underline;
}

a:focus {
  outline: none;
}


body{
	font-family: 'Roboto Slab', serif;
	font-size:13px;
	color:#505353;
	line-height:19px;
	font-weight:400;
	background-color:#f1f3f4;
}

p {
	margin: 5px 0 10px 0;
}



.uppercase{
	text-transform:uppercase;	
}


h1,h2,h3{
	font-family: 'Roboto Slab', serif;
	/* font-weight:700; */
	margin-top:5px;
}
h1{
	font-size:20px;
	margin-bottom:15px;
}
h2{
	font-size:18px;
	margin-bottom:10px;
}
h3{
	font-size:16px;
	margin-bottom:10px;
}
h4{
	font-family: 'Noto Sans', sans-serif;
	font-size:16px;
	font-weight:700;
}


.orange_border{
	border-top:2px solid #ff4b00;
	padding-top:10px;
	}

.font_12px{
	font-size:12px;
}
.font_13px{
	font-size:13px;
	font-weight:400;
}
.font_20px{
	font-size:20px;
	
	}
.font_30px{
	font-size:30px;	
}

.font_40px{
	font-size:40px;	
}	

/*Bullets starts here*/			   

ul.bullet > li{
	list-style-image:url(../images/bullet_1.png);
	line-height:20px;
	margin-left:30px;
	margin-bottom:5px;
}
ul.bullet ul > li{
	margin-left:30px;
    list-style-image:url(../images/bullet_2.png);
}
ul.bullet ul ul> li{	
    margin-left:30px;
    list-style-image:url(../images/bullet_3.png);
	color:#999999;
}
/*Bullets Ends here*/

.font_color_1{
	color:#ca3245;
}
.font_color_2{
	color:#cfd8de;
}
.font_color_3{
	color:#ff4b00;
}
.font_color_4{
	color:#3e6372;
}
.font_color_5{
	color:#333333;
	/*font-weight:600;*/
}
.font_color_6{
	color:#666666;
	}
.font_color_7{
	color:#999999;
	}	
.bg_color_1{
	background-color:#f5f5f6;
}
.bg_color_2{
	background-color:#cfd8de;
}
.bg_color_3{
	background-color:#ff4b00;
}
.bg_color_4{
	background-color:#3e6372;
}
.bg_color_5{
	background-color:#333333;
}

input[type=button],input[type=submit],button{
	text-transform:capitalize;
	color:#FFFFFF;
	min-width:120px;
	padding:7px 0px;
	/*background-color:#1a8dae;*/
	border-radius:0px;
	box-shadow:none;
	border:none;
}

.button{
	text-transform:uppercase;
	color:#FFFFFF;
	min-width:120px;
	padding:7px 0px;
	background-color:#801600;
	border-radius:0px;
	box-shadow:none;
	border:none;
}
.button:hover, .button:active{
	background-color:#40758b;
}
.disabled{
	background-color:#aaaaaa !important;
}

.browse_btn{
	padding: 8px 60px;
    border-radius: 15px 15px 15px 15px;
	border:1px solid #bbbbbb;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    border: medium none;
    text-decoration: none;
    color:#666666 !important;
	
  background-color: #bebebe;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#bebebe));
  background: -webkit-linear-gradient(top, #ececec, #bebebe);
  background: -moz-linear-gradient(top, #ececec, #bebebe);
  background: -ms-linear-gradient(top, #ececec, #bebebe);
  background: -o-linear-gradient(top, #ececec, #bebebe);
}

.browse_btn:active,
.browse_btn:hover
{
	text-decoration:underline;
}


.section_list_1 ul{
	list-style:none;
	margin:0;
	padding:0;
}
.section_list_1 ul li{
	margin:10px 0;
	padding:0;
	list-style:none;
	line-height:18px;
}


.section_list_2 ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}
.section_list_2 ul li{
	margin:0px 0;
	padding:5px 0;
	list-style:none;
	line-height:18px;
	border-bottom:1px solid #cdb288;
}


.breadcrumbs ul{
	margin:20px 0px 15px 0px;
	padding:0;
}
.breadcrumbs ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	font-size:12px;
	/*background:url(../images/breadcrumb_saperator.png) center right no-repeat;*/
	background-image:url(../images/breadcrumb_saperator.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
	margin-right:5px;
	color:#666666;
}
.breadcrumbs ul li a{
 color:#ca3245;
}
.breadcrumbs ul li:last-child{
	background:none;
}

/* Table tags starts here*/
.table-container{
	overflow:visible;
}

table{
	width:100%;
	height:auto;
   /* margin:5px;*/
	background-color:#fff;
	color:#494949;
	border-bottom:1px solid #d8dde4;
	padding-bottom:10px;
}
table a{
	color:#0083b9;
	}
th{
    text-align:left;
	background-color:#fcf3e2;
	vertical-align:middle;
	color:#333333;
	padding:10px 0px;
	padding-left:10px;
	/*font-weight:700;*/
	/*max-width:108px;*/
	text-transform:capitalize;
	line-height:12px;
	font-family: 'Roboto Slab', serif;
}
tr{
	
}	
td {
	 text-align:left;
	 padding:10px 5px 10px 10px; 
	 border-top:1px dotted #cccccc;
	 font-family: 'Noto Sans', sans-serif;
}		
td:first-child{
	color:#000;
	font-weight:600;
	}
.contact_table table{
	margin:0px;
	}	
.contact_table th{
	background-color:#fef2e4;
	color:#656764;
	text-transform:none;
	}
.contact_table table th:last-child,
.contact_table table td:last-child{
	max-width:120px;

}
.contact .contact_table {
margin-left:0px;
margin-top: 30px;
float: left;
width: 100%;
}
	
/*
table {
width: 99%;
height: auto;
margin: 5px;
border-bottom:none;
}
.data-table th {
background-color: #801600;
text-transform: uppercase;
color: #ffffff;
font-size: 13px;
font-weight: 700;
border-bottom: 1px solid #576d8e;
padding: 5px 20px;
width:120px;
}
.data-table td:first-child {
font-weight: 700;
color: #000000;
width:130px;
}
.data-table td {
background-color: #ffffff;
font-size: 12px;
border-bottom: 1px solid #bbbbbb;
padding: 10px 20px;
vertical-align: top;
text-align: left;
}	
*/		
/* Table tags ends here*/

/*-------------Form Elements--------------*/
select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], 
input[type="url"], input[type="tel"], input[type="color"], .uneditable-input{
	border:1px solid #cccccc;
	padding:5px;
	font-size:12px;
	display:inline-block;
	min-height:10px;
	vertical-align:middle;
	margin-bottom:inherit;
}
.select {
    position: absolute;
    width: 232px;
    padding: 0px 20px 0px 10px;
    color: rgb(51, 51, 51);
    font: 12px/30px arial,sans-serif;
    background-image: url("/assets/images/select.png");
    overflow: hidden;
    background-position: 96% 50%;
    background-repeat: no-repeat;
   	border-bottom:8px solid #f5f5f6;
	border-top:8px solid #f5f5f6;
	border-right:12px solid #f5f5f6;
	border-left:12px solid #f5f5f6;
    text-align: left;
    vertical-align: middle;
	background-color:#fff;
}
select.styled {
position: relative;
width: 260px !important;
opacity: 0;

z-index: 5;
margin-left:10px;
}
select:focus,
input[type=text],input[type=password],input[type=email]{
	border:1px solid #cccccc;
	font-size:12px;
	line-height:18px;
	box-shadow:none;
	outline:none;
}
select:focus,input[type=text]:focus,input[type=password]:focus,input[type=email]:focus{
	border:1px solid #ccc;
	box-shadow:none;
	outline:none;
}
input[type=text].error,input[type=password].error,input[type=email].error{
	border:1px solid #cc0000;
}

.error{
	color:#cc0000;
}

.logo a{
color:#3a3a3a;
}

.logo a:hover{
color:#3a3a3a;
text-decoration:none;
}
/*-------------Form Elements ends here --------------*/


/*Removeing margin & padding*/

.remove_margin{
	margin:0 !important;
}
.remove_left_margin{
	margin-left:0 !important;
}
.remove_top_margin{
	margin-top:0 !important;
}
.remove_bottom_margin{
	margin-bottom:0 !important;
}

.remove_right_margin{
	margin-right:0 !important;
}
.remove_padding{
	padding:0 !important;
}
.remove_right_padding{
	padding-right:0 !important;
}
.remove_left_padding{
	padding-left:0 !important;
}
.remove_top_padding{
	padding-top:0 !important;
}
/*Removeing margin & padding ends here*/
.border{
	border:1px solid #000000;
	}
.border_grey{
	border:1px solid #cccccc;
	
	}	
/*Removeing border */
.remove_border{
	border:0px;
	}
.remove_right_border{
	border-right:0px;
	}
.remove_left_border{
	border-left:0px;
	}
.remove_top_border{
	border-top:0px;
	}			
/*Removeing border ends */	



/*Float */
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
/*alignment */	
.align_right{
	text-align:right;
		}
.align_center{
	text-align:center;
		}
		
.align_left{
	text-align:left;
		}
.vertical_top{
	vertical-align:top;
	}		
.vertical_middle{
	vertical-align:middle;
	}	
.vertical_bottom{
	vertical-align:bottom;
	}		
.underline{
	text-decoration:underline;	
	}
.inline{
	display:inline;
	}		
.inline_block{
	display:inline-block;
	}			
	
	
/*margin bottom */


.margin_bottom_30px{
    margin-bottom:30px !important;
}

.margin_bottom_20px{
    margin-bottom:20px !important;
}
.margin_bottom_15px{
    margin-bottom:15px !important;
}
.margin_bottom_10px{
    margin-bottom:10px !important;
}
.margin_bottom_5px{
	margin-bottom:5px;
	}
.margin_bottom_-5px{
	margin-bottom:-5px;
	}	
/*margin bottom  ends here*/


/*margin top starts here */
.margin_top_-20px{
    margin-top:-20px !important;
}
.margin_top_-13px{
	margin-top:-13px;
	}

.margin_top_-10px{
    margin-top:-12px !important;
}
.margin_top_5px{
	margin-top:5px;
	}
.margin_top_10px{
    margin-top:10px !important;
}
.margin_top_15px{
    margin-top:15px !important;
}
.margin_top_20px{
    margin-top:20px !important;
}
.margin_top_25px{
	margin-top:25px;
	}
.margin_top_27px{
	margin-top:27px;
	}	
.margin_top_30px{
    margin-top:30px !important;
}
.margin_top_34px{
    margin-top:34px !important;
}
.margin_top_38px{
	margin-top:38px;
	}
.margin_top_40px{
    margin-top:40px ;
}
.margin_top_50px{
    margin-top:50px ;
}

.margin_top_70px{
    margin-top:70px !important;
}
.margin_top_100px{
    margin-top:100px !important;
}

/*margin tops end here*/

/*margin left starts here*/
.margin_left_-30px{
	margin-left:-38px;
	}
.margin_left_-20px{
	margin-left:-22px;
	}
.margin_left_-10px{
	margin-left:-10px;
	}
.margin_left_-5px{
	margin-left:-5px !important;
}
.margin_left_5px{
	margin-left:5px !important;
}
.margin_left_10px{
	margin-left:10px !important;
}
.margin_left_15px{
	margin-left:15px !important;
}		

.margin_left_20px{
	margin-left:20px !important;
}
.margin_left_30px{
	margin-left:30px !important;
}
.margin_left_35px{
	margin-left:35px !important;
}
.margin_left_40px{
	margin-left:40px !important;
}
.margin_left_45px{
	margin-left:45px !important;
}
.margin_left_50px{
	margin-left:50px !important;
}
.margin_left_55px{
	margin-left:55px !important;
}

.margin_left_60px{
	margin-left:60px !important;
	}
.margin_left_180px{
	margin-left:180px !important;
}

.margin_left_200px{
	margin-left:200px !important;
}
.margin_left_260px{
	margin-left:260px !important;
}

/*margin left ends here*/
/*margin right starts here*/

.margin_right_40px{
	margin-right:40px;
	}
.margin_right_20px{
	margin-right:20px;
}
.margin_right_15px{
	margin-right:15px;
	}
.margin_right_10px{
	margin-right:10px;
	}
/*margin right ends here*/
.padding_bottom_40px{
padding-bottom:40px;
}
.padding_bottom_30px{
	padding-bottom:30px;
	}
.padding_bottom_20px{
	padding-bottom:20px;
	}
.padding_top_35px{
	padding-top:35px;
}
.padding_top_15px{
	padding-top:15px;
	}
.padding_left_20px{
padding-left:20px;
}	
.padding_top_30px{
	padding-top:30px;
}
.line_height_25px{
	line-height:25px;
	}
.line_height_20px{
	line-height:20px;
}
.line_height_18px{
	line-height:18px;
}



.date_text{
	font-size:11px;	
	font-weight:700;
	margin-top:5px;
	}	
.border_top_2px_ff4b00{
	border-top:2px solid #ff4b00;
	padding-top:10px;
}
.bold{
	font-weight:700;
	}	
	
.semibold{
		font-weight:600;
	}
.default_font{
	font-family: 'Noto Sans', sans-serif;
}

.relative{
	position:relative;
	}	
.underline{
	text-decoration:underline;
	}	

/*---------------------------------------------------------------------GLOBAL CSS END HERE ------------------------------------------------------------*/




/*---------------------------------------------------------------------STYLE CSS STARTS HERE ---------------------------------------------------------*/


/*------Header section---------*/

.header{
	background:#fff;
	}
.gujurat_map img {
    width: 100%;
    height: 295px;
}
	
.font_size{
	float:left;
	
}
.font_size a{
	color:#333333;
	}
.font_size div{
	display:block;
	float:left;
	width:18px;
	height:18px;
	text-align:center;
}
.font_size div a{text-decoration:none;}
.font_size_1{
	/*border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;*/		
}
.font_size_2{
	/*border:1px solid #cccccc;	*/		
	font-size:14px !important;
}
.font_size_3{
	/*border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;	*/	
	font-size:16px !important;
}

.font_size_1 a{
	font-size:11px;
}
.font_size_2 a{
	font-size:13px;
}
.font_size_3 a{
	font-size:15px;
}

.color_options{
	margin-top:10px;
	margin-left:10px;
}
.color_options div{
	width:16px;
	height:16px;
	margin-right:5px;
	display:block;
	float:left;
	padding:3px;
}

.no_style{
	margin-top:10px;
}
	

.no_style{
	margin-top:10px;
}

.font_size {
    float: left;
}
.font_size div {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
}
.font_size_1 {
   font-size:12px;
}


#last_link {
 border:0px;
}


.skip_content {
      float: left;
    line-height: 20px;
    margin-right: 2px;
    padding-top:3px;
    padding-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    height:27px;
	margin-left:10px;
	padding-right:5px;
}
.skip_content a {
    color: #000;
	font-size:12px;
	text-decoration:none;
}

.screen_reader_link {
    float: left;
    line-height: 20px;
    height:27px;
    padding-left: 30px;
    text-transform: uppercase;
    vertical-align: middle;
   	margin-left:10px;
	padding-top:3px;
}
.screen_reader_link a {
    color: #000;
	font-size:12px;
	text-decoration:none;
}
#colors a{
	padding:5px 0 5px 0px;
	}
.color_options{
	margin-top:10px;
	margin-left:10px;
}
.color_options div{
	width:16px;
	height:16px;
	margin-right:5px;
	display:block;
	float:left;
	padding:3px 0px 0px 5px;
}
.color_options img{
	padding: 3px;
	}
.color_options img:hover, .color_options .active {
    padding: 2px;
    border: 1px solid #cccccc;
    cursor: pointer;
	background-color:#fff;
}
.accessibility {
height: 20px;
padding: 2px 5px;
float: left;
background: #d3dae2;
margin: 3px 5px;
}
.back_drop{
width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	height:30px;
	}
.gujurat_vesrion{
	text-align:right;
	padding:5px 5px 5px 0px;
	border-right:1px solid #666;
	}	
.gujurat_vesrion a{	
	color:#d56371;
}

.top_header {
 	height:30px;
	border-bottom:1px solid #ccc;
}


.logo {	
    background: url(../images/middle_logo.png) no-repeat  0 0 ;
	margin-right: 5px;
	margin-top: 3px;
    padding: 10px 0 0 105px;
	text-transform:capitalize;
	font-size:20px;
    /*width:375px;*/
    display: block;
    float: left;
	font-family: 'Roboto Slab', serif;
	/* font-weight:700; */
}
.logo .title{
		color:#1f4383;
	}

.logo_description {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Noto Sans',sans-serif;
    font-weight: normal;
}
.header_image{
	background:url(../images/header_image.png) right bottom no-repeat;
	width:244px;
	height:101px;
	float:right;
	margin-right:15px;
	margin-bottom:-5px;
	margin-top:10px;
	font-size:14px;
}

	
/*------Header section ends here---------*/

/*---banner Blocks--*/

/*---banner Blocks ends--*/



/*------NAVIGATION---------*/

.navigation{
	background:#5c5c5c;
	color:#fff;
	height:37px;
	}
.navigation input[type=search] {
float: left;
height: 24px;
padding:0px;
width: 144px;
margin: 2px 0px 0px 0px;
background-color: #fff;
/* border: 0px; */
box-shadow: none;
line-height: 21px;
font-family: 'Roboto Slab', serif;
color: #000;
text-transform: none;
}
.navigation select {
float: left;
height: 24px;
margin-top: 3px;
margin-left: 10px;
line-height:20px;
padding:0px;

}

::-webkit-input-placeholder { /* WebKit browsers */

}
:-ms-input-placeholder { /* Internet Explorer 10+ */

}

ul.dropdown {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	z-index: 100;
	text-decoration: none;
	display:block;
	float:left;
	width:100%;
}
.dropdown .pull-right{
	float:right;
	}
ul.dropdown > li > a{
	font-family: 'Noto Sans', sans-serif;
	padding:1px 15px;
	font-size:14px;
	color:#fff;
	line-height: 35px;
	display:inline-block;
	vertical-align:middle;
}
ul.dropdown > li > a:hover{
	/*background-color:#ff4b00;
	color:#ffffff;*/
	/*background-image:url(../images/active_navigation_menu.png);*/
	background-repeat:no-repeat;
	background-position:center bottom;
	/*padding-bottom:3px;*/
}
ul.dropdown li a.active{

	color:#ffffff !important;
	background-repeat:no-repeat;
	background-position:center bottom;

}

ul.dropdown ul {
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 9999;
	left: 0px;
	color:#666666;
	top: 100%;
	background:#fff;
	border:1px solid #b3b3b3;
	box-shadow: 1px 1px 2px 0px rgb(198, 193, 189);
	border-top:0px !important;
}

ul.dropdown > li {
	display:block;
	float:left;
	position:relative;
	padding:0px 10px;
	background-image:url(../images/nav_img.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:37px;
}
ul.dropdown >li:last-child,
ul.dropdown >li:nth-child(6){
		background-image:none;
	}
ul.dropdown li:hover > ul{
	visibility:visible;
	color:#505353;
}
ul.dropdown > li> a.active {
	background-color:#f95105;
}
ul.dropdown > li > a:hover {
	background-color:#f95105;
	/*color:#ffffff;*/
}


ul.dropdown li a.selected_menu:hover {
	/*background-color: #cfd8de;*/
}
ul.dropdown ul li{
	float:left;
	border-bottom:1px solid #fff3ee;
	text-transform:capitalize;
	font-weight:normal;
	text-align:left;
	/*padding:5px 20px;*/
	color:#fff;
	display:block;
	position:relative;
}
ul.dropdown ul li:last-child{
	border-bottom:#9c7d01 solid 0px;
}
ul.dropdown ul li a{
	padding:10px 20px;
	display:block;
	float:left;
	width:160px;
	text-align:left;
	color:#505353;
		background-color:#ffffff;
}
ul.dropdown > li > ul > li a:hover{
	background-color:#f5f5f5;
	/*color:#ffffff;*/
	color:#1a8dae;
	background-image:none;
	/*border-top: 1px solid #fff;
	max-height: 25px;*/
}
ul.dropdown ul li.has_submenu > a:hover{
	background:url(../images/sub_menu_icon.png) 95% 50% no-repeat;
}
ul.dropdown ul ul{
	top:0px;
	left:99.9%;
	background-color:#f5f5f5;
}
ul.dropdown ul ul li{
	border-bottom:#fff solid 1px;
}
ul.dropdown a{
	color:#FFFFFF;
	text-decoration:none;
}
.has_submenu{
	background:url(../images/sub_menu_icon.png) 95% 50% no-repeat;
}

.home_icon{
	background:url(../images/home_icon.png) center center no-repeat;
	width:20px;
	height:35px;
	display:block;
}

/*-------------double menu ------------*/

ul.two_column_menu{
	min-width:450px;
	
	}
ul.two_column_menu li{
	 float:left;
	 /*width:150px;*/	
	 width:140px;
	 margin-right:15px;
	 border-bottom:1px solid #ccc !important;

	}
ul.two_column_menu li a{
	 float:left;
	 width:120px !important;
	 padding:10px !important;
	}
	


/*------NAVIGATION ENDS---------*/


/*------Contents---------*/


.read_message{
	font-weight:700;
	}	
ul.latest_news{
	list-style:none;
	/* border:1px solid #ccc; */
	/*padding:10px 0px;*/
	}
ul.latest_news li{	
	margin: 5px;
	border-bottom: 1px solid #b1b1b1;
	padding: 5px 0px;
}

.right_section_content ul.latest_news li{
background-image: url(../images/point_icon.png);
background-position:0% 50%;
background-repeat:no-repeat;
text-decoration: none;
color:#cc3333;
padding-left:45px;
}


	
.right_section{
/*	margin-left:30px;*/
padding-top:25px;
	}
.right_section_content{
	background:#fff;
	border:1px solid #ccc;
	border-radius:15px;
	position:relative;
	min-height:200px;
	box-shadow:0.5px 2px 2px rgba(0,0,0,0.2);
	}
.right_section_content .float_right{
	margin-right:20px;
	color:#5195c5;
	}	

.right_section_title{
 background: url(../images/title_bg.png) 3px 0px no-repeat;	
 height:30px;
 width:267px;
 text-align:center;
 padding:10px 0px;
 color:#ffffff;
 font-size:14px;
}
	
.right_section select{	
 background:#dddddd;
 color:#333;
 height:40px;
 margin:0px;
 line-height:28px;
 font-size:14px;
 -webkit-appearance:none ;
 background-image:url(../images/select.png);
 background-repeat:no-repeat;
 background-position:95% 50%;
 font-family: 'Roboto Slab', serif;	
}
.right_section_content ul li a{
	color:#333;
}
.most_popular_links ul{
	list-style:none;
	background:#fff;
	padding:10px;
	}
.most_popular_links ul li a{
	color:#333333;
	}
.most_popular_links ul li.active a,
.most_popular_links ul li:hover a{
	color: #cc3333;
	text-decoration:none;
	}

.most_popular_links ul li.active,
.most_popular_links ul li:hover {

background-image: url(../images/mostpopular_active_icon.png);
background-position:98% 50%;
background-repeat:no-repeat;
text-decoration: none;
}


.most_popular_links ul li{
border-bottom: 1px dotted #ccc;
padding: 10px 0px;
 margin-left: 10px;
}

.most_popular_links ul li:first-child{
	padding-top:5px;
}

.most_popular_links ul li:last-child{
	border-bottom:none;
}
	
.date_text a{
	color:#222222;
	font-weight:600;
	}
.view_all{
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:11px;
	display:block;
}
.view_all a{
	color:#1a8dae !important;
	font-family: 'Noto Sans', sans-serif;
}
.show_more{
	text-align:left;
	font-family: 'Noto Sans', sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:0px;
}
.branch_list_details ul {
	margin-left:20px;
}	
.branch_list_details ul ul{
	margin-left:20px;
	padding-bottom:20px;
	}
.mobile_icon{
	background: url(../images/mobile_icon.png) 6px 4px no-repeat;
padding-left:24px;
height:24px;
line-height:25px;
	
}
.phone_icon {
background: url(../images/phone_icon.png) center left no-repeat;
padding-left:25px;
height:24px;
line-height:25px;
}	
.fax_icon {
background: url(../images/fax_icon.png) center left no-repeat;
	padding-left:25px;
}
.email_icon {
	padding-left:25px;
background: url(../images/email_icon.png) center left no-repeat;
}
/*--Nimish 13-02/14--*/
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	margin-bottom:-1px;
}
.tab-content{
padding: 15px;
border:1px solid #d9e2e3;
border-top:3px solid #0f4579;
}
/*--Nimish 13-02/14 ends--*/


.red_color{
	color:#F00;
}	
.list{
	display:inline-block;
	}
.list ul{
	float:left;
	}	
ul.left_list{
	width: 181px;
	margin-left: 35px;
	margin-right: 10px;
	}	
.food_supply ul.branches{
	border:0px;
	list-style:none;
	display:inline-block;
	margin-left:10px;
	
	}
.food_supply ul.branches li{	
	display:inline-block;
	border-bottom:0px;
}
#play {
    
	background:url(../images/pause.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#play.paused {
    background: url(../images/play.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#prev {
    background: url(../images/prev.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#next {
    background: url(../images/next.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}	
	
#carousel img {
    display: block;
    float: left;
}
#prev, #next, #play {
    display: block;
    position: absolute;
    z-index: 30;
}
#prev, #next {
    height: 23px;
    top: 227px;
    width: 24px;
}
#play {
    height: 23px;
    margin-left: -27px;
    right: 53px;
    top: 227px;
    width: 24px;
}
#prev {
    right: 82px;
}
#next {
    right: 25px;
}
.iner_nav {
  
position: relative;
overflow: hidden;
height: 275px;
    
}
.link_image img{
	width:100%;
	height:276px;
	margin-left:10px;
	}
.scarcity{
	visibility:hidden;
	position:absolute;
	top:22%;
	left:37%;
	}
.disaster{
	visibility:hidden;
	position:absolute;
	top:16%;
	left:42%;
	}
.account{
	visibility:hidden;
	position:absolute;
	top:16%;
	left:42%;
	}
.food_supply ul.branches li a:hover > .scarcity{
	visibility:visible;
	}		

.food_supply ul.branches li a:hover > .scarcity{
	visibility:visible;
	}		
			
.food_supply ul.branches li a:hover > .scarcity{
	visibility:visible;
	}		
.public_utility{
	margin-top:30px;
	}	
	
	
ul#contact_list {
background-color: white;
margin-right: 15px;
padding-left: 0px;

border-right: medium none;
border-left: medium none;
}
#contact_list  .tabs-left > .nav-tabs > li:hover{
	border-right: medium none;
	border-left: medium none;
	}

.contact_id_table table th{
	background-color:#eeeeee;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	font-size:12px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.contact_id_table table td{
	border-bottom:1px dotted #cccccc;
	border-top:0;
}
.contact_id_table table{
	border-bottom:0;
}

.contact_details_table table{
	margin-top:30px;
}
	
.tabs-left > .nav-tabs{
	margin-right:-1px;
}
.tabs-left > .nav-tabs > li{
	border-bottom:1px solid #ccc;
	}
.tabs-left > .nav-tabs > li:last-child{	
border-bottom:0px solid #ccc
}
	
.readmore{
	font-size:11px;
	color:#1a8dae;
	text-transform:capitalize;
	float:right;
}

.blue_btn {
color: #fff;
background-color: #576d8e;
border: none;
}
.blue_btn {
padding: 5px 10px;
text-align: center;
display: inline-block;
margin: 0 10px;
border: none;
vertical-align: middle;
cursor: pointer;
}


.gallery.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 740px;
padding: 10px;
margin-left: -370px;
background-color: rgb(255, 255, 255);
border: 2px solid rgb(204, 204, 204);
border-radius: 3px;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
background-clip: padding-box;
outline: medium none;
}

.cycle-prev {
display: block;
width: 120px;
height: 20px;
background: url("/assets/images/carousel_prev.png") no-repeat scroll center top transparent;
}
.cycle-next {
display: block;
width: 120px;
height: 20px;
background: url("/assets/images/carousel_next.png") no-repeat scroll center bottom transparent;
}

#slideshow-1 {
width: 585px;
display: block;
float: left;
margin: auto;
padding-top: 10px;
}
#slideshow-2 {
margin-top: 10px;
width: 120px;
height: auto;
display: block;
float: left;
margin-left: 10px;
}
#slideshow-1 .cycle-slide img {
width: 587px;
height: 360px;
}
/*.cycle-slideshow img {
width: 100%;
height: auto;
display: block;
}*/
.cycle-slideshow img {
width: 120px;
height: 70px;
display: block;
margin: 5px 0px;
}
#slideshow-2 .disabled {
color: rgb(119, 119, 119);
background-color: #fff !important;
}
#cycle-2.cycle-slideshow {
height: 320px;
}
#cycle-2 .cycle-slide {
border: 0px solid rgb(255, 255, 255);
}
.cycle2.cycle-slideshow {
height: 340px;
}

.modal_close {
float: right;
background: url("/assets/images/modal_close.png") no-repeat scroll right top transparent;
width: 20px;
height: 20px;
border: medium none;
cursor: pointer;
}
.contact_map{
	display:block;
	float:right;
	width:400px;
	height:303px;
	border:1px solid #666666;
}

.tabs-left > .nav-tabs .active > a.health{
	background-image:url(../images/health_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.health{
	background-image:url(../images/health_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}
.tabs-left > .nav-tabs .active > a.public{
	background-image:url(../images/public_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.public{
	background-image:url(../images/public_inactive.png);
	background-repeat:no-repeat;
	background-position:4% 50%;
	padding-left:30px !important;	
	}



.college{
	background-image:url(../images/college_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}

.tabs-left > .nav-tabs .active > a.college{
	background-image:url(../images/college_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.municipality {
	background-image:url(../images/municipality_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}
 
 .tabs-left > .nav-tabs .active > a.municipality{
	background-image:url(../images/municipality_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.college{
	background-image:url(../images/colleges_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}

.tabs-left > .nav-tabs .active > a.college{
	background-image:url(../images/colleges_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.school{
	background-image:url(../images/school_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}
.tabs-left > .nav-tabs .active > a.school{
	background-image:url(../images/school_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.ngo{
	background-image:url(../images/ngo_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}
 .tabs-left > .nav-tabs .active > a.ngo{
	background-image:url(../images/ngo_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.postal{
	background-image:url(../images/postal_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}
.tabs-left > .nav-tabs .active > a.postal{
	background-image:url(../images/postal_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.telecom{
	background-image:url(../images/telecom_inactive.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;	
	}
.tabs-left > .nav-tabs .active >a.telecom{
	background-image:url(../images/telecom_active.png);
	background-position:4% 50%;
	padding-left:30px !important;	
	background-repeat:no-repeat;
	}
.roboto_Slab{
	font-family: 'Roboto Slab', serif;
}
.noto_Sans{
	font-family: 'Noto Sans', sans-serif;	
}
.font_14px{
	font-size:14px;
	}

.read_text{
	margin-top:15px;
	text-transform:none !important;
	color:#c22a3f;
	}	
.contact_row{
	border-top:1px dotted #ccc;
	margin-top:15px;
	}
			
/*------Contents  ENDS---------*/


/*------Janseva----*/


.flexslider .slides img {
width: 100%;
display: block;
}

.slider_caption {
	position: absolute;
	padding: 10px 15px;
	color: #FFFFFF;
	z-index: 1;
	bottom:0px;
	background-color:rgba(182, 175,175, 0.7);
	width: 100%;
	font-size:16px;
}


.slider_heading{
	font-size:16px;
	color:#ffffff;
	font-family:'Century Gothic', sans-serif;
	text-align:left;
	padding-right:25px;
	/* padding-left:10px; */
}
.slider_heading p{
	/* max-width:200px; */
}
.flex-pauseplay, .flex-stop{
	position:absolute;
	right:60px;
	bottom:35px;
	z-index:10;
	
}

.flex-stop{
	right:40px;
}
.flex-stop a {
	width:20px;
	height:20px;
	background-image:url(../images/slider_controls.png);
	background-position:-38px 5px;
	background-repeat:no-repeat;
	display:block;
	
}

.flex-pause{
	width:20px;
	height:20px;
	background-image:url(../images/slider_controls.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	display:block;
}
.flex-play{
	width:20px;
	height:20px;
	background-image:url(../images/slider_controls.png);
	background-position:-19px 5px;
	background-repeat:no-repeat;
	display:block;
}

	
.message_text{
	position:absolute;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:12px;
	width:88%;
	top:190px;
	line-height:25px;
	padding:0px 10px;
	}	
.flex-direction-nav .flex-next {
right: 20px;
top:210px;
text-align: right;
height:30px;
width:30px;
opacity:1;
}
.flexslider:hover .flex-next {
opacity: 0.7;
right: 20px;
background-position:80px 90px;
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
background-image: url(../images/common_image.png);
background-repeat: no-repeat;
background-position: -144px -126px;
width: 20px;
height: 30px;
font-size:0px;
}

.flex-direction-nav .flex-prev {
	top:207px;
	left: 232px;
	opacity:1;
}
.flexslider:hover .flex-prev {
opacity: 0.7;
left: 232px;
background-position:80px 90px;
}
.flex-direction-nav a.flex-prev:before {
content: '\f002';
background-image: url(../images/common_image.png);
background-repeat: no-repeat;
background-position: -126px -126px;
width: 20px;
height: 20px;
font-size:0px;
}


/*footer starts here*/
.footer{
		width:100%;
		border-top:5px solid #e6e6e6;
		/* margin-top:25px; */
		background:#fff;
	}

.footer_content{
	/*min-height:225px;
	max-height:250px;*/
	min-height:110px;
	color:#666666;
	padding-top:30px;
	padding-bottom:20px;
	position:relative;
}

.footer_goto_top{
	height:50px;
	width:50px;
	position:fixed;
	bottom:10px;
	right:20px;
	background-image: url(../images/go_to_top.png);
	background-repeat:no-repeat;
	}


.footer_content a{
	color:#666666;
	font-size:13px;
}
.dis_code{
	color:#FFF;
	font-size:18px;
	}
.footer_content .font_color_1 a{
	color:#ca3245;
	font-size:14px;
	
	}

.footer_content a:hover{
	text-decoration:underline;
	color:#666666;
}
.footer_goto_top a:hover{
	text-decoration:none;
}	
.footer_content ul{
	 list-style:none;
	 margin-top:10px;
}	
.footer_end{
	height:auto;
	padding:0 20px;
	font-size:12px;
	
  }	
.footer_end li{  
 margin-top:15px;
 margin-left:5px;
 margin-right:5px;
 display:inline-block;
 vertical-align:middle;
}

.footer_title{
	font-size:13px;
    font-family: 'Roboto Slab', serif;
	font-weight:700;
	color:#222222;
	padding-bottom:5px;
	overflow:visible;
	border-bottom:1px solid #b2c1cb;
	}
.footer_img{
		margin-top:-30px;
	}
.contact_block {
	background-color: #666666;
	color: #ccc;
	background-image: url(../images/contact_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding:15px 10px;
	font-size:11px;
}		
	
.footer_info ul li,
.footer_link ul li,
.footer_info,
.footer_link{
	
	display:inline-block;
	font-family: 'Noto Sans', sans-serif;
	
	}	
.footer_link a{
	 color:#c22a3f;
	 padding:0px 10px;
	}
	
.footer_info{
	
}
		
.footer_info span{	
	font-weight:600;
}
	
.mobile_display{
	display:none;
}
.mobile_hide{
	display:block;
}

.width_260px{	
	width:260px;
	float:left;
	margin-left:20px;
}


.widget_content .select{
	width:222px;
}
#latest_upadate ul li:last-child{
	padding:0;
}

#Scarcity,
#disaster,
#branch_popover{
	cursor:pointer;
	}
.popover.right .arrow {
top: 45%;
}
.showmore {
text-align:center}
div.album_block:first-child {
    padding-top: 0 !important;
}
div.album_block:last-child {
    border: 0 none !important;
}
.cycle1 div {
    width: 100%;
}
.thumbG .cycle-slide {
    border: 0 solid #FFFFFF;
}
.thumbG .cycle-slide-active {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0 solid #000044;
    opacity: 0.3;
}
.mainG {
    display: block;
    float: left;
    margin: auto;
    padding-top: 10px;
    width: 585px;
}
.thumbG {
    display: block;
    float: left;
    height: auto;
    margin-left: 10px;
    margin-top: 30px;
    width: 120px;
}
.mainG .cycle-slide img {
    height: 360px;
    width: 587px;
}
.cycle-slideshow img {
    display: block;
    height: auto;
    width: 100%;
}
.cycle2.cycle-slideshow {
    height: 340px;
}
.cycle-carousel-wrap .cycle-slide img {
    cursor: pointer;
    display: block;
    height: 75px;
    margin-bottom: 10px;
    width: 120px;
}
.cycle-carousel-wrap .cycle-slide img:last-child {
    margin-bottom: 0;
}
.cycle-next {
    background: url("/assets/images/carousel_next.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    width: 120px;
}
.cycle-prev {
    background: url("/assets/images/carousel_prev.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    width: 120px;
}
.custom-caption {
    display: block;
    height: 20px;
}
.modal_close {
    background: url("/assets/images/modal_close.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
}
.gallery.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -370px;
    outline: medium none;
    padding: 10px;
    position: fixed;
    top: 10%;
    width: 740px;
    z-index: 1050;
}
.gallery_navigation {
    background-color: #E6E6E6;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 5px;
    width: 730px;
}
.gallery_navigation span {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    width: 32.8%;
}
.gallery_navigation span a {
    color: #333333;
}
.gallery_navigation span img {
    vertical-align: middle;
}
.home_baner{
	padding:24px 20px;
}

.banner_text {
background: rgba(141,137,139,0.6);
    bottom: 0;
    color: #FFFFFF;
    height: 71px;
    position: absolute;
   margin-left:20px;
   font-size:16px;
}

.flex-control-nav {
width: auto;
position: absolute;
bottom: 60px;
text-align: center;
left:800px;
}
.header_row{
	width:1000px;
	margin:auto;
	height:15px;
}
.header_row img{
	width:100%;
	
}

.image_row {
/* border: 1px solid rgb(204, 204, 204); */
margin-top: 16px;
float: left;
margin-bottom: 40px;
display: block;
clear: both;
}

.image_container {
    float: left;
    background-color: rgb(255, 255, 255);
	border:0.5px solid #fff;
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	margin-right:4px;
	}
.image_container img{
	height:100%;
	}
.img_desciption{
	font-size: 12px;
	display: inline-block;
	padding: 0px 1px 0px 1px;
	height: 100px;
	width: 135px;
}	


/*---------------------------------------------------------------------STYLE CSS ENDS HERE ---------------------------------------------------------*/		


/*---------------------------------------------------------------------MOBILE CSS STARTS HERE ---------------------------------------------------------*/			
@media all and (max-width:1024px){
	.wraper{
		width:980px;
	}
	.footer{
		width:100%;
	}
}
@media all and (max-width:990px){
	.wraper{
		width:100%;
	}
	
.width_270px{	
	width:100%;
	float:left;
	margin-left:0;
}
.width_260px{	
	width:100%;
	float:left;
	margin-left:0;
}
.width_350px{
	width:100%;
	float:left;
	margin-left:0;
}
.width_200px{
	margin:10px 0;
}
.width_660px{
	width:100%;
	float:left;
	margin-left:0;
}


	
.mobile_display{
	display:block;
}
.mobile_hide{
	display:none !important;
}
.mobile_nav_btn {
position: absolute;
top: 20px;
right: 20px;
background-color:#999999;
height:40px;
}
.mobile_nav_btn a{
	display:block;
	height:40px;
}

.navigation{
	margin-left:0;
}
#nav_menu input{
	float:left;
	margin-left:20px;
}


.content{
	float:none;
}

.footer{
	width:100%;
	height:auto;
	display:block;
	float:left;
	background:#fff;
}
.footer_content{
	height:auto;
	padding:20px;
	display:block;
	float:left;
}
.footer_end{
	height:100px;
	display:block;
	float:left;
	width:96%;
	padding:0 2%;
}
.container{
	padding:10px;
}
.stamp_text{
	width:70%;
}


.map{
	margin-left:0px;
}

ul#my_account{
	width:100%;
}
.tabs-left .tab-content{
	float:left;
}
	
}	
/*---------------------------------------------------------------------MOBILE CSS ENDS HERE ---------------------------------------------------------*/		
.flex-control-paging li a{
	border-radius:0px;
	background-color:#f95105;
	border:3px solid #f95105;
	width: 8px;
	height: 8px;
	-webkit-box-shadow:none;
	}
	.flex-control-paging li a.flex-active {
background: #f95105;
border:3px solid #fff;
cursor: default;
}
.flex-control-paging li a:hover {
background: #fff;
}

.loged_in {
padding: 2px 20px 10px 20px;
background: #f8f8f8;
border-radius: 20px;
margin-top: -3px;
}
.social_block{
		display:block;
		padding:15px 0px;
		background:#5c5c5c;
		color:#fff;
		margin-top:15px;
		margin-left:-1px;
		margin-bottom:15px;
	}
	.social_block_inner{
		display:block;
		padding:15px 0px;
		background:#5c5c5c;
		color:#fff;
		margin-top:15px;
		margin-left:19px;
		margin-bottom:15px;
	}
.image_logo{
	float:left;
	border-right:1px solid #ccc;
	padding: 0px 20px ;
	}
.image_logo img{
		border:1px solid #ccc;
		
	}		
.no_border{
	border:0px !important;
	}
.event_image{
		float:left;
		width:220px;
	}	
.event_desc{
	float:left;
	width:380px;
	}		
.event_row{
		clear:both;
		margin:10px 0px;
		min-height:120px;
	}
.event_title{
		font-size:16px;
		color:#0f4579;
		margin-bottom:10px;
	}		
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #fff; 
background-color: #114f8a;
border: 1px solid #114f8a;
border-bottom-color: transparent;
cursor: default;
}	
.nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
background:#ececec;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius:0px;
min-width:98px;
font-size:15px;
text-align:center;
}
.tab-container{
		margin-top:30px;
	}

.logo_image_row{
		margin-top:17px;
		margin-left:38px;
	}
	
	
.captcha {
	margin-top:4px;
}	
.captcha .input-small{
		border:1px solid #000;
		height:18px;
		padding:0px;
	}	
/*.captcha img {
height: 20px;
width: 90px;
vertical-align: middle;
}*/
..submit_btn{
		/*background:url(../images/submit_btn_img.png) no-repeat 0px 0px;*/
		margin-top:10px;
		
	}
.rss_feed{
	background-image:url(../images/rss_icon.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
	}	
.search_icon {
background-image: url(../images/search_icon.png);
background-position: 90% 50%;
background-repeat: no-repeat;
}	

.seachbox_container {
background:#fff;
float:left;
padding:1px;
margin-top:4px;
}
#welcome_slider{
	box-shadow: 2px 5px 1px rgba(39, 25, 25, 0.4);
}
.shadow{
	position:relative;
}
.shadow img{
	position:absolute;
	top:-10px;
}
.user{
	background-image: url(../images/login_icon.png);
background-position: 90% 50%;
background-repeat: no-repeat;
	
	}
.pwd{
	background-image: url(../images/pwd_icon.png);
background-position: 90% 50%;
background-repeat: no-repeat;
	}	
	.galleria
{
   
    height: 600px;
   
}
.galleria1
{
   
    height: 300px;
   
}