/*========== Location Page =========*/

.title_location{
    float: left;
    width: 100%;
}
.title_location h2{
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    width: 100%;
    min-height: 26px;
	line-height:26px;
    background:none;
    font-size: 16px;
    padding:0px;
    text-shadow: 1px 1px 1px #ffffff;
	border-bottom:1px solid #2f2f8f;
	color:#2f2f8f;
    text-transform: uppercase;
}



.container_location_1{
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #000;
}
.img_location_1{
    float:left; 
    width:100%; 
    border:1px solid #ccc; 
    padding: 1px;}
.make_readmore_1 a{
    text-align:right;
    padding:10px 0px;
    
}
.make_link_title_1 a:link, .make_link_title_1 a:visited{
	float:left; width:100%; line-height:20px;
	color: #2f2f8f;
    text-decoration: none;
}
.make_link_title_1 a:hover, .make_link_title_1 a:active{
    color: #ff0000;
    text-decoration: underline;
}
.desc_location_1{float:left; width:100%; margin-top:4px; line-height:18px;}

.make_readmore_1 a:link, .make_readmore_1 a:visited{
	float:left;
	width:100%;
    color: #ff0000;
    text-decoration: none;
	line-height:16px;
}
.make_readmore_1 a:hover, .make_readmore_1 a:active{
    color: #ff0000;
    text-decoration: underline;
}
