* Special Children's Educational Institute (SCEI)
* www.sceipak.org
* Designed and Developed By Abdul-Rafay Shaikh
* for Sibex Systems
* 15/4/2014
*/
/* Table of Content
==================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face 
*/
/* #Site Styles
================================================== */
*, *:before, *:after {
	/* -webkit-box-sizing: border-box; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:all .5s;
}
body {
	font-weight: 400;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
	color: #030302;
	background-attachment: fixed;
}
body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
	font-size: 13px;
	text-rendering: auto;
	font-weight:bold;
	color:#660000;
}
a {
	color: #e67e22;
	text-decoration: none;
	line-height: inherit;
}
a:hover {
	color: #e74c3c;
}
h1 {
	font-family: "Segoe UI Light", "Source Sans Pro", "Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial", sans-serif;
	font-weight: 300;
	color: #484E50;
	font-size: 30px;
}
h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype" , "dejavu sans", "helvetica neue", arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #e67e22;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin-bottom: 14px;
	margin-top: 14px;
}
h2 {
	font-weight: 400;
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #484E50;
}
h5 {
	font-family: "Segoe UI Light", "Source Sans Pro", "Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial", sans-serif;
	font-weight: 400;
	margin: 10px 0 10px 0;
	font-size: 13px;
	color: #6E7476;
	text-transform: uppercase;
}
#content h2 {
	color: #e67e22;
	margin-top: 10px;
	font-size: 34px;
	text-transform: uppercase;
}
.jumbotron h1 {
	color: #222;
	font-size: 58px;
	margin-top: 0;
}
h5.highlight{
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0;
}

/* # Buttons
================================================== */
.btn a, .btn input, .btn button, .skiplink a, .skiplink input, .skiplink button {
	color: #644405;
}
.btn.medium a, .skiplink.medium a {
	padding: 0 18px;
}
.btn.medium a, .skiplink.medium a {
	position: relative;
	padding: 0 16px;
}
.btn > a, .btn input, .btn button, .skiplink > a, .skiplink input, .skiplink button {
	display: block;
	padding: 0 18px;
	color: #FFF;
	height: 100%;
}
.btn {
	margin: 0 10px;
	text-align: center;
	padding: 5px 0;
}
.btn, .skiplink {
	background: #F6B83F;
	border: 1px solid #F6B83F;
	color: #644405;
}
.btn:hover, .skiplink:hover {
	background: #e67e22;
}
.more{
	font-size: 16px;
}

/* #Navigation
================================================== */
ul.nav{
	margin: 0;
	list-style-type : none;
	line-height : 42px;
	max-height: 42px;
	overflow: hidden;
	display: inline-block;
	padding-right: 20px
}
ul.nav > li.active{
	z-index: 2;
	background: #fff;
	font-weight: bolder;
}
ul.nav > li:hover{
	z-index: 2;
	background: #fff;
}
/*
ul.nav>li:nth-child(1)>a{color: #fff;}
ul.nav>li:nth-child(2)>a{color: #fff;}
ul.nav>li:nth-child(3)>a{color: #fff;}
ul.nav>li:nth-child(4)>a{color: #000;}
ul.nav>li:nth-child(5)>a{color: #000;}
ul.nav>li:nth-child(6)>a{color: #000;}*/
.nav li ul {
	overflow: visible;
	display: none;
	z-index: 9999;
}
.nav li:hover ul {
	display: block;
	position: absolute;
}
ul.nav > li{
	float : left;
	margin : 5px -10px 0;
	border-top-right-radius: 25px 170px;
	border-top-left-radius: 20px 90px;
	padding : 0 42px;
	height: 170px;
	background-color: #ADCB45;
	position : relative;
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
}
ul.nav > li > a{
	display: inline-block;
	max-width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #222;
	margin: 10px 0;
}
ul.nav > li:before{
	content : '';
	background : transparent;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	border-width: 10px;
	top: 0px;
	border-style : solid;
	position : absolute;
}
ul.nav > li:before{
	border-color : transparent transparent transparent;
	left: -23px;
}
ul.nav > li:after{
	border-color : transparent transparent transparent;
	-webkit-transform : rotate(-48deg);
	right: -17px;
}
.tabcontent{
	display:none;
	width: 96%;
	position: absolute;
	z-index: 999;
}
.tabcontent ul li{
	border-width: 0 5px;
	border-style: solid;
	border-color:  #d35400;
	background-color: #fff;
	padding: 10px;
	margin-right: 10px;
	margin: 0;
	border-bottom:1px solid #f1c40f;
	transition:all .5s;
}
.tabcontent ul li:hover{
	color: #fff;
	padding:10px 10px 10px 50px;
	background-color: #f1c40f;
	margin: 0;
	border-bottom:1px solid #f1c40f;
}



/* #Images
================================================== */

.img-wrap{
overflow:hidden;
position:relative;
}
.img-info{
background-color:#eee;
bottom:0;
opacity:0;
filter: alpha(opacity = 0);
position:absolute;
width:100%;
z-index:1000;
}
.img-info h4, .img-info p{
padding:0 10px;
}
.img-wrap:hover .img-info{
opacity:0.75;
filter: alpha(opacity = 75);
transition:opacity 0.5s;
-moz-transition:opacity 0.5s;
-webkit-transition:opacity 0.5s;
}
.img img{
	width: inherit;
}
.img{
	width: 22.5%;
}
.img50{
	width: 47.5%;
}
/* #miscelleanous
================================================== */
.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
}

.updates{
	padding: 5px;
}
.updates:hover{
	background-color: #2c3e50;
}
#header{
	margin-top:10px;
}
#contact strong{
	color: #e67e22;
}
.text-center {
	text-align: center;
}



/* #Footer
================================================== */


.dark{
	padding: 10px 0;
	background: #4E6163;
	color: #B8D2E3;
}
.dark h3 {
	color: #f1c40f;
	margin: 0 0 35px 0;
}
#updates p{
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
#dark p {
	color: #B8D2E3;
}
#facebook{
	background-image: url('../images/facebook.png');
	width: 64px;
	height: 64px;
	display: inline-block;
}
#facebook:hover{
	background-image: url('../images/facebook-hover.png');
}
#twitter{
	background-image: url('../images/twitter.png');
	width: 64px;
	height: 64px;
	display: inline-block;
}
#twitter:hover{
	background-image: url('../images/twitter-hover.png');
}
#pinterest{
	background-image: url('../images/pinterest.png');
	width: 64px;
	height: 64px;
	display: inline-block;
}
#pinterest:hover{
	background-image: url('../images/pinterest-hover.png');
}
#contact .heading {
	font-size: 18px;
	color: #f1c40f;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

.img{
	width: 22.5%;
}
.img50{
	width: 72.5%;
}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
Just create a "fonts" folder at the root,
copy your FontName into code below and remove
comment brackets */
/*	@font-face {
font-family: 'FontName';
src: url('http://sceipak.org/fonts/FontName.eot');
src: url('http://sceipak.org/fonts/FontName.eot?iefix') format('eot'),
url('http://sceipak.org/fonts/FontName.woff') format('woff'),
url('http://sceipak.org/fonts/FontName.ttf') format('truetype'),
url('http://sceipak.org/fonts/FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }