
@import url(../font/Kalpurush/converted-files/font.css);

.colwhite{color:#330000 !important;}

@font-face
{
	font-family:'chalk-font';
	src:url(Crumble.ttf);
}
@font-face
{
	font-family:'pretoria';
	src:url(Pretoria.ttf);
}
@font-face {
  font-family: 'Emblema One';
  font-style: normal;
  font-weight: 400;
  src: local('Emblema One'), local('EmblemaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/emblemaone/v3/DP45btqoXRGq3Q7LXbPYRobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
 

* {
	background: none;
	border: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

a, a:active { outline: none !important; }

body {
	background:-moz-linear-gradient(bottom, #024c23 0%, #00923f 0%, #29428c29 60%);
	background:-webkit-gradient(linear,bottom top,right top,color-stop(0%,	#E77471),color-stop(15%,#E67451),color-stop(60%,#F88017));
	background:-webkit-linear-gradient(bottom, #024c23 0%, #00923f 0%, #29428c29 60%);
	background:-o-linear-gradient(bottom, #024c23 0%, #00923f 0%, #29428c29 60%);
	background:-ms-linear-gradient(bottom, #024c23 0%, #00923f 0%, #29428c29 60%);
	background:linear-gradient(bottom, #024c23 0%, #00923f 0%, #29428c29 60%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E77471',  endColorStr='#E67451', GradientType=0);
/*IE8+*/ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E77471', endColorStr='#E67451', GradientType=0)";
	/*background:#E77471;*/

	color: #0c1e4a;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p, .alert, .sc_blockquote { margin: 0.4em 0; }

img { max-width: 100%; height: auto; }

.google_map img { max-width: none; }
.google_map.full { width: 100% !important; }

img.round, .review-photo img, img[class*="attachment"], img[class*="wp-image"], .gallery img, .sc_staff img, .avatar { border-radius: 3px; display: block; }

hr {
	background: url(../img/ribbon.png) no-repeat center center;
	clear: both;
	height: 20px;
}
.space-top { margin-top: 30px; }
.space-bottom { margin-bottom: 30px; }

.center, .sc_infobox, .sc_staff, #reply-title, .form-submit { text-align: center; }

.right { text-align: right; }
.fleft{float:left;}
header,
footer,
article,
address,
aside,
section { display: block; }

article.post, article.page { padding-bottom: 10px; margin-top: 10px; }

address { font-style: normal; }

blockquote {
	background: url(../img/blockquote-left.png) no-repeat left top, url(../img/blockquote-right.png) no-repeat right top;
	color: #2fbbb2;
	display: block;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin: 1em 20px;
	padding: 0 50px;
	text-align: center;
}
blockquote *:first-child { margin-top: 0; }
blockquote *:last-child { margin-bottom: 0; }

.sc_blockquote { margin-bottom: 30px; }
.sc_blockquote > blockquote { margin-top: 0; margin-bottom: 0; }
.sc_blockquote > p { margin-bottom: 0; }

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.video-embed { margin-bottom: 30px; }


/* WP CLASSES
-------------------------------------------------------------------------------------------------------------------*/

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {}
.alignleft { margin: 0 20px 10px 0; float: left; }
.alignright { margin: 0 0 10px 20px; float: right; }
.aligncenter { margin: 20px auto }

.gallery-item {
	margin: 0 20px 5px 0;
	width: auto !important;
}
.gallery-item img {
	margin:0 0 10px !important;
	border: none !important;
}
.gallery-caption { margin: 0; }


/* HEADERS
-------------------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 1em 0;
}

h1 {
	color: #113380;
	font-weight: normal;
	font-family: kalpurush !important;
    line-height: 30px !important;
	font-size: 214%;
	text-transform: uppercase;
}
h2, #reply-title {
	color: #222;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 143%;
}
h3 { color: #2fbbb2; font-size: 128%; }
h4 { color: #2fbbb2; font-size: 114%; }
h5 { color: #2fbbb2; font-size: 100%; }
h6, .comment-meta time { color: #ccc; font-size: 100%; }

.page-template-reviews-php #page-title { padding-bottom: 30px; }
.page-template-gallery-php #page-title { padding-bottom: 15px; }
.page-template-reviews-php > .wrapper { padding-bottom: 60px; }

a {
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
}


/* LINKS
-------------------------------------------------------------------------------------------------------------------*/

a {
	color: #2fbbb2;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }


/* TABLES
-------------------------------------------------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}
th, td {
	border: 1px solid #ddd;
	padding: 10px;
}
th {
	background: #222;
	color: #fff;
	text-align: left;
}

tr.odd td { background: #f4f4f4; }


/* LISTS
-------------------------------------------------------------------------------------------------------------------*/

ol, ul, dl { margin: 1em 0 1em 20px; }
ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
ul li {
	background:url(../img/bullet.gif) no-repeat left 6px;
	padding-left: 20px;
}
dt { color: #222; }
dd { margin: 0 0 20px 20px; }


/* GRID
-------------------------------------------------------------------------------------------------------------------*/

.last { margin-right: 0 !important; }
.last:after { 
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*[class*="span"] {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

.span3 { width: 205px; }
.span4 { width: 286px; }
.span6 { width: 450px; }
.span8 { width: 613px; }
.span9 { width: 695px; }
.span12 { width: 940px; }
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 95%;
}

.ext-grid *[class*="span"] { margin-right: 20px; }
.ext-grid .span3 { width: 220px; }
.ext-grid .span4 { width: 300px; }
.ext-grid .span6 { width: 460px; }
.ext-grid .span8 { width: 620px; }
.ext-grid .span9 { width: 700px; }

.padding { padding: 0 10px; }

hr.line {
	display: none;
	padding: 0 20px;
	margin: 30px -20px;
	background: none;
	height: 0;
	border-top: #d9d9d9 1px solid;
}


/* FORM STYLES
-------------------------------------------------------------------------------------------------------------------*/

form.ext-grid { padding-bottom: 30px; }

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime],
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	/*box-shadow:  0px 0px 8px 1px #011F03;
		-webkit-box-shadow: 0px 0px 8px 1px #011F03;*/

	color: #222;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	width: 96%;
}

textarea {
	height: 100px;
	padding-left: 1%;
	padding-right: 1%;
	width: 98%;
}

input[type=date],
input[type=datetime] {
	background: #fff url(../img/calendar.png) no-repeat right center;
	cursor: pointer;
}

a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
input[type=reset]{
	background: #44c2b9; /* Old browsers */
	background: -moz-linear-gradient(top,  #44c2b9 0%, #2ba9a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44c2b9), color-stop(100%,#2ba9a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #44c2b9 0%,#2ba9a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #44c2b9 0%,#2ba9a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #44c2b9 0%,#2ba9a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #44c2b9 0%,#2ba9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c2b9', endColorstr='#2ba9a1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2fbbb2;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	*zoom: 1;
}

a.button:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
input[type=submit]:hover {
	background: #2ba9a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #2ba9a1 0%, #44c2b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ba9a1), color-stop(100%,#44c2b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2ba9a1 0%,#44c2b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2ba9a1 0%,#44c2b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2ba9a1 0%,#44c2b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2ba9a1 0%,#44c2b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba9a1', endColorstr='#44c2b9',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
/* TABLES
-------------------------------------------------------------------------------------------------------------------*/

.horizontal-border th,
.horizontal-border td {
	border-left: 0;
	border-right: 0;
}

.none-border th,
.none-border td {
	border: 0;
}

/* ALERTS
-------------------------------------------------------------------------------------------------------------------*/
.alert {
	text-shadow: none;
	border-width: 1px;
	border-style: solid;
	padding: 13px 35px 15px 19px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px;
}
.alert .close {
    text-shadow: none;
    opacity: 1;
    right: 15px;
    top: 8px;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
}
.alert-error, .alert-error .close { border-color: #fe939f; background: #fee3e6; color: #ff7786; }
.alert-info, .alert-info .close { border-color: #78dffe; background: #e1f8ff; color: #70d3f1; }
.alert-success, .alert-success .close { border-color: #78dcae; background: #e1fff1; color: #77dcad; }
.alert-warning, .alert-warning .close { border-color: #ecdc76; background: #fffbe1; color: #d5c668; }

/* BLOG
-------------------------------------------------------------------------------------------------------------------*/

.sc_blog { overflow: hidden; }
.sc_blog h3, .sc_staff h3 { margin-bottom: 0; }
.sc_staff h6 { margin-top: 0; }
.sc_staff img, .sc_blog img { margin: 0 auto; }

.blog-list-item > * { margin-bottom: 0; }

.thumbnail img { margin: 0 auto; }

article.post {
	overflow: auto;
	padding-bottom: 0;
	clear: both;
}

.meta { color: #ccc; margin-bottom: 1em; }
.sc_blog .meta a { color: inherit; }

.comment-notes, .form-allowed-tags { display: none; }

#commentform { padding-top: 20px; padding-bottom: 60px; }

.commentlist {
	margin: 0;
	padding-top: 30px;
	list-style-type: none;
}
.comment {
	border-top: 1px dotted #ddd;
	padding: 30px 0 0;
	list-style-type: none;
	overflow: auto;
	margin: 0 0 30px;
}
.comment h3 { margin: 0; }
.comment h6 { margin-top: 0; }
.comment a.button { float: right; }
.avatar {
	margin-right: 50px;
	float: left;
}
.comment-reply-link { float: right; }
.comment-content { overflow: hidden; }
.comment-meta time {
	display: block;
	margin-top: 0;
}

.children { margin: 0; }
.children li { background: 0; padding-left: 125px; }
.children .children li { padding-left: 250px; }

#cancel-comment-reply-link {
	text-transform: none;
	float: right;
}
.logged-in-as { margin-top: 0; }


/* NAVIGATION
-------------------------------------------------------------------------------------------------------------------*/

.nav-bar {
	background: transparent;
	background:-moz-linear-gradient(bottom, #FF5315 39%, #FF7318 73%, #FF6312 100%);
	background:-webkit-gradient(linear,bottom top,right top,color-stop(0%,	#E77471),color-stop(15%,#E67451),color-stop(60%,#F88017));
	background:-webkit-linear-gradient(bottom, #FF5315 39%, #FF7318 73%, #FF6312 100%);
	background:-o-linear-gradient(bottom, #FF5315 39%, #FF7318 73%, #FF6312 100%);
	background:-ms-linear-gradient(bottom, #FF5315 39%, #FF7318 73%, #FF6312 100%);
	background:linear-gradient(bottom, #FF5315 39%, #FF7318 73%, #FF6312 100%);

	padding: 3px 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	zoom: 1;
}

.nav-inside {
	border-bottom: 0px solid rgba(255,255,255,0.1);
	border-top: 0px solid rgba(255,255,255,0.1);
	height: 54px;
	width: 100%;

}

nav.main {
	display: block;overflow:hidden;
	font-size: 18px !important;
    font-family: kalpurush !important;
    font-weight: normal !important;
    margin-top: -3px;
	position: absolute !important;
	right: 0;
	text-transform: uppercase;
	top: 56px;
	z-index: 2000;
}

nav.main ul {
	float: right;
	margin: 0;
}

nav.main ul li {
	background: none;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
	font-weight:bold;
	opacity:0.8 !important;

}

nav.main ul li a {
	color: #fff;
	display: block;
	padding: 13px 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

nav.main ul li a:hover,
nav.main ul li.current-menu-item > a, 
nav.main ul li.current-menu-ancestor > a {
	color: #2fbbb2;
	text-decoration: none;
}

.nav-trigger {
	background: rgba(0,0,0,0.05) url(../img/menu.gif) no-repeat 10px 10px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	display: none;
	height: 50px;
	padding: 10px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 34px;
	width: 50px;
	z-index: 2000;background-size: 35px;
}

/* DROPDOWN NAVIGATION
-------------------------------------------------------------------------------------------------------------------*/

nav.main ul li ul {
	background: #44c2b9; /* Old browsers */

	background: -moz-linear-gradient(top,  #44c2b9 0%, #2ba9a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44c2b9), color-stop(100%,#2ba9a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #44c2b9 0%,#2ba9a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #44c2b9 0%,#2ba9a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #44c2b9 0%,#2ba9a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #44c2b9 0%,#2ba9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c2b9', endColorstr='#2ba9a1',GradientType=0 ); /* IE6-9 */
	border: 0;
	border-radius: 3px;
	box-shadow:0px 0px 8px 1px #011F03;
		-webkit-box-shadow: 0px 0px 8px 1px #011F03;
	display: none;
	left: -16px;
	position: absolute;
	top: 90%;
	white-space: nowrap;
}
nav.main ul li:hover ul {
	display: block;
}

nav.main ul li ul li {
	margin: 0;
	float: none;
	display: block;

}

nav.main ul li ul li a,
nav.main ul li.current-menu-item ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	padding: 10px 24px 10px 20px;
	text-transform: none;
}

nav.main ul li ul li.last a { border: 0; }

nav.main ul li ul li a:hover,
nav.main ul li ul li.current-menu-item a {
	background: rgba(0,0,0,0.1);
	color: #fff;
}

nav.main ul li ul li ul {
	left: 100%;
	top: 0%;
}

/* LOGO & HEADER
-------------------------------------------------------------------------------------------------------------------*/

body > header {
	position: relative;
	margin-bottom: 15px;
}

.logo {
  
	border: 0px solid #2fbbb2;
	
	color: #fff;
	left: 0;
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 240px;
	z-index: 2000;
	
}
.logo img { display: block; margin:0px auto;}


/* REVIEWS
-------------------------------------------------------------------------------------------------------------------*/

.reviews {
	background: #222;
	box-shadow: 0px 0px 8px 1px #011F03;
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
	margin: -3px 0 30px;
	padding: 30px 0;
	text-align: center;
}

.reviews div { background: #222; }

.reviews blockquote {
	background: url(../img/review-left.png) no-repeat left top, url(../img/review-right.png) no-repeat right top;
	color: #2fbbb2;
	display: block;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin: 0 20px;
	padding: 0 50px;
}

.review-photo { float: left; margin-right: 50px; }
.review-content { overflow: hidden; }

.sc_review { overflow: hidden; }
.sc_review .review {
	color: #222;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.sc_review h3 {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
}

.sc_review *[class*="stars"] {
	float: right;
	margin-left: 20px;
	width: 96px;
	height: 20px;
	background-repeat: no-repeat;
}
.stars1 { background-image: url("../img/stars1.png"); }
.stars2 { background-image: url("../img/stars2.png"); }
.stars3 { background-image: url("../img/stars3.png"); }
.stars4 { background-image: url("../img/stars4.png"); }
.stars5 { background-image: url("../img/stars5.png"); }


/* MENU TABLES
-------------------------------------------------------------------------------------------------------------------*/

.sc_menu { margin-bottom: 30px; overflow: hidden; }

.menu td {
	border: 0;
	border-bottom: 1px dotted #ddd;
	padding: 10px;
}

.menu span {
	color: #222;
	font-size: 18px;
}

.menu .price {
	color: #2fbbb2;
	font-size: 18px;
	text-align: right;
	white-space: nowrap;
}


/* BLOG
-------------------------------------------------------------------------------------------------------------------*/

.post h2 { margin: 0; }
.post h6 { margin-top: 0; }

.paging {
	margin-bottom: 50px;
	text-align: center;
}
.paging a, .paging span {
	display: inline;
	margin: 0;
	padding: 3px 10px;
}
.paging .next, .paging .prev {
	float: right;
	width: 150px;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}
.paging .next a, .paging .prev a {
	padding-left: 0;
	padding-right: 0;
}
.paging .prev {
	float: left;
	text-align: left;
}

.title { margin-bottom: 0; }
.subtitle { margin-top: 0; }


/* BLOG DROPDOWNS
-------------------------------------------------------------------------------------------------------------------*/

.blog-nav {
	float: right;
	margin-top: 5px;
	margin-bottom: 0;
}

.blog-nav li {
	background: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
}

.blog-nav li a {
	background: url(../img/arrow-down.gif) no-repeat right 19px;
	display: block;
	padding: 10px 12px 10px 0;
}

.blog-nav li ul {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 0%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 0%,#292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 0%,#292929 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 0%,#2ba9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
	display: none;
	margin: 0;
	right: 0px;
	position: absolute;
	top: 90%;
	width: 200px;
	z-index: 1000;
}

.blog-nav li ul li {
	margin: 0;
	width: 100%;
}

.blog-nav li ul li a,
.blog-nav li.active ul li a {
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	text-transform: none;
}

.blog-nav li ul li:last-child a { border: 0; }

.blog-nav li ul li a:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-decoration: none;
}

/* VIDEO
-------------------------------------------------------------------------------------------------------------------*/

.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.js-video.widescreen { padding-bottom: 57.25%; }
.js-video.vimeo { padding-top: 0; }
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


/* GALLERY
-------------------------------------------------------------------------------------------------------------------*/

.gallery ul { margin: 0; overflow: auto; }
.gallery ul li {
	background: none;
	padding: 0;
}
.gallery *[class*="span"] { margin-bottom: 0; }
.gallery img { margin-bottom: 30px; }


/* ALERT MESSAGE
-------------------------------------------------------------------------------------------------------------------*/

.message {
	background: #f4f4f4;
	display: none;
	padding: 20px;
}


/* TABS
-------------------------------------------------------------------------------------------------------------------*/

.tabs { margin: 20px 0; }

.tab-menu {
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 0;
	text-align: center;
	width: 100%;
}

.tab-menu li {
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	padding: 0;
	position: relative;
	top: 1px;
	zoom: 1;
	*display: inline;
}

.tab-menu li a {
	color: #222;
	display: block;
	padding: 10px 20px;
}

.tab-menu li a:hover {
	color: #2fbbb2;
	text-decoration: none;
}

.tab-menu li.tab-open {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_content { margin: 1em 0; }


/* ACCORDION
-------------------------------------------------------------------------------------------------------------------*/

.accordion { margin: 20px 0; }
.accordion h3 {
	background: url(../img/plus.gif) no-repeat left 4px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding: 0 0 0.5em 29px;
}

.accordion h3.a-open {
	background: url(../img/minus.gif) no-repeat left 4px;
}


/* FOOTER & WIDGETS
-------------------------------------------------------------------------------------------------------------------*/

footer#footer {
	background: #52ff9d;
	box-shadow:inset 0 10px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
}

footer#footer .row { margin-bottom: 0; }

footer#footer a { color: #fff; }

.credits {
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0;
	text-align: center;
	height:45px;
}

.prefooter { padding-top: 10px; }
.prefooter .wrapper > *:last-child { margin-right: 0; }
.prefooter ul { margin: 0; }
.prefooter li {
	background: none;
	margin: 0;
	padding: 0;
}
.widget_schedule li { color: #fff; }
.widget_schedule li span {
	display: inline-block;
	color: #999;
	width: 90px;
	*zoom: 1;
}

.widget_recent_entries li, .widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .widget_nav_menu li {
	border-bottom: #444 1px dotted;
	padding: 6px 0 8px;
}
.widget_categories li ul li:last-child, .widget_pages li ul li:last-child, .widget_nav_menu li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_categories li ul, .widget_pages li ul, .widget_nav_menu li ul {
	margin-top: 8px;
	border-top: #444 1px dotted;
}

.back-to-top {
    background: #eace5e;
    border: 1px solid #2FBAB1;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    padding: 13px 10px 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    width: 59px;
    z-index: 2000;
}
.back-to-top:hover {
    opacity: 1 !important;
}


/* SOCIAL NETWORKS
-------------------------------------------------------------------------------------------------------------------*/

.social-networks a {
	display: inline-block;
	height: 26px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 26px;
	*zoom: 1;
}

.social-networks { margin: 1.5em 0; }

.social-networks a.facebook { background: url("../img/icon-green-facebook.png") no-repeat left top; }
.social-networks a.twitter { background: url("../img/icon-green-twitter.png") no-repeat left top; }
.social-networks a.linkedin { background: url("../img/icon-green-linkedin.png") no-repeat left top; }

#footer .social-networks a.facebook { background: url("../img/icon-white-facebook.png") no-repeat left top; }
#footer .social-networks a.twitter { background: url("../img/icon-white-twitter.png") no-repeat left top; }
#footer .social-networks a.linkedin { background: url("../img/icon-white-linkedin.png") no-repeat left top; }
#footer .social-networks a.youtube { background: url("../img/icon-white-youtube.png") no-repeat left top; }
#footer .social-networks a.flickr { background: url("../img/icon-white-flickr.png") no-repeat left top; }


/* FLICKR BADGE
-------------------------------------------------------------------------------------------------------------------*/

.widget_flickr .widget-content { width: 100%; }

.flickr_badge_image {
	display: inline-block;
	margin:0 10px 5px 0;
	width:20%;
	*zoom: 1;
}

.flickr_badge_image img {
	border: 0 !important;
	border-radius: 3px;
	height: auto;
	width: 100%;
}


/* Facebook Widget
-------------------------------------------------------------------------------------------------------------------*/

.widget_facebook iframe { width: 100% !important; }


/* Twitter Widget
-------------------------------------------------------------------------------------------------------------------*/

.widget_twitter li { margin-bottom: 15px; }


/* FLEXSLIDER PLUGIN
-------------------------------------------------------------------------------------------------------------------*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0px auto; padding: 0; top:0px; margin-bottom:10px;}
.flexslider .slides > li { background: none; position: relative; padding: 0; display: none; -webkit-backface-visibility: hidden;margin-left:-2px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img 
{width: 780px; display: block; margin: 0px auto; height:350px; border:0px solid #CEB860;box-shadow: 0px 0px 8px 1px rgb(1, 31, 3);-webkit-box-shadow: 0px 0px 8px 1px #011F03;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block;  visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0; }
.flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	display: none;
	background: #000 url('../img/left_arrow.png') center no-repeat;
	position: absolute;
	top: 70%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {background: #000 url('../img/right_arrow.png') center no-repeat; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flex-next:hover, .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { right: 30px; height: 4px; position: absolute; bottom: 15px; text-align: right; display:none;}
.flex-control-nav li { margin: 0 0 0 10px; display: block; float: left; zoom: 1; overflow: hidden; }
.flex-control-paging li a {
	width: 40px;
	height: 4px;
	display: block;
	background: #222;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-paging li a:hover { background: #2FBBB2; }
.flex-control-paging li a.flex-active { background: #2FBBB2; cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

#slider .slide_content {
    top: 60%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
#slider .slide_content .wrapper { width: 100%; max-width: 1280px; }
#slider .slide_content .wrapper > * { clear: both; margin: 0; }
#slider .title {  /* Slider Title Style */
    background: #2fbbb2;
	border: 1px solid #2fbbb2;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
    color: #fff;
    float: right;
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    font-size:30px;
    padding: 10px 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	text-transform: uppercase;
}

#slider .description { /* Slider Description Style */
    background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 40px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
    clear: both;
    color: #222;
    float: right;
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    padding: 10px 30px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
}

#slider .readmore { /* Slider Read More button Style */
    background: #222;
	border: 1px solid #222;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 40px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
    clear: both;
    color: #fff;
    float: right;
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    font-size:20px;
    padding: 10px 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	text-transform: uppercase;
}

#slider .readmore:hover {
    color: #2fbbb2;
	text-decoration: none;
}


/* CAROUSEL
-------------------------------------------------------------------------------------------------------------------*/

/*
 * responsive-carousel
 * https://github.com/filamentgroup/responsive-carousel
 *
 * Copyright (c) 2012 Filament Group, Inc.
 * Licensed under the MIT, GPL licenses.
 */
.carousel {
	width: 100%;
	position: relative;
}
.carousel .carousel-item { display: none; }
.carousel .carousel-active { display: block; }
.carousel .carousel-nav:nth-child(2) { display: none; }

.carousel-slide {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-slide .carousel-item {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%; /* necessary for non-active slides */
	display: block; /* overrides basic carousel styles */
	z-index: 1;
	-webkit-transition: left .7s ease;
	-moz-transition: left .7s ease;
	-ms-transition: left .7s ease;
	-o-transition: left .7s ease;
	transition: left .7s ease;
}
.carousel-no-transition .carousel-item {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.carousel-slide .carousel-active {
	left: 0;
	position: relative;
	z-index: 2;
}
.carousel-slide .carousel-in { left: 0; }
.carousel-slide-reverse .carousel-out { left: 100%; }
.carousel-slide .carousel-out,
.carousel-slide-reverse .carousel-in { left: -100%; }
.carousel-slide-reverse .carousel-item {
	-webkit-transition: left .1s ease;
	-moz-transition: left .1s ease;
	-ms-transition: left .1s ease;
	-o-transition: left .1s ease;
	transition: left .1s ease;
}
.carousel-slide-reverse .carousel-active { left: 0; }

.carousel-nav {
	background: none;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 1000;
}

.carousel-nav .prev,
.carousel-nav .next {
	display: block;
	height: 20px;
	opacity: 0.2;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */
	width: 20px;
}

.carousel-nav .prev:hover,
.carousel-nav .next:hover { opacity: 1; }

.carousel-nav .prev {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	left: 5px;
}

.carousel-nav .next {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	right: 5px;
}
.link_click{position: absolute;bottom: 0px;left: 20px;color:black;}
.fb_logo_div {width: 95px;position: inherit;float: right; right: 0px;margin-top:6px;}
.fb_logo_div2 {width: 55px;position: inherit;float: right; right: 0px;}

/* TIME PICKER
-------------------------------------------------------------------------------------------------------------------*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* FANCYBOX
-------------------------------------------------------------------------------------------------------------------*/

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner { position: relative; }

.fancybox-inner { overflow: hidden; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {  background-image: url('../img/fancybox_sprite.png'); }

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev { left: 0; }

.fancybox-next { right: 0; }

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span { visibility: visible; }

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock { overflow: hidden; }

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/* Event/Blog Page Card Design added 
        
        --------------------------------------------------------------*/
.card {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.card-header {
  font-weight: bold;
}

.card-content {
  margin-top: 10px;
}

.short-description {
  margin-bottom: 10px;
}

.hidden-container {
  display: none;
}

.toggle-btn {
  padding: 5px 10px; /* Adjust the padding as needed */
  background-color: #337ab7; /* Set the background color */
  color: #fff; /* Set the text color */
  border: none; /* Remove the border */
  border-radius: 4px; /* Apply border radius if desired */
  cursor: pointer; /* Show pointer cursor on hover */
}

/* Example hover effect */
.toggle-btn:hover {
  background-color: #23527c; /* Change the background color on hover */
}

.toggle-btn:focus {
  outline: none;
}

/* New added
	--------------------------------------------------------------*/
.add_div
{
	background: none;
	padding:0px;
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 1002;
	text-align:right;
	margin:0px;
	line-height:20px;
	height:35px;
	border:0px solid red;
}
.add_inside
{
	/*background:rgba(0, 17, 1, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);*/
	background:-moz-linear-gradient(bottom, #09abff 39%, #088dd2 73%, #0193CD 100%);
	background:-webkit-gradient(linear,bottom top,right top,color-stop(0%,	#E77471),color-stop(15%,#E67451),color-stop(60%,#F88017));
	background:-webkit-linear-gradient(bottom, #09abff 39%, #088dd2 73%, #0193CD 100%);
	background:-o-linear-gradient(bottom, #09abff 39%, #088dd2 73%, #0193CD 100%);
	background:-ms-linear-gradient(bottom, #09abff 39%, #088dd2 73%, #0193CD 100%);
	background:linear-gradient(bottom, #09abff 39%, #088dd2 73%, #0193CD 100%);
	right:0px;
	width:100%;
	height:36px;
	border:0px solid green;
	position:absolute;
	box-shadow: 0px 2px 5px 0px;
}
.add_text
{
	right:0px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	z-index:1004;
	line-height:16px;
	top:10px;
	width:53%;
	text-align:right;
	right:0px;
}
.info
{
		margin-right:4px; font-weight: normal;font-size: 14px;
}
.add_border
{
	width:auto;
	margin:4px 0px ;
	height:27px;
	border:1px solid rgba(255, 255, 255, 0.2);
	border-right:0px;
}
.cmp_add
{
	line-height:22px;

	margin:2px 0px 2px 2px ;
	padding-top:7px;
}

.cmp_add img
{
	float:right;
	margin-left:5px;

}
.add
{
	float:right;
	line-height:20px;
	margin-right:2px;
	font-family: kalpurush !important;
    font-weight: normal;

}
.welcome_div
{
	width:49%;
	text-align:center;
	min-height:300px;
	height:auto;
	border:0px solid red;
	color:#113380;
	margin-left: 1.6%;
	float:left;
	font-weight:normal;
	
}
.welcome_div h1
{
	text-transform:none;
	margin:0px;
}
.welcome_div p
{
	text-align:justify;
	margin-top:10px;
    font-family: kalpurush;
	font-size: 20px;
    line-height: 25px;
}
.welcome_div2
{
	width:79%;
	text-align:center;
	min-height:300px;
	height:auto;
	border:0px solid red;
	color:#113380;
	margin-left: 1.6%;
	float:left;
	font-weight:normal;
	
}
.welcome_div2 h1
{
	text-transform:none;
	margin:0px;
}
.welcome_div2 p
{
	text-align:justify;
	margin-top:10px;
    font-family: kalpurush;
	font-size: 20px;
    line-height: 25px;
}
.new-content
{
	width:100%;
	text-align:center;
	height:auto;
	border:0px solid red;
	color:#EDD574;

}
.left-content
{
	margin-top:0px;
	border-radius:5px;
	width:100%;
	height:auto;
	float:left;
	border:0px solid green;
	margin-right:20px;
	background:#273ec1;
	box-shadow: 0px 0px 8px 1px #011F03;
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);*/
	padding:0px;
}
.location
{
	margin-top:0px;
	border-radius:5px;
	width:auto;
	height:auto;
	float:left;
	border:0px solid green;
	margin-right:20px;
	background:url(../img/h_bg3.png);

	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);*/
	padding:10px;
}
.right-content
{
	margin-top:0px;
	border-radius:5px;
	height:auto;
	float:right;
	border:0px solid green;
	box-shadow: 0px 0px 8px 1px #011F03;
		-webkit-box-shadow: 0px 0px 8px 1px #011F03;
	background:url('../img/board.png') 0 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	padding:5px; 
	margin-right:0px;
	width:210px;
	height:290px;
	margin-bottom:30px;
	padding:10px;
	background-size: 100% 100% !important;
}
.notice
{
	height:190px !important;overflow:auto;
}
.left-head
{
	display:none;
	text-align:center;
	font-size:18px;	
	color:#EDD574;
	font-weight:bold;
	border-bottom:1px solid #ceb860;
}
.left-head2
{
	text-align:center; font-size:12px;
	color:#EDD574;
}
.fb img {width:100% !important;}
.news
{
	width:auto;
	height:197px;
	
	background:url(../img/h_bg3.png);

}
.right-head
{
	text-align:left;
	font-size:22px;	
	color:#293D26;
	margin:10px 15px;
	border-bottom:1px solid #293D26;
	font-weight:bold;
}
.notice-head
{
	text-align:center;
	font-size:25px;	
	margin:0px 10px;
	border-bottom:1px solid #F1F0F3;
	font-weight:normal;
	margin-bottom:0px;
	font-family: kalpurush !important;
    line-height: 36px;
    font-weight: normal;
	border-bottom:1px solid white !important;
	border-bottom-style:dotted !important;
	color:red; font-weight:bold;
}

.div_border
{
	width:100%;
	background:url('../img/head_bg.png') 0 0 repeat-x;
	height:34px;
}
.right-rows
{
	text-align:left;
	font-size:14px;
	padding:5px 0 5px 10px;
	
	color:#F1F0F3;
	border-bottom:1px solid #ceb860;
	
}
.left-rows
{
	
	text-align:left;
	font-size:14px;
	padding:5px 0 5px 0px;
	margin:0 5px;
	
	color:#FFFFFF;
	border-bottom:1px solid #ceb860;
}
.notice-rows
{
	text-align:left;
	font-size:14px;
	padding:0px 0px 0px 0px;
	margin:0 0px;
	font-family:klapurush !important;
	border-bottom:1px solid #F1F0F3;
}
.no-border
{
	border-width:0px;
}
.right-align
{
	text-align:right;
}
.sub_btn
{
	background:url('../img/go.png') no-repeat !important;
	width:35px;
	height:35px;padding:0px !important;
	border:0px !important;
}
.news_sign
{
	padding-top:10px;
	padding-bottom:10px;
}
.sign_text
{
	width:170px !important;
	height:15px;
}
.btn_div
{
	float:right;
}
.login-fields
{
	margin:4px 0px;
	height:auto;
	width:auto;
}
.login-fields label
{
	float:left;
	color:#FFFFFF;
	margin-top:4px;
}
.login-fields input[type='text']
{
	width:150px;
	float:right;
	height:25px;
	padding:3px 5px;
}
.login-btn
{
	color:#293D26 !important;
	background:#EDD574 !important;
	font-weight:bold;
	margin-top:0px;
}
.login-btn:hover
{
	border:1px solid #293D26 !important;
}
.right-rows a
{
	float:left;
}
.clear
{
	clear:both;
}
.loc img
{
	height:160px;
}
.timing
{
	
	color:#EDD574;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	z-index:1004;
	line-height:16px;
	top:41px;
	left:240px;
	text-align:left;
	
}
.site-name
{
	
	text-align:left;
	position:absolute;
	z-index:1050;
	left:0px;
	font-weight:bold;
	top:2px;
	
	font-size:26px;
	font-family: pretoria;
}
.notice
{
	width:auto;
	margin:0 0px;
}
.fb
{
	margin-top:10px;
}
.order
{
	margin-bottom:10px;
}
.order-text
{
	font-size:26px;
	margin:13px;
	text-align:center;
	
	opacity:none;

}
.order-text a
{
	color:#FFFFFF !important;
	opacity:10;
}
.left-panel
{
	display:inline-block;
	float:left;
	width:19%;
}
.left-panel1
{
	display:none;margin-top:4px !important;
	float:left;width:230px;
}

	div.demo{
		font-size:30px;
		margin:25px; 
		color:white;
	}
	.order-top
	{
		position:absolute;
		right:0;
		z-index:1100;
		top:8px;
	}
	.notice-board
	{
		color:#F1F0F3;
		font-family:chalk-font;
		padding-bottom:0px;
		margin-bottom:10px;
	}
.sign_up
{
	margin-top:0px;
	border-radius:5px;
	width:220px;
	height:auto;
	float:right;
	border:0px solid green;
	box-shadow: 0px 0px 8px 1px #011F03;
		-webkit-box-shadow: 0px 0px 8px 1px #011F03;
	background:url(../img/h_bg4.png);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	padding:5px;
}
.partners
{
	float:right;
	margin-top:15px;
	margin-right:10px;

}
.partner_logo
{
	float:right;
	margin-top: -6px;
}
.footer-text
{
	margin-top:15px;
	float:left;
}
.height160
{
	height:160px;
}
.gallery_label {width:160px;font-size:10px;height:30px;}
.gallery_image
{
	float:left;
	margin-bottom:5px;
	border:2px solid #f8fbfb;
	margin-right:3px;
	height:169px;
	width:auto;
	padding-top:0px;
	border-radius:6px;
}
.gallery_image img
{
	width:151px !important;
	margin-top:42px;
	height:100px;
	border-radius:5px;
}
.highslide
{
	background:url(../img/folder.png) 0 0 no-repeat;
	background-size: 100%;
	height:150px;
	display:block;
	width:160px;
	margin-top:-10px;
}
.gallery_div
{
	width:79% !important;
	text-align:center;
	height:460px;;
	overflow-x:hidden;
	border:0px solid red;
	color:#100377;
	overflow-y:scroll;
	float:left;margin-left: 14px;margin-bottom: 10px;
	padding:0px;
	
}
.contact_us
{
	width:56%;
	text-align:center;
	min-height:500px;	
	height:auto;
	border:0px solid red;
	color:#EDD574;	
	float:left;
	padding:0px;margin-left: 14px;
}
.contact_left
{
	width:90%;
	border:0px solid green;
	height:auto;margin-bottom:20px;
	float:none;
}
.contact_left span
{
	float:left;
	color:#FFFFFF;
	margin:5px 0px ;
	text-align:center;width:100%;
	
}
.contact_left label
{
	float:left;
	color:#FFFFFF;
	clear:both;text-align:center;width:100%;
}
.contact_right
{
	width:90%;
	border:0px solid yellow;
	min-height:300px;
	float:none;
	height:auto;

}
.contact_us1
{
	width:57%;
	text-align:left;
	min-height:480px;	
	height:auto;
	border:0px solid red;
	color:#011169;	
	float:left;
	padding:0px;margin-left: 14px;
}
.contact_left1
{
	width:49%;
	border:0px solid green;
	height:auto;margin-bottom:20px;
	float:left;
}
.req_info1
{
	font-size:22px;
	text-align:left;
}
.contact_left1 span
{
	float:left;
	color:#113380;
	margin:5px 0px ;
	text-align:left;width:100%;
	
}
.contact_left1 label
{
	float:left;
	color:#113380;
	clear:both;text-align:left;width:100%;
}
.contact_right1
{
	width:49%;
	border:0px solid yellow;
	min-height:300px;
	float:right;
	height:auto;

}
.inputfields1
{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px 0px;
}
.btn{margin-top:15px;margin-bottom:15px;text-align: center;}
.inputfields1 label
{
	float:left;
	color:#113380;
	margin-top:7px;
}
.inputfields1 select
{
	width:100%;
	padding:5px 2%;
	float:right;
	background:#FFFFFF;
	border-radius:3px;
}
.inputfields1 input[type="text"],.inputfields1 textarea
{
	float:right;
	width:95%;
	padding:5px 2%;
}
.inputfields1 textarea{	height: 70px;}
.inputfields
{
	width:auto;
	height:auto;
	padding:5px;
	margin:10px 0px;
}
.inputfields label
{
	float:left;
	color:#FFFFFF;
	margin-top:7px;
}
.inputfields select
{
	width:257px;
	padding:10px 2%;
	float:right;
	background:#FFFFFF;
	border-radius:3px;
}
.inputfields input[type="text"], textarea
{
	float:right;
	width:240px;
	padding:10px 2%;
}
.left_img
{
	
	width:18.5%;
	border:0px solid red;
	text-align:left;
	float:left;
}
.right_img
{
	
	width:18.5%;
	border:0px solid red;
	text-align:right;
	right:0px;float:left;
}
.sliderss
{
	width:59%;margin-left:20px;margin-right:20px;
	border:0px solid red;float:left;
}
.margin_top_minus
{
	margin-top:-7em;
}
.req_info
{
	font-size:22px;
	text-align:center;
}
.map_div
{
	margin-top:20px;
}
.album_div
{
	width:58.5%;
	text-align:center;
	height:630px;;
	overflow-x:hidden;
	border:1px solid red;
	color:#EDD574;
	overflow-y:scroll;
	float:left;
	padding:0px;
}
.height_auto
{
	height:auto !important;
}
.menu_content
{	
	width:58%;
	text-align:center;
	min-height:400px;	
	height:auto;
	border:0px solid red;
	color:#EDD574;	
	float:left;margin-left: 20px;margin-bottom:10px;
	padding:0px;
}
.left_menu
{
	width:28% !important;
	height:auto;
	
	border:0px solid green;
	float:left;
}
#fb-root {
display: none;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  100% !important;display:block;z-index:2000;position:relative}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}
.fb-like-box iframe  span[style] {height:100% !important; }
.fb-like-box iframe[style] {height:  100% !important;}
/*.fb_logo{position:absolute;margin-left:5px;margin-top: -11px;}*/
.fb_logo{position:relative;margin-left:10px;margin-top: 0px;}

.cat_head
{
	text-align:left;
	font-size:22px;
	border-bottom:0px solid #EDD574;
	height:35px;
	font-weight:bold;
}
.cat_ul
{
	margin-left:0px;
	margin-top:0px;
	width:100% !important;
	
}
.cat_ul li
{
	list-style:none;
	text-align:left;
	background:url(../img/flower.png) 0 0 no-repeat;
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
	padding-left:30px;
	color:#FFFFFF;
	font-weight:bold;
	width:75%;word-wrap:break-word;
}
.cat_ul li a
{
	color:#FFFFFF;
}
.right_menu
{
	width:69% !important;
	height:401px;
	min-height:400px;
	border-left:2px solid #007E00;
	float:left;
	margin-left:5px;
	padding-left:5px;
}
.right_menu_head
{
	text-align:left;float:left;
	font-size:22px;
	font-weight:bold;
	margin-top:5px;
	width: 95%;
}
.subcat_div
{
	float:left;
	text-align:left;
	margin:5px;
	width:95%;
	border-bottom:1px dashed #FFFFFF;
	padding-bottom:10px;
	margin-bottom:5px;
}
.subcat_name
{
	font-size:17px;
	color:#FFFFFF;
	width:100%;
}
.subcat_details
{
	color:#FFFFFF;
}
.no-border
{
	border:0px;
}

.sports_page
{
	width:78%;
	text-align:left;
	min-height:500px;	
	height:600px;
	border:0px solid red;
	color:#EDD574;	
	float:left;
	padding:0px;margin-left: 14px;overflow:auto;
}
.sports_content_short
{
    width: 21%;
    border: 0px solid brown;
    float: left;
    margin: 2px auto;
    height: 260px;
    color: #113380;
    border-radius: 24px;
    margin-right: 15px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(32,33,36,.28);
    -webkit-box-shadow: 0 4px 6px rgba(32,33,36,.28);
    background: white;
}
.sports_contents
{
	width: 98%;
    border-bottom: 1px solid brown;
    float: left;
    margin: 0 auto;
    height: auto;
    color: #113380;
    background: white;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(32,33,36,.28);
}
.sports_page2
{
	width:58%;
	text-align:left;
	min-height:460px;
	border:0px solid red;
	color:#EDD574;	
	float:left;
	padding:0px;margin-left: 14px;
}
.sports_contents1
{
	width:99%;
	float:left;margin:0 auto;
	height:auto;color:white;
}
/*####       Pagination    #####*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px; border-top: 1px solid #8f4cc3; padding-top: 5px;
}

.pagination a {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}

.pagination a.active {
  background-color: #333;
  color: #fff;
}

/*####       Pagination End   #####*/
.left_sides
{
	height:auto;width:99%;
	float:left;
	padding:10px 0px 10px 5px;
	word-break: break-all;
	border:0px double yellow;
}
.sprots_heading1
{
	margin:0 auto;float:left;width:99%;
	padding-top:6px;font-weight:bold;
}
.highslide1
{
	height:40%;
	display:block;
	width:50%;
	float: left;
	padding: 0px 20px 0px 0px;
}
.highslide1 img
{
	border-radius:0px;
	box-shadow:0px 0px 8px 1px #011F03;
	-webkit-box-shadow: 0px 0px 8px 1px #011F03;
}

/*Scrollbar Manually My Create*/
/*=========================================*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: blue; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}
/*Scrollbar End*/

/*------------------------------------------------ Css for scrollbar ------------------------------------------------------*/
.jspHorizontalBar { display: none !important; }
.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #777;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #777;
    position: relative;
}

.jspDrag
{
    background: #0072d75e;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 7px;
}

.jspHorizontalBar .jspArrow
{
    width: 7px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/*------------------------------------------------ Css for scrollbar ------------------------------------------------------*/