.outerWrapper {
	text-align: left;
	position: relative;
	margin: 0px auto;
	padding: 0px; margin-bottom:15px; height:90px;
}
.item {
	float: left;
	margin-right: 24px;
	width: auto;
	padding: 0px;
	background-color: #fff;
	
}
.item img {border: 1px solid #ccc;}
.item img:hover {border: 1px solid #666; -webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;}


.left-nav-btn, .right-nav-btn {
	position: absolute; background-color:#fbc044;
	width: 20px;
	height: 30px;
	top: -41px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.left-nav-btn {
	right: 20px;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.right-nav-btn {
	right: -0px;
	background-position: top right;
	background-image: url(../images/right-left.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.left-nav-btn:hover, .right-nav-btn:hover {
	 opacity: 0.9;
}
/* Vertical Mode */

.vert.outerWrapper {
	margin: 50px auto 60px auto;
	width: 204px;
	height: 456px;
}
.vert .item {
	float: left;
	margin-bottom: 48px;
	width: 162px;
}
.vert .left-nav-btn, .vert .right-nav-btn {
	position: absolute;
	width: 37px;
	height: 37px;
	cursor: pointer;
	left: 82px;
	background: transparent url('../images/arrows_vert.html') top left no-repeat;
}
.vert .left-nav-btn {
	top: -60px;
}
.vert .right-nav-btn {
	top: auto;
	bottom: -60px;
	background-position: bottom left;
}
.leftWrapper {
	width: 48%;
	float: left;
}
.rightWrapper {
	width: 48%;
	float: right;
}
.leftWrapper h2, .rightWrapper h2 {
	width: 100%;
	text-align: center;
}
.outerWrapper2 .item {
	margin-right: 50px;
	width: 110px;
	padding: 20px;
}
/* Pager */

.pager {
	line-height: 100px;
	text-align: center;
}
.pager > span {
	cursor: pointer;
	border-radius: 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #DDDDDD;
	border: 1px solid #B3B3B3;
	margin: 0 4px;
	overflow: none;
}
.pager > span.active {
	background: #B3B3B3;
}
.pager > span > span {
	display: none;
}
/* Counter (See Example 7) */

#counter {
	margin-top: -30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
/* Inner Style */
.inner-container {
	width: 75%;
	margin: auto
}
.right-col {
	float: right;
	min-height: 450px;
	background: #FFF;
	width: 100%;
	padding: 5px
}
.right-col h1 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font: normal 16pt Raleway;
	border-bottom: 1px solid #ADADAD;
	color: #CB5353
}
.left-col {
	min-height: 450px;
	background: #E2E2E2;
	width: 250px;
	padding: 5px
}
.clear {
	clear: both
}
.image-gallery .gallery-img {
	margin-bottom: 20px;
}
.p-gallery img {
	border-bottom: 6px solid #e5e5e5;
	display: block;
	height: 170px;
	width: 100%;
}
@font-face {
	font-family: 'rupee_foradianregular';
	src: url('../fonts/rupee_foradian.html');
	src: url('../fonts/rupee_foradiand41d.html?#iefix') format('embedded-opentype'), url('../fonts/rupee_foradian-2.html') format('woff2'), url('../fonts/rupee_foradian-3.html') format('woff'), url('../fonts/rupee_foradian-4.html') format('truetype'), url('../fonts/rupee_foradian-5.html#rupee_foradianregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.rupee {
	font-family: 'rupee_foradianregular';
}
.heading-1 {
	background: #e3dca4;
	border: 1px solid #8e8e8e;
	color: #71531e;
	display: block;
	font-size: 13pt;
	font-weight: normal;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 75%;
}
@media screen and (max-width: 1020px) {
.inner-container {
	width: 99%;
!important
}
}

.sitemap{background:url(../images/sitemap_pic.html) no-repeat right;text-transform:capitalize }
.sitemap ul{margin:0; padding:0 5px 4px 10px; background: url(../images/site_map_ul.gif) repeat-y 10px -5px; position:relative; list-style-type:none;}
.sitemap ul li{background: url(../images/site_map_list.gif) no-repeat 0px -5px; line-height:16px; padding:0px 4px 0px 16px; font:bold 10pt arial; margin:10px 0px}
.sitemap ul li a{color: #0c3156; display:inline-block;}
.sitemap ul li a:hover{ color:#b62614;}
.sitemap ul li ul{ padding-bottom:1px;}
.sitemap ul li ul li { font:normal 10pt arial}

/*----- boxes -----*/
.box-1 {
	background:#dcdcdc;
	border-radius:7px;
	box-shadow:1px 0 5px #bbb;
	/*text-align:center;*/
	
	color:#333;
	padding:0 0 6px 0;
	margin:0 0 16px 0;
	position:relative;
	z-index:2;
}
.box-large {
	background:#FFF;
	border-radius:7px;
	box-shadow:1px 0 5px #bbb;
	/*text-align:center;*/
	color:#333;
	text-align:justify;
	padding:20px;
	margin:0 0 16px 0;
	position:relative;
	z-index:2;
}

.box-large1 {
	background:#C9B09E;
	border-radius:7px;
	box-shadow:1px 0 5px #bbb;
	/*text-align:center;*/
	color:#333;
	
	padding:20px;
	margin:0 0 16px 0;
	position:relative;
	z-index:2;
}


.box-1 .inner {
	border-radius:7px 7px 0 0;
    background:url(../images/bgr.png) repeat center 0 #fff;
	padding:22px 25px 11px 25px;
	position:relative;
}
.box-1 h3 {
	padding-bottom:10px;
}
.button-box {
	display:inline-block;
	background:url(../images/button-box-tail.gif) repeat-x 0 0;
	border-radius:6px;
	padding:5px 6px 0 6px;
	margin:0 0 -16px 0;
}
.btn-container {
	position:absolute;
	bottom:-6px;
	left:-1px;
	right:0;
	text-align:center;
}
.box-2 {
	background:url(../images/body-bg.gif);
	border-radius:6px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #d8d8d8;
	padding:19px 25px 29px 38px;
}
.boxes-bg {
	position:relative;
}
.boxes-bg:after {
	display:block;
	position:absolute;
	content:"";
	background:url(../images/boxes-bg.png) no-repeat 0 0;
	left:-5px;
	top:-39px;
	width:970px;
	height:131px;
	z-index:1;
}

/* Photo Gallery Css */

.photo-banner { width:980px; height:280px; margin:auto; }

.content .photo-div { width:980px;  margin:0px auto 20px; }
.content .photo-div h2 { width:960px; font:normal 18px Arial, Helvetica, sans-serif; color:#6a6766; line-height:35px;
 background:url(../images/bg/header-bg.png) scroll 0 26px no-repeat; margin-left:10px; } 
.content .photo-div p { font:normal 12px Arial, Helvetica, sans-serif; padding-top:10px; color:#6C6C6C; margin-left:15px; margin-right:15px; text-align:justify; line-height:20px; }

.photo-box-div { width:230px; height:200px; float:left; margin-left:10px; margin-right:0px; margin-bottom:20px; }
.photo-box-img { width:230px; height:183px; background:url(../images/bg/album-bg.jpg) no-repeat; }
.photo-box-img img { margin-left:10px; margin-top:20px; }
.photo-box-text { width:230px; height:20px; text-align:center; font:normal 12px Arial, Helvetica, sans-serif; padding-top:5px; }
.photo-box-text a { font:bold 12px Arial, Helvetica, sans-serif; text-decoration:none; color:#6a6766; }
.photo-box-text a:hover { color:#282828; text-decoration:underline; }



/* Photo Gallery Css */

/* Gallery Css */

.gallery-banner { width:950px; height:280px; margin:auto; }

.content .gallery-div { width:950px;  margin:0px auto 20px; }
.content .gallery-div h2 { width:940px; font:normal 18px Arial, Helvetica, sans-serif; color:#6a6766; line-height:35px;
 background:url(../images/bg/header-bg.png) scroll 0 26px no-repeat; margin-left:10px; } 
.content .gallery-div p { font:normal 12px Arial, Helvetica, sans-serif; padding-top:10px; color:#6C6C6C; margin-left:15px; margin-right:15px; text-align:justify; line-height:20px; }

.gallery-box-img { width:230px; height:183px; margin-left:0px; margin-bottom:20px; float:left; background:url(../images/bg/gallery-bg.jpg) no-repeat; }
.gallery-box-img img { margin-left:10px; margin-top:15px; }
.gallery-box-text { width:230px; height:20px; text-align:center; font:normal 12px Arial, Helvetica, sans-serif; padding-top:5px; }

/* Photo Gallery Css */

