@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* CSS Document */

html {
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin:0px;
	color: #444;
	background:rgba(255, 255, 255, 1.9) url(bg.jpg);
	background-attachment:fixed;
	background-size:100% 100%;
	
	font:14px/20px "Open Sans", sans-serif;
	
}
.pattern{
	background:rgba(255,255,255,.1) url(images/pattern1.png);
	/*background:rgba(0,0,0,.3);*/
	padding-top:10px;
}
a {
	color: #0033CC;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
	color: #13933E;
}
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
@media print {
* {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
}
a,
a:visited {
   text-decoration: underline;
}
a[href]:after {
   content: " (" attr(href) ")";
}
abbr[title]:after {
   content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
   content: "";
}
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr,
img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
@page  {
  margin: 2cm .5cm;
}
p,
h2,
h3 {
	orphans: 3;
	widows: 3;
	color: #C96030;
}
h2,
h3 {
	page-break-after: avoid;
}
.navbar {
  display: none;
}
.table td,
.table th {
  background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
   border-top-color: #000 !important;
}
.label {
  border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}
}

/*USer Classes start from here*/

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
.title{color:orange}
body {}

.head-cont{background-color: rgba(255, 255, 255, 0.5);background: rgba(255, 255, 255, 0.5);color: rgba(255, 255, 255, 0.5); padding-bottom:0px;}

/*Header Nav Styles - 55723a - 343300 - 105a73 - 2c1527 - 33003D - C96030*/
nav.green{/*background-color:#55723a;*/background-color:#333;}


	/*Helper Classes*/
	.m-fl{float: left}
	.m-fr{float: right}
	.cf:after{content:"";display:table;clear:both}

	.logo{margin:0px 4px 0px 4px;}
	.tit, h1{
	padding: auto;
	font-size: 24px;
	font-family: 'Gabriela', serif;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	text-shadow: 0px 3px 2px rgba(150, 150, 150, 2);
}
	.date{
	padding: auto;
	font-size: 18px;
	font-family: 'Gabriela', serif;
	font-weight: bold;
	color: #990033;
	line-height: 1.5em
}
	.cn-area{padding-bottom:0px;}
	.cn-main{
	background-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.8);
	color: rgba(172,142,108,0.8);
	margin-top: 0px;
	padding: 10px;
	height: auto;
	}
	.left-menu{
		background-color: rgba(235, 245, 214, 0.4);
		background: rgba(235, 245, 214, 0.4);
		color: rgba(235, 245, 214, 0.4);
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		/*margin-top:30px;*/
		margin-top:10px;
		margin-bottom:30px;
		padding-bottom:20px;
	}
	.left-menu-list ul{
																/*list-style:url(menu-arrow.gif);*/
																list-style:none;
																padding:0;
																margin-bottom:5px;
																font-family: 'Prociono', serif;
																padding-left:22px;
															}
	.left-menu-list  ul a{
																/*padding: 4px 0px 4px 0px;*/
																padding: 4px 0px 4px 0px;
																display: block;
																margin-right: 0px;
																font-size: 13px;
																font-weight: bold;
																color: #990000;
																border-bottom: solid 1px #beff82;
															}
	.left-menu-list ul a:hover{
																color:#045E28;
																list-style:none;
																text-decoration:none;
															}
	.left-menu-list-2 li{

		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
    }

	.left-menu-list-2 li:hover{ list-style:url(menu-arrow.gif);padding-left: 0px;}/*padding left:8px*/

	.left-menu-list-2 li.active a{list-style:url(menu-arrow.gif); padding-left: 0px;color:#990033;} /*padding left:10px*/

	.content-box{
		/*background-color:#FFF;*/
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-top:10px;
		border:solid 3px #55723a;
		padding:10px;
		height:auto;
		color:#444;
		font-size:16px;
		min-height:600px;
	}
	.content{
	text-align: justify;
	font-size: 15px;
	line-height: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #161616
}
	.c-head{font-family: 'Prociono', serif;color:#990033; font-size:18px; font-weight:bold; padding:0px; /*background-image:url(LAKE_2014-s1.jpg);*/ background-repeat:no-repeat; background-position:right;}
	.lake{
	font-size: 25px;
	font-weight: bold;
	font-family: 'Gabriela', serif;
	text-align: center;
	color: #990000;
	}
	.num{font-family: 'Open Sans', sans-serif;}
	.bor{padding:5px;border:solid 2px #CCC; border-radius:5px; margin:5px 0px 5px;}
	.menu-4{padding:2px; border-bottom:dotted 1px #CCC; height:23px; font-family:Verdana, Geneva, sans-serif}
	.menu-4-1{color: #333; font-size: 9px; font-weight:bold; }
	.menu-4-1-kannada{color:#666; font-size:10px}
	.menu-4-2{font-size:12px; font-weight:bold; margin-right:5px;}
	.menu-4-2 a{color:#fff; background-color:#C96030; padding:5px; border-radius:10%;}
	.menu-4-2 a:hover{color:#fff; background-color:#063; text-decoration:none}
	.kannadalink{
		margin: 20px auto;
		text-align:center;
	}
	.kannadalink a{
		padding:5px 30px;
		/*padding:10px 0px 10px 0px;*/
		background-color:#C96030;
		color:#FFF;
		font-weight:bolder;
		border:1px solid #CCC;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-align:center;
	}
	.kannadalink a:hover{
		background-color:#063;
		color:#FFF;
		text-decoration:none;
	}
	
	/*-----------------------------------------------------------------*/
		.klink1{
			margin-top:30px auto;
			background-color:#C96030;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		
		border:1px solid #CCC;
		border-radius: 10px;
		color:#FFF;
			font-size:14px;
		font-weight:bold;
		text-align:center;
		font-family: 'Prociono', serif;
	}
	.klink1 a{padding:0px 5px;
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.klink1 a:hover{
		/*background-color:#063;*/
		color:#063;
		text-decoration:none;
	}

/*-----------------------------------------------------------------*/
	.right-menu{
		background-color: rgba(235, 245, 214, 0.4);
		background: rgba(235, 245, 214, 0.4);
		color: rgba(235, 245, 214, 0.4);
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		margin-top:30px;
		padding-bottom:15px;
	}

	.menu-head{
	background-color: #DDD33B;
	padding: 5px 10px 5px 40px;
	font-family: "Gabriela", serif;
	font-size: 18px;
	color: #990000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	.menu-head-l{
	background-color: #DDD33B;
	padding: 5px 10px 5px 15px;
	text-align: center;
	font-family: "Gabriela", serif;
	font-size: 16px;
	color: #990000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	.right-menu-head{
		background-color:#405729;
		padding:5px 10px 5px 15px;
		font-size:16px;
		font-family:"Open Sans", Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		text-align:center;
	}
	.right-menu-list ul li{
		/*padding:5px 0px 5px 0px;*/
		padding: 4px 0px 4px 0px;
		font-size:14px;
		font-weight:bold;
		list-style:url(menu-arrow1.gif);
		font-family: 'Gabriela', sans-serif;
	}
	
	.right-menu-list  ul li a{
		color:#990033;
	}
	.right-menu-list ul li a:hover{
		color:#045E28;
		text-decoration:none;
	}
	.right-menu-list-2 li{

		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
    }

	.right-menu-list-2 li:hover{ list-style:url(menu-arrow.gif);/*padding-left: 8px*/padding-left: 0px;}

	.right-menu-list-2-kannada li a{
		font-size:14px;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
    }

	.right-menu-list-2-kannada li a:hover{ list-style:url(drop21.png);padding-left: 5px}

		.right-menu2{
		background-color: rgba(221,211,59, 0.6);
		background: rgba(221,211,59, 0.6);
		color: rgba(221,211,59, 0.6);
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		/*margin-top:30px;*/
		margin-top:10px;
		padding:10px 0px 10px 0px;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		font-family: 'Prociono', serif;
	}
	.right-menu2 a{
		color:#990033;
	}
	.right-menu2 a:hover{
		color:#045E28;
		text-decoration:none;
	}
	
footer{
	background-color: rgba(39, 39, 39, 0.9);
	background: rgba(39, 39, 39, 0.9);
	color: rgba(39, 39, 39, 0.9);

	}
footer a{
	color:#FF0;
	text-decoration:none;
	}
footer a:hover{
	color: #6FC;
	text-decoration:none;
	}
/*For the desktop view or the screens above width 768px*/
@media (min-width: 768px) {
	.title{color:white}
	/*Helper Classes*/
	.fl{float: left}
	.fr{float: right}
	.pw{margin:0 10px;}
	
		/*Yellow Nav Styles*/
	nav.green ul								{
																list-style:none;
																line-height:40px;
																padding:0;
																margin-bottom:0px;
																position:relative;
																font-family: "Times New Roman", Times, serif;
															}
	nav.green > ul > li						{
																float:left;
															}
	nav.green > ul > li > a					{
																padding:0 10px;
																display:block;
																line-height:inherit;
																margin-right:0px;
																font-size:17px;
																color:#FFF;
															}
	nav.green ul li a:hover 	{
	color: #990000;
	background-color: #DDD33B;
	text-decoration: none;
															}
	nav.green ul li.active a 	{
	color: #990000;
	background-color:#DDD33B;
	text-decoration: none;
															}
	nav.green ul li ul.sub-menu{
																
																background-color:#55723a;
																position:absolute;
																top:40px;
																padding:0px 0px 10px; 
																z-index:1;
																display:none;
																-webkit-border-bottom-right-radius: 5px;
																-webkit-border-bottom-left-radius: 5px;
																-moz-border-radius-bottomright: 5px;
																-moz-border-radius-bottomleft: 5px;
																border-bottom-right-radius: 5px;
																border-bottom-left-radius: 5px;

															}
	.sub-menu li a{
																display:block;
																margin:0px;																
																color:#FFF;
																font-size:17px;
																padding:0px 60px 5px 10px;
																font-family:'Roboto Condensed', sans-serif;
															}
	.sub-menu li a:hover{
																color:#fff200;
																background-color:#405729;
																text-decoration:none;
															}
	nav.green > ul > li:hover ul.sub-menu{display:block;}

}
@media (min-width: 1024px) {
	.pw{width:1000px;margin:0 auto}
}
/*For the mobile views or the screens below width 768px*/
@media (max-width: 768px) {
	.title{text-align:center}
	.menu-4-2{font-size:10px; font-weight:bold; margin-right:5px; margin:5px 0px;}
	.menu-4-2 a{color:#fff; background-color:#C96030; padding:5px; border-radius:10%;}
	.menu-4-2 a:hover{color:#fff; background-color:#063; text-decoration:none}
	.menu-4{padding:2px; border-bottom:dotted 1px #CCC; height:23px; font-family:Verdana, Geneva, sans-serif; margin-bottom:80px;}
	.tit{padding:auto;  font-size:15px;font-family:'Gabriela', serif; font-weight:bold; color:#990033; line-height:1.5em;text-shadow: 0px 3px 2px rgba(150, 150, 150, 1);}
	.date{
	padding: auto;
	font-size: 14px;
	font-family: 'Gabriela', serif;
	font-weight: bold;
	color: #990033;
	line-height: 1.5em;
}
	.logo img{width:100%;}

	.green a{color:#FFF;}
	.content{
		font-size:12px;
	}
}
 .scrollToTop{
	width:80px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position:fixed;
	top:460px;
	right:20px;
	display:none;
	background: url('backtop.png') no-repeat 0px 60px;
}
.scrollToTop:hover{
	text-decoration:none;
} 
   