body {
	padding-top: 15px;
	padding-bottom: 100px;
  font-size: 20px;
}


/* Custom container */

.container {
	margin: 0 auto;
	/* max-width: 1000px; */
}

.container>hr {
	margin: 20px 0
}


/* Customize the navbar links to be fill the entire space of the .navbar */

.navbar .navbar-inner {
	padding: 0
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .75);
	border-right: 1px solid rgba(0, 0, 0, .1);
  font-size:16px;
}

.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

.news {
   font-size:20px;
   margin-bottom:10px;
}

.join-us {
   font-size:20px;
   margin-bottom:20px;
}

body>.navbar {
	font-size: 13px
}


/* Change the docs' brand */

body>.navbar .brand {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

body>.navbar .brand:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .4);
}


/* Sidenav for Docs
         -------------------------------------------------- */

@media screen and (max-width: 768px) {
	.bs-docs-sidenav {
		display: none !important;
	}
}

.bs-docs-sidenav {
	width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.bs-docs-sidenav>li>a {
	display: block;
	width: 200px;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}

.bs-docs-sidenav>li>a.subhead {
	display: block;
	width: 168px;
	margin: 0 0 -1px;
	padding: 8px 30px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
}

.bs-docs-sidenav>li:first-child>a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav>li:last-child>a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav>.active>a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.bs-docs-sidenav>li>a:hover {
	background-color: #f5f5f5
}

.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5
}

.bs-docs-sidenav.affix {
	top: 10px
}

.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}


/* Responsive
         -------------------------------------------------- */

.affix {
	top: 0px
}

#media {
	margin-top: 70px
}

#media .header {
	margin-left: 0;
	margin-bottom: 56px;
	margin-top: 30px;
}

#media .post_row {
	margin-left: 0;
	margin-bottom: 40px;
}

#media .lastpost_row {
	margin-bottom: 0
}

#media .post_row .post {
	background: #fff;
	/*margin-left: 0;;
    margin-right: 20px;*/
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0px #E0E0E0;
	width: 487px;
	height: 616px;
}

#media .post_row .last {
	margin-right: 0
}

#media .post_row .post .img {
	position: relative;
	text-align: center;
}

#media .post_row .post .img .date {
	background: #E8554E;
	position: absolute;
	padding: 2px 5px;
	top: 0;
	left: 11px;
}

#media .post_row .post .img .date p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

#media .post_row .post .img img {
	height: 275px;
	width: 410px;
}

#media .post_row .post .text {
	margin: 18px auto 0;
	width: 83%;
}

#media .post_row .post .text h5 {
	margin: 0 0 8px 0;
	font-size: 20px;
	line-height: 23px;
}

#media .post_row .post .text h5 a {
	color: #333
}

#media .post_row .post .text span.date {
	color: #9F9F9F;
	display: block;
	margin-bottom: 12px;
	font-style: italic;
	font-size: 13px;
}

#media .post_row .post .text p {
	margin: 0;
	line-height: 21px;
	font-size: 14px;
}

#media .post_row .post .author_box {
	margin: 12px auto 20px;
	border-top: 1px solid #EDEDED;
	overflow: hidden;
	text-align: left;
	width: 85%;
	padding-top: 12px;
}

#media .post_row .post .author_box h6 {
	margin: 0 0 3px 0;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	font-weight: normal;
	color: #B2B2B2;
}

#media .post_row .post .author_box p {
	color: #B2B2B2;
	font-style: italic;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
}

#media .post_row .post .author_box img {
	float: right
}

#media .post_row .post a.plus_wrapper {
	width: 99%;
	text-align: center;
	background: #fff;
	display: none;
	border-radius: 0px 0px 4px 4px;
	padding: 6px 0px 2px;
	margin: 0 auto 1px;
}

#media .post_row .post a.plus_wrapper span {
	color: #1189D9;
	font-size: 30px;
	font-weight: bold;
}

#media .post_row .post:hover a.plus_wrapper {
	display: block
}

#media .post_row .post:hover {
	box-shadow: 0px 1px 5px 1px rgb(216, 216, 216)
}

#media .post_row .post:hover .text h5 a {
	color: #1189D9
}

.map .box_wrapp {
	position: absolute;
	margin: 15px auto;
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 30px 0 30px;
	background: white;
	border-radius: 4px;
	margin-top: 25px;
}

.map .box_wrapp .box_cont {
	margin: 30px auto;
	width: 76%;
}

.section-header {
	text-align: center;
	margin-bottom: 35px;
}

.section-header h1,
.title-text {
	font-weight: bold;
	font-size: 30px;
	margin: 12.5px 0;
	font-weight: 100;
	margin-bottom: 25px;
	line-height: 55px;
}

.feature-item:hover {
	box-shadow: 0px 1px 5px 1px rgb(216, 216, 216)
}

.feature-item img {
	margin-left: 15px;
	margin-right: 15px;
	max-width: 90%;
	height: 200px;
}

.feature-item h5 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature-item p {
	margin-left: 15px;
	margin-right: 15px;
}

.feature-heading {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.feature-heading a:hover {
	text-decoration: none;
}

.feature-button {
	font-size: 16px;
	background-image: none;
	box-shadow: none;
	margin-bottom: 10px;
}

.centered {
	text-align: center;
}

.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.jumbotron {
	position: relative;
	padding: 45px 0px 35px 0px;
	color: #E57200;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background: #30393C;
	background: -moz-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #30393C), color-stop(100%, #30393C));
	background: -webkit-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: -o-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: -ms-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: linear-gradient(45deg, #30393C 0%, #000000 100%) repeat;
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
}

.jumbotron:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .4;
}

.lead {
	margin-bottom: 0px;
	font-size: 21px;
	font-weight: 200;
	line-height: 15px;
}

img.float-left {
	float: left;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 12px;
}

img.float-right {
	float: right;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
}

img.publications-thumb {
	width: 142px;
	height: 188px;
}

.caption {
	margin: 10px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 93.5%;
	height: 93.5%;
}

.video-caption {
	margin: 10px;
}

.accordion {
	margin-bottom: 20px;
	margin-right: 40px;
}

.thumbnail>img.sponsor {
	width: 212px;
	height: 150px;
}

img.carousel-image {
	width: 100%;
}

li.publication {
	margin-bottom: 20px;
}

.page-header h3 a:hover {
	text-decoration: none;
}

iframe.map-frame {
	border: none;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: 550px;
	width: 100%;
}

ul.sponsors {
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer {
	z-index: 10;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 8px;
  height: 60px;
  width: 100%;
	border-top-style: solid;
	border-top-color: #2F2F2F;
	border: 0;
	font-size: 100%;
	font: white;
	vertical-align: baseline;
	text-align: center;
}

#footer h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: BebasNeueRegular;
	color: #8DBECE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #30393C;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 25px;
	font-weight: normal;
}

#footer p {
	font-size: 16px;
	font-family: BebasNeueRegular;
	color: gray;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #30393C;
	line-height: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 300;
}

#footer a img {
	margin-top: 0px;
}

#footer address {
	color: #8F8F8F;
	font-size: 11px;
}




ul.program li {
    font-size: 17px;
    padding: 5px;
}

ul#pc li {
    font-size: 15px;
    padding: 2px;
    color: #666666;
}


/* Posted */

.posted {
    height: 33px;
    margin: 0 0 30px 0;
    padding: 10px 15px 0 15px;
    background: url(images/img6.gif) repeat-x;
    border-bottom: 1px solid #F2F2F2;
}

.posted p {
    float: left;
    margin: 0;
}

.posted .comments {
    float: right;
}

.posted a {
    color: #717171;
}

/* Logo */

#logo {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    background: #FFFFFF;
}

#logo * {
    text-decoration: none;
}

#logo h1.logo-header {
    padding: 20px 0 0 0px;
    font-size: 32px;
}

#logo h1.logo-header a {
    color: #000000;
}

#logo h1.logo-header span {
    font-weight: bold;
}

#logo h2.logo-header {
    padding: 10px 0px 0px 0px;
    font-size: 19px;
    border: none;
}

#logo h2.logo-header a {
    color: #1772d0;
}

/* Menu */
#menu {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0px;
    background: #FFFFFF;

	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
}


#menu ul {
    padding: 0px;;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
}

#menu a {
    padding: 0 15px 0 20px;
    border-left: 1px solid #DBDBDB;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 20px;
    color: #3B3B3B;
}
#menu a:hover{
	color: #EC5600;
}

#menu .first a {
    border: none;
}

/* Splash */

#splash {
    width: 1000px;
    margin: 0 auto;
    border-right: 20px solid #FFFFFF;
    border-left: 20px solid #FFFFFF;
}

/* Schedule */

table.schedule {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: #000;
	border-collapse: collapse;
	background-color: white;
    font-size: medium;
    color: #000;
}

.schedule_week {
	font-size: small;
	background-color: #CCF;
    color:#000
}

.schedule td {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

table#program td {
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
}
table#program td:nth-child(2) {
    text-align: center;
    width: 110px;
}
table#program td:nth-child(1) {
    text-align: center;
    width: 110px;
}

tr.row_type_A {
	background-color: #EEE;
}
tr.row_type_B {
	background-color: #FFF;
}
tr.row_type_A td {
	padding: 10px 10px;
}
tr.row_type_B td {
	padding: 10px 10px;
}


/* post */
.page-content {
  padding: 30px 0
}

.page-heading {
  font-size: 20px
}

.post-list {
  margin-left: 0;
  list-style: none
}

.post-list>li {
  margin-bottom: 30px
}

.post-meta {
  font-size: .83125em;
  color: #828282
}

.post-link {
  display: block;
  font-size: 24px
}

.post-header {
  margin-bottom: 30px
}

.post-content {
  margin-bottom: 30px
}

.post-content h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500
}

.post-content h3 {
  font-style: italic
}

ul#archive {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0
}

ul#archive li {
  border-bottom: #999 1px dotted;
  padding: .1em 0 .1em .5em;
  background: #fff
}

ul#archive h2 {
  padding-top: 0.5em
}

ul#archive li.alt {
  background: #f6f6f6
}

.archiveposturl {
  display: block;
  color: #333
}

ul#archive li span a {
  color: #8d0016;
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif
}

ul#archive li span.postlower {
  font-size: 85%
}

ul#archive li span.postlower a {
  color: #07c;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif
}

article ul {
  list-style-type: none
}

article ul>li:before {
  content: "–";
  position: absolute;
  margin-left: -1.1em
}

article ul#archive>li:before {
  list-style-type: none;
  content: none
}

.center-cropped {
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 1px solid #9e5a63;
  border-radius: 5%;
  margin-right: 10px;
  background-position: center;
  background-size: contain
}

.center-cropped-2 {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 1px solid #9e5a63;
  border-radius: 5%;
  margin-right: 10px;
  background-position: center;
  background-size: contain
}


.center-cropped img {
  min-height: 100%;
  min-width: 100%;
}

.center-cropped-2 img {
  min-height: 100%;
  min-width: 100%;
}

.lecture-container {
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px
}

.lecture-container .thumbnail {
  width: 180px;
  margin: 0px
}

.archivetext {
  display: block;
}

/* Code */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic
}

blockquote>:last-child {
  margin-bottom: 0
}

pre,
code {
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
  color: #111;
  font-family: monospace
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: scroll;
}

pre>code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.wrapper {
  max-width: -webkit-calc(1050px - (30px * 2));
  max-width: calc(1050px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px
}

@media screen and (max-width: 100px) {
  .wrapper {
    max-width: -webkit-calc(950px - (30px));
    max-width: calc(950px - (30px));
    padding-right: 15px;
    padding-left: 15px
  }
}

.wrapper:after,
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both
}

.icon>svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle
}

.icon>svg path {
  fill: #828282
}

a.tosu {
  color: #b00000;
  background: #f5f5f5;
  text-decoration: none;
  padding: 2px;
  font-weight: 600;
  font-family: 'Capita', Georgia, serif
}


.post-content {
  margin-bottom: 30px;
}

.post-content h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500
}

.post-content h3 {
  font-style: italic
}

.highlight code,
.highlight pre,
.highlighter-rouge code,
.highlighter-rouge pre {
  color: #fdce93;
  background-color: #3f3f3f
}

.highlight .hll {
  background-color: #222
}

.highlight .err {
  color: #e37170;
  background-color: #3d3535
}

.highlight .k {
  color: #f0dfaf
}

.highlight .p {
  color: #41706f
}

.highlight .cs {
  color: #cd0000;
  font-weight: 700
}

.highlight .gd {
  color: #cd0000
}

.highlight .ge {
  color: #ccc;
  font-style: italic
}

.highlight .gr {
  color: red
}

.highlight .go {
  color: gray
}

.highlight .gs {
  color: #ccc;
  font-weight: 700
}

.highlight .gu {
  color: purple;
  font-weight: 700
}

.highlight .gt {
  color: #0040D0
}

.highlight .kc {
  color: #dca3a3
}

.highlight .kd {
  color: #ffff86
}

.highlight .kn {
  color: #dfaf8f;
  font-weight: 700
}

.highlight .kp {
  color: #cdcf99
}

.highlight .kr {
  color: #cdcd00
}

.highlight .ni {
  color: #c28182
}

.highlight .ne {
  color: #c3bf9f;
  font-weight: 700
}

.highlight .nn {
  color: #8fbede
}

.highlight .vi {
  color: #ffffc7
}

.highlight .c,
.preview-zenburn .highlight .g,
.preview-zenburn .highlight .cm,
.preview-zenburn .highlight .cp,
.preview-zenburn .highlight .c1 {
  color: #7f9f7f
}

.highlight .l,
.preview-zenburn .highlight .x,
.preview-zenburn .highlight .no,
.preview-zenburn .highlight .nd,
.preview-zenburn .highlight .nl,
.preview-zenburn .highlight .nx,
.preview-zenburn .highlight .py,
.preview-zenburn .highlight .w {
  color: #ccc
}

.highlight .n,
.preview-zenburn .highlight .nv,
.preview-zenburn .highlight .vg {
  color: #dcdccc
}

.highlight .o,
.preview-zenburn .highlight .ow {
  color: #f0efd0
}

.highlight .gh,
.preview-zenburn .highlight .gp {
  color: #dcdccc;
  font-weight: 700
}

.highlight .gi,
.preview-zenburn .highlight .kt {
  color: #00cd00
}

.highlight .ld,
.preview-zenburn .highlight .s,
.preview-zenburn .highlight .sb,
.preview-zenburn .highlight .sc,
.preview-zenburn .highlight .sd,
.preview-zenburn .highlight .s2,
.preview-zenburn .highlight .se,
.preview-zenburn .highlight .sh,
.preview-zenburn .highlight .si,
.preview-zenburn .highlight .sx,
.preview-zenburn .highlight .sr,
.preview-zenburn .highlight .s1,
.preview-zenburn .highlight .ss {
  color: #cc9393
}

.highlight .m,
.preview-zenburn .highlight .mf,
.preview-zenburn .highlight .mh,
.preview-zenburn .highlight .mi,
.preview-zenburn .highlight .mo,
.preview-zenburn .highlight .il {
  color: #8cd0d3
}

.highlight .na,
.preview-zenburn .highlight .nt {
  color: #9ac39f
}

.highlight .nb,
.preview-zenburn .highlight .nc,
.preview-zenburn .highlight .nf,
.preview-zenburn .highlight .bp,
.preview-zenburn .highlight .vc {
  color: #efef8f
}

.wp-caption {
  background-color: #f3f3f3;
  text-align: center;
  border: 1px dotted #8d0016;
  font-size: 0.90em;
  overflow: hidden;
  position: relative
}

.wp-caption dd {
  color: #000000;
  background-color: #f3f3f3;
  font-size: .9em;
  padding: 2px 8px 3px 8px;
  margin: 1px 0 0 0
}

.wp-caption dt {
  margin: 0
}

.wp-caption img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0
}

.post-content h3 {
  font-style: italic;
  font-size: 1.25em
}

#evaluation {
  font-size: 1.5em
}

h2.course-info {
    
    font-size: 26px;
    padding: 20px 0 0 0;
}
