body {
	padding-top: 54px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'RennerLight', sans-serif;
}

a:hover{text-decoration: none !important}
a{text-decoration: none !important}

.well-text {
	min-height: 20px;
	position: relative;
	z-index: 80;
	top: -50px;
	left: 0px;
	color: white;
	font-size: 45px !important;
	font-family: 'RennerBook', sans-serif;
}

.vocemenu {
    min-height: 20px;
    position: relative;
    z-index: 80;
    top: -40px;
    left: 0px;
    color: white;
    font-size: 45px !important;
    font-family: 'RennerBook', sans-serif;
}

.well-text-2 {
	min-height: 20px;
	min-width: 400px;
	padding: 19px;
	position: absolute;
	z-index: 80;
	top: 90%;
	left: 12px;
	color: white;
	font-size: 14px !important;
	font-family: 'RennerLight', sans-serif;
}

.well-menu {
	min-height: 20px;
	min-width: 400px;
	padding: 12px;
	position: fixed;
	z-index: 80;
	bottom: 20px;
	left: 0px;
}

.well-logo {
	min-height: 20px;
	min-width: 400px;
	padding: 12px;
	position: absolute;
	z-index: 80;
	bottom: 20px;
	left: 0px;
	color: white;
	font-size: 14px !important;
	font-family: 'RennerLight', sans-serif;
}


.menu-text-white{
	font-size: 45px !important;
	color: white;
	font-family: 'RennerBook', sans-serif;
}

.well-text-nav-white {
	min-height: 20px;
	position: absolute;
	z-index: 80;
	top: 21px;
	left: 12px;
	font-size: 45px !important;
	color: white;
	font-family: 'RennerBook', sans-serif;
}

.well-text-nav {
	min-height: 20px;
	position: absolute;
	z-index: 80;
	top: 21px;
	left: 12px;
	font-size: 45px !important;
	color: black;
	font-family: 'RennerBook', sans-serif;
}

.navbar-inverse .navbar-brand2 {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}

.viewer {
	width: 50%;
	height: 650px;
	border: 1px solid black;
	position: relative;
}

.wrapper {
	padding-top: 4px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.container {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.gly-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

div.description {
	position: absolute;
	/* absolute position (so we can position it where we want)*/
	top: 7px; /* position will be on bottom */
	width: 130px;
	right: 18px;
	z-index: 1000;
	/* styling bellow */
	color: white;
	font: 14px Helvetica, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.6); /* IE transparency */
}

p.description_content {
	padding: 5px;
	margin: 0px;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 70%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}