body {
	background:#00592a;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	/*background-image: -webkit-linear-gradient(top, #ebebeb 0, #fff 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
	background-image: linear-gradient(to bottom, #ebebeb 0, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;*/
}
a {
	outline: medium none;
	transition: all 0.8s ease 0s;
}
a:focus, a:hover {
	outline: medium none;
}
.dropdown-menu > li > a {
	padding: 5px 20px;
	border-bottom: solid 1px #f2f2f2;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.margin_menu_bottom {
	margin-bottom: -25px;
}
.logo {
	padding: 5px;
}
.logo img {
	max-width:100%;
	max-height: 60px;
}
.navbar-nav {
	float: right;
	margin: 0;
}
.border_bottom {
	border-bottom: 1px solid #eee;
}
.border_left {
	border-left: 1px solid #eee;
}
.demo_call {
	font-size:16px;
	color:#fff;
	margin-top: 10px;
	padding:0px;
	text-align: center;
	line-height:18px;
}
.demo_form {
	width: 100%;
	position: relative;
	padding:0;
	overflow: hidden;
	border-radius: 4px;
	margin: 12px 0 10px 0;
	box-sizing: border-box;
}
.demo_form .col-md-1, .demo_form .col-md-2, .demo_form .col-md-3 {
	padding-right: 2px;
	padding-left: 2px;
}
.demo_wrap {
	font-size: 18px;
	text-align: left;
	color: rgb(255, 255, 255);
	line-height: 34px;
	font-weight: 100;
	background: #0b351f;
	z-index: 1;
	top: 0;
	position: relative;
	width: 100%;
}
.latest_news {
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding:5px 0;
	font-weight: 100;
	background: #900703;
	top: 0;
	position: relative;
	width: 100%;
}
.latest_news .news_title {
	width: 110px;
	padding: 0px 20px 0px 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	background: url(../images/news_arrow.png) no-repeat right center;
	white-space: nowrap;
	float: left;
	display:inline-block;
	font-family: 'Oswald';
	text-transform: uppercase;
}
.latest_news .news_text {
	width: 86%;
	padding: 0px 10px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	display: inline-block;
	float: right;
}
/*subscribe open*/
.subscribe {
	margin: 0px;
	padding: 40px 0;
	width: 100%;
	position: relative;
	background: #ececec;
}
.subscribe .title {
	color: #333;
	margin-bottom:20px;
	font-size: 26px;
}
.subscribe .demo_form {
	width: 50%;
	margin: auto;
}
.subscribe .demo_form input[type="text"] {
	height: 50px;
	border-radius: 25px;
	font-size: 15px
}
.subscribe .demo_form span {
	position: absolute;
	right: 0;
	top: 0;
	background: #00539a;
	padding: 14px 16px;
	overflow: hidden;
	height: 100%;
	border-radius: 0 25px 25px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.subscribe a {
	color:#fff;
	text-decoration:none;
}
.subscribe .demo_form span:hover {
	background: #009a3e;
}
/*--subscribe End---*/
/*footer open*/
.footer {
	float: left;
	background: url("../images/footer_img.png") center/ cover;
	z-index: 999;
	width: 100%;
	height:200px;
	position: relative;
	bottom: 0px;
	text-align: center;
	margin-top:30px;
}
.copyright {
	text-decoration:none;
	color:#fff;
	padding:0;
	text-align:center;
	position:absolute;
	bottom:20px;
	left: 0;
	right: 0;
}
.copyright a {
	color: #fff;
	text-decoration:none;
}
.copyright a:hover {
	color: #11A3DD;
}
/*--footer End---*/
.list-group .glyphicon {
	color:#286090;
	font-size: 17px;
	width: 24px;
}
.list-group-item {
	padding: 11px 10px;
	font-size:17px;
}
.nav-pills > li {
	margin-top: 24px;
	margin-left: 0;
}
.nav > li > a {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.nav-pills > li > a {
	padding:5px 7px;
	border-radius: 0;
	color: #c6dff2;
	font-size: 14px !important;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: transparent;
	font-weight: 600;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	padding: 0;
}
.navbar-nav > li {
	margin-top: 14px;
}
.navbar-default {
	/*background-image: -webkit-linear-gradient(top, #fff 0, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e9e9e9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
	background-image: linear-gradient(to bottom, #fff 0, #e9e9e9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .75);*/
	background: #00592a;
	z-index: 2;
	position: relative;
	width: 100%;
	padding:0;
}
.banner_wrap {
	padding:0;
}
.how_earn_top {
	min-height:329px;
	background:#ececec;
	padding:15px;
}
.how_earn_top .btn {
	padding: 8px 15px;
	font-size: 16px;
}
.font15 {
	font-size:15px;
}
.paddLR {
	padding:0 6px;
}
.min_height150 {
	height:150px;
	overflow-y:auto;
}
.min_height150 .list-group-item {
	padding: 2px 10px;
	font-size: 14px;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	background-color: #e7e7e7;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #b3b3b3;
	font-weight:normal !important;
}
input[type=checkbox]:checked + label:before {
	content: "\2714";
	color: #333;
	text-align: center;
	line-height: 20px;
	text-shadow: 0px 0px 3px #eee;
	font-weight:normal !important;
}
label {
	font-weight: normal;
}
.persent {
	display: inline-block;
	min-width: 10px;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #f7941e;
	border-radius: 0;
}
.persent:after {
 content:
 border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.list-group-item-text {
	line-height: 1.6;
}
.list-group-item {
	font-size: 16px;
}
.panel-body .date {
	font-size:12px;
	color:#f00;
	position: absolute;
	right: 15px;
	top: 2px;
}
.hr {
	border-bottom:dashed 1px #ccc;
	margin: 15px 0;
}
.breadcrumb {
	overflow: hidden;
	float: left;
	border-bottom:solid 1px #ccc;
	width:100%;
	border-radius: 0;
	margin-bottom: 0px;
}
.breadcrumb a {
	text-decoration: none;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	position: relative;
	color: #135f9a;
	text-transform: uppercase;
	font-family: 'Oswald';
}
.breadcrumb a.active {
	color:#8f8e8e;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 0px;
	outline:none;
}
.breadcrumb a:first-child:before {
	left: 14px;
	outline:none;
}
.breadcrumb a:last-child {
	padding-right: 5px;
	outline:none;
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	width: 36px;
	z-index: 1;
	outline:none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	width: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	font-weight: bold;
	outline:none;
}
.breadcrumsep {
	float: left;
	padding: 0 8px;
	color: #8f8e8e;
	outline:none;
}
.margin_none {
	margin:0px;
}
.img_responsive {
	max-width:100%;
}
.pad10 {
	padding:10px;
}
/*--welcome start here--*/
.welcome {
	padding: 20px 10px;
}
.welcome-top h3 {
	font-size: 40px;
	color: #1d79bc;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.welcome-top p {
	font-size: 16px;
	color: #444;
	width: 100%;
	margin: 15px 10px;
	text-align: center;
	line-height: 24px;
}
/*-- agileits --*/
.welcome-top {
	padding-bottom: 4em;
}
.welcome-w3agile h3 {
	font-size: 20px;
	color: #fff;
	margin: 12px 0px;
}
.welcome-w3agile p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.welcome-w3agile {
	text-align: center;
	padding: 10px 10px 30px 10px;
}
.wel-1 {
	background:#112b54;
}
.wel-2 {
	background: #f18a2e;
}
.wel-3 {
	background:#03C0CA;
}
.wel-4 {
	background:#00a388;
}
.welcome-w3agile span {
	width: 60px;
	height: 60px;
	display: block;
	margin: 15px auto;
}
i.wel-num {
	position: absolute;
	top: 0;
	left: 0;
}
.welcome-w3agile span.wel-icon1 {
	background:url(../images/ic1.png)no-repeat center;
}
.welcome-w3agile span.wel-icon2 {
	background:url(../images/ic2.png)no-repeat center;
}
.welcome-w3agile span.wel-icon3 {
	background:url(../images/ic3.png)no-repeat center;
}
.welcome-w3agile span.wel-icon4 {
	background:url(../images/ic4.png)no-repeat center;
}
/*--services--*/
.services {
	padding:2em 0 0;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	margin-bottom:0;
}
.service_top {
	text-align:center;
}
.service_top h3 {
	text-transform: uppercase;
	color: #555;
	font-size: 1.5em;
}
.service_top p {
	color: #666;
	font-size: 0.85em;
	border-bottom: 1px solid #B9B9B9;
	margin-bottom:3em;
	padding-bottom:1em;
}
ul.service_grid {
	padding:0;
	list-style:none;
	margin-bottom:3em;
}
ul.last {
	margin-bottom:0;
}
i.s1 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -32px -249px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s2 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -132px -251px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s3 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -241px -250px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s4 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -345px -252px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s5 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -466px -251px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s6 {
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -580px -255px;
	float: left;
	margin: 1em 2em 0 0;
}
ul.service_grid li.desc {
	overflow:hidden;
}
.desc h4 a {
	color: #555;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
}
.desc h4 a:hover {
	color: #05ceaa;
	text-decoration:none;
}
.desc p {
	color:#555;
	font-size:0.8125em;
	line-height:1.5em;
}
/*--features--*/
.features {
	padding:5em 0;
	background: url(../images/fea.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.feature_top {
	text-align:center;
}
.feature_top h3 {
	color:#fff;
	font-size:3em;
	text-transform:uppercase;
	font-weight:200;
	margin-bottom:2em;
}
i.phone {
	width: 507px;
	height: 256px;
	display: inline-block;
	background: url(../images/vertical_iphone.png) no-repeat;
}
span.feature {
	font-weight:300;
}
/*--work--*/
.service_grid {
	margin-bottom:2em;
}
.service_grid i {
	width: 70px;
	height: 70px;
	display: inline-block;
	color: #fff;
	font-size: 35px;
	border: solid 5px #fff;
	border-radius: 50%;
	vertical-align: middle;
	padding: 12px 0 0 0;
}
.service_grid i:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.post_block {
	background:#03a953;
	padding:1em;
	min-height:330px;
	box-shadow: 0px 2px 8px #686868;
	border: solid 1px #dadada;
}
.post_block1 {
	background:#0494b4;
	padding: 1em;
	min-height:330px;
	box-shadow: 0px 2px 8px #686868;
	border: solid 1px #dadada;
}
.post_block2 {
	background:#dca843;
	padding:1em;
	min-height:330px;
	box-shadow: 0px 2px 8px #686868;
	border: solid 1px #dadada;
}
.post_block2 ul {
	margin:0px;
	padding:0px 10px;
}
.post_block2 ul li {
	list-style:url;
	color:#fff;
	font-size:15px;
	line-height:25px;
	text-align:left;
}
h5.m_1 {
	text-transform:uppercase;
	font-size:1.4em;
	padding:1em 0 0.5em;
	font-family: 'Oswald';
	text-transform: uppercase;
}
h5.m_1 a {
	color:#fff;
}
h5.m_1 a:hover {
	color: #E1E1E1;
	text-decoration:none;
}
p.m_2 {
	color:#fff;
	font-size:1em;
	line-height:1.6em;
}
i.two {
	width: 50px;
	height: 50px;
	background: url(../images/img-sprite.png) no-repeat -111px -364px;
	display: inline-block;
}
i.three {
	width: 50px;
	height: 50px;
	background: url(../images/img-sprite.png) no-repeat -193px -364px;
	display: inline-block;
}
.post_block:hover i.one, .post_block1:hover i.two, .post_block2:hover i.three {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
/*--content--*/
.content_top {
	text-align:center;
	padding:1em 0 1em;
}
.content_top h2 {
	text-transform:uppercase;
	color:#555;
	font-size:1.5em;
}
.content_top p {
	color: #666;
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3em;
	padding-bottom: 1em;
}
i.icon1 {
	width: 200px;
	height: 200px;
	background: url(../images/resource.png) no-repeat -10px -8px;
	display: inline-block;
}
i.icon2 {
	width: 200px;
	height: 200px;
	background: url(../images/resource.png) no-repeat -223px -8px;
	display: inline-block;
}
i.icon3 {
	width: 200px;
	height: 200px;
	background: url(../images/resource.png) no-repeat -434px -8px;
	display: inline-block;
}
.service_box h3 {
	padding: 0em 0 1em;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	color: #666;
}
.service_box h3 a {
	font-size:1.2em;
	color:#666;
}
.service_box h3 a:hover {
	color:#05ceaa;
	text-decoration:none;
}
.service_box p {
	color: #555;
	text-align: center;
	border: 0;
	font-size: 1em;
	line-height: 1.6em;
	margin:0;
}
span.thick {
	font-weight:300;
}
.link {
	vertical-align: text-top;
}
.access-right {
}
.access-right p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 200;
	margin-bottom:2em;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 1%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.inner_page {
	padding: 0;
	min-height: 400px;
	margin-bottom: 20px;
	color: #444;
	font-size: 15px;
	font-weight:100;
}
.inner_page p {
	line-height: 24px;
	color: #444;
	font-weight:400;
}
.prayer {
 margin::0px;
	padding:0px;
	min-height:270px;
	font-family: 'Oswald';
	font-size:17px;
	line-height:18px;
}
.inner_page .prayer {
 margin::0px;
	padding:0px;
	min-height:270px;
}
.inner_page .prayer p {
	line-height: 30px;
	color: #008c24;
	font-weight: 400;
}
.inner_page .prayer strong {
	color:#0494b4;
}
.inner_page .prayer span {
	color:#fe8805;
}
.inner_page h4 {
	color: #E65900;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	font-family: 'Oswald';
	text-transform: uppercase;
}
.panel-title {
	font-family: 'Oswald';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.inner_page h5 {
	color: #E60700;
	font-size: 14px;
	font-weight: 600;
	text-transform:uppercase;
	padding-left:10px;
	font-family: 'Oswald';
}
table thead {
	background:#0494b4;
	color:#fff;
}
#accordion .table {
	margin: 1%;
	width: 98%;
	box-sizing: border-box;
}
#accordion .panel-heading {
	padding: 4px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: #03a953;
	color:#fff;
}
#accordion .panel-heading h4 {
	color:#fff;
}
#accordion .panel-heading a {
	color:#fff;
}
#accordion .panel-group .panel {
	border-radius: 2px;
}
#accordion h4 {
	color: #0494b4;
	font-size: 15px;
	outline:none;
}
#accordion p {
	padding:8px 15px 0 15px;
}
#accordion ol, #accordion ul {
	padding: 10px 10px 10px 30px;
}
.list1 {
	list-style-image: url(../images/list.png);
	line-height: 30px;
	list-style-position: outside;
	text-align: left;
	padding-left: 15px;
	font-weight: 400;
}
.list2 {
	list-style-image: url(../images/list2.png);
	line-height: 30px;
	list-style-position: outside;
	text-align: left;
	padding-left: 20px;
	font-weight: 400;
}
.list2 a {
	color:#03a953;
}
.list3 {
	list-style-image: url(../images/list3.png);
	line-height: 30px;
	list-style-position: outside;
	text-align: left;
	padding-left: 20px;
	font-weight: 400;
}
.list3 a {
	color:#8f8e8e;
}
.inner_page ol {
	margin:0px;
	padding:0px;
	padding-left: 15px;
}
.inner_page ol li {
	line-height: 30px;
	list-style-position: outside;
	text-align: left;
	padding-left: 0px;
	font-weight: 400;
}
.form-control {
	padding: 5px 7px;
	margin: 5px 0 4px 0;
	height: 40px;
	display: block;
	width: 100%;
	background: none repeat scroll 0% 0% #fff;
	border: medium none;
	outline: medium none;
	color: #333;
	font-size: 14px;
	border: solid 1px #ccc;
	border-radius:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*Header Section open*/
header {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
.headerTop {
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	background: #0494b4;
	display:none;
}
.headerTop .left {
	float:left;
}
.headerTop .right {
	float:right;
}
.navTop {
}
.textEdit {
	border-right: thin none;
	border-width: thin;
	border-style: none;
	color:#fff;
	font-size:11px;
	border-color: -moz-use-text-color;
	background-color: transparent;
	text-align:center;
}
.headerTop .navTop ul {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #fff;
}
.headerTop ul li {
	display: inline-block;
	padding: 3px 7px;
	list-style: none;
	display: inline-black;
	color: #fff;
	font-size: 12px;
	border-right: solid 1px #05687E;
}
.headerTop ul li:hover, .headerTop ul li.active {
	background:#05687E;
}
.headerTop ul li:last-child {
	border-right: none;
}
.headerTop ul li .fa {
	font-size: 14px;
	color: #fff;
	padding: 0 6px;
}
.headerTop ul li a {
	color: #fff;
	text-decoration: none;
}
.headerTop ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.header {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0px;
	background: #fff;
	float: left;
}
.plus_sign {
	background:url(../images/plus.gif) no-repeat center right;
	display:table;
	height:60px;
}
.tegline {
	font-size: 19px;
	text-align: right;
	color: #fff;
	padding: 0px 64px 0 0;
	display: table-cell;
	vertical-align: middle;
	font-style: italic;
/*	text-shadow: 1px 1px 1px #fff;*/
	font-family: 'Oswald';
}
.slide_thum {
	/* width: 196px !important; */
	padding: 7px;
	margin-right: 5px !important;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #ccc;
}
.the_heads {
	width:100%;
	float:left;
}
.the_heads ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.the_heads ul li {
	width: 100%;
	float: left;
	margin: 0px;
	list-style: none;
	color: #777;
	line-height: 22px;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}
.the_heads ul li:nth-of-type(2n+2) {
 background:#f5f5f5;
}
.the_heads ul li .img {
	width:70px;
	height:70px;
	float:left;
	margin:0px 10px 0 0;
	overflow: hidden;
	border-radius: 50%;
}
.the_heads ul li .img img {
	max-width:100%;
}
.the_heads ul li .desc {
	width:auto;
	font-size: 15px;
	line-height: 22px;
}
.the_heads ul li span {
	color:#03a953;
}
.the_heads ul li a {
	font-size:11px;
}
.topper_list {
	width:100%;
	margin: 19px auto;
}
.topper_list .slide_thum {
	position: relative;
	padding: 3px;
	margin-right: 3px !important;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #0494b4;
	width: 116px !important;
	height: auto !important;
	margin: 0 auto;
}
.topper_list .slide_thum .title {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	color: #000;
	text-align: center;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 5px;
}
.topper_list .bx-wrapper .bx-viewport {
	width: 118px !important;
	height: 145px !important;
	padding: 0px;
	margin: 0 auto;
}
.topper_list .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.bx-wrapper img {
	width: 100%;
	display: block;
	/* max-height: 145px; */
	width: 108px;
	height: 136px;
}
/* .birthday_list { */
	width:100%;
	margin:0 auto;
}
.birthday_list .slide_thum {
	position: relative;
	padding: 3px;
	margin-right: 3px !important;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #0494b4;
	width: 116px !important;
	height: auto !important;
	margin: 0 auto;
}
.birthday_list .slide_thum .title {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	color: #000;
	text-align: center;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 5px;
}
.birthday_list .bx-wrapper .bx-viewport {
	width: 116px !important;
	height: 146px !important;
	padding: 0px;
	margin: 0 auto;
}
.news_text a {
	color:#fff;
}
.red {
	color:#f00;
}
.gallery ul {
	margin:0px;
	padding:0px;
}
.gallery ul li {
	display: inline-block;
	width: 32%;
	padding: 7px;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin: 3px;
	overflow: hidden;
}
.gallery ul li img {
	max-width:100%;
}
.topper_list_warp {
	width:100%;
	margin: 0 auto 0 -5px;
}
.topper_list_warp ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.topper_list_warp ul li {
	width: 22%;
	padding: 5px;
	position: relative;
	list-style: none;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	overflow: hidden;
	border-radius: 4px;
	margin: 0 1% 10px 1%;
}
.topper_list_warp ul li .img {
	width: 108px;
	position: relative;
	list-style: none;
	text-align: center;
	overflow:hidden;
	height:134px;
	display:block;
	margin: auto;
}
.topper_list_warp ul li .img img {
	max-width: 100%;
}
.topper_list_warp ul li .title {
	position: relative;
	background: #484848;
	color: #fff;
	text-align: center;
	bottom: 0px;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 5px;
	min-height: 40px;
}
.events_list {
	width:100%;
	margin: 0 auto 0 -5px;
}
.events_list ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.events_list ul li {
	width: 31%;
	padding: 0;
	position: relative;
	list-style: none;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	border-radius: 0px;
	margin: 0 6px;
	background:#fff;
}
.events_list ul li .img {
	width: 100%;
	position: relative;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.events_list ul li .img img {
	width: 252px;
	height: 200px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.events_list ul li .img:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s ease 0s;
}
.events_list ul li .title {
	font-family: 'Oswald';
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight:600;
	text-transform:uppercase;
	position: absolute;
	background: rgba(233, 225, 225, 0.8);
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	top: 20px;
	width: 100%;
	line-height: 20px;
	padding: 10px;
}
.events_list ul li .view a {
	font-family: 'Oswald';
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	background:rgba(0, 0, 0, 0.9);
	white-space: nowrap;
	bottom: 20px;
	width: 102px;
	line-height: 20px;
	padding: 8px 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.events_list ul li .view a:hover {
	background:rgba(255, 120, 0, 0.9);
	color:#fff;
}
.navbar-fixed-bottom, .navbar-fixed-top {
}
.footer {
}
.fixed {
	background:rgba(3, 84, 42, 0.9);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	padding: 0;
	animation: slide-down 0.7s;
	opacity: 0.98;
	font-size: 12px;
	z-index: 2001;
	width: 100%;
}
.corner {
	position: absolute;
	left: 0;
	top: 0;
	display:none;
}
.teaching_staff img {
	max-width:150px;
}
.teaching_staff h4 {
	margin: 5px 0;
	font-size: 14px;
}
.teaching_staff p {
	line-height:18px;
	font-size:14px;
}
.teaching_staff .col-md-3 {
	padding:0 7px;
}
.teaching_staff_wrap {
	border: solid 1px #ccc;
	border-radius: 4px;
	margin:0 auto 15px;
	padding:10px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-align:center;
}
label.error {
	background: red;
	color: white;
	padding: 0 5px;
}
.panel {
	border-radius: 0px;
}
.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-primary > .panel-heading {
	background: #0b351f;
}
.panel-primary {
	border-color: #bfc3c1;
}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   max-width:100%;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view {
   margin: 0;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   cursor: default;
   background: rgba(5,128,133,1);
   
}
.events_list .view{overflow: visible;}
.view .mask, .view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index:10;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.announcements h4,.announcements a{color: #E60700; font-weight:700; margin-bottom:10px; font-size:14px;}
.announcements p{margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px #ccc;}

.social_ic{
position: absolute;right: 0px;top: 73px;z-index: 20001;border: solid 1px #fff;display: block;width: 60px;height: 32px;background: #fff;border-radius: 16px 0 0 16px;padding: 2px;text-align: center;}
.social_ic img{max-width:100%; max-height:24px;}

#imgsetting{
	height:10px;
	width: 10px;
}