/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*
body {
	font-family: DIN-Regular, 'Cabin', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: DIN-Regular, 'Cabin', sans-serif;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	font-family: DIN-Regular, 'Cabin', sans-serif;
}*/
.dc-body-inner-wrapper {
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.dc-icons-and-info-box-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.dc-main-logo-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

ul.list-chapters {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: auto;
	background: black;
	z-index: 999;
}

ul.list-chapters li {
	border-top: solid 0 black;
	padding: 0 8px;
	display: inline-block;
	float: none;
}

ul.list-chapters li:hover {
	background: black;
}

ul.list-chapters li a:hover {
	background: #B20000;
	color: #000;
}

ul.list-chapters li a {
	font-size: 12px;
	text-decoration: none;
	background: black;
	margin: 0 auto;
	text-align: center;
	color: #bbb !important;
	font-weight: bold;
	white-space: nowrap;
}

.pr_anchors ul {
	list-style: none;
	padding: 0 6px 0 0;
	margin: 0 auto;
/*text-align: center;*/
	width: auto;
	z-index: 999;
}

.pr_anchors ul li {
	display: inline-block;
	float: none;
	padding: 24px 6px 0 0;
}

.pr_anchors ul li a {
	font-size: 13px;
	text-decoration: none;
	margin: 15px auto;
	text-align: center;
	padding: 0 11px 0 0;
	white-space: nowrap;
	text-transform: uppercase;
	color: black;
}

.dcjq-accordion {
	text-transform: uppercase;
}

/* Front page titles 
*/
.dc-project-item-1-4-last .title {
	font-weight: bold;
	font-size: 16px;
}

.dc-project-item-1-4 .title {
	font-weight: bold;
	font-size: 16px;
}

/* Main image size */
.dcs-image {
}

.ppf-content {
	min-width: 100%;
}

.authors {
	font-size: 10px;
}

.bps-right {
	width: 30% !important;
}

.bps-left {
	width: 67% !important;
}

.dc-widget-recent-posts ul li .description .date {
	display: none;
}

.dc-widget-recent-posts ul li .description .comments-count {
	display: none;
}

blockquote {
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7A7A7A;
	margin: 0 0 15px;
	text-align: left;
	padding-left: 50px;
	background-image: none;
}

.pr-titles {
	margin-bottom: 0;
}

.bsp-more-link {
	line-break: none;
}

.blog-post-short-compact-wrapper .bsp-more-link {
	line-break: none;
}

.distro {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #ffffff;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.distro table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.distro tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.distro table tr:first-child td:first-child {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.distro table tr:first-child td:last-child {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.distro tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.distro tr:hover td {
	background-color: #ffffff;
}

.distro td {
	vertical-align: middle;
	background-color: #FCFCFC;
	border: 1px solid #E2E2E2;
	border-width: 0 1px 1px 0;
	text-align: left;
	padding: 13px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: normal;
	color: #3399cc;
}

.bpf-content p {
	font-size: 1em;
	line-height: 1.5em;
	color: #1A1A1A;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

#event_title-3 {
	color: #dc3636;
}

input.gsc-search-button {
	width: 54px;
}

#dc-primary-theme-menu > li > a > div {
	font-size: 10px;
}

.bpf-image-wrapper {
	display: none;
}

/* Image Captions */
p.wp-caption-text {
	font-size: 90%;
	font-weight: bold;
}