/*============================
        TOP
==============================*/

.navbar-fixed-top{
	position:absolute;

}


#top-bar {
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #202020;
  padding-top:15px;
  padding-bottom:5px;
}

.h_logo-ass{
	text-align: center;

	margin-bottom:-10px;
	padding-bottom:-10px;
	bottom:-20px;
	top:50px;
}

.h_logo-prev{
	padding-top:10px;
}
.h_logo-pegesul{
	padding-top:8px;
	float:right;
}

@media (max-width: 1200px) {

    .slider_active {
    	padding: 100px 0px;
	}
	
	
}


@media (max-width: 600px) {

    .slider_active {
    	padding: 120px 0px;
	}
	
	
}


@media (max-width: 1000px) {
	.o_border {
		visibility:hidden;
	}
	.o_border_b {
		visibility:hidden;
	}
	
	#top-bar {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #202020;
  padding-top:15px;
  padding-bottom:15px;
}

.h_logo-pegesul{
	padding-top:8px;
	float:none;
	text-align:center;
}

}


@media (max-width: 800px) {
		.header_area {
    background-image: url(../img/bg-topo-naestrada.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}


.h_logo-ass{
	display:none;
}

}





.form-group{
	margin-bottom:0px;
	}
	
.form-group.cadastro{
	margin-bottom:10px;
	}	
	

/*============================
    6.1 main_features_area_programacao
==============================*/

.main_features_area_programacao {
    background-color: #f7f7f7;
}

.main_features_area_programacao {
    padding: 0px 0px;
}

/*============================
    6.2 main_features_area_calendario
==============================*/

.main_features_area_calendario {
    background-color: #FFF;
}

.main_features_area_programacao {
    padding: 0px 0px;
}

/*============================*/

.table-hover>tbody>tr:hover{background-color:#E7E7E7;}


.table{
	font-size:16px;
}

.table.calendario{
	font-size:14px;
}


/*============================*/


 .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
	 #mapa {
        height: 475px;
        width: 100%;
		margin-bottom:30px;
       }

/*============================*/

span.titulo {
	font:14px arial;
	font-weight:bold;
	color:#202020; 
	padding-right:0px;
	padding-left:0px;
	}
span.texto {
	font:12px arial;
	color:#202020; 
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
	padding-top:5px;
	}

/*============================*/	