﻿@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
body {
	font-family: 'Lato', sans-serif;
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	background-color: #f7f7f7;
}
h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

a {
	color: #7ec352;
}
a:link, a:visited, a:active {
	color: #0080c6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, ul {
	margin: 0 0 10px 0;
}
ul {
	padding-left: 15px;
	list-style-position: outside;
}
li {
	list-style-image: url(../images/content-ul-img.png);
}
ul.note-list li{list-style-image:none; padding-bottom: 10px;}
.red {
	color: #F00;
}

.table > tbody > tr > td {
	vertical-align: middle !important;
}
/*Bootstrap class*/
.navbar-default {
	background: none;
	border: 0;
}
.navbar-brand {
	display: block;
}
.navbar {
	position: relative;
	min-height: 0;
	margin-bottom: 0;
	margin-top: 6px;
	border: 0;
}
.navbar-nav {
	width: 100%;
	float: left;
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #0080c6;
}
.navbar-nav li:last-child {
	padding-right: 0;
}
.dropdown-menu li {
	list-style-image: none;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	border: 0;
	float: right;
	border-radius: 0;
	padding: 15px 25px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #7ec352;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 0;
}
.nav > li {
	border-bottom: 1px solid #ccc;
}
.icon-bar {
	background: #FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #0080c6;
}
.close {
	font-size: 35px;
	margin: 10px 20px 0 0;
}
#popup-modal {
	text-align: center;
}
#popup-modal img {
	margin: 30px auto 5px;
}
#popup-modal .iso_number {
	color: #0080c6;
	display: block;
	margin-bottom: 20px
}
#popup-modal h1 {
	font-size: 36px;
}
.modal-footer {
	text-align: center;
}
.panel {
	background-color: #f7f7f7 !important;
}
.panel-collapse {
	background: #FFF;
}
.panel-default {
	border-color: #ccc;
}
.nav-tabs li {
	padding: 0 !important;
}
.nav-tabs li a {
	padding: 10px !important;
}
.tab-pane {
	padding-top: 20px;
}
.input-margin input[type="text"] {
	margin: 10px 0;
}

/*Common class*/
.content {
	width: auto;
	max-width: 1360px;
	padding: 0 15px;
	margin: 0 auto;
}
.padding-zero {
	padding: 0 !important;
}
.margon-zero {
	margin: 0 !important;
}
.padding-right-zero {
	padding-right: 15px;
}
.padding-left-zero {
	padding-left: 15px;
}
.green-color {
	color: #7ec352;
}
.font-big {
	font-size: 16px;
}
.margin-top {
	margin-top: 30px;
}
.margin-bottom{margin-bottom:15px;}
/*Top Header*/
#top-header {
	width: 100%;
	background: #0080c6;
	color: #FFF;
	font-size: 13px;
	border-bottom: 2px solid #FFF;
}
.top-title {
	margin: 0;
	padding: 16px 0;
	text-align: left;
	font-size: 13px;
	display: block;
}
.top-menu {
	margin: 0 auto;
	float: none;
	text-align: center;
	display: none;
}
.top-menu li {
	color: #FFF;
	padding: 10px 15px;
}
.top-menu li:last-child {
	background: #7ec352;
	padding: 15px 25px;
}
.top-menu li a:hover {
	text-decoration: underline;
}
.top-menu li a {
	color: #FFF;
}
.login-btn {
	display: block;
}
/*Logo & Nav*/
#logo-nav {
	width: 100%;
	background-color: #f5f5f5;
	font-size: 16px;
	height: auto;
}
.logo {
	position: relative;
	z-index: 50;
	background-color: #f5f5f5;
	border: 0;
	padding: 10px 15px;
	margin: 0 auto;
}
.logo-big {
	display: none;
}
.logo-small {
	display: block;
}
.nav-right-title {
	color: #444;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	text-align: center;
}
.top-border {
	width: 368px;
	height: 5px;
	float: none;
	margin: 0 auto;
	background: #c93e4f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5M2U0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2M5M2U0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2QzY2U1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QzY2U1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzJiYjA4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiYjA4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzNhMmM2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTJjNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #c93e4f 0%, #c93e4f 25%, #d3ce59 25%, #d3ce59 50%, #2bb082 51%, #2bb082 76%, #3a2c60 76%, #3a2c60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c93e4f), color-stop(25%, #c93e4f), color-stop(25%, #d3ce59), color-stop(50%, #d3ce59), color-stop(51%, #2bb082), color-stop(76%, #2bb082), color-stop(76%, #3a2c60), color-stop(100%, #3a2c60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c93e4f 0%, #c93e4f 25%, #d3ce59 25%, #d3ce59 50%, #2bb082 51%, #2bb082 76%, #3a2c60 76%, #3a2c60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c93e4f 0%, #c93e4f 25%, #d3ce59 25%, #d3ce59 50%, #2bb082 51%, #2bb082 76%, #3a2c60 76%, #3a2c60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c93e4f 0%, #c93e4f 25%, #d3ce59 25%, #d3ce59 50%, #2bb082 51%, #2bb082 76%, #3a2c60 76%, #3a2c60 100%); /* IE10+ */
	background: linear-gradient(to right, #c93e4f 0%, #c93e4f 25%, #d3ce59 25%, #d3ce59 50%, #2bb082 51%, #2bb082 76%, #3a2c60 76%, #3a2c60 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93e4f', endColorstr='#3a2c60', GradientType=1 ); /* IE6-8 */
}
.sub-menu {
	padding: 20px;
	float: none;
}
.sub-menu ul li a {
	padding: 8px 0;
	float: none;
}
.sub-menu ul li a:hover {
	text-decoration: none;
}
.menu-heading-small-size {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
}
/*Banner*/
#banner {
	position: relative;
	width: auto;
	max-width: 1600px;
	margin: 10px auto 0 auto;
	left: 0;
	right: 0;
}
/*Middle Content*/
#middle-content {
	width: 100%;
	background: rgba(247, 247, 247, 0.9);
	padding: 20px 0 0 0;
	position: relative;
	margin: 0;
}
.middle-content-block {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	overflow:hidden;
}
.middle-content-block-img {
	margin: 0 auto 10px auto;
}
.event-block p{margin-bottom:15px; display: block;}
.event-block > strong { display: block; }
.event-block h2 { margin: 15px 0; color: #0080c6; }
.event-block h3 { display: inline-block; font-size: 15px; }

.event-list > ul { padding-left: 15px; }
.event-list > .tab-content > .tab-pane { padding: 15px; }

.content-list {
}
.middle-content-block hr {
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
}
.news-img {
	margin-right: 20px;
}
.dotted-hr {
	margin: 20px 0 20px 0 !important;
	border-top: 1px dashed #767677 !important;
}
.school-img {
	padding: 0;
}
.photo-gallery img {
	float: left;
	padding: 0 1px 1px 1px;
}
/*Footer*/
#footer {
	width: 100%;
	background-color: #333333;
	padding: 20px 0;
	font-size: 13px;
	color: #cccccc;
	text-align: center;
}
#footer .res-col{margin-bottom: 15px;}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #7ec352;
	text-decoration: underline;
}
.right-footer-bottom a {
	color: #FFF;
}
#footer li {
	list-style-image: none;
}
.footer-link {
	margin-bottom: 20px;
}
.footer-link ul {
	padding: 0;
	list-style-type: none;
}
.footer-link ul li:first-child {
	color: #DADADA;
	font-size: 16px;
	font-weight: 700;
}
.footer-hr-1 {
	margin-top: 0;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #4B4B4B;
}
.footer-hr-2 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #4B4B4B;
}
#footer h3, h4 {
	color: #7ec352;
	margin: 0 0 10px 0;
	font-weight: 300;

}
.footer-logo {
	margin-right: 20px;
	margin-bottom: 10px;
	display: none;
}
.footer-border-left-right {
	border-left: 0;
	border-right: 0;
}
#footer .btn {
	border-radius: 0;
	background: #4a941a;
	border-color: #4a941a;
	margin: 10px 0 20px 0;
	padding: 10px 12px;
	line-height: 0;
}
#footer .form-control {
	border-radius: 0;
	margin: 10px 0 20px 0;
}
.footer-no-p {
	font-size: 20px;
	font-weight: 300;
}
.left-footer-bottom {
	text-align: center;
}
.right-footer-bottom {
	text-align: center;
}
#footer-menu-small-size {
	display: block;
}
#footer-menu-big-size {
	display: none;
}
.inner-middle-content {
	margin-top: 0 !important;
}
.line-height-ul-li {
	line-height: 24px;
}
.testimonial-block {
	border: 1px solid #e2e2e2;
	padding: 15px;
	min-height: 220px;
}
.testimonial-block img {
	margin-right: 20px;
}
.sitmap h4 {
	color: #444;
}

.gallary-img-bg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:60%;
}

.news-border{border-bottom: 1px dotted #999;}  */
/* .news-border img {margin-right: 20px; float: left; }  */
.news-border a{ font-size: 16px;}

.news-border img{ margin: 20px 0;}
.news-border > strong{ color:#7b7b7b; }

.uploads_date { float: right; color: #999; margin-bottom: 10px; font-size: 12px; }

.news-events { height: 270px !important; margin-bottom: 0 !important; }

@media (min-width: 320px) and (max-width: 450px) {
	.top-menu li {
		color: #FFF;
		padding: 10px 2px;
	}
	.top-border {
		width: 240px;
		height: 5px;
		float: none;
		margin: 0 auto;
	}

	.middle-content-height-fiexd{ height:auto;}


}
@media( min-width:768px) {
	.row {  margin-left: -15px;  margin-right: -15px; }
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	p, ul {
		margin: 0 0 20px 0;
	}
	.school-img {
		padding-left: 20px
	}
	.left-footer-bottom {
		text-align: left;
	}
	.right-footer-bottom {
		text-align: right;
	}
	.middle-content-block {
		background-color: #fff;
		padding: 20px;
		margin-bottom: 30px;
	}

	.middle-content-height-fiexd{ height:429px;}

	#footer {
		text-align: left;
	}
	#footer-menu-small-size {
		display: none;
	}
	#footer-menu-big-size {
		display: block;
	}
	.footer-logo {
		display: block;
	}
	.footer-border-left-right {
		border-left: 0;
		border-right: 1px solid #4B4B4B;
	}
	#footer .res-col{margin-bottom: 0;}
	.inner-middle-content {
		margin-top: 0 !important;
	}
	/*.margin-bottom{margin-bottom:30px;}*/
	.news-events { height: 300px !important; }
}
@media( min-width:992px) {
	.nav > li > a {
		padding: 0;
	}
	.nav > li {
		padding: 16px 7px;
		font-size: 14px;
	}
	.navbar-nav {
		width: auto;
		float: left;
		margin: 0;
	}
	.navbar-brand {
		display: none;
	}
	.nav > li {
		border-bottom: 0;
	}
	.padding-right-zero {
		padding-right: 0;
	}
	.padding-left-zero {
		padding-left: 0;
	}
	#top-header {
		width: 100%;
		background: #0080c6;
		color: #FFF;
		font-size: 13px;
		border-bottom: 2px solid #FFF;
	}
	.top-title {
		margin: 0;
		padding: 15px 0;
		text-align: left;
		display: block;
	}
	.top-menu {
		margin: 0 auto;
		float: right;
		text-align: center;
		display: block;
	}
	.top-menu li {
		color: #FFF;
		padding: 15px 6px;
		float: left;
	}
	.login-btn {
		display: none;
	}
	#logo-nav {
		width: 100%;
		background-color: #f5f5f5;
		font-size: 16px;
		height: 140px;
	}
	.logo {
		background-color: #f5f5f5;
		border: 2px solid #FFF;
		padding: 10px 15px 15px 25px;
		margin: 0;
	}
	.logo-big {
		display: block;
	}
	.logo-small {
		display: none;
	}
	.nav-right-title {
		color: #444;
		margin: 0;
		padding: 35px 0 15px 0;
		font-size: 20px;
		text-align: right;
	}
	.top-border {
		width: 328px;
		height: 5px;
		float: right;
		margin-bottom: 0;
	}
	.menu-heading-small-size {
		background-color: #f7f7f7;
		border-bottom: 0;
	}
	#banner {
		position: absolute;
		margin: 0 auto;
	}
	#middle-content {
		width: 100%;
		background: rgba(247, 247, 247, 0.9);
		padding: 20px 0;
		position: relative;
		margin-top: 360px;
	}

	.middle-content-height-fiexd{ height:525px;}

	.middle-content-block-img {
		margin: 0 0 20px 0;
	}
	.inner-middle-content {
		margin-top: 220px !important;
	}
}
@media( min-width:1200px) {
	.nav > li {
		padding: 16px 15px;
		font-size: 16px;
	}
	.navbar-nav {
		float: right;
	}
	.top-menu li {
		color: #FFF;
		padding: 15px 10px;
		float: left;
	}
	#banner {
		position: absolute;
	}
	#middle-content {
		width: 100%;
		background: rgba(247, 247, 247, 0.9);
		padding: 30px 0 0 0;
		position: relative;
		margin-top: 550px;
	}

	.middle-content-height-fiexd{ height:417px;}


	.footer-border-left-right {
		border-left: 1px solid #4B4B4B;
		border-right: 1px solid #4B4B4B;
	}
	.inner-middle-content {
		margin-top: 340px !important;
	}
}
/* Filter dropdown list */
.filter {
	padding-right: 290px !important;
}
.filter-dropdown {
	background: #ffffff;
	width: 250px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -25px;
	padding: 0 20px;
	text-transform: none;
	z-index: 3;
	cursor: pointer;
}
.filter-dropdown .selected {
	line-height: 50px;
	padding-right: 50px;
}
.filter-dropdown .selected span.name {
	opacity: 0.5;
}
.filter-dropdown .arrow {
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 50px;
	border-left: 1px solid #f0f0f0;
	text-align: center;
}
.filter-dropdown .arrow:before {
	content: '\25BC';
	opacity: 0.5;
	font-size: 12px;
}
.filter-dropdown.open .arrow:before {
	content: '\25B2';
}
.filter-dropdown ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 50px;
	left: 0;
	width: 100%;
	margin-top: 3px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.filter-dropdown.open ul {
	opacity: 1;
	height: auto;
}
.filter-dropdown ul li {
	line-height: 20px;
	background: #ffffff;
	width: 100%;
	padding: 0 20px;
	cursor: pointer;
}
.filter-dropdown ul li:hover {
	background: #f2f2f2;
}
/* Responsive */
@media (max-width: 991px) {
	.isotope > article {
		width: 100% !important;
	}
	.filter {
		padding-right: 20px !important;
	}
	.filter-dropdown {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		margin-top: 0;
		margin-bottom: 10px;
		text-align: left;
		color: #999999;
	}
}


.input-group .glyphicon-remove {
	display: none !important;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: none;
	width: 100%;
	margin-bottom: 0;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}


/*News CSS*/
.nav-tabs > li { border-bottom: 0px !important; }
.news-events { padding: 0; }
.news-item small { display: block; }
.news-item hr{ margin:15px 0; border-top: 1px dashed #ccc; }
.news-item a{ color:#444; }

.see-all-link a{color:#0080c6;}
.newstape-drag { cursor: ns-resize; }
.blue-color { color: #0080c6; }
.blue-color a{ color: #0080c6; }
.blue-color p{ font-weight:bold;}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}