/* PARCEIROS */
#parceiros img{
	max-width: 100%;
}
/*RODAPÉ EVENTIZE*/
#bottom{
	clear:both;
	min-height:60px;	
	margin-top:60px;
	border-top: 1px solid #222;
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);	
}
#bottom > div{
	padding-top:15px;
	width:860px;
	margin:auto;
}
#bottom > div > a{
	text-decoration:none;
	cursor:hand;
	float:left;
}
#bottom > div > ul{
	float:right;
	margin:0;
	list-style:none;
}
#bottom > div > ul > li{
	display:inline;
	
}
#bottom > div > ul > li, 
#bottom > div > ul > li a{
	font-size:9px;
	text-decoration:none;
	color:#999;
	text-transform:uppercase;
}
#bottom > div > ul > li a:hover{
	text-decoration:underline;
}
#bottom > div > ul > li a.active{
	font-weight:bold;
}

#bottom .btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

#bottom .btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #245580;
}
	
#bottom .btn-warning {
	background: #d93;
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: 1px solid #e38d13;
}	

#bottom .btn-start-now, #bottom .btn-start-now:hover, #bottom .btn-start-now:visited {
	display: inline-block;
	outline: none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
	color: #fff;
	padding: 5px 10px;
	float: left;
	margin: 0 20px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 12px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 880px) {

	#bottom > div {
		width: auto;
	}

	#bottom img {
		margin-left: 10px;
	}

	#bottom .fb-like {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	
	#logo-footer-evtz {
		display: none;
	}
	
	#logo-footer-e {
		display: inline !important;
	}
}	
.map-iframe {
	min-height: 350px;
}
.Bold {
	font-weight: bold;
}