footer .site-links { overflow: hidden; width: 50%; float: left; }
footer  h4 { color: #FFF!important; margin-bottom: 20px; }
footer .site-links ul { list-style: none; }
footer .site-links ul li {  padding: 5px 0; line-height: 0; margin-top: 0; }
footer .site-links ul li a { color: #FFF; font-size:12px; text-decoration: none; }
footer .site-links ul li a:hover { color: #115641; transition: all 0.5s ease;}

.ref-bg { width: 100%; min-height: 200px; height: auto; overflow: hidden; background-color: #f1f1f1; text-align: center; border-radius: 10px; padding: 15px 0; margin-bottom: 25px; }
.ref-bg .img-responsive { margin:0 auto; }
.ref-bg p { color: #000; margin-top: 15px; }
.about-pic .img-responsive { margin:0 auto; }


@media (max-width: 768px) {
	.item_details img { width: 100%; }
	footer .site-links { overflow: hidden; width: 100%; float: left; }
	footer  h4 { color: #FFF!important; margin-bottom: 20px; }
	footer .site-links ul { list-style: none; }
	footer .site-links ul li {  padding: 5px 0; line-height: 0; margin-top: 0; }
	footer .site-links ul li a { color: #FFF; font-size:12px; text-decoration: none; }
	footer .site-links ul li a:hover { color: #115641; transition: all 0.5s ease;}
	.hamburger-menu .fa-bars { margin-top: 40px; }
	.hamburger-menu a { color: #115641; }
	.page-title { padding: 0; line-height: 0; }
	.page-title h1 { font-size: 11px; letter-spacing: 0; font-weight: normal; }
	.sec-padding { padding: 30px 0!important; }
}