/* Import Section
=================================================================== */
@import url("icons.css");				/* Icons. */
@import url("icons-color.css");			/* Icons. */
@import url("social-icons.css");		/* Social Icons */
@import url("hover.css");				/* Hover CSS3 Effect */

.clear {
	clear:both;
}

body {
	/*background-image: url(../img/wallpaper.jpg);*/
    background-color:#b3e6ff;
	font-family: 'Droid Sans';
	font-size: 14px;
	color: #666;
    padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:sans-serif;
	font-weight: normal;
	color: #666;
}

.title {
	border-bottom: 3px double #f6f6f6;
	margin-bottom: 10px;
    padding-top: 0px;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	border-bottom: 5px solid #2baae6!important;
	margin-bottom: 4px !important;
	display: inline-block !important;
	padding: 0px 10px !important;
	margin-left:15px !important;
	margin-right:15px !important;
}

#wrapper {
	background-color:#e6f7ff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.25);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.25);
		    box-shadow: 0px 1px 1px rgba(0,0,0,.25);
}


/* #Lists
================================================== */
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}



/* Header
=================================================================== */

header {
	height: 90px;
	//background:url(../img/headerbg.jpg);
	margin-bottom:0px;
	//margin-top:-10px;


}

.logo img {
	margin-top:10px;
    max-height: 63px;
/*    width: 600px;*/

/*	min-width:500px;*/
}

#social-links {
	margin-top:20px;
	margin-right:5px;
	float: right;
}

.navbar,
.navbar-inner,
.nav {
	background: #333 !important;
    font-size: 14px;
}

.navbar .nav > li > a {
  color: #eee;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color:#2baae6 !important;
  color: #fff;

}
.nav-tabs > li > a {
  color: #ffffff;
  text-decoration: none;
}
.nav-tabs > li > a:hover {
  color: #050505;
  text-decoration: none;
}


.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2baae6!important;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}


.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  background: #2baae6 !important;
    font-size: 14px;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  background: #3f0444 !important;

}


/* Flexslider
=================================================================== */

/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* Necessary Styles
=================================================================== */
.flexslider {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;

}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%;  max-height:450px; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative;  zoom: 1; z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Default Styles
=================================================================== */
.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav
=================================================================== */

.flex-direction-nav a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #555;
	top: 20px;
	right: 20px;
	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.65);
	#*bottom: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-next {
	background-image: url(../img/slider-control-right.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.flex-direction-nav .flex-prev {
	margin-right: 36px;
	background-image: url(../img/slider-control-left.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	background-color:#3f0444;
	opacity: 1;
}

.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* Control Nav
=================================================================== */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 3px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #c8c8c8;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #505050;
}

.flex-control-paging li a.flex-active {
	cursor: default;
}


/* Caption
=================================================================== */
.slide-caption {
	width: auto;
	max-width: 100%;
	padding: 5px 20px;
	margin: 0 0 0px 0px;
	position: absolute;
	display: block;
	left: 0px;
	bottom: 0px;
    right: 0px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
}

.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}

.slide-caption h3 {
	color: #fff;
	font-size: 16px;
	margin:0;
	line-height: 30px;
}

.slide-caption p {
	margin:0;
    font-size: 12px;
	line-height: 19px;
	color: #bbb;
}


/* News
=================================================================== */
.news h4 {
	width: auto;
	max-width: 100%;
	padding: 0px 5px;
	margin: 0 0 0px 0px;
	font-size: 36px;
    line-height: 42px;
    color: #222;
}
.news img {
/*
	width: auto;
	max-width: 100%;
*/
}

.news span {
	padding: 5px 5px;
	margin: 0 0 0px 0px;
	font-size: 12px;
    line-height: 1.5;
    color: #666;
}

.imgBorder {
    width: 93%;
    align-content: center;
    height: 460px;
    margin: auto;
    display: block;
  padding: 5px 5px ;
  background-color: white;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
/*    float: right;*/
}



/* Project Caption
=================================================================== */
.slide-caption2 {
	width: auto;
	max-width: 100%;
	padding: 5px 20px;
	margin: 0 0 0px 0px;
	display: block;
	left: 0px;
	bottom: 0px;
    right: 0px;
	background-color: #111;
	background: rgba(0, 0, 0, 0.2);
}

.slide-caption2.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}

.slide-caption2 h3 {
	color: #000;
	font-size: 18px;
	margin:0;
	line-height: 33px;
}

.slide-caption2 p {
	margin:0;
    font-size: 13px;
	line-height: 19px;
	color: #000;
    text-align: center;
}



/* News
====================================================================== */

body { padding-top: 0px; }


.carousel-indicators {
    bottom:-40px;
	left:0;
	width:100%;
	background:#ccc;
	padding: 6px 0px;
	margin-left:0;
	border-top:2px solid #fff;
}
.carousel-indicators li {
	width:12px;
	height:12px;
	background:#fff;
	border-color:#fff;

}
.carousel-indicators .active {
	width:14px;
	height:14px;
	background:#428bca;
	border-color:#428bca;
}
.carousel-inner .thumbnail {
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.carousel-inner .caption {
	background:#ddd;
	padding: 10px;
}



/* Notice
====================================================================== */

.hero-unit {
	background: #fff url(../img/bg-k10.png);
	border-left: 4px solid #3f0444;
	padding: 13px 13px 13px 15px;
	font-style: italic;
	margin: 20px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
}


/* Staff Profile tabs
====================================================================== */

.staffprofile {

	border-left: 2px solid ;
	padding: 13px 13px 13px 15px;
	font-style: italic;
	margin: 20px auto;

	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
}

.staffprofile li {
    background: #fff url(../img/bg-k10.png);
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #B7B6BB;
    border-top: 2px solid white;
    display: block;
    color:#333333;
}

/* Content
====================================================================== */

.content p{
	/*background: #fff url(../img/bg-k10.png);*/
/*	border-left: 4px solid #3f0444;*/
	padding: 5px 13px 5px 5px;
/*	font-style: italic;*/
	margin: 15px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
    line-height: 25px;
}

.content h5{
	color: blue;
	padding: 10px 13px 15px 15px;
    text-align: center;
    text-decoration: underline;
	margin: 5px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
}




/* Newsfeed
====================================================================== */

.newsfeed table{

/*	border-left: 4px solid #3f0444;*/
/*	font-style: italic;*/
	margin: 15px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
    line-height: 25px;
}

.newsfeed table tr{
    border-bottom: 1px dotted #aaa;
    background: #fff url(../img/bg-k10.png);
}

 .newsfeed td{
	vertical-align: top;
}

 .newsfeed td a{
	vertical-align: top;
}

 .newsfeed td p{
	text-align: justify;
     padding: 0px 10px 0px 0px;
}

 .newsfeed td h3{
	color: #121212;
     text-align: justify;
}

 .thumb{
	text-align: left;
    width: 30%;
     padding: 15px 25px 10px 5px;
}

 .heading{

}




/* Profile
====================================================================== */

.profile {
	padding: 1px 13px 13px 15px;
	margin: 1px 10px 10px 20px auto;
}

.profile img {

	margin-left: 2px;
    width: 200px;
    height: 250px;
}

.profile-details {

	margin-left: -40px;
	width:100%;
	padding-left: 50px;
}

.profile-details p{

	line-height: 25px;
    margin-top: -10px;


}

.profile-details h2{

	font:
}


/* Course-Content
====================================================================== */

.course-content {
	padding: 1px 5px 1px 5px;
    margin-top: -10px;
	margin: 1px 10px 10px 10px auto;
}

.course-content h3{

	font-size: 14px;
    text-align: justify;
    color:#000;
    line-height: 25px;
    margin-bottom: 5px;

}

.course-content .info{

	margin-left: 0px;
}

.course-content .info p{

	line-height: 20px;
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
}




/* Icon Boxes
=================================================================== */
.icons-box-container {
	float:left;
}

.icons-boxes-container {
	float:left;
}

.icons-box {
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 10px 10px 10px;
}

.icons-box:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box h3 {
	margin: 0 auto;
	padding-top: 10px;
	border-bottom: 3px double #f6f6f6;
	margin-bottom: 10px;
}

.icons-box p {
	float: left;
}

.icons-box i {
	float: left;
	margin: -2px 0 0px 0;
}

.icons-box i.circle {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color-full {
	float: none !important;
	margin: 0 auto !important;
}

.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	margin: 0 auto;
	opacity: .1;
}

.big {
	border: 20px solid #fff !important;
}

.ico-color {
	background-image: url("../img/icons/green/glyphicons.png");
	opacity: 1;
}

.mini-color {
  background-image: url("../img/icons/green/glyphicons-mini.png");
  opacity: 1;
}

.circle-color {
	background-color: #fff;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #3f0444;
	   -moz-box-shadow: 0px 0px 0px 3px #3f0444;
		    box-shadow: 0px 0px 0px 3px #3f0444;
	margin: 0 auto;
	opacity: 1;
}

.circle-color-full {
	background-color: #3f0444;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #3f0444;
	   -moz-box-shadow: 0px 0px 0px 3px #3f0444;
		    box-shadow: 0px 0px 0px 3px #3f0444;
	margin: 0 auto;
	opacity: 1;
}

.big-color {
	border: 20px solid #3f0444 !important;
}



/* Icon Boxes Vert
=================================================================== */
.icons-box-vert-container {
	float:left;
}

.icons-boxes-vert-container {
	float:left;
}

.icons-box-vert {
	border: 1px solid #fff;
	padding: 30px 15px 10px 15px;
}

.icons-box-vert:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box-vert-info {
	float: right;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-left: 20px;
	width: 70%;
}

.icons-box-vert h3 {
	float: left;
	margin-top: -10px;
}

.icons-box-vert p {
	float: left !important;
}

.icons-box-vert i {
	float: left;
}

.icons-box-vert i.circle {
	float: left !important;
}

.icons-box-vert i.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	opacity: .1;
}

.icons-left {
	float: left;
}

/* About
=================================================================== */

#comments {position: absolute}
iframe {
    width:100%;

    border:0;
    align-content: center;
}
#comment-wrap {background:#fff;position:relative}
#comments #comment-wrap{display:none;z-index:5;padding:10px}
#comments:hover #comment-wrap {display:block}


.team-name {
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;

	font-family: "Boogaloo";
	font-size: 18px;
	text-align:left;

}

.team-name a{
/*	text-decoration: none;*/
    color:dimgray;

}

.team-name a:hover{
/*	text-decoration: none;*/
    color:darkslategrey;

}

.highlight {
	color:crimson;
}

.team-name span {
	font-size: 13.5px;
	font-weight: normal;
	color: #888;
}

.team-name-profile span {
	font-size: 16px;
	font-weight: bold;
	color: #888;
}

.team-about p {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
    text-align: left;
}

/* Testimonial's Carousel
=================================================================== */
.testimonial-container {
	position: relative;
    margin-bottom: -40px;

}

.testimonials {
	background: #fff;
	border: 1px solid #f6f6f6;
	padding: 12px;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.testimonials img {
	height: 180px;
    padding-bottom: 10px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    border-radius: 10px;
    width: 285px;
}


.testimonials-bg {
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}

.testimonials-author {
	color: #666;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

p{
    text-align: justify;
}

.testimonials-author span {
	color:#a0a0a0
}

/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev {
	border: 1px solid #f6f6f6;
	display: inline-block;
	margin-right: 1px;
	height: 21px;
	width: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	position: absolute;
	margin-top: -40px;
}

form#multiphase > #phase2, #phase3, #show_all_data{ display:none; }

.mr-rotato-next {
	background: url(../img/testimonials-right-01.png) no-repeat 50%;
	background-color: #fff;
	right: -1px;
	z-index: 6;
}

.mr-rotato-prev {
	background: url(../img/testimonials-left-01.png) no-repeat 50%;
	background-color: #fff;
	right: 25px;
	-webkit-box-shadow:  3px 0px 0px 0px #fff;
	box-shadow:  3px 0px 0px 0px #fff;
	z-index: 5;
}

.mr-rotato-next:hover {
	background: url(../img/testimonials-right-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover {
	background: url(../img/testimonials-left-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover {
	background-color: #72b626;
	border-color: #72b626;
}


/* Top Links
=================================================================== */
.top-links {
	list-style: none;
	margin: 5px;
	overflow: hidden;
	padding: 0;
	width: 100%;
    background-color: #b3e6ff;
}

.top-links li {
	float: left;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}

/*.glyphicon-plus{float: right;}*/


.top-links li a {

	border: 1px solid #f6f6f6;
	border-right: none;
	border-bottom: 1px solid #f6f6f6;
	color:#501010;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

 .top-links li a img {
     margin-right: 10px;
     width: 50px;
     height: 30px;
}

.top-links li:first-child a {border-left: 1px solid #f6f6f6;}
.top-links li:last-child a {border-right: 1px solid #f6f6f6;}

.top-links li.active a {	color: #444; font-weight: bold;}
.top-links li.active a i {opacity: 1; filter: alpha(opacity=100);}
.top-links li i {opacity: 0.5; filter: alpha(opacity=50);}

.top-links li a:hover  {color:deeppink;}

.top-links li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}





/* Tabs
=================================================================== */

.tab{
    font-size: 14px;
    color:darkmagenta;
}

.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fcfcfc;
	border: 1px solid #f6f6f6;
	border-right: none;
	border-bottom: 1px solid #f6f6f6;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #f6f6f6;}
.tabs-nav li:last-child a {border-right: 1px solid #f6f6f6;}

.tabs-nav li.active a {	color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}

.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.tabs-container {
	border: 1px solid #f6f6f6;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.tab-content {
    /* padding: 40px; */
		padding-top: 0px;
}


/* Pagination
=================================================================== */
.pagination {
	text-align:right;
}

.pagination a{
	padding: 6px 12px;
    background-color: #fff;
    color: ##337ab7;
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-decoration: none;
    -moz-border-radius: 6px;
    border-radius: 4px;
    text-shadow: 0 1px 1px #eee;
    margin: 0 3px;
    line-height: 1.42857143;
}

.pagination>a:focus,
.pagination>a:hover
 {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
/*
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
*/

/* Progress Bar
=================================================================== */
.progress-bar h5 {
	margin-bottom:6px;
}

.progress-bar li {
	margin-bottom:12px;
	list-style: none;
}

.meter {
	height: 23px;
	position: relative;
	background: #fcfcfc;
}

.meter > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.meter > span:after,
.animate > span > spans li.current {
	background:#3f0444;
}

/* Dropcaps
=================================================================== */
.dropcap {
	background: #fcfcfc;
	color: #666;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
	border: 1px solid #f6f6f6;
}

	.dropcap.dark {
		background: #3a3a3a;
		color: #fff;
	}

	.dropcap.color {
		background: #3f0444;
		color: #fff;
	}


/* Research Areas
=================================================================== */


.glyphicon{font-size: 20px;}
    .glyphicon-plus{float: right;}
    a.glyphicon{text-decoration: none;}
    a.glyphicon-trash{margin-left: 10px;}
    .none{display: none;}


/* Research Areas
=================================================================== */
.research_areas  {

	margin: 0px 10px 10px 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.research_areas ul{
    margin: 1em;
	list-style: outside;
    padding-top: 5px;
}

.research_areas ul:first-child{
/*    margin: 1em;*/
	list-style: outside;
/*    padding-top: 20px;*/
}

.research_areas  ul li {
/*    list-style-type:circle;*/
/*    display: list-item;*/
	float: left;
    font-size: 14px;
	line-height: 20px;
/*	overflow: hidden;*/
	padding: 5px 10px 10px 10px;
	position: relative;
	margin left: 10px;
    text-align: justify;
}

.research_areas li {

    list-style: disc outside none;
    margin-left: 1em;
    font-size: 14px;
    text-align: justify;
    padding: 0px 10px 10px 3px;
    position: relative;

}




/* Research Projects
=================================================================== */

.research-project {

	margin: 0px 10px 10px 0px;
	overflow: hidden;
	padding-left: 0px;

}

.research-project h4{
    text-align: justify;
	line-height: 25px;
    padding-bottom: 20px;
    text-decoration: underline;
}

.research-project h5{
    margin-bottom: -5px;
}

.research-project p{
    text-align: justify;
	line-height: 25px;
    padding-bottom: 2px;
    font-size: 14px;

}

/* Department Head
=================================================================== */

.dhead{

	position: relative;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
   background-color:#e6f7ff;
	border: 1px solid #f6f6f6;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);

}

.dhead img{
    float: left;
    height: 150px;
    width: 125px;
    padding: 0px 15px 5px 10px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.dhead p{
    text-align: justify;
	line-height: 18px;
    padding-bottom: 0px;
    margin-left: 10px;
    font-size: 12px;
/*    clear: right;*/

}

.dhead hr{
    margin: 0;
    padding: 0;


}

/* Clients List
=================================================================== */

.clients-carousel {
	border: 1px solid #f6f6f6;
}

.clients-carousel li {

	float: left;
	width: 120px;
	padding: 0px 20px;
	overflow: hidden;
	border-right: 1px solid #f6f6f6;
	margin-left: 1px;

}

.clients-carousel ul.clients {
	background: #fcfcfc;
}

.clients-carousel li img {
	float: none !important;
	margin: 0 auto !important;
    /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
}

.clients-carousel li:hover {
	background: #fafafa;
}

.clients-carousel li img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

/* Pricing Tables
=================================================================== */
.five-tables .pricing-table {
	width: 187px;
}

.four-tables .pricing-table {
	width: 234px;
}

.three-tables .pricing-table {
	width: 312px;
}

.two-tables .pricing-table {
	width: 469px;
}

.pricing-table {
	float: left;
	margin: 1px 0 0 1px;
}

.pricing-table h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
	margin: 0;
}

.pricing-table li {
	color: #888;
	background: #fff;
	text-align: center;
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}

.pricing-table li:nth-child(2n) {
	background: #f6f6f6;
}

.pricing-table h4 {
	padding:0 0 10px
}

a.buy {
	text-align: center;
	display: block;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a.buy:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
	color: #fff;
	margin: 0;
}

.pricing-table h4 {
	padding: 15px 0;
}

.price,
.time {
	display: block;
	text-align: center;
	line-height: 24px;
}

.price {
	font-size: 24px;
	font-weight: normal;
}

.time {
	font-size: 12px;
	font-weight: normal;
}

/* Color Schemes
=================================================================== */

/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy {background-color: #ccc;}
.pricing-table .color-cccddd h4 {background-color: #ddd;}

/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy {background-color: #666;}
.pricing-table .color-666777 h4 {background-color: #777;}

/* Color - 3 */
.pricing-table .color-custom h3, .color-custom .buy {background-color: #111; padding: 15px 0;}
.pricing-table .color-custom h4 {background-color: #222; padding: 35px 0;}

.color-custom {
	margin-top:-57px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}

.pricing-table {
	position: relative !important;
	z-index: 5 !important;
	margin: 60px 0px;
}

.pricing-table.best-option {
	position: relative !important;
	z-index: 6 !important;
}

.pricing-table .color-custom h3, .color-custom .buy {background-color: #80a859;}
.pricing-table .color-custom h4 {background-color: #3f0444;}


/* Google Map
=================================================================== */
#google-map {
	position: relative;
	padding: 0px;
	padding-bottom: 110%;
	height: 0;
	overflow: hidden;
}

/* Footer
====================================================================== */
#footer-menu {
	height: 50px;
	background: #3b3b3b;
	border-top: 4px solid #f6f6f6;
	border-bottom: 2px solid #4d4d4d;
	margin-top: 20px;
}

#footer-menu-logo img {
	margin-top: 16px;
}

#footer-menu-links {
	display: block;
	float: left;
	max-height: 52px;
	margin: 6px 0 6px 0;

}

#footer-menu-links ul,
#footer-menu-links li {
	list-style: disc;
	color:#999999;
	padding:0;
	margin:0;
}

#footer-menu-links li:first-child {
	list-style: none;
}


#footer-menu-links ul li{
	float:left;
	position:relative;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-menu-links ul li a {
	display: inline-block;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Droid Sans';
	text-transform: lowercase;
	padding: 10px 15px 10px 0px;
	margin: 0px 10px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

#footer-menu-links ul li:first-child a {

}

#footer-menu-links ul li a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-menu-back-to-top {
	margin: 10px;
	z-index: 999;
}

#footer-menu-back-to-top a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #999999;
	background-image: url(../img/scroll-top-top.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#footer-menu-back-to-top a:hover {background-color: #aaa;}

#footer {
	background: #444444;
	color: #757575 !important;
	padding: 40px 0px;
	z-index: 1;
	position: relative;
	opacity: 1;
    padding-top: 10px;
}

#footer,
#footer p,
#footer a{
	color: #757575 !important;
}

#footer a:hover {
	color: #fff;
}

.no-margin {margin-top: 0;}

#footer h3 {
	padding: 2px 0px !important;
	margin-bottom: 10px;
	color: #999999;
	border-bottom: 3px double #999999;
}



/* Newsletter Form
====================================================================== */

form#newsletter {
	color: #999999;
	margin-left: 10px;
}

form#newsletter p {
	margin: 0px 0px -10px 0px;
}

form#newsletter label {
	font-size: 16px;
	width: 20px;
	display: block;
	position: relative;
	left: 8px;
	top: 33px;
	z-index: 2;
}

form#newsletter input[type=text] {
	background: #3b3b3b;
	width: 75%;
	float: left;
	border: 1px solid #3b3b3b;
	position: relative;
	z-index: 1;
	padding: 7px 0px 8px 34px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		    box-shadow: none;
	-webkit-border-top-left-radius: 3px;
	   -moz-border-radius-topleft: 3px;
			border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-bottomleft: 3px;
			border-bottom-left-radius: 3px;
}

form#newsletter input[type=submit] {
	background: #5b5b5b;
	color: #999999;
	width: 25%;
	float: left;
	border: 1px solid #5b5b5b;
	position: relative;
	z-index: 2;
	font-size: 14px;
	padding: 7px 0px 8px 0px;
	margin-top: 0px;
	margin-left: -42px;
	-webkit-border-top-right-radius: 3px;
	   -moz-border-radius-topright: 3px;
			border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-radius-bottomright: 3px;
			border-bottom-right-radius: 3px;

}

/* Copyright
====================================================================== */

#copyright {
	padding: 20px 0px;
}

#copyright p {
	margin: 0 auto;
	max-width: 520px;
	text-align: center;
	color: #666;
}
Part2@2016

/* Photo Stream
=================================================================== */
.flickr-widget {margin-right: -12px; margin-top: 15px;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #505050;}

.flickr-widget a {
	float: left;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-right: 11px;
	margin-bottom: 12px;
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
	padding: 4px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ie7 .flickr-widget a {width: 54px; height: 54px;}



/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) {

	#wrapper {
		width: 1000px;
		margin: 20px auto;
	}

	#footer-menu {
		padding-left: 30px;
		padding-right: 30px;
		margin-left: -30px;
		margin-right: -30px;
	}

	#footer {
		padding-left: 30px;
		padding-right: 30px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.flexslider.home {
		min-height: 300px;

	}

}


/* Tablet Portrait (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) {}
