
@font-face {
	font-family:'mainfont';
	src:url(../fonts/mainfont.ttf);
}
.fpopup {
	background-size:auto 100%;
}
.hasfloat {
	overflow:auto;
}
.msgPhoto {
	float:left;
	margin:0px 8px 8px 0px;
	max-width:150px;
}
.topmenu {
	background-image:linear-gradient(1deg,#16488e 35%,#3aa9e9);
}
.topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:auto;
}
.topmenu ul li {
	float:left;
}
.topmenu ul li a {
	display:block;
	padding:8px 12px;
	color:#eee;
	transition:all .2s ease-in-out;
	font-size:12px;
	text-decoration:none;
}
.topmenu ul li:hover a {
	background:#fff;
	color:#16488e;
}
.header {
	background-color:#eee;//#4949d0;//#8ecef3;
	background:#fcec8a;
}
.mainlogo {
	width:100%;
	min-height:130px;
	font-weight:bold;
	//padding-left:125px;
	//background-image:url(../images/icons/logo.jpg);
	//background-repeat:no-repeat;
	//background-position:center left;
	//background-size:auto 95%;
	padding-top:10px;
	border:0px solid;
	margin-right:10px;
	overflow:hidden;
}
.mlogo {
	width:125px;
	//float:left;
	margin-bottom:8px;
	cursor:pointer;
}
.mainlogo .brand {
	//float:right;
	display:block;
	font-size:38px;
	color:#e23134;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	text-shadow:1px 1px 2px #963654;
}

.mainlogo .brand-loc {
	font-size:23px;
	color:#333;
	display:block;
}
.mainlogo .slogan {
	font-size:14px;
	color:#777;
	text-align:center;
	margin-top:0px;
	display:block;
	line-height:20px;
	text-shadow:1px 1px 1px #999;
}
@media screen and (max-width:1024px){
	.top-right-panel {
		font-size:12px;
	}
	.mainlogo {
		background-size:auto 80%;
	}
	.mainlogo .brand {
		font-size:30px;
	}
}
.sname {
	display:block;
	font-weight:bold;
	font-size:20px;
	color:#e23134;
	padding-left:15px;
}
.header h3 {
	font-weight:bold;
	color:#16488e;
	padding-top:15px;
}
.parentsLoginForm {
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width: 768px) {
  .parentsLoginForm {
		width: 95%;
  }
  .fpopup {
 		background-size:100% auto;
  }
}
@media (min-width: 992px) {
  .parentsLoginForm {
		width: 80%;
  }
  .fpopup {
 		background-size:100% auto;
  }

}

@media (min-width: 1200px) {
  .parentsLoginForm {
		width: 60%;
  }
  
}
.navbar-inverse {
	background-color:#e23134;
	background-image:linear-gradient(#e23134,#ab282e);
	border-color:#e23134;
	margin-bottom:0px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
   color: #fff;
  background-color: rgba(0,0,0,0.2);
  text-shadow:1px 1px 1px #111;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
   color: #fff;
  background-color: rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
   color: #fff;
  background-color: rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-toggle {
  border-color: #e23134;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #e23134;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #eee;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar {
	background-color:#fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
   color: #fff;
  background-color: rgba(0,0,0,0.2);
  text-shadow:1px 1px 1px #111;
  
}
.navbar-inverse .dropdown-menu {
	background-color:#ab282e;
}
.navbar-inverse .dropdown-menu > li > a {
  color:#eee;
  padding: 5px 20px;
  //margin-bottom:15px;
 text-transform:uppercase;
 font-size:small;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover,
.navbar-inverse .dropdown-menu > .active > a:focus {
   color: #fff;
  background-color: rgba(0,0,0,0.1);
  text-shadow:1px 1px 1px #111;
  
}
.newsStrip {
	background:linear-gradient(to right,#d9241c,#df433c,#df433c);
	//height:30px;
}
.newsStrip span {
	display:block;
	padding:5px;
	font-weight:bold;
	text-shadow:0 0 2px #111;
	color:#fff;
	margin:0px;
}
.newsStrip marquee > a {
	display:inline-block;
	padding:5px;
	color:#fff;
	//font-weight:bold;
	text-decoration:none;
	text-shadow:0 0 1px #111;
	margin:0px;
}
.newsStrip marquee > a:before {
	content:'';
	display:inline-block;
	width:8px;
	height:8px;
	background:#ccc;
	transform:rotate(45deg);
	margin-left:15px;
}
.newsStrip marquee {
	padding:0px;
	margin:0px;
}
.newsStrip marquee > a:hover {
	color:#eee;
	text-dh
}
.topPadding10 {
	padding-top:10px;
}
.bottomPadding10 {
	padding-bottom:10px;
}
.fontOrange {
	color:orange;
}
.fontWhite {
	color:#fff;
}
.fontWhite small {
	color:#222;
}
.fontColorDefault {
	color:#16488e;
}
.homeAbout p {
	//font-weight:bold;
	line-height:25px;
}
.homeAbout img {
	border-radius:10px;
	display:block;
	border:3px solid #fff;
	box-shadow:0 0 10px  #333;
	max-width:100%;
	max-height:250px;
	margin-top:20px;
	margin-bottom:20px;
	//transform:rotate(5deg);
}
.testimonials {
	//width:80%;
	margin:auto;
	perspective: 1000px;
}
.testimonials h4 {
	text-transform:uppercase;
}
.testimonials > div {
	//background:rgba(1,1,1,0.8);
	color:#fff !important;
}
.banner {
	width:100%;
	max-height:350px;
	//margin-bottom:10px;
}
.pageheading {
	margin:0px;
	background:#e23134;
	margin-bottom:10px;
	color:#fff;
	text-shadow:1px 1px 2px #111;
	padding:10px 0px;
}
.pheading {
	margin:0px;
	background:transparent;
	margin-bottom:10px;
	color:#094089;
	text-shadow:1px 1px 2px #fff;
	padding:10px 0px;
}
.pgallery .thumbnail {
	height:280px;
}
.pgallery .thumbnail .caption p {
	height:50px;
}

.album .acover {
	width:100%;
}
.album .aname {
	font-weight:bold;
	color:#16488e;
}
.album .aphoto {
	display:inline-block;
	width:100px;
	height:100px;
	margin:5px;
	border:2px solid #fff;
	box-shadow:0 0 4px #444;
}
.album .videoframe {
	display:inline-block;
	border:2px solid #fff;
	box-shadow:0 0 4px #444;
}
.testimonials p {
	font-size:22px;
	color:#fff;
	font-style:italic;
}
.testimonials h4 {
	color:#fff;
}
.testimonials .hrStylish {
	border-color:#ccc;
	border-top-width:0px;
}
.hrStylish {
	border:2px solid;
	border-color:inherit;
	width:10%;
	margin-top:5px;
	margin-bottom:5px;
}
.homeNews img {
	width:100%;
	height:300px;
	
}
.homeNews:hover {
	transform:scale(1.005, 1.005);
	transition:all .3s;
}
.homeNews p {
	height:60px;
}
.newsphoto {
	max-width:100px;
	float:left;
	margin:0px;
	margin-right:8px;
	border:2px solid #ccc;
	border-radius:2px;
}
.carousel-caption {
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
.bold {
	font-weight:bold;
}
.thumbnail .caption {
	padding-right:0px;
	padding-left:0px;
}
.thumbnail img {
	height:200px;
	width:100%;
}

.footer .fmenu {
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-block;
}
.footer .fmenu lh {
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	text-shadow:1px 1px 1px #222;
}
.footer .fmenu li a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	transition:all .4s;
}
.footer .fmenu:hover li a {
	color:#ccc;
}
.footer .fmenu li a:hover {
	color:#fff;
	//padding-left:2px;
}
.footer h4 {
	margin-top:0px;
}
.footer h4 small {
	color:#eee;
}
.bg-footer {
	background-color:#16488e;
	color:#fff;
}


@media screen and (max-width:768px){
	.navbar-static-top
	{
	  position: fixed;
	  right: 0;
	  left: 0;
	  z-index: 1030;
	  top: 0;
  	  box-shadow:0 0 4px #222;
	}
	
	body {
		padding-top:50px;
	}
	.mainlogo {
		background-image:none;
		padding:0px;
		height:auto;
	}
	.mainlogo .brand {
		font-size:20px;
	}
	.mainlogo .brand-loc {
		font-size:14px;
	}
	.mainlogo .slogan {
		font-size:9px;
		padding:0px;
	}
	.header h3 {
		font-size:small;
		padding:0px;
		margin:4px;
	}
	.navbar-brand {
		background-image:url(../images/icons/favicon.jpg);
		background-size:contain;
		background-repeat:no-repeat;
		background-position:4px center;
		background-size:30px auto;
		//width:60px;
		height:50px;
		padding: 15px 15px;
		padding-left:36px;
		color:#fff !important;
	}
	.thumbnail img {
		height:auto;
		width:100%;
	}
	.homeNews img {
		width:100%;
		height:auto;
	}
	.homeNews h4 {
		font-size:small;
	}
	.homeNews p {
		font-size:small;
		font-weight:normal;
	}
	.footer .gmap {
		height:150px;
	}
	.footer h4 {
		text-align:center;
	}
	.pgallery .thumbnail {
		height:auto;
	}
	.pgallery .thumbnail .caption p {
		height:auto;
	}
	
	
}
/*
@media screen and (min-width:900px){
	.navbar-brand {
		background-image:url(../images/icons/favicon.jpg) !important;
		background-size:contain;
		background-repeat:no-repeat;
		background-position:4px center;
		background-size:30px auto;
		height:50px !important;
		padding: 15px 15px;
		padding-left:35px;
		color:#e23134 !important;
		
	}
}

@media screen and (min-width:1025px){
	.navbar-brand {
		height:110px !important;
		border:0px solid;
		padding:0px;
		background:none !important;
	}
	.navbar-collapse .nav.navbar-nav{
		border:0px solid;
		margin-top:28px;
	}
}
.navbar-brand {
	background-repeat:no-repeat !important;
}*/

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #16488e;
}
.has-info .form-control {
  border-color: #16488e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-info .form-control:focus {
  border-color: #3191d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #3191d2;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #3191d2;
}
.has-info .input-group-addon {
  color:#fff;
  background-color: #16488e;
  border-color: #16488e;
}
.has-info .form-control-feedback {
  color: #3c763d;
}

.btn-primary1 {
  color: #fff;
  background-color: #16488e;
  border-color: #16488e;
}
.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1.focus,
.btn-primary1:active,
.btn-primary1.active,
.open > .dropdown-toggle.btn-primary1 {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.camera_effected
{
	margin-top:300px;
	color:#fff;
	letter-spacing:2px;
	font-size:35px;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;
	background:rgba(0,0,0,0.4);
	min-width:200px;
	max-width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	border-radius:10px;
}
.camera_pag {
	margin-top:-50px;
	width:100%;
}
.tmonials {
	-webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;
    height:160px;
    overflow-y:hidden;
}
.tmonials .well {
	//font-family:'headings2';
	font-size:15px;
	text-align:left;
	//font-weight:bold;
	color:#333 !important;
	letter-spacing:0.015em !important;
	overflow:hidden;
	//box-shadow:0 0 2px 1px #333;
	border-radius:3px 15px;
	min-height:128px;
}
.tmonials .well .sign {
	color:#eee !important;
	float:right;
	font-style:normal !important;
}
.tmonials .well .img {
	max-width:25%;
	max-height:100px;
	float:left;
	margin:0 8px 8px 0px;
}
.controls .control {
	color:#fff;
	cursor:pointer;
	border:1px solid #5dabc9;
	display:inline-block;
	padding:3px;
	margin-top:-5px;
}
.controls .control:hover {
	color:#1967be;
	background:#eee;
}
.controls .control:active {
	background:#1967be;
	color:#fff;
}

.wpanel {
	padding-top:10px;
	padding-bottom:10px;
}
.wpanel [class*='col-']{
	-webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
	perspective: 1000px;
}
.wpanel .panel{
	background-image:-webkit-linear-gradient(#e23134,#ab282e,#fff);
	background-image:linear-gradient(#e23134,#ab282e);
	//transition:all .3s;
	//transform: rotateY(-180deg); 
	//height: 100%; 
	//width: 100%; 
	backface-visibility: hidden; 
	-webkit-transform-style: preserve-3d; 
	transform-style: preserve-3d; 
	-moz-transform-style: preserve-3d; 
	//position: absolute; 
	//z-index: 0; 
	transition: all 1s ease-out;
	
}

.wpanel .panel:hover .widget-title {
	//color:#094089;
	
}
.wpanel [class*='col-']:hover .panel{
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	transition: all 1s;
}
.wpanel .panel:hover{
	box-shadow:0 0 5px #111;
	//background-image:linear-gradient(#094089,#fff );
	//transition:all .3s;
}
.widget-back {
	width:290px;
	height:247px;
	color:#fff;
	background:rgba(0,0,0,0.6);
	-webkit-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	transition: all 1s;
	backface-visibility:hidden;
	position:absolute;
	border-radius:4px;
	padding:10px;
	text-align:center;
}
@media screen and (max-width:1024px){
	.widget-back{
		width:212px;
	}
}
.widget-back h3 {
	text-align:left;
}
.widget-back .widget {
	margin-top:4px;
	margin-bottom:4px;
}
.wpanel [class*='col-']:hover .widget-back{
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
	transition: all 1s;
	

}
.widget {
	display:block;
	width:150px;
	height:150px;
	border-radius:50%;
	margin:auto;
	box-shadow:0 0 8px #ccc;
	background-size:95% 95%;
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration:none;
	cursor:pointer;
	background-color:#fff;
}
.widget.pgallery {
	background-image:url(../images/icons/pgallery.png);
}
.widget.ngt {
	background-image:url(../images/icons/vdo.png);
}
.widget.clndr {
	background-image:url(../images/icons/clndr.png);
}
.widget.dload {
	background-image:url(../images/icons/dload.png);
	background-size:70% 70%;
}
.widget.fback {
	background-image:url(../images/icons/fback.png);
	background-size:80% 80%;
}
.widget.enq {
	background-image:url(../images/icons/enq.png);
}
.widget.adm {
	background-image:url(../images/icons/adm.png);
	background-size:90% 90%;
}
.widget.rnr {
	background-image:url(../images/icons/rnr.png);
	background-size:90% 90%;
}
.widget.tndr {
	background-image:url(../images/icons/tndr.png);
	background-size:90% 90%;
}
.widget-title {
	display:block;
	text-align:center;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#eee;
	cursor:pointer;
}
.widget-title:hover {
//	color:#444;
//	text-decoration:none;
}
.widget-subtitle {
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	color:#999;
	height:40px;
}
.sstar {
	height:145px;
	width:135px;
	margin-right:5px;
	border:2px solid #999;
	
}
.sign
{
	text-align:right;
}
.sign .sx
{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	border-radius:15px;
	padding:3px 8px;
	font-family:'tahoma',"calibri";
	font-weight:bold;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
}
.sign .sx:hover
{
	background:#fff;
	box-shadow:0 0 2px #fff;
}
.sign .sx:hover #sf
{
	color:#e1770c;
}
.sign .sx:hover #xpl
{
	color:#195892;
}
