.navbar {
    background: #eceadb !important;
    margin-bottom: 0;
}

.call-icon a, .call-icon a:hover {
    background: #696830 !important;
}
.nav_inner{
	padding: 0 0 15px 0;
	border-bottom: solid 1px #5f5d2a;
	margin-bottom: 15px;
}
.detail{
	background-color: #696830;
	color:#eceadb;
	font-size: 22px;
}
.detail .container{
	padding: 50px;
}
.detail p, .detail h2{
	text-align: right;
}
.detail p{
	font-size: 18px;
}
.detail h2{
	margin-top: 0;
	margin-bottom: 110px;
	font-size: 50px;
}
#realPhoto-section {
	color: #000002;
}
#realPhoto-section .index_block img {
    border: none;
}
.loc_attr {
	color: #fdfdfd;
}
.loc_attr h2{
	margin-top: 0;
	line-height: 20px;
}
.loc_attr ul{
	padding: 0 0 0 17px;
	margin-bottom: 0;
}
#inner_footer footer {
    background: #eceadb;
}

#realPhoto-section{
	background-image: url("../images/agro-farm/bg.jpg");
	padding-bottom: 50px;
}

@media only screen and (max-width: 767px){
	.call-icon a{
		font-size: 15px !important;
	}
	.navbar-collapse.collapse {
    background: #eceadb !important;
	}
	.detail .container {
    padding: 20px;
	}
	.loc_attr{
		margin-top:20px;
		padding: 0 30px;
	}
	.img15{
		margin-bottom: 20px;
	}
	.detail h2 {
    margin-bottom: 50px;
    font-size:34px;
	}
}
@media only screen and (min-width: 767px){
	.top_left_img{
	width:  473px;
	}
}


