@import url(https://fonts.googleapis.com/css?family=Cinzel|Raleway);

body
{	
	zoom: 1;
	background-color:#E3DFD7;
	font-family:Raleway;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Cinzel;
}

.nopadding
{
	padding:0 !important;
	margin:0 !important;
}

.header-section
{
	width:100%;
	height:145px;
	background-color:#C29D4E;
}

.header-top
{
	width:100%;
	height:25px;
	background-color:#253E66;
}

.nav-section
{
	width:100%;
	height:auto;
	background-color:#FFF;
	z-index:9999;
}

.navbar-nav li a{
	color: #EF6555;
	font-family: Cinzel !important;
	font-size: 13px !important;
}

.navbar-nav li a:hover{
	color: #ffffff !important;
	background: #C29D4E !important;

}

.navbar-toggle{
	color: #EF6555 !important;
	z-index:9999 !important;
}

.active
{
	background:#253E66 !important;
	color: #fff !important;
}

.slider-section
{
	width:100%;
	background-color: #EF6555;
}

.about-section
{
	background-color:rgba(255,255,255,0.7);
	background-image:url(../img/pattern.png);
}

.about-section h2
{
	margin-top:100px;
	font-size:50px;
}

.about-section .big-text, .big-text
{
	font-size:25px;
}

.about-section .normal-text, .normal-text
{
	font-size:18px;
}

.learn-more
{
	padding:15px 50px;
	background-color:#253E66;
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	/*border:2px solid #253E66;*/
}

.learn-more:hover
{
	/*background-color:#E8C374;*/
	text-decoration:none;
	color:#C29D4E;
	/*border:2px solid #253E66;*/
}

.line-border
{
	height:45px;
	width:100%;
	background-color:#FFF;
	background-image:url(../img/pattern.png);
}

.admission-section
{
	background-color:#FFF;
}

.admission-btn
{
	font-family:Cinzel;
	font-size:20px;
	border:1px solid #AAA;
	padding:15px 20px;
	font-weight:400;
	color:#AAA;
	cursor:pointer;
}

#ad-text
{
	display:none;
}

.why-us-section h4
{
	font-weight:bold;
}

.why-us-section ul li
{
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:2px solid #E2594A;
	box-shadow:0px 1px 0px #FC7364;
	font-size:13px;
}

#intro { 
    background: url(../img/break.jpg) 50% 0 fixed; 
	background-repeat:no-repeat;
	background-size:cover;
    height: 400px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 30px rgba(0,0,0,0.7);
    padding: 100px 0;
}

.myCircle
{
	font-weight:600;
	text-align:center;
	background:rgba(255,255,255,0.8);
	border-radius:50%;
	height:130px;
	width:130px;
	line-height: 25px;
	cursor: pointer;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.myCircle:hover{
	background:#EF6555;
	color: #fff;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/* Footer */

.footer-aside-top
{
	background:#253E66; 
	color:#FFF;
	height:250px;
}

.footer-aside-bottom
{
	background:#183159; 
	color:#FFF;
	height:150px;
	overflow:hidden !important;
}

.footer-aside-top ul li 
{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
}

.footer-aside-top ul li a
{
	color:#FFF;
	font-size:14px;
}

.footer-aside-top ul li a:hover
{
	color:#C29D4E;
	text-decoration:none;
}

.footer-aside-bottom address, .footer-aside-bottom p 
{
	padding-top:10px;
	margin-left:30px;
	font-size:13px;
}

.footer-aside-bottom a
{
	color:#FFF;
}

.footer-aside-bottom a:hover
{
	color:#C29D4E;
	text-decoration:none;
}

.social
{
	color:#FFF;
}

.social:hover
{
	color:#253E66;
}

.event-img
{
	border:3px solid #FFF;
}

.fixed{
	z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}