@charset "utf-8";
/* CSS Document */

:focus {
	outline: 0 !important;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px;
}
#push {
	height: 122px;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
}
p {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #545454;
	line-height:22px;
}
#mainMenu {
	margin: 0;
	float: right;
	min-height: 52px;
	background: url(../img/nav-bg.gif) repeat-x;
}
#mainMenu .responsive-nav {
	display: none;
	padding: 0.18em;
	margin: 2px auto 0 auto;
}
#mainMenu ul {
	margin: 0;
	padding: 0 39px 0 20px;
}
#mainMenu ul p {
	text-align: center;
	color: #577b00;
	text-shadow: 1px 0 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
#mainMenu ul li {
	float: left;
	position: relative;
	margin: 0;
	list-style: none;
}
#mainMenu ul li.icon-hut {
	background: url(../img/home-icon.png) 0px 15px no-repeat;
}
#mainMenu ul li.icon-malaym {
	background: url(../img/ma-icon.png) 0px 14px no-repeat;
}
#mainMenu ul li.icon-sear {
	background: url(../img/search-icon.png) 0px 16px no-repeat;
}
#mainMenu ul li.icon-add {
	background: url(../img/plus-icon.png) 0px 17px no-repeat;
}
#mainMenu ul li.icon-men {
	background: url(../img/user-icon.png) 0px 15px no-repeat;
}
#mainMenu ul li.icon-mob {
	background: url(../img/mobile-icon.gif) 5px 15px no-repeat;
}
#mainMenu ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 5px 0 0;
	font-size: 1.1em;
	padding: 17px 24px 18px 24px;
	color: #FFFFFF;/*background:#FF0000;*/
}
#mainMenu ul li a.last {
	margin-right: 0;
}
#mainMenu ul li ul li a {
	padding: 1em;
}
#mainMenu ul li ul:before {
	width: 150px;
	height: 15px;
	/*content: "\25b4";*/
	font-size: 30px;
	color: #454545;
	display: block;
	padding-top: 5px;
	position: absolute;
	top: -20px;
	left: 0;
	cursor: pointer;
}
#mainMenu ul li ul li ul:before {
	content: "";
}
#mainMenu ul li ul li ul {
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
#mainMenu ul ul {
	display: none;
	left: 0px;
	padding: 0.46em 0;
	position: absolute;
	top: 52px;
	left: -20px;
	width: 147px;
	z-index: 1024;
	color: white;
	float: left;
	margin: 0;
	background: #8bc401;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
#mainMenu ul li ul li a {
	color: #FFFFFF;
}
#mainMenu ul ul li {
	float: none;
	clear: both;
	padding: 0 0 0 10px;
}
#mainMenu ul ul a {
	border: 0;
	margin: 0;
	display: block;
	text-align: left;
	text-transform: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 1em;
}
#mainMenu ul li ul li a.last {
	margin-bottom: 3px;
}
#mainMenu ul ul ul {
	left: 130px;
	top: -7px !important;
	opacity: 0;
}
#mainMenu ul ul ul:before {
	background: none;
}
.logoCenter .brand, .logoCenter #mainMenu, .logoBig #mainMenu {
	float: none;
}
.logoCenter nav#mainMenu {
	display: inline-block;
	margin: 0.5em 0 1em 0;
}
.logoCenter #mainMenu>ul>li>a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0;
}
.logoCenter #mainMenu ul ul li a {
	padding-top: 1em;
}
.logoCenter #mainMenu ul ul {
	top: 45px;
}
.logoBig #mainMenu ul ul {
	top: 45px;
}
.logoCenter #mainMenu ul {
	text-align: left;
}
.logoBig nav#mainMenu {
	display: inline-block;
	margin-bottom: 1em;
}
.logoBig #mainMenu>ul>li>a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0;
}
@media (max-width: 1000px) {
#key-btn {
	display: none !important;
}
}
@media (max-width: 979px) {
#mainMenu {
	background: none;
}
#mainMenu select {
	min-width: 200px;
	padding-left: 10px !important;
}
#mainMenu select option {
	padding: 6px 0 6px 10px !important;
}
.slide_switcher, .slide_switcher_right {
	top: 114px !important;
	position: fixed;
}
.midle, .innr-midle, .message {
	margin-top: 0 !important;
	padding-top: 20px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.keyboard {
	display: none !important;
}
/*.social_icons ul {
	padding:30px 0 15px 0 !important;
}*/
}
@media (min-width: 768px) and (max-width: 979px) {
#mainMenu ul {
	display: none;
}
#mainMenu .responsive-nav {
	display: block;
	margin-bottom: 0.2em;
	width: 100%;
}
.slide_switcher, .slide_switcher_right {
	top: 85px !important;
}
}
@media (max-width: 767px) {
#mainMenu .responsive-nav {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
#mainMenu {
	float: none!important;
}
.logoBig nav#mainMenu, .doubleBar nav#mainMenu {
	display: inline !important;
	float: none !important;
}
.logoBig #mainMenu .responsive-nav, .doubleBar #mainMenu .responsive-nav {
	width: 100%;
	margin-bottom: 1em;
}
#mainMenu ul {
	display: none;
}
#key-btn {
	display: none !important;
}
}
 @media (max-width: 480px) {
#mainMenu {
	float: left;
}
#mainMenu ul {
	display: none;
}
#mainMenu {
	border-top: none;
}
#navTrail {
	margin-top: 0.4em;
}
}
@media (min-width: 480px) and (max-width: 767px) {
#srch-fld input, #hiddn-field input {
	width: 96% !important;
}
}
@media (min-width: 321px) and (max-width: 479px) {
#srch-fld input, #hiddn-field input {
	width: 92% !important;
}
}
 @media (max-width: 320px) {
#mainMenu {
	float: left;
}
#srch-fld input, #hiddn-field input {
	width: 90% !important;
}
}
 @media (max-width: 240px) {
#mainMenu {
	float: left;
}
}
.midle {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	padding-top: 106px;
	padding-bottom: 60px;
	margin-top: 150px;
}
.innr-midle {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 200px;
}
.option {
	border: 1px solid #cccccc;
	padding: 10px;
	background: #FFFFFF;
	margin-top: 0px;
}
.option select {
	width: 100%;
	margin-bottom: 0;
}
.option select option {
	padding-top: 5px;
	padding-bottom: 5px;
}
.btm-box {
	margin-top: 20px;
	background: #FFF;
	border: 1px solid #cccccc;
	padding: 10px;
}
.btm-box p {
	margin: 0 !important;
}
.btm-box p.last {
	margin: 0 0 10px 0 !important;
}
/*malayalam_keyboard start*/
.keyboard, .main-keyboard {
	position: absolute;
	background: #ced1d0;
	padding: 5px;
	border-radius: 5px;
	z-index: 10000000;
}
.keyboard {
	/*margin:65px 0 0 605px;*/
	margin-top: 45px;
	right: 90px;
}
.main-keyboard {
	margin: 90px 0 0 605px;
}
table.key {
	border: none;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}
table.key td.button {
	width: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
table.key tbody tr {
}
table.key td span {
	border: 1px solid #6d6f75;
	display: block;
	height: 25px;
	padding: 3px 0 0 0;
	background: #FFFFFF;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
table.key td span:hover {
	border: 1px solid #CCC;
}
#srch-fld, #hiddn-field {
}
#srch-fld input, #hiddn-field input {
	color: grey;
	font-style: italic;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
#srch-fld input {
	height: 40px;
}
#hiddn-field form {
	margin: 0 !important;
}
#hiddn-field input {
	border: none !important;
	box-shadow: none !important;
}
/*malayalam_keyboard end*/
.search-btn {
	width: 130px;
	float: left;
}
#srch-btn {
	width: 127px;
	height: 50px;
	border: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	margin: 0;
	background: url(../img/search-btn-bg.png) no-repeat;
}
#btn-two {
	padding: 16px 20px 16px 20px !important;
}
.clear-btn {
	width: 90px;
	float: left;
}
.social_icons {
	/*float:left;*/
	margin: 0;
	padding: 0;
	width: 100%;
}
.social_icons ul {
	list-style: none outside none;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	width: 100%;
}
.social_icons ul li {
	display: inline-block;
	width: 180px;
	height: 40px;
	padding: 0;
	margin: 10px 3px 0;
}
.social_icons ul li a {
	float: left;
	height: 25px;
	width: 25px;
	padding: 0;
	margin: 0;
	font-size: 0px;
}
.social_icons ul li a:hover {
	text-decoration: none;
}
.social_icons ul li.facebook {
	background: url(../img/social-icons.gif) 0px 0px no-repeat;
}
.social_icons ul li.tweet {
	background: url(../img/social-icons.gif) -26px 0px no-repeat;
}
.social_icons ul li.linked {
	background: url(../img/social-icons.gif) -52px 0px no-repeat;
}
.social_icons ul li.gplus {
	background: url(../img/social-icons.gif) -78px 0px no-repeat;
}
.social_icons ul li.facebook:hover {
	background: url(../img/social-icons.gif) 0px -26px no-repeat;
}
.social_icons ul li.tweet:hover {
	background: url(../img/social-icons.gif) -26px -26px no-repeat;
}
.social_icons ul li.linked:hover {
	background: url(../img/social-icons.gif) -52px -26px no-repeat;
}
.social_icons ul li.gplus:hover {
	background: url(../img/social-icons.gif) -78px -26px no-repeat;
}
.copy-right {
	font-size: 0.90em;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 10px;
	border-top: 1px solid #eaeaea;
}
footer {
}
.message {
	padding-right: 43px;/*margin-top:80px;*/
}
.message p {
	text-align: center
}
.spell-checker {
	margin-top: 130px;
}
.spell-checker h1 {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #2c2c2c;
	line-height: normal;
}
.inner-midle h1 {
	font-size: 20px;
	color: #545454;
}
.inner-midle h2 {
	font-size: 18px;
	color: #40413e;
}
.inner-midle h1, .inner-midle h2 {
	font-family: 'Oxygen', sans-serif;
	line-height:normal;
}
.spell-check-box {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	padding: 4%;
	margin-top: 20px;
}
.ckeck-btn {
	width: 177px;
	height: 50px;
	float: right;
	margin-top: 25px;
}
.ckeck-btn input {
	width: 177px !important;
	height: 50px;
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #74a400;
	background: url(../img/check-btn.png) no-repeat;
	border: none;
}
.ckeck-btn input:hover {
	text-shadow: none;
}
.spell-check-nav {
	margin: 0;
	padding: 0;
}
.spell-check-nav ul {
	margin-left: 0;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	padding: 0 10px;
	background: url(../img/spel-check-nav-bg.gif) repeat-x;
}
.spell-check-nav ul li {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	float: left;
	list-style: none;
}
.spell-check-nav ul li a {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	font-weight: bold;
	display: block;
	padding: 10px 20px 9px 30px;
}
.spell-check-nav ul li i {
	padding-right: 5px;
}
.spell-check-nav ul li a:hover {
	color: #878787;
	text-decoration: none;
}
.spell-check-nav ul li.find {
	background: url(../img/icon-find.png) left center no-repeat;
}
.spell-check-nav ul li.remove {
	background: url(../img/icon-remove.png) left center no-repeat;
}
.spell-check-nav ul li.find-replace {
	background: url(../img/icon-find-replace.png) left center no-repeat;
}
.spell-check-nav ul li.clear-icon {
	background: url(../img/icon-clear.png) left center no-repeat;
}
.inner-midle {
	margin-top: 83px;
}
.inner-midle h3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a0a0a;
}
#mid-nav-sec {
	margin-bottom: 17px;
}
.navbar #nav-justified {
	margin: 0;
	display: table;
	width: 100%;
	border: 1px solid#ececec
}
.navbar #nav-justified li {
	display: table-cell;
	width: 1%;
	float: none;
	border-right: 1px solid #e1e1e1;
}
.navbar #nav-justified li a {
	text-shadow: none;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #383838;
	font-weight: bold;
	text-align: center;
	padding: 15px 15px;
}
.navbar #nav-justified li a:hover, .navbar #nav-justified li a.active {
	background: #383838;
	color: #FFF;
}
.navbar #nav-justified li.last-child, #mid-nav li.last-child {
	border-right: none !important;
}
#mid-nav {
	background: url(../img/nav-bg.gif) top repeat-x;
	border-right: 1px solid #b0d753 !important;
}
#mid-nav a {
	color: #FFF !important;
}
#mid-nav a:hover, #mid-nav a.active {
	background: #8bc401 !important;
	color: #FFF;
}
.carousel-inner > div > img {
	width: 100%;
}
.recent-box, .next-box {
	border: 1px solid #ebebeb;
	padding: 0 20px 20px 20px;
}
.recent-box {
	margin-bottom:20px;
}
.recent-list ul {
	margin: 0;
	padding: 0;
}
.recent-list ul li {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #545454;
	list-style: url(../img/recent-list-style.gif) inside;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 9px;
}
.recent-list ul li a {
	text-decoration: none;
	color: #545454;
}
.recent-list ul li a:hover {
	color: #262626;
}
.next-box h6 {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #85bc00;
	font-weight:bold;
	margin-top:21px;
}
.activity-date {
	border-right:1px solid #d3d3d3;
	padding-right:10px;
	min-height:72px;
}
.date-col {
	width:72px;
	height:72px;
	float:left;
	position:absolute;
	background:#95d201;
}
.date-right {
	padding-left:82px;
}
.activity-date h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	color: #6f6f6f;
	font-weight:normal;
	margin-top:0;
}
.activity-date p {
	font-size: 13px;
}
.next-box h3 {
	padding-right:46px;
}
.activity-cnt ul {
	margin:0;
	padding:0;
}
.activity-cnt ul li {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #545454;
	font-weight:bold;
	background:url(../img/activity-cnt-list.gif) right no-repeat;
	list-style:none;
	padding-bottom:7px;
}
.activity-cnt ul li a {
	display:block;
	color: #545454;
	text-decoration:none;
}
.activity-cnt ul li a:hover {
	color: #95d201;
}
.date {
	font-size: 39px;
	line-height:50px;
	font-weight:bold;
}
.weak {
	width:100%;
	font-size: 19px;
	position:absolute;
	bottom:0;
	background:#85bc00;
	line-height:22px;
}
.date, .weak {
	font-family: 'Oxygen', sans-serif;
	color: #FFFFFF;
	display:block;
	text-align:center;
}
.social-share {
	border-left:1px solid #bebebe;
	padding-left:30px;
	margin-top:50px;
}
.share-icons {
	width:87px;
	height:33px;
	float:left;
}
#comments-row {
	margin-top:30px;
}
.profile {
	width:74px;
	height:64px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	background:#95d201;
}
.bottom-row {
	margin-top:45px;
	margin-bottom:40px;
}
.bottom-box {
	border:1px solid #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../img/top-sec-bg.gif) top repeat-x;
	/*min-height:500px;*/
}
.top-sec-one, .top-sec-two, .top-sec-three {
	height:58px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding-left:40px;
}
.top-sec-one {
	background:url(../img/trofe-icon.png) 10px 16px no-repeat;
}
.top-sec-two {
	background:url(../img/star-icon.png) 10px 16px no-repeat;
}
.top-sec-three {
	background:url(../img/rupee-icon.png) 10px 16px no-repeat;
}
.bottom-box h2 {
	font-size:16px;
	margin:0;
	padding:0;
	line-height:58px;
}
.toper-list ul {
	margin:0;
	padding:0;
}
.toper-list ul li {
	list-style:none;
	padding:16px 0 16px 20px;
	border-bottom:1px solid #dfdfdf;
}
.toper-pic {
	width:41px;
	height:40px;
	position:absolute;
}
.toper-det {
	padding-left:50px;
}
.toper-nam {
	font-size:14px;
	font-weight:bold;
}
.toper-num {
	font-size:15px;
}
.toper-nam, .toper-num {
	font-family: 'Oxygen', sans-serif;
	color: #424242;
}
.head-points {
	padding-right:15px;
}
.sub-points {
	width:35px;
	padding-right:15px;
	text-align:center;
}
.bottom-box > table {
	border:none !important;
	margin:0 !important;
}
.bottom-box > table > thead > tr > th, .bottom-box > table > tbody > tr > td {
	border:none !important;
}
.bottom-box > table > tbody.ran-list > tr > td {
	border-bottom:1px solid #ecedee !important;
}
.bottom-box > table > tbody > tr > td {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.mid-sec-row-two {
	background:#ecedee !important;
}
.mid-sec-row-two td {
	background-color:transparent;
}
.mid-sec-lft {
	background:url(../img/rank-list-icon.png) 15px 25px no-repeat !important;
	padding-left:35px !important;
}
.bottom-box > table > tbody > tr.mid-sec-row-three > td {
	border-bottom:1px solid #ecedee !important;
}
.mid-sec-three {
	padding-left:20px !important;
}
.top-sec-main {
	padding:0 0 0 40px !important;
}
.top-sec-sub {
	padding:0 7px 0 0 !important;
}
.bottom-box-btn {
	max-width:368px;
	margin-top:30px;
}
.bottom-box-btn a {
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	text-align:left;
	line-height:47px;
	background:#1b89c2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 25px 0 35px;
}
.bottom-box-btn a:hover {
	text-decoration:none;
}
.bottom-box-btn a i {
	float:right;
	line-height:47px;
}
.bnr-btn {
	width:100%;
	height:60px;
	position:absolute;
	background:#1b89c2;
	right:0px;
	bottom:0px;
	z-index:20;
}
.bnr-btn div {
	margin-top:11px;
	margin-right:10px
}
.bnr-btn a {
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0470a8;
	padding:8px 15px;
}
