body {
	background-color: #F7F4F1;
	
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.5;
}
#body-inner {
	background-color: rgba(255,255,255,0.8);	
}
a {
	color: #A95A98;
	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: #636;
	border-bottom:1px dotted #F90;
	outline: none;
	text-decoration: none;
}
a.dark {
	color: #FBFFB1;
	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: #aaa;
	outline: none;
	text-decoration: none;
}
.events-table a {
	color:#FBFFB1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family:Montserrat;*/
	color: #A55A98;
	margin-bottom: 5px;
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
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:left;
}
#mainpanel ul li, #mainpanel ol li {
	margin-bottom:20px;
}
blockquote {
	padding: 25px;
	border-left:5px solid #A95A98;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.alignleft {
	float:left;
	margin-right:30px;
}
.alignright {
	float:right;
	margin-left:30px;
}
svg.search-icon {
	fill:#fff;
}
/*	Section
	==================================================*/
.section {
	padding: 0;
	margin:0;
}
.active-section {
	top: 0;
}
.navbar.active-section {
	top: 0 !important;
}
.container {
	position:relative;
	clear:both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color: #6CADDF;
	padding:5px 0;
	height:45px;
	text-align:center;
}
#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	z-index:99999;
	padding:25px 0;
}
#header, #header a, #header h1, #header h1 a {
	font-size:42px;
	text-transform:uppercase;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.slider.home {
	/*background-color:#000;*/
	z-index:9999;
	/*position:absolute;
	margin:0;
	top:0;*/
	padding:10px;
	text-align:left;
	clear:both;
}
.rpc-content {
	display:none;
}
#banner-inner {
	height: 350px;
	width: 100%;
	position: relative;
	overflow:hidden;
	-webkit-box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.85);
-moz-box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.85);
box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.85);
}
.homeslidelink {
	background: rgba(255, 0, 0, 0.5);
	padding:5px;
	color:#fff;
	font-size:14px;
	width:150px;
	height:45px;
}
.slides .caption {
	text-align:center;
}
.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:rgba(115,25,85, 0.9);
	/*background:rgba(15,15,80,0.7);*/
	border:none;
}
.navbar-brand h1 {
	color:#444 !important;
	padding:5px 0 0 0;
}
.title-desig {
	font-size:18px;
	padding:0 0 0 0;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	font-family: "Oswald", Helvetica, Arial, Verdana, 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;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0;
}
li.astm-search-menu {
	margin-left:15px !important;
}
.header-button {
	margin-left: 15px;
}
header .search {
	padding: 10px 0;
	margin: 0 15px;
}
header .search a {
	color: #FFF;
}
header .search a:hover {
	color: #39C;
}
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;
}
.menubar {
	padding:10px 0;
	background: #ddd;
	-webkit-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
}
#searchform {
	background: #fff;
	padding:10px;
}
#s, #searchsubmit {
	padding:5px;
	margin-bottom:10px;
}
.logo {
	margin-top:10px;
}


/*	Breadcrumbs
	==================================================*/
/*Yoast breadcrumbs */

#breadcrumbs {
	padding:10px 0;
	font-size: 14px;
	color:#AAA;
}

.breadcrumb-container.theme1 a {
    margin: 0 5px !important;
    padding: 5px 2px !important;
}
.breadcrumb-container {
    padding: 5px 5px 5px 0px !important;
    margin: 20px 20px 20px 0px !important;
}
/*	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;
}
/* Home
==================================================*/
.introtxt {
	font-size:18px;
	line-height:22px;
}
.nivo-caption {
	display:table !important;
	width:600px !important;
	left: 50px !important;
    bottom: 50px !important;
    padding: 15px 10px !important;
	margin: 0 auto !important;
}
.homepanel {
	color:#333;
	margin:0 0 20px 0;
	line-height:22px;
	overflow:hidden;
}
.homepanel h4 {
	color:#797EB3;
	padding:10px;
}
.homepanel.panel1 {
	/*background:rgba(255,255,255,0.9);
	background-image:url(../../../uploads/2018/12/iisc-mainbuilding.jpg);
	background-size:cover;
	background-attachment:fixed;*/
	color:#333;
	margin:0 0 0 0;
	overflow:hidden;
	/*border-bottom: 5px solid #F76674;*/
}
.panel1_inner {
	padding:10px 0;
	overflow: hidden;
}
.panel1_inner h2 {
	color:#FFBB00 !important;
	text-shadow:1px 1px 1px #555;
	text-align:left !important;
	line-height:28px;
	text-align:justify;
	margin-bottom:20px;
}
.homepanel.panel1 p {
	color:#333 !important;
}
.homepanel.panel2outer {
	background:#fff;
	border-left: 0px solid #eee;
	border-right: 1px solid #eee;
}
.homepanel .panel2 {
	background:#fff;
}
.panel3 {
	background:rgba(115,25,85, 0.9);
	padding:50px 0;
}
.panel3 h1, .panel3 h2, .panel3 h3, .panel3 h4 {
	color:#fff;
}
.panel3_inner {
	color:#fff;
	
}

.panel3_inner .news h2::after {
	content:'view all...';
	float:right;
	font-size:14px;
	padding-top:10px;
}
.panel4 {
	background:rgba(245,245,245, 0.9);
	padding:50px 0;
}
.panel4 h1, .panel4 h2, .panel3 h4, .panel3 h4 {
	color:#A55A98;
}
.panel4_inner {
	color:#333;
	
}
.panel4_inner .pubs h2::after {
	content:'view all...';
	float:right;
	font-size:14px;
	padding-top:10px;
}
.panel4_inner ul li {
	padding:0;
	margin:5px 0 5px 0;
}
.homepanel ul {
	padding:0;
	margin:0 0 0 20px;
	list-style: url("../images/bullet-squares.png");
}
.homepanel ul li {
	color:#fff !important;
	padding:0;
	margin:5px 0 5px 0;
}
.datehome {
	float:left;
	background-color:#fff;
	text-align:center;
	width:75px;
	margin:0 10px 0 0;
	padding:0;
}
.date_mm {
	color:#A55A98;
	font-size:14px;
	font-weight:bold;
	background-color:#ddd;
	padding:2px 0;
	text-transform: uppercase;
}
.date_dd {
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#333;
	margin-top:5px;
}
.date_day {
	font-size:14px;
	font-weight:400;
	color:#333;
}
.theme-light .nivo-controlNav {
	padding: 10px 0 !important;
}
/*	Research
	==================================================*/
#research {
	background-color: rgba(255, 255, 255, 0.9);
}
#research h1, #research h2, #research h3 {
	color: #069;
}
#research .lead {
	color: #333;
}
#research p {
	color:#000;
}
#owl-research .item img {
	display: block;
	width:200px;
	height: 150px;
}
.homepanel {
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	height:250px;
}
.respanel {
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:0;
	overflow:hidden;
	width:100%;
	height:180px;
}
.description {
	margin-top:220px;
	background:rgba(50, 50, 50, 0.9);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:100%;
	height:120px;
	text-align:center;
}
/*.description::before {
	content: '^';
	font-size:24px;
	color:#F93;
}*/
.homepanel:hover .description {
	background:rgba(245, 245, 245, 0.9);
}
.homepanel:hover .description::before {
	content: "";
}
.description h4 {
	color:#fff;
}
.homepanel:hover .description h4 {
	color:#A95A98;
}
.description span {
	font-weight:normal;
	color:#fff;
}
.homepanel:hover .description {
	-moz-transform: translateY(-75%);
	-o-transform: translateY(-75%);
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%);
	transition: all 300ms ease-out;
}
/*	Home
	==================================================*/
/*	About Home
	==================================================*/
#about-home {
	background:rgba(255, 255, 255, 0.1);
	/*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
	padding:0;
	margin:0;
}
#about-home .abouttext {
	background:rgba(255, 255, 255, 0.9);
	padding:20px 20px;
	overflow:auto;
}
#about-home h1, #about-home h2, #about-home h3 {
	color: #333;
}
#about-home .lead {
	color: #900;
}
#about-home p {
	color:#333;
}

#about-home .topics {
	background:rgba(255, 255, 255, 0.9);
	min-height:325px;
	padding:20px 20px;
}
#about-home .topics h1, #about-home .topics h2, #about-home .topics h3 {
	color:#036;
}
#about-home .topics ul {
	margin: 0 0 0 25px;
	padding:0;
}
#about-home .topics ul li {
	margin:0 0 10px 0;
}
.sm-gallery-title {
    background: none repeat scroll 0 0 rgb(250, 200, 50) !important;
}
.smblog_masonry_numcol {
    padding-bottom: 10px !important;
}
.videos.home .col-md-2 {
	width:20% !important;
	padding:5px;
	overflow:hidden;
}
.videos.home video {
  display: block;
  max-width: 220px;
}
/*	About Inner
	==================================================*/
#about {
	background-image:url(../images/page-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}
#about .about_inner {
	padding:0;
	background:rgba(255, 255, 255, 0.8);
}
#about .lead {
	font-size:16px;
	color: #069;
	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:#333;
}
#about .panel3_inner .about p {
	color:#fff;
	
}
/*	People
	==================================================*/ 
	.peoplebox {
	background:#fff;
	color:#000;
	/*border-bottom:1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	-moz-box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6); */
	margin:0 0 15px 0px;
	padding:5px;
	overflow:auto;
	height: 320px;/*text-align:center;*/
}
.faculty .peoplebox {
	height: 230px;/*text-align:center;*/
	border:1px solid #eee;
	overflow:hidden;
}
.peoplebox h3 {
	color:#069;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}
.peoplepic {
	float:none;
	text-align:center;
	padding:0 5px 5px 5px;
	width:auto;
	height: 200px;
	overflow:hidden;/*margin:0 auto;*/
}
.faculty .peoplepic {
	float:left;
	width:250px;
}
.peoplepic img {
	/*height:100%;*/
	border:1px solid #eee;
}
.peopledesig {
	clear:both;
	text-align:left;
	padding:0 0 5px 0;
}
.peopleinfo {
	text-align:left;
}
.peopleinfo .name {
	font-size:18px;
}
.peopleinfo:hover {
	color: #333;
}
.panelstaff {
	float:none;
	text-align:center;
	padding:0 10px 5px 0;
	width:auto;
	height: 200px;
	overflow:hidden;/*margin:0 auto;*/
}
.panelstaff img {
	border:1px solid #eee;
}
.people-right {
	background:#eee;
	padding:0 0 20px 20px;
}
/* Main Panel
==================================================*/

#mainpanel {
	padding:5px 25px 100px 25px;
	min-height:600px;
}
#mainpanel h1 {
	font-weight:700;
	margin:30px 0 20px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#mainpanel h2 {
	font-weight: 700;
	margin:50px 0 0 0;
	padding:0 0 10px 0;
}
#mainpanel h3, #mainpanel h4 {
	color: #555;
	margin:30px 0 0 0;
	padding:0 0 10px 0;
}
#mainpanel .tab-content h3 {
	margin-bottom:5px;
	padding-bottom:5px;
}
#mainpanel ul, #sidepanel ol {
	padding: 0;
	margin: 0 25px;/*list-style:none;*/
	list-style: url("../images/bullet-squares.png");
}
#mainpanel ul li, #sidepanel ol li {
	padding: 0;
	margin: 10px 10px;
}
#publications ul li, #publications ol li {
	padding: 0;
	margin: 10px 30px;
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
img {
	max-width:100%;
	height:auto;
}
table.courses {
	width:100%;
}
table.courses td {
	padding:5px;
	border:1px solid #ddd;
}
table.courses td:first-child {
	width:200px;
}
.grayborder tbody td, .grayborder td {
	border:1px solid #ccc;
	padding:2px;
}

/* Category 
======================================================*/
.category-panel-outer {
	background-color: #FFF;
	border:1px solid #efefef; 
	padding:5px; 
	height:350px; 
	margin-bottom:25px;
}
.category-panel-outer:hover{
	/*-webkit-filter: brightness(100%);*/
}
.category-panel-image {
	height:200px; 
	overflow:hidden; 
	margin-bottom:20px;
}
.cagegory-panel-noimage {
	height:150px; 
	background-color:#eee;
}
.category-panel-desc {
	font-size:22px;
	font-weight:normal;
}
#mainpanel ul.post-categories {
	list-style:none !important;
	padding:0 !important;
	margin:0 !important;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
}
#mainpanel ul.post-categories li {
	padding:0 !important;
	margin:0 !important;
}

.tab-content > .tab-pane {
	padding:25px;
}
.read_div strong {
	display:block;
	font-size:18px;
	text-align:center;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	padding:5px 0 0 0;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	color:#777;
	font-weight:300 !important;
	padding:0;
	margin:5px 0 5px 0;
}
#sidepanel {
	padding-left:0px !important;
}
#sidepanel ul, #sidepanel.textwidget ul, #sidepanel ol, #sidepanel.textwidget ol {
	padding: 0;
	margin: 0 10px;
}
#sidepanel ul li, #sidepanel ol li {
	list-style:none;
	padding: 0;
	margin: 0 10px;
}
#sidepanel img {
	padding:5px;
	border: 1px solid #ddd;
}
/*.advanced-sidebar-menu ul {
    margin: 0 0 0 18px;
    list-style: circle !important;
    list-style-type: circle !important;
}*/
.tbl-library, .tbl-pastfaculty, .tbl-students {
	width:100%;
}
.tbl-library th, .tbl-library td, .tbl-pastfaculty th, .tbl-pastfaculty td, .tbl-students th, .tbl-students td {
	padding:5px;
	border:1px solid #ccc;
}
#sidebar ul li.widget {
	margin-bottom:30px;
}
#sidebar h2.widgettitle {
	font-size:22px;
	font-weight:bold;
}

.videos.home .wp-block-columns.videocontainer .wp-block-column, .wp-block-column:not(:last-child) {
	margin:0 5px !important;
	padding:0 !important;
}

.wp-block-column {
  flex-basis: 100% !important;
  flex-grow: 0;
}

/*	Footer
	==================================================*/ 
#footer {
	background:#F7F4F1;
	border-top: 1px solid #ccc;
	color:#333;
	text-align: left;
	padding:5px 0;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}
#footer h2 {
	color: #A55A98;
	margin-bottom:20px;
}
#footer .hw-widget ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
#footer a {
	color:#333;
}
#footer a:hover {
	color:#999;
}
#footer-bottom {
	color:#555;
	padding:10px 0 25px 0;
	background-color:#F7F4F1;
	overflow:auto;
}
#footer-bottom img {
	text-align:center;
	padding-bottom:20px;
	width:100px;
}
img.arpw-thumbnail {
	display:block !important;
	float:none !important;
	clear:both !important;
}
a.arpw-title {
	display:block !important;
	float:none !important;
	clear:both !important;
}
.button.is-checked {
	color: #06C;
	border-bottom: 0px solid #069;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 25px;
	background: #FFF;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	box-shadow: none;
}
label.screen-reader-text {
	display:none;
}
footer .social_icons {
	margin:5px auto 5px auto;
}
#footer .social_icons ul {
	float:right;
	display:table;
	margin:0 auto;
	padding:0px;
	font-size:0;
}
#footer .social_icons li {
	display:inline-block;
	vertical-align:top;
	margin:0 25px 0 0;
	font-size:22px;
}
#footer .social_icons li a {
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:5%;
	color: #666;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
#footer .social_icons li a:hover {
	font-size:24px;
 color:
}
#header.navbar-fixed-top {
 position:fixed !important;
 top:0 !important;
}
#about {
	margin-top:100px;
}
@media screen and (max-width: 80000px) {
#responsive-menu-container {
	z-index:100000 !important;
}
.responsive-menu-open button#responsive-menu-button {
    z-index:200000 !important;
}
}
/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
.section {
 padding:10px 0;
 margin:0;
}

.navbar-brand .col-md-10 {
 width:100%;
 margin:0;
 padding:0;
 text-align:center;
}
.navbar-brand .col-md-10 img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
.slider.home {
 z-index:9999;
 position:relative;
 text-align:left;
 clear:both;
}
#about-home {
 background:rgba(255, 255, 255, 0.1);
	/*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
	padding:10px 0 0 0;
}
 #sidepanel {
 position: relative;
}
#footer .text-left, #footer .text-right {
 text-align:center;
}
#about {
	margin-top:150px;
}
}
@media (max-width: 767px) {
.section {
 padding:10px 0;
 margin:0;
}
.navbar-brand .col-md-10 {
 width:100%;
 margin:0;
 padding:0;
}
.navbar-brand img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
#banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow:hidden;
}
/*.videos.home .col-md-2, .videos.home .col-sm-2 {
	width:20%;
	padding:5px;
}*/
 #footer .text-left, #footer .text-right {
 text-align:center;
}
.logo.pull-right {
 display:block;
 float:none !important;
 margin:0 auto;
 width:70px;
}
#header.navbar-fixed-top {
 position:relative !important;
 top: auto !important;
}
#about {
	margin-top:10px;
}
}
@media (max-width: 490px) {
 .container {
 max-width: 445px;
 padding-left: 5px;
 padding-right: 5px;
}
.section {
 padding:10px 0;
 margin:0;
}
.navbar-brand .col-md-10 {
 width:100%;
 margin:0;
 padding:0;
}
.navbar-brand img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
#breadcrumbs {
 margin-left:20px;
 padding:5px 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 {
 width: 100%;
 position: relative;
 z-index: -100;
 overflow:hidden;
 height:300px;
}
#parallax-about img {
 width:100%;
}
#banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow:hidden;
}
.videos.home .col-md-2, .videos.home .col-sm-2 {
	width:100%;
	padding:10px;
}
#about img {
 max-width:100%;
}
#hero .lp-element p {
 text-align:left;
}
#hero-inner .col-md-4 {
 width:100%;
 margin:0;
}
#footer .text-left, #footer .text-right {
 text-align:center;
}
 table.courses td:first-child {
 width:120px;
}
}
