/*!
 * Documenter 2.0
 * http://rxa.li/documenter
 *
 * Copyright 2013, Xaver Birsak
 * http://revaxarts.com
 *
 */
html, body{max-width:100%;}
body{ padding-bottom: 40px;}

#documenter_content{
	padding-top: 200px;
}
#documenter-cover{
	min-height: 600px;
}

.masthead h1{
	margin-top: 48px;
}


section h3,
section h4,
section h5,
section h6 {
	padding: 0;
	clear: both;
	line-height: 1.2em;
	margin-top: 2em;
}
section h3{ font-size:2em;}
section h4{ font-size:1.5em;}
section h5{ font-size:1.3em;}
section h6{ font-size:1.1em;}

section table{
	border-top:1px solid;
	margin: 18px 0 18px;
}
section table td, section table th{
	border-bottom:1px solid;
	text-align:left;
	padding: 10px 10px 10px 3px;
}
section table th{
	font-weight: 900;
}

hr.notop{
	margin-top:3px;
}

.img-jhilik {max-width: 100%; border: 1px solid #ddd; padding: 10px; margin: 30px 0;}
	
footer{
	padding-bottom:500px;
}
.container{
	padding-bottom:3px;
	position: relative;
}
.navbar a.brand{
	display:inline-block;
	width:200px;
	background-position:center left;
	background-repeat:no-repeat;
	background-size: contain;
	text-indent:-9999px;
	margin:0;
	padding:0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.page-header{
	border:0;
}
.navbar .nav {
	margin: 10px 10px 0 200px;
	float: none;
}
.navbar .nav li a{
	border-radius:3px;
	display:block;
	white-space:nowrap;
	padding:6px 11px 7px;		
	text-overflow:ellipsis;
	text-decoration:none;
	margin-left: 3px;
	margin-bottom: 3px;
}
.navbar .nav li ul{
	border-radius:5px;
	display:none;
	position:absolute;
	list-style-type:none;
	min-width:100px;
	padding:3px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);

}
.navbar .nav > li:hover ul{
	display:block;
}

.marketing-byline {
	list-style:none;
	margin-left: 0;
	margin-bottom: 24px;
}
.marketing-byline li{
	display:inline;
	padding:0 2px;
}
.download-info{
	clear:both;
	text-align: center;
}
#intro{margin-top: 40px;
text-align: center;}

section{
	margin-top:300px;
}
img{
	height:auto !important;
}
iframe{
	max-width:100% !important;
}

@media (max-width: 979px) {
	#documenter_content{
		padding-top: 0px;
	}
	.navbar .nav {
		margin: 10px 10px 0 0;
	}
	.navbar .nav > li > a{
		padding:6px 11px 7px;
		max-width:100%;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.navbar .nav li ul{
		display:none;
		box-shadow:none;
		position:static;
	}
	.navbar .nav li:hover ul{
		display:block;
	}
	.navbar .nav li ul li{
		display:block;
	}
	.navbar .nav li a{
		max-width:100%;
	}

	section{
		margin-top:80px;
	}
}
@media (max-width: 480px) {
	section{
		margin-top:30px;
	}
}
section h3{
	font-weight: 500;
	letter-spacing: 1px;
	color: #464855;
	margin-bottom: 30px;
}
.card-title h4{
	font-weight: 500;
	letter-spacing: 0.05rem;
	font-size: 1.12rem;
	margin-top: 0;
	padding-bottom: 20px;
	border-left: 3px solid #383838;
	margin-left: -30px;
	padding-left: 30px;
	border-bottom: 1px solid #f4f5fa;
	margin-bottom: 25px;
}
.card{
	padding: 30px;
	margin-bottom: 1.875rem;
background-color: #fff;
	border: none;
	box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
}
.documenter-project-Reale{
	background-color: #f4f5fa;
}


.filetree .file {
	display: block;
	font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing: .3px;
	line-height: 32px;
	color: #333;
}

.filetree .children {
	padding-left: 24px;
	position: relative;
	overflow: hidden;
}

.filetree .children .file {
	position: relative;
}

.filetree .children .file:before {
	content: '';
	left: -18px;
	bottom: 16px;
	width: 16px;
	height: 9999px;
	position: absolute;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #dbdbdb;
	border-radius: 0 0 0 3px;
}
.hero-unit {
	padding: 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	color: inherit;
	border-radius: 6px;
	margin-bottom: 0;
	background: none;
}
.hero-unit a{
	color: #47d9dc;
}