body {
	color: #000;
	font-family: 'Open Sans',sans-serif;
	font-weight:100;
	font-size:15px;
	background-color: #000;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #C00;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
 color: #930  outline: none;
	text-decoration: underline;
}
a.dark {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a.dark:hover, a.dark:focus {
	color: #ddd;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {
	font-size: 32px;
	color: #c00;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align:left;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	text-align:justify;
}
ul li, ol li {
	text-align:justify;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
/*	Section

	==================================================*/

.section {
	padding: 30px 0;
}
.active-section {
	top: 80px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Header

	==================================================*/

#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
/*	Parallax Background

	==================================================*/



#parallax {
	width: 100%;
	text-align:center;
	/*background: url('../images/bg-03.jpg') center center no-repeat;

	background-size:contain;*/

	z-index: -100;
	overflow:hidden;
}
#parallax img {
	margin: 0 auto;
}
#parallax-about {
	height: 425px;
	width: 100%;
	position: relative;
	/*background: url('../images/bg-02.jpg') center center no-repeat;

	background-size: cover;*/

	z-index: -100;
	overflow:hidden;
}
.homeslidelink {
	background: rgba(255, 0, 0, 0.5);
	padding:5px;
	color:#fff;
	font-size:14px;
	width:150px;
	height:45px;
}
.link1 {
	position:absolute;
	top:20%;
	left:20%;
}
.link2 {
	position:absolute;
	top:28%;
	right:30%;
}
.link3 {
	position:absolute;
	top:45%;
	left:40%;
}
.link4 {
	position:absolute;
	margin-top:22%;
	right:10%;
}
/*	Navbar

	==================================================*/

.navbar-inverse .navbar-brand {
	padding: 5px 5px;
	margin-right: 30px;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(0, 0, 0, 0.9);
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	font-family: "Oswald", sans-serif;
	padding: 10px 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #3498db;
}
.header-button {
	margin-left: 15px;
}
header .search {
	padding: 10px 0;
	margin: 0 15px;
}
header .search a {
	color: #fff;
}
header .search a:hover {
	color: #C00;
}
header .search form {
	display:none;
	width:100%;
}
header .search form input {
	margin:0;
	padding:5px 5px;
	width:auto;
	color:#999;
	font-size:14px;
	font-weight:normal;
}
/*	Breadcrumbs

	==================================================*/

#breadcrumbs {
	padding:10px 0;
	margin-bottom:10px;
	font-size: 14px;
	color:#AAA;
}
/*	Hero

	==================================================*/

#hero {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	margin-top: 30%;
	padding: 0;
	min-height:200px;
}
.lp-element {
	padding: 20px 10px;
	background-color: rgba(235, 235, 235, .75);
	border:1px solid #C00;
}
.lp-element h1 {
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
}
.lp-element p {
	text-align:left;
}
/*	Hero Inner

	==================================================*/

#hero-inner {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	margin-top: 10%;
	padding: 0;
	min-height:200px;
}
#hero-inner .lp-element {
	padding: 20px 10px;
	background-color: rgba(255, 0, 0, .75);
}
#hero-inner .lp-element h1 {
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
}
#hero-inner .lp-element p {
	text-align:left;
}
/*	Research

	==================================================*/

#research {
	background-color: rgba(255, 255, 255, 0.9);
	background: url('../images/bg-06.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	padding:0;
}
#research .research_inner {
	padding:10px 0;
	background:rgba(235, 235, 235, 0.8);
}
#research h1, #research h2, #research h3 {
	color: #C00;
}
#research .lead {
	color: #333;
}
#research p {
	color:#000;
}
#owl-research .item img {
	display: block;
	width:200px;
	height: 150px;
}
.respanel {
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:0;
	overflow:hidden;
	width:100%;
	height:180px;
}
.description {
	margin-top:145px;
	background:rgba(0, 0, 0, 0.6);
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:100%;
	height:185px;
}
.description h4 {
	color:#fff;
}
.description span {
	font-weight:normal;
	color:#fff;
}
.respanel:hover .description {
	-moz-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
	transition: all 300ms ease-out;
}
/*	About Home

	==================================================*/

#about-home {
	background-color: #000;
	background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	padding:0;
}
#about-home .about_inner {
	padding:50px 0;
	background:rgba(0, 0, 0, 0.6);
}
#about-home .abouttext {
	background:rgba(10, 30, 60, 0.7);
	min-height:250px;
	padding:20px 20px;
}
#about-home h1, #about-home h2, #about-home h3 {
	color: #C00;
}
#about-home .lead {
	color: #900;
}
#about-home p {
	color:#fff;
}
#about-home .pubs {
	background:rgba(235, 235, 235, 0.8);
	min-height:250px;
	padding:20px 20px;
}
#about-home #owl-pubs .item {
	color:#000;
	padding:0 10px;
}
/*	About Inner

	==================================================*/

#about {
	background-color: #fff;
	padding: 10px 0;
}
#about .about_inner {
	padding:10px 0;
	background:rgba(255, 255, 255, 1);
}
#about .lead {
	font-size:16px;
	color: #900;
	font-style:italic;
}
 #about .lead::before {
 content:open-quote;
 font-size:24px;
 color: #999;
 font-style:italic;
}
 #about .lead::after {
 content: close-quote;
 font-size:24px;
 color: #999;
 font-style:italic;
 line-height:28px;
}
#about p {
	color:#000;
}
img.alignright {
	float:right !important;
	margin-left:10px;
}
img.alignleft {
	float:left !important;
	margin-right:10px;
}
/*	People

	==================================================*/ 

	.peoplebox {
	background:#fff;
	color:#000;
	border:1px solid #ccc;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(107, 97, 107, 0.6);
	-moz-box-shadow: 2px 2px 5px 0px rgba(107, 97, 107, 0.6);
	box-shadow: 2px 2px 5px 0px rgba(107, 97, 107, 0.6);
	margin:0 10px 15px 10px;
	padding:5px;
	overflow:hidden;
	height: 200px;
}
.element-item a:hover, a:visited, a:focus {
	text-decoration:none !important;
}
.peoplepic {
	float:left;
	text-align:left;
	padding:0 10px 5px 0;
}
.peopledesig {
	text-align:left;
	padding:0 0 5px 0;
}
.peopleinfo {
	color:#333;
	text-align:left;
	margin:0px;
	padding:0px;
}
.peopleinfo h3 {
	color:#C00;
	font-size:16px;
	margin:5px 0 10px 0 !important;
	padding:0px !important;
}
 #grid[data-columns]::before {
 content: '3 .column.size-1of3';
}
/* These are the classes that are going to be applied: */

.column {
	float: left;
}
.size-1of3 {
	width: 33.3333%;
}
/* Main Panel

==================================================*/



#mainpanel {
	background:rgba(255, 255, 255, 1);
	padding:20px 20px;
}
#mainpanel h1, #mainpanel h2, #mainpanel h3, #mainpanel h4, #mainpanel h5 {
	color: #C00;
	margin:20px 0 10px 0;
	padding:10px 0 10px 0;
}
#mainpanel ul, #sidepanel ol {
	padding: 0;
	margin: 0 10px;
	list-style:circle;
}
#mainpanel ul li, #sidepanel ol li {
	padding: 0;
	margin: 10px 10px;
}
/*	Sidepanel

	==================================================*/

#sidepanel {
	padding:5px 0 0 0;
	background: url('../images/bg-01.jpg');
	background-color:rgba(0, 0, 0, 1);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: contain;/*box-shadow: 1px 2px 3px #888888;*/
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	padding:0 0 0 5px;
	color: #FFF;
	text-shadow:1px 1px 3px #000;
}
.sidepanel_inner {
	padding:10px 0;
	background:rgba(0, 0, 0, 0.3);
}
#sidepanel ul, #sidepanel ol {
	padding: 0;
	margin: 0 10px;
	list-style:circle;
	color:#fff;
}
#sidepanel ul li, #sidepanel ol li {
	padding: 0;
	margin: 0 10px;
}
#sidepanel a {
	color:#fff;
}
#sidepanel a:hover {
	color:#c00;
}
/*	Footer

	==================================================*/ 

#footer {
	background:#000;
	border-top: 5px solid #900;
	font-size:12px;
	color:#ddd;
	text-align: left;
	padding:10px 0;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}


.pubslistitem {
margin:0 0 20px 0;
}

.pubs-innerdiv {
clear:right;
}
.pubs-innerdiv p {
margin:0 0 0 0;
padding:0;
}
/*	Responsive

	==================================================*/ 



@media (max-width: 991px) {
 .section {
 padding:10px 0;
 margin:0;
}
 .navbar-fixed-top {
 position:relative;
}
 .navbar-brand .col-md-4 {
 width:100%;
 margin:0;
 padding:0;
 text-align:center;
}
 .navbar-brand .col-md-4 img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
#parallax-about {
 height: 300px;
 width: 100%;
 position: relative;

	/*background: url('../images/bg-02.jpg') center center no-repeat;

	background-size: cover;*/

	z-index: -100;
 overflow:hidden;
}
 #sidepanel {
 position: relative;
}
 #footer .text-left, #footer .text-right {
 text-align:center;
}
}
 @media (max-width: 767px) {
 .section {
 padding:10px 0;
 margin:0;
}
 .navbar-brand .col-md-4 {
 width:100%;
 margin:0;
 padding:0;
}
 .navbar-brand img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
#parallax-about {
 height: 250px;
 width: 100%;
 position: relative;

	/*background: url('../images/bg-02.jpg') center center no-repeat;

	background-size: cover;*/

	z-index: -100;
 overflow:hidden;
}
 #footer .text-left, #footer .text-right {
 text-align:center;
}
}
 @media (max-width: 490px) {
 .container {
 max-width: 445px;
 padding-left: 5px;
 padding-right: 5px;
}
 .section {
 padding:10px 0;
 margin:0;
}
 .navbar-brand .col-md-4 {
 width:100%;
 margin:0;
 padding:0;
}
 .navbar-brand img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
 #breadcrumbs {
 margin-left:20px;
 padding:10px 0;
 font-size: 14px;
 color:#AAA;
}
 #parallax {
 position:relative;
 width: 100%;
 text-align:center;

	/*background: url('../images/bg-03.jpg') center center no-repeat;

	background-size:contain;*/

	z-index: 100;
 overflow:hidden;
 height:auto;
}
 #parallax img {
 margin: 0 auto;
}
 #parallax-about {
 height: 180px;
 width: 100%;
 position: relative;

	/*background: url('../images/bg-02.jpg') center center no-repeat;

	background-size: cover;*/

	z-index: -100;
 overflow:hidden;
}
 #about img {
 width:100%;
}
 #hero .lp-element p {
 text-align:left;
}
 #hero-inner .col-md-4 {
 width:100%;
 margin:0;
}
     .peopleboxouter {
         width:100%;
	height: auto;
         margin:20px 0;
}
     .peoplebox {
         width:100%;
	height: auto;
}
 #footer .text-left, #footer .text-right {
 text-align:center;
}
}
