@charset "utf-8";
 @import url(http://fonts.googleapis.com/css?family=Lato:400,700,900italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Lato', sans-serif;
	outline:0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow:none;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	outline:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h1 {
	font-size: 45px;
	color: #000;
	line-height: 22px;
}
h2 {
	font-size: 40px;
	color: #000;
	line-height: 22px;
}
h3 {
	font-size: 35px;
	color: #000;
	line-height: 22px;
}
h4 {
	font-size: 30px;
	color: #000;
	line-height: 22px;
}
h5 {
	font-size: 20px;
	color: #000;
	line-height: 22px;
}
h6 {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, span {
	font-family: 'Roboto Condensed', sans-serif;
}
.smallheading {
	color:#fff;
	padding-bottom:0px;
	text-transform:capitalize;
}
.smallheading2 {
	color: #000;
	padding-bottom: 25px;
	padding-top: 25px;
	text-transform: capitalize;
}
.headlines {
	text-align:center;
}
p {
	line-height: 22px;
}
a {
	outline:0px;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none; /* to hide outer doted border after clickin on a link */
}
/* ////////////////////////////// MAIN STYLES GOES HERE //////////////////////////////////// */

    /* main container styles you can use here */
	html {
	overflow-x: hidden;
}
.container {
	max-width:1260px;
	margin: 0 auto;
}
.btn {
	background-color: #00a2e4;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	margin: 10px 0;
	padding: 4px 12px;
}
/* --------- COLLAPSIBLE PANELS ----------*/
 
.expandable-panel {
	width:100%;
	position:relative;
	min-height:40px;
	overflow:auto;
	margin-bottom: 10px;
	overflow:hidden;
	margin-top:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.68);
	-moz-box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.68);
	box-shadow: -1px 2px 9px -4px rgba(0, 0, 0, 0.68);
}
.expandable-panel-heading {
	width:100%;
	cursor:pointer;
	min-height:40px;
	clear:both;
	background-color:#ffffff;
	position:relative;
	overflow:hidden;
}
.expandable-panel-heading:hover {
	color:#666;
}
.expandable-panel-heading h2 {
	padding:10px 10px 9px 15px;
	font-size:15px;
	line-height:20px;
	color:#000;
	overflow: hidden;
	text-transform: uppercase;
}
.expandable-panel-content {
	margin-top:-999px;
	background-color:#ffffff;
	padding-bottom: 0;
	padding-left: 10px;
}
.expandable-panel-content p {
	font-size: 13px;
	padding: 4px 20px 6px 0;
	text-align: justify;
}
.expandable-panel-content p:first-child {
	padding:10px;
}
.expandable-panel-content p:last-child {
	padding-bottom:15px;
}
.icon-close-open {
	width:20px;
	height:20px;
	position:absolute;
	background-image:url(../img/icon-close-open.png);
	right:15px;
}
.expandable-panel-content img {
	display: inline-table;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	width: 171px;
}
.header-active {
	background-color:#00a2e4;
}
.header-active h2 {
	color:#FFF;
}
.expandable-panel-content .btn {
	color:#FFF;
	background-color:#00a2e4;
	border-radius:0;
	margin:10px 0;
	padding:4px 12px;
	font-size:13px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right:20px;
}
.icon {
	display: inline-block;
	float: left;
	height: 40px;
	padding: 3px 0 0;
	text-align: center;
	width: 54px;
	background:#FFF;
}
/* ---------------- Header area ---------------- */
.top-strip {
	background-color: #03abdb;
}
.top-strip p {
	color: #FFF;
	text-align: right;
	font-size: 12px;
	padding: 3px 0;
}
.top-strip p a {
	color:#FFF;
	font-size:12px;
	padding-left:8px;
}
.top-strip p strong {
	font-weight: 700;
	font-size: 14px;
}
.header {
	padding-bottom: 4px;
	padding-top: 4px;
	background-color:#fff;
}
.potrait {
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}
.links {
	font-size: 13px;
	margin: 24px 0 15px;
	text-align: right;
}
.links a {
	color: #666;
	padding-left: 4px;
	padding-right: 4px;
}
.enterkeyword {
	border: 1px solid #c1c1c1;
	float: right;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	padding: 5px;
	width: 80%;
}
.input-group .form-control {
	font-size: 11px;
	box-shadow: none;
	border-radius: 0;
}
.input-group-btn > .btn {
	border-radius: 0;
	background-color: #2d2d2d;
	color: #FFF;
	border: 1px solid #2d2d2d;
}
.navigation {
	background: #B5252E;
}
/* ---------------- Middle area ---------------- */
.carousel-caption {
	background: rgba(0, 162, 228, 0.9);
	left: 320px;
	padding: 10px 0 10px;
	width: 20%;
	bottom: 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.carousel-caption h3 {
	color: #fff;
	font-size: 25px;
	line-height: 22px;
}
.banner {
	margin-left:auto;
	margin-right:auto;
	width: 1230px;
	padding:0px;
	overflow:hidden;
	clear:both;
	min-height:250px;
}
.innerbanner {
	width: 100%;
	clear:both;
	position:relative;
}
.innerbanner img {
	position:relative;
	z-index:900;
	width:100%;
	padding-left:57px;
	padding-right:56px;
}
.bannercontent {
	width: 1366px;
	z-index: 950;
	top: -200px;
	left: 66px;
	position:relative;
}
.innerbanner h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 12px;
}
.innerbanner p {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 15px;
	padding: 10px;
	width: 36%;
}
.grey2 {
	background-color:#ffffff;
	overflow:hidden;
	width:100%;
}
.innercontent {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	top: -67px;
	width: 1220px;
	z-index: 1000;
	min-height: 250px;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.72);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.72);
	box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.72);
}
.titlebg {
	background-color: #B5252E;
	min-height: 20px;
	overflow: hidden;
	padding: 20px 20px 20px 15px;
	width: 100%;
	color:#ffffff;
}
.titlebg h1 {
	font-size:26px;
	color:#fff;
}
.titlebg a {
	color:#ffffff;
}
.contentarea {
	margin: 20px auto;
	min-height: 200px;
	overflow: hidden;
	width: 97%;
}
.contentarea p {
	color:#000000;
	font-size:14px;
	line-height:24px;
}
.contentarea h3 {
	color:#2991bb;
	font-size:14px;
	margin-bottom: 10px;
	text-align:center;
}
.highlightcontent {
	font-family: 'Lato', sans-serif;
	color:#B5252E;
	font-size:18px;
	font-weight:bold;
	line-height: 26px;
	margin-bottom: 15px;
}
.highlightcontent2 {
	color: #2991bb;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	text-align:center;
}
.act-ul {
	line-height: 23px;
	margin-bottom: 20px;
}
#css3table {
	width: 100%;
}
#row {
	display: table-row;
}
#left {
	width:20%;
	padding:0px;
	border: 1px solid grey;
	display: table-cell;
	text-align:center;
}
#right {
	width:10%;
	padding:0px;
	background:#ffffff;
	display: table-cell;
	border: 1px solid grey;
	border-left: 0 none;
	text-align:center;
}
#middle {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f5f5f5;
	border-color: grey grey grey -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	display: table-cell;
	padding: 5px 20px;
	width: 70%;
}
.css3table2 {
	margin-bottom: 20px;
	width: 100%;
}
.row2 {
	display: table-row;
}
.left2 {
	width:25%;
	padding:0px;
	border: 1px solid grey;
	display: table-cell;
	text-align:center;
}
.left3 {
	width:8%;
	padding:0px;
	border: 1px solid grey;
	display: table-cell;
	text-align:center;
}
.right2 {
	width:25%;
	padding:0px;
	background:#ffffff;
	display: table-cell;
	border: 1px solid grey;
	border-left: 0 none;
	text-align:center;
}
.extremeright {
	width:25%;
	padding:0px;
	background:#ffffff;
	display: table-cell;
	border: 1px solid grey;
	border-left: 0 none;
	text-align:center;
}
.tablescontainer {
	display:table;
	width:100%;
	border-collapse: collapse;
}
.heading {
	font-weight: bold;
	display:table-row;
	background-color:#C91622;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	font-family:georgia;
	color:#fff;
}
.table-row {
	display:table-row;
	text-align: center;
}
.col {
	display:table-cell;
	border: 1px solid #000;
}
.middle2 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: grey grey grey -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	display: table-cell;
	padding: 5px 20px;
	width: 25%;
}
.profilerow {
	background-color: #fff;
	border-radius: 4px;
	clear: both;
	margin-bottom: 20px;
	padding: 15px 10px 10px 0;
}
.profileimg {
	border: 2px solid #33b2e6;
	padding: 3px;
	width: 200px;
}
.profileimg2 {
	border: 2px solid #33b2e6;
	padding: 3px;
	width: 100%;
}
.profilerow h2 {
	clear: both;
	color: #000000;
	font-size: 28px;
	line-height: 20px;
	margin-bottom: 25px;
	margin-top: 5px;
	text-align: left;
}
.profilerow h3 {
	clear: both;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: left;
}
.sidebar {
}
.sidebar h3 {
	color: #000000;
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: left;
}
.findbox {
	background-color: #f3f1ee;
	padding: 20px;
}
.findbox h5 {
	margin-bottom: 10px;
	text-align: left;
}
.lightshade {
	background-color: #f3f3f3;
	padding-bottom: 50px;
	padding-top: 50px;
}
.content-wrap {
	margin: 20px 0 0 0;
}
.box-head {
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url("../img/border-bot.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #000;
	font-size: 22px;
	margin-bottom: 35px;
	padding: 10px 0 31px;
	text-align: center;
	text-transform:uppercase;
}
.separator.full {
	background-image: url("../img/line-full.png");
	background-position: center center;
	background-repeat: no-repeat;
	height:20px;
	clear:both;
}
.box {
	background-image: url("../img/slider-bg.png");
	background-repeat: repeat;
	border: 1px solid #c1cec4;
	padding: 15px 25px;
	min-height: 324px;
	margin-bottom: 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}
.box marquee {
	height: 247px;
}
.box ul li {
	list-style: disc;
	font-size: 13px;
	padding: 8px 0;
	line-height: 20px;
}
.box h3 {
	font-size: 15px;
	text-align: center;
	margin: 6px 0 7px;
}
.box .carousel-indicators .active {
	background-color: #2d2d2d;
	border: 1px solid #2d2d2d;
}
.box .carousel-indicators li {
	border: 1px solid #2d2d2d;
}
.box .carousel-indicators {
	bottom: -11px;
}
.media h4 {
	font-size: 18px;
	text-transform: uppercase;
}
.media-heading {
	margin-bottom: 0;
}
.media-body p {
	font-size: 12px;
	line-height: 18px;
}
.media-body p a {
	color: #06F;
}
.media-left p {
	text-align: center;
	font-size: 12px;
	background-color: #00a2e4;
	color: #FFF;
	/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	padding: 0 7px;
	line-height:18px;
	padding: 4px 7px;
}
.media-left p span {
	font-size: 12px;
	font-weight: 400;
}
.events {
	padding: 15px;
}
.news {
	background: url(../img/pattern.png) #333;
}
.news span {
	background-color: #000;
	color: #FFF;
	float: left;
	padding: 10px;
}
.news p {
	font-size: 13px;
	margin-top: 8px;
	color:#FFF;
}
.news p span {
	background: none;
	color: #F00;
	font-size: 14px;
	float: none;
	padding: 0;
}
.vc {
	margin: 0;
	padding-bottom: 40px;
	padding-top: 20px;
}
.vc h5 {
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-image: url("../img/border-bot.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.vc h5 strong {
	font-weight: 700;
	color: #008888;
}
.vc p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
	text-align: justify;
}
.vc .vc-name {
	color: #CE6700;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}
.vc img {
	float: left;
	margin: 8px 12px 5px 0;
	border: #e1e1e1 solid 1px;
	padding: 7px;
	background-color:#fff;
}
.highlightbox {
	background: #33b2e6;
	padding:18px;
	color:#fff;
}
.highlightbox ul li {
	list-style-position: inside;
	list-style-type: none;
	border-bottom: 0px;
	padding: 0px;
	color:#fff;
}
.highlightbox li {
	margin-bottom:15px;
}
.gallerymain {
	background-color: #ffffff;
	padding-top: 0px;
	width: 100%;
	padding-bottom: 15px;
}
/** contact **/
.slide-out-div {
	z-index: 99;
	width: 270px;
	background-color: #06b0b5;
	padding: 15px 0;
	position: fixed !important;
}
.slide-out-div ul {
	margin: 0 0 0 92px;
}
.slide-out-div ul li {
	padding: 4px 0px;
}
.slide-out-div ul li a {
	color: #FFF;
	font-size: 13px;
}
.slide-out-div a {
	border-radius: 0px 8px 8px 0px;
}
.slide-out-div ul li a:hover {
	color:#000;
}
#menu2 {
	background-color: #ea692b;
}
#menu5 {
	background-color: #d90909;
}
.gallery h5 {
	margin: 10px 0;
	padding-bottom: 14px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
.box marquee img {
	margin: 0px 0 0;
	width: 24px;
}
.dept ul {
	margin:0 15px;
}
.dept a {
	color:#F00;
	font-size:14px;
}
.dept ul li a {
	color:#333;
	text-transform:uppercase;
}
.dept ul li a:hover {
	color:#69C;
}
.sep-links {
	margin:10px 0 0 0;
}
.sep-links li {
	background-color: #33b2e6;
	list-style: outside none none !important;
	margin: 0 0 10px;
	padding: 7px 0 !important;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sep-links li:hover {
	background-color: #19598f;
}
.sep-links li a {
	color:#ffffff;
}
.quick-links {
	margin:10px 0 0 0;
}
.quick-links li {
	margin: 0px;
	padding: 7px 0 !important;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-weight:bold;
	text-transform:uppercase;
}
.quick-links li a {
	color:#000000;
}
.media-body, .media-left, .media-right {
	vertical-align: middle;
}
.box .media-body, .media-left, .box .media-right {
	display: inline-block;
	vertical-align: top;
}
.about h5 {
	text-transform:uppercase;
	font-size:22px;
	margin:0px 0 15px 0;
}
.about h5 span {
	color:#03b0df;
}
.about p {
	font-size:13px;
	text-align:justify;
	margin:0 0 20px 0;
	line-height: 25px;
}
.about h6 {
	text-transform:none;
	font-size:17px;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.about .form-control {
	border-radius:0;
	box-shadow:none;
}
.about .btn {
	border:0;
	color:#FFF;
	background: -webkit-linear-gradient(#03bee9, #03afde); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#03bee9, #03afde); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#03bee9, #03afde); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#03bee9, #03afde); /* Standard syntax */
	width:100%;
	border-radius:0;
	font-size:18px;
	text-transform:uppercase;
	padding:8px 0;
	font-weight:300;
}
.about .btn:hover {
	background: -webkit-linear-gradient(#03afde, #03bee9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#03afde, #03bee9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#03afde, #03bee9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#03afde, #03bee9); /* Standard syntax */
}
.about form {
	margin:0 0 25px 0;
}
.ph-gallery li {
	display:inline-block;
	padding:2px 0;
}
.ph-gallery li img {
	width:113px;
}
.quick-links li {
	padding:5px 0;
}
.quick-links li a {
	font-size:13px;
	color:#333;
}
.quick-links li a:hover {
	color:#03b2e0;
}
.quick-links li:first-child {
	font-weight:700;
	text-transform:uppercase;
	font-size:15px;
	color:#333;
	padding-bottom:20px;
}
.quick-links li:first-child span {
	color:#03b2e0;
}
.about h4 {
	font-weight:700;
	font-size:17px;
	margin-bottom:10px;
}
.about h4 span {
	font-size:13px;
	color:#333;
	font-weight:400;
	padding-left:5px;
}
.date {
	font-size:12px;
	color:#97a2ab;
	padding: 0 0 0 14px;
}
.news-up {
	border:solid #e7e7e7;
	border-width:0 1px 0 1px;
	height:252px;
	padding:0 38px;
}
.news-up p {
	margin: 0 0 3px;
	padding: 0 0 0 6px;
}
.news-up p img {
	margin:18px 6px -2px -15px;
}
.about .input-group .btn {
	width:60px;
	height:45px;
	background:none;
	background-color:#134471;
	border-radius:0 6px 6px 0;
	padding-top: 13px;
}
.about .input-group .form-control {
	width:100%;
	height:45px;
	border-radius:6px 0 0 6px;
	background-color:#eef4f9;
	border-color:#7f99b2;
	color:#333;
}
.srh a {
	font-size:14px;
	color:#7f99b2;
	margin:5px 0 0 0;
	display: inline-block;
}
hr {
	margin-bottom:0;
}
.quick-links {
	margin-top:15px;
}
.about h4 {
	margin-top:15px;
}
.sm {
	margin:15px 0;
}
.sm li {
	display:inline-block;
	padding:0 10px 0 0;
	vertical-align:middle;
}
.sm li:first-child {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.sm li:first-child span {
	color: #03b2e0;
}
.vice p {
	margin:0;
}
.vice .des {
	color:#03abdb;
	font-size:18px;
}
.vice-detail {
}
.highlight {
}
.head {
	background-color:#03acdb;
	color:#FFF;
	text-align:center;
	font-size:20px;
	padding:15px 0;
	font-weight:300;
	margin-bottom: 1px;
}
.tab-content {
	background-color:#f8f8f8;
	padding:20px;
	border:#ccc solid 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color:#03acdb;
	color:#FFF;
}
.nav-tabs > li > a {
	background-color:#f8f8f8;
	color:#333;
	border:1px solid #e3e3e3;
	padding: 8px 20px;
	font-size:14px;
}
.tab-content p {
	font-size:13px;
	margin:0 0 15px 0;
	font-family: Arial;
}
.about .panel-group h4 {
	margin-bottom: 5px;
	margin-top: 2px;
	font-size:14px;
	font-weight:400;
	color: #fff;
}
.panel-heading {
	padding: 5px 15px;
}
.about h4 .plus {
	float:right;
	font-size:21px;
	color:#FFF;
}
.panel-default > .panel-heading {
	border:0;
	border-radius:0;
	border:0;
	background-color:#17a2da;
}
.panel-default > .panel-heading h6{
	margin-top:8px;
	color:#fff;
	font-size:19px;
}
.panel a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.panel address {
	font-size:13px;
	line-height:25px;
}
.flexslider .slides img {
	display: block;
	width: auto;
	margin:0 auto;
}
.flexslider .slides li p {
	text-align:center;
	font-size:13px;
	line-height:19px;
}
.about .act-text {
	text-align:center;
	color:#000080;
	font-weight:700;
	font-size:16px;
	margin: 15px 0;
}
.act-ul li {
	font-size:14px;
	padding:5px 0;
}
.act-outer {
	border:2px solid #ccc;
	padding:30px;
	border-radius:8px;
	width: 70%;
	margin: 0 auto;
}
pre {
	background:none;
	overflow:none;
	font-size:13px;
	line-height:19px;
	text-indent:none;
	white-space: pre-wrap;       /* CSS 3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
}
pre .ch {
	float:left;
	display:inline-block;
	width:100px;
}
pre span {
	float:right;
}
table {
	margin:0px;;
}
table th {
	font-weight:700;
	padding-bottom:20px;
}
table td {
	font-size: 13px;
	line-height: 18px;
	padding: 6px 10px 6px 0;
	text-align:justify;
}
.box-wrap {
	border: 1px solid #03bbe7;
	height: 220px;
	margin: 10px 0 20px;
	padding: 10px;
	text-align: center;
}
.box-wrap h5 {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	color:#333;
	margin:4px 0 0 0;
}
.box-wrap p {
	text-align:center;
	font-size:12px;
	word-wrap: break-word;
	line-height:18px;
}
.box-wrap h6 {
	font-size:13px;
	font-weight:400;
	color:#F00;
	margin:14px 0 0;
	text-transform:none;
}
.program {
	height:500px;
}
.colleges {
	border:1px solid #ddd;
	padding:0 20px 20px 20px;
	border-radius:6px;
}
.colleges ul li {
	font-size:14px;
	line-height:22px;
	list-style-type:disc;
	margin:0 0 10px 10px;
}
.about .form-inline .btn {
	font-size: 14px;
	font-weight: 400;
	padding: 8px 10px;
	width: auto;
}
.res li {
	list-style-type:disc;
	font-size:14px;
	line-height:22px;
	margin-left:20px;
}
.res li:first-child {
	list-style-type:none;
	margin-left:0;
}
.box-wrap a {
	color:#333;
}
.box-wrap:hover {
	background-color:#f8f8f8;
}
.dept-ul li {
	display:inline-block;
	padding:0 10px 0 0;
	text-align: center;
}
.dept-ul li img {
	width:100px;
	height:120px;
	border:1px solid #ddd;
	padding:6px;
}
.dept-ul li p {
	font-size:13px;
	margin:5px 0 10px 0;
	text-align:center;
}
.how .box-wrap {
	position:relative;
	border:0;
	padding:0;
}
.how .box-wrap h3 {
	color: #fff;
	font-size: 23px;
	padding: 20px 0;
	position: absolute;
	top: 38%;
	width: 100%;
	background:rgba(0, 0, 0, 0.5);
}
.how .box-wrap:hover h3 {
	background:rgba(0, 0, 0, 0.8);
}
.course {
	padding:5px;
}
.course .media {
	padding:12px;
	border-bottom:1px dotted #ccc;
}
.course .media h4 {
	margin:0;
	font-style: italic;
	font-size:15px;
}
.course .media-left p {
	background:none;
	border-radius:0;
	padding:0;
}
.course .media-left p img {
	height: 88px;
	width: 76px;
	border:1px solid #ddd;
	padding:4px;
}
.about .course p {
	margin: 0 0 3px;
	font-size:13px;
}
.ic {
	margin:0 5px 0 0;
}
/*.box-wrap img {
    width: 46%;
}*/
.how .box-wrap img {
	width: 100%;
}
.resp-vtabs .resp-tabs-container {
	border:0;
	border-radius:0;
	background:#f7f7f7;
	padding:20px;
}
.resp-vtabs ul.resp-tabs-list {
	width: 27%;
	margin: 0 0 0 3%;
}
.resp-vtabs .resp-tabs-list li {
	margin: 0 0 2px;
	background-color:#e4e4e4 !important;
	font-size:15px;
}
.resp-vtabs li.resp-tab-active {
	background-color:#03b0df !important;
	color:#FFF;
	margin-bottom: 2px !important;
}
.about .resp-vtabs h5 {
	font-size:18px;
	text-align:center;
}
.media-list .media-body {
	vertical-align:top;
}
.media-list .media-body h4 {
	margin-top:0;
	margin-bottom:4px;
}
.media-list .media-body p {
	margin-bottom:3px;
	font-size:13px;
	text-align:left;
}
.media-list .media-body p strong {
	font-weight:700;
	font-size:13px;
	padding: 0 10px 0 0;
}
.media-object {
	border: 3px solid #eee;
	width: 145px;
}
.media {
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 8px 8px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.media .btn {
	width:120px;
	font-size:13px;
	padding:5px 0;
	margin:5px 0 0 0;
}
.dep-head {
	font-size:22px;
	color:#555;
	text-align:center;
	margin:0 0 15px 0;
}
.dep-view {
	float:right;
	font-size:13px;
	margin:5px 0;
	color:#FFF;
	background-color:#33b2e6;
	display:inline-block;
	padding:4px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.dep-view:hover {
	color:#FFF;
	background-color:#288bb4;
}
.media-list .media-body pre {
	font-size: 12px;
	line-height:19px;
}
.tab-content pre {
	line-height:27px;
}
.forms table td {
	vertical-align: middle;
}
.forms table td img {
	width:30px;
}
.box-wrap img {
	padding: 10px;
}
.resp-tab-content img {
	margin:0 auto 15px auto;
}
/* ---------------- Footer area ---------------- */
.footer {
	background: #B5252E;
	clear: both;
	min-height: 200px;
	padding-bottom: 15px;
	padding-top: 20px;
}
.footer ul {
}
.footer ul li {
	padding: 5px 0;
	color: #fff;
}
.footer ul li a {
	background-image: url("../img/whitearrows.png");
	background-position: left 6px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 13px;
	padding: 2px 8px 7px 10px;
	text-align: left;
}
.footer ul li a:hover {
	color: #ffffff;
	text-decoration:underline;
	background-color:#0c97e2;
	background-image: url("../img/whitearrows.png");
	background-position: 2px 6px;
	background-repeat: no-repeat;
	text-decoration:none;
}
.footer h2 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 0;
	text-transform: uppercase;
}
.copyright {
	border-top: 0px solid #f2f2f2;
	color: #fff;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
}
.bottomnew {
	margin-bottom:20px;
}
/*.footer-btm p{
	color:#FFF;
	font-size:13px;
}
.footer-btm .col-md-6:last-child p {
	text-align:right;
}
.footer-btm .col-md-6:last-child p a{
	color:#d39c5c;
}
.footer-btm .col-md-6:last-child p img {
	margin:-1px 0 -7px 15px;
}
.footer-btm {
	background:#000;
	padding:4px 0;
}*/

.footer p {
	text-align:left;
	font-size:13px;
	color:#FFF;
	margin: 10px 0 20px;
}
.footer a {
	color:#FFF;
}
.footer2 {
	background: #990000;
	clear: both;
	padding-bottom: 15px;
	padding-top: 18px;
}
.footer2 p {
	text-align:left;
	font-size:13px;
	color:#FFF;
	margin: 10px 0 20px;
}
.darkblue {
 background-color:;
}
/* ------------ media style ---------------------*/
.flip-container {
	perspective: 1000;
}
/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.outer-div {
	float:left;
	width:33%;
}
.right-section {
	float:left;
	height:100vh;
	overflow-y:auto;
	width:75%;
	background-color:#FFF;
}
.flip-container, .front, .back {
	height:500px;
}
.front, .back {
	width:100%;
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	background-color:#f8f8f8;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	background-color:#CCC;
	padding:20px 0;
}
.back h5 {
	text-align:center;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
}
.back ul li a, .back ul li {
	text-align:center;
	color:#FFF;
	display:inline-block;
	padding:10px 0;
	border-bottom:1px dashed #FFF;
	width:100%;
}
.back ul li a:hover {
	color:#666;
}
.arts .back {
	background-color:#52a8c9;
}
.science .back {
	background-color:#b4d6e2;
}
.lang .back {
	background-color:#e88276;
}
/** red menu **/
.red-menu .panel-default > .panel-heading {
	background-color: #880000;
}
.red-menu .panel-group .panel + .panel {
	margin-top: -1px;
}
.red-menu .panel-body {
	background-color: #880000;
}
.red-menu .panel address {
	color:#FFF;
}
.red-menu .panel-default > .panel-heading:hover {
	background-color: #f8f8f8;
	color: #880000;
}
.red-menu .panel-default > .panel-heading:hover h4 {
	color: #880000;
}
.red-menu .head {
	background-color: #620000;
}
.red-menu .panel-default > .panel-heading:hover h4 .plus {
	color:#880000;
}
/*Announcements starts here*/


.jp-container {
	width:100%;
	height:400px;
	position:relative;
	background:#fff;
	border:1px solid #D8DFEA;
	float:left;
}
.jp-container a {
	background-color: #fff;
	border-bottom: 1px solid #f2f4f8;
	border-top: 1px solid #d8dfea;
	display: block;
	line-height: 20px;
	padding: 15px 20px;
	width: 90%;
	color:#000;
	text-decoration:none;
}
.jp-container a:first-child {
	border-top:none;
}
.jp-container a:last-child {
	border-bottom:none;
}
.jp-container a:hover {
	background:#ECEFF5;
	border-bottom-color:#ECEFF5;
}
.jp-container a h3 {
	font-size:14px;
	font-weight:bold;
	padding:2px 0 5px 0;
	text-transform:uppercase;
}
.jp-container a img {
	float:left;
	margin:5px 10px 0px 0px;
	padding:3px;
	background:#fff;
	border:1px solid #D8DFEA;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	background: transparent none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	right: 1px;
	top: 0px;
	width: 9px;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: transparent;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background-color: rgba(0, 159, 224, 0.4);
	position: relative;
}
.jspDrag {
	background: #33b2e6;
	position: relative;
	top: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}





















/*Announcements Ends Here*/





  /* --------------------------------------------
1024 x 768 (iPad - Landscape)

-------------------------------------------- */  

@media screen and (max-width: 1200px) {
.navbar-default .navbar-nav > li > a {
 padding: 15px 7px;
}
}


  /* --------------------------------------------
  (iPad - Portrait) &  ( mobile phone )
-------------------------------------------- */  

@media (max-width: 979px) {
 .top-strip p, .logo, .header {
 text-align: center;
}
.header img {
 float:right !important;
 margin:0 auto;
}
.header .logo img {
 float:none !important;
}
}


     /* --------------------------------------------
 768 x 1024 (iPad - Portrait)
-------------------------------------------- */ 

@media (min-width: 768px) and (max-width: 1024px) {
.banner {
width:100%;
}
.links {
 font-size: 12px;
}
 .headlines {
 display:none;
}
 .carousel-caption {
 left: 318px;
 width: 20%;
 bottom: 6px;
}
.innercontent {
width:96%;
margin-left:auto;
margin-right:auto;
top: 0px;
}
.contentarea {
 padding: 10px 0 10px 10px;
}
.sidebar {
 float:left;
 padding-left:0px;
}
.findbox {
 padding: 20px 20px 20px 14px;
}
.innerbanner img {
 position: relative;
 width: 100%;
 z-index: 900;
}
.bannercontent {
display:none;
}
}


     /* --------------------------------------------
 480 x 320 (mobile)
-------------------------------------------- */ 


@media (max-width: 767px) {
 .header .col-md-6 .logo img {
 width:100%;
}
 .navbar-nav {
 margin: 7.5px 0;
}
.navbar-default .navbar-nav > li > a {
 text-align: center;
}
.navbar-default .navbar-toggle {
 border:0;
 border-radius:0;
 background-color:#008888;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
 background-color: #056f97;
}
.slide-out-div {
 position: absolute !important;
}
.outer-div {
 width:100%;
}
.navbar-nav > li > .dropdown-menu {
 width:100%;
}
.dropdown-menu > li > a {
 text-align:center;
}
.navbar-collapse.in {
 display: initial;
}
.carousel-caption h3 {
 font-size: 12px;
}
.news span {
 font-size: 12px;
 text-align: center;
 width: 100%;
}
.carousel-caption {
 padding: 3px 0;
}
.header img {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 width: 100%;
}
.potrait, .enterkeyword, .links, .smallheading2 {
display:none;
}
.banner {
width:100%;
}
.vc h5 {
 font-size: 20px;
 margin-bottom: 20px;
 margin-top:20px;
 padding-bottom: 20px;
 text-transform: uppercase;
}
 .expandable-panel-content {
 margin:0px;
}
.expandable-panel-heading h2 {
 padding: 10px 10px 9px 2px;
 font-size: 12px;
}
.innercontent {
width:96%;
margin-left:auto;
margin-right:auto;
top: 0px;
}
.contentarea {
 padding: 10px 0 10px 10px;
}
.sidebar {
 float:left;
 padding-left:0px;
}
.findbox {
 padding: 20px 20px 20px 14px;
}
.innerbanner img {
 position: relative;
 width: 100%;
 z-index: 900;
}
.bannercontent {
display:none;
}
}
ul#tabs {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	text-align: left;
	padding-bottom: 20px;
}
ul#tabs li {
	display: inline-block;
	background-color: #33b2e6;
	padding: 5px 20px;
	margin-bottom: 4px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul#tabs li:hover {
	background-color: #288bb4;
}
ul#tabs li.active {
	background-color: #288bb4;
}
ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#tab li {
	display: none;
	padding: 0px;
	border: solid 0px;
}
ul#tab li.active {
	display: block;
}
ul#tab li h2 {
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: solid 5px #32c896;
}
.centeralign {
	text-align:center;
	display: table-cell;
}
.grey {
	background-color: #e7e7e7;
	padding-bottom: 70px;
	padding-top: 70px;
}
.map {
	margin-bottom:10px;
}
.white {
	background-color: #ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
}
/* Tabs container */
.r-tabs {
	position: relative;
	background-color: #33b2e6;
	border-top: 1px solid #33b2e6;
	border-right: 1px solid #33b2e6;
	border-left: 1px solid #33b2e6;
	border-bottom: 4px solid #33b2e6;
	border-radius: 4px;
	clear:both;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #33b2e6;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #33b2e6;
	text-shadow: none;
	background-color: white;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	clear:both;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
	border-bottom: 4px solid white;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #33b2e6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #33b2e6;
	box-shadow: 0px 3px 0px 0px #33b2e6;
	cursor: pointer;
}
/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #2ea1d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}
.points {
	color: #000;
}
.points ul {
	margin:0px;
}
.points li {
	background-image: url("../img/arrows-points.png");
	background-position: left 10px;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 12px;
	margin-bottom:10px;
}
.scroll-text {
	border: 1px solid red;
	width: 400px;
	height: 4.5em;
	overflow: hidden;
}
.scroll-text ul {
	width: 800px;
	height: 100px;
	overflow: hidden;
	margin: 0;
}
.scroll-text ul li {
	height: 1.5em;
}
.scroll-img {
	border: 1px solid red;
	width: 680px;
	height: 142px;
	overflow: hidden;
	font-size: 0;
}
.scroll-img ul {
	width: 700px;
	height: 600px;
	margin: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 10px 0 10px 10px;
}
#demo4.scroll-img ul, #demo5.scroll-img ul {
	width: 1500px;
}
#demo5-btn {
	width: 680px;
	padding-top: 10px;
}
.depprof {
	border: 1px solid #cccccc;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 6px;
	width:100%;
}
.star {
	color:#FF0000;
	font-size:16px;
}
.staff {
	text-align: center;
	margin-bottom:15px;
}
.staff img {
	width:100%;
}
.staff p {
	font-size: 14px;
	margin-bottom: 0;
	text-align: left;
}
.staff h3 {
	font-size: 20px;
	margin-bottom: 6px;
	text-align: left;
}
.viewprofile {
	color: #fff;
}
.viewprofile a {
	color:#ffffff;
	background-color: #00a2e4;
	border-radius: 6px;
	font-size: 13px;
	margin-right: 20px;
	padding: 4px 12px;
	text-decoration: none;
	float: left;
	margin-top:15px;
}
.viewprofile a:hover {
	color:#ffffff;
	background-color: #2173b2;
}
.backbut {
	background-color: #0099ff;
	color: #fff;
	float: right;
	padding: 5px 10px 5px 7px;
}
.backbut a {
	background-color: #0099ff;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 10px;
}
.backbut a:hover {
	background-color: #008ae6;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 10px;
}
.downloaddropdown {
	width:100%;
	padding:10px;
	border:1px solid #BFBFBF;
	margin-bottom:20px;
}
.downloadrow {
	clear: both;
	width: 100%;
}
.downloadtext {
	background-image: url("../img/pdf-icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 20px;
	padding-bottom: 19px;
	padding-top: 55px;
	position: relative;
	text-align: center;
	width: 100%;
}
.downcol {
	min-height:100px;
	overflow:hidden;
}
.marker {
	border:1px solid #d4d4d4;
	padding:20px;
	margin-right:3%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.marqueeticker {
	background-color: #cccccc;
	font-size: 16px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 100%;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}
.marqueeticker a {
	color:#000000;
}
.nopadding {
	padding:0px;
}
.demo1{
	height:200px;
	overflow:hidden;
}

.hpdate{
width:60px;
background-color:#B5252E;
border-radius:60px;
padding:12px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
}

.viewall{
width:120px;
padding:6px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
float:right;
margin-top:8px;
margin-bottom:0px;
}