@CHARSET "UTF-8";

p.nav{
	margin-top: 20px;
	margin-bottom: 10px;
}
.route-info-con {
	padding: 10px;
}
.route-info-con > img{
	 width: 100%; 
}


@media(min-width:767px) {
    .route-info-con > img{
	max-width: 350px; 
	}
}

.day-con{
	border: 1px dotted #ccc;
	margin: 10px 5px;
	padding: 10px 5px;
	margin-top: 37px;
	padding-bottom: 0px;
}
.day-con>.label-bar{
	margin-top: -26px;
}
.day-con>.label-bar>label{	
	padding: 6px;
	background-color: #eee;
}


.center{
	width:100%;	
	text-align: center;
}
.load-more-btn{
	width:96%;	
}

.imgs_folders>.folder>.imgs>.item{
	text-align: center;
	margin-bottom: 20px;
}

 .imgs_folders>.folder>.imgs>.item>img{
	display: block;
	margin: 0 auto;
}
.imgs_folders>.folder>.imgs>.item>label{
	font-size: medium;
} 

@media(max-width:767px) {
    .imgs_folders>.folder>.imgs>.item>img{
		max-width: 90%; 
		max-height: 350px; 
	}
}