@media screen and (max-width : 760px){
body > .container {
	overflow:hidden;
}
.navbar-default {
	background:none;
}
.navbar-collapse {
	background: none repeat scroll 0 0 #3c3c3c;
}
.logo-content {
  position: relative;
}
.logo {
  position: absolute;
  right: 15px;
  top: -50px;
}
.chefs {
  text-align: center;
}
#content .info {
  padding: 15px;
}
#content .height-section .info {
  padding: 15px 10px 0;
}
.f-section-ul li {
  width: 33%;
}

.footer-copyright .copyright {
  display: block;
  float: none;
  margin-bottom: 20px;
  text-align: center;
}
.footer-copyright .createdBy {
  display: block;
  float: none;
  text-align: center;
}
.topTop {
	display:none;
}
.newsStoryImg img {
	width: 100%
}
div.frmdata .tr .firsttd {
  text-align: center;
}

.r_info_section {
  float: none;
}
.l_info_section span {
  display: block;
  float: none;
  margin-bottom: 5px;
  margin-top: 5px;
}

}