@charset "utf-8";
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
.logo {
	min-height: 80px;
	padding: 15px;
}	
@media (max-width: 797px) {
.main-content {
	padding:  15px;	
	color: #000000;
}
.logo {
	min-height: 120px;
	padding: 15px;	
}	
}
@media (min-width: 797px) and (max-width: 1199px) {
.main-content {
	padding:  15px;	
	color: #000000;
	min-height: 1180px;	
}
.logo {
	min-height: 120px;
	padding: 15px;	
}
}
@media (min-width: 1200px) {
.main-content {
	padding:  15px 25px;	
	color: #000000;
	min-height: 1180px;	
}
.logo {
	min-height: 160px;
	padding: 15px;	
}
}
.large-text {
	font-size: 18px !important;
	color: #000000;
	text-align: justify;
}
.img-responsive-50 {
    margin: 0 auto;
	width: 50%;
	padding-top: 35px;	
	padding-bottom: 15px;
	float:  right;
}
.green-text {
	color: #060;
	font-weight:  bold;
}
.yellow-text {
	color: #FFDD00;
	font-weight:  bold;	
}
a.green-link img {
	border: none;
	font-size: 12px;	
}
a.green-link:link {
	color: #060 !important;
}
a.green-link:visited {
	color: #060 !important;
}
a.green-link:hover, a.green-link:active, a.green-link:focus { 
	color: #060 !important;
}
a.black-link img {
	border: none;
	font-size: 12px;	
}
a.black-link:link {
	color: #333333;
}
a.black-link:visited {
	color: #333333;
}
a.black-link:hover, a.black-link:active, a.black-link:focus { 
	color: #333333;
}
.container {
	background-color: #000000;
}
.black-text {
	color: #000000;
}
.light-yellow {
	background-color: #FFEC00 !important;
}
.dark-yellow {
	background-color: #FFDD00 !important;
}
.pull-bottom {
	position: absolute;
    bottom: 40px;
    right: 40px;
}
.honeypot{
	display:none;
}
.yellow {
	font-weight: bold;
}
#rodo {
	display: none;	
}
.small-text {
	color: #000;
	font-size: 10px;	
}