.home_header{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 35px 0;
}

.home_logo{
	margin: 0 auto;
}

.home_border_top{
	margin: 10px auto;
	padding: 10px;
}

.home_border_bottom{
	margin: 10px auto;
	padding: 0 10px 10px 10px;
}

.hb1{
	width: 70%;
}

.hb2{
	width: 50%;
	position: relative;
}

.home_images{
    text-align: center;
    height: 110px;
}

.home_images_img{
	height: 110px;
	margin: 0 1px;
}

.home_bar {
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    float: left;
    height: auto;
    padding: 15px 0 ;
    position: relative;
    width: 100%;
}


.home_login{
	margin:0px 40px 0px 0px;
	position: relative;
	float: left;
}

.home_login_input{
	float: left;
    position: relative;
    padding-left: 15px;
    /*width: 165px;*/
}

.home_top_condovox{
	padding-top: 3px;
}

.home_top_adcircus{
	padding-top: 10px;
}

.home_condovox_logo{
	border-right: 1px solid #fff;
    float: left;
    padding: 20px 20px 20px 10px;
    position: relative;
}

.home_bar .container .row-fluid .home_bar_center{
	float: none;
    margin: 0 auto;
    position: relative;
}

.btn-entrar{
	border: 0px;
	color: #fff;
	font-size: 1.0em;
	padding:0px;
}

.home_login_input a:hover{
	color: #fff;
	text-decoration: none;
}


#mapa img {
  max-width: none;
}
#mapa {
    width: 100%;
    height: 450px;
}

/* .timeline */
.line {
    padding-left: 10px;
}
.timeline {
    background-color: white;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    margin-right: 8px;
    border-radius: 5px;
}

.timeline-header {
    color: white;
}
.timeline-header b {
    display: block;
    padding: 3px 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    font-weight: normal;
}
.timeline-body {
    padding: 8px;
}
.timeline-body h3 {
    font-size: 1.2em;
}
/* timeline */



.galery img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}


