@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	font-size: 80%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.kaithi1 {
	text-align: center;
}
.kaithi2 {
	text-align: center;
	color: #F00;
	font-size: xx-large;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium solid #000;
}
.kaithi_map {
	text-align: center;
	margin-bottom: 10px;
}
.kaithi3 {
	text-align: center;
	color: #00F;
	margin-right: 3px;
	margin-left: 3px;
	font-size: x-large;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #CCC;
	border-width: thin;
	border-style: solid;
	-webkit-box-shadow: 1px 1px 2px 2px #000000;
	box-shadow: 1px 1px 2px 2px #000000;
}
.kaithi_footer {
	text-align: center;
	margin-bottom: 20%;
}
.kaithi4 {
	text-align: center;
}
.sharefb {
	position: fixed;
	z-index: 50;
	margin-top: 5%;
}
.kaithi5 {
	text-align: center;
}
.nsk1 {
}
.nsk2 {
	font-size: x-large;
	background-color: #39F;
	margin: 2px;
	padding: 2px;
	color: #FFF;
}
.nsk3 {
	text-align: justify;
	margin: 2px;
	padding: 2px;
	font-size: large;
}
.nsk4 {
	text-align: center;
	font-family: serif;
	font-size: xx-large;
	margin: 5px;
	padding: 2px;
	background-color: #39F;
	color: #FFF;
}
.nsk5 {
	text-align: justify;
	margin: 4px;
	padding: 4px;
	font-size: large;
	border-radius: 6px;
	background-color: #CCCCFF;
	-webkit-box-shadow: 1px 1px 1px 1px #0066FF;
	box-shadow: 1px 1px 1px 1px #0066FF;
}
.nsk6 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.kaithi1 {
}
.kaithi2 {
}
.kaithi_map {
}
.kaithi3 {
}
.kaithi_footer {
	margin-bottom: 20%;
}
.kaithi4 {

}
.sharefb {
}
.kaithi5 {
}
.nsk1 {
}
.nsk2 {
}
.nsk3 {
}
.nsk4 {
}
.nsk5 {
}
.nsk6 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.kaithi1 {
}
.kaithi2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: medium solid #000;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	border-radius: 15px;
	background-color: #E19F57;
	font-weight: bolder;
	color: #000;
	font-family: Aparajita, CDAC-GISTSurekh, "Sanskrit Text", "Yatra One";
}
.kaithi_map {
}
.kaithi3 {
	font-family: Aparajita, CDAC-GISTSurekh, "Sanskrit Text", "Yatra One";
	background-color: #5AC0C9;
}
.kaithi_footer {
}
.kaithi4 {
}
.sharefb {
}
.kaithi5 {
}
.nsk1 {
}
.nsk2 {
}
.nsk3 {
}
.nsk4 {
}
.nsk5 {
}
.nsk6 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
