@media only screen and (min-width:150px) and (max-width:990px){

ul{
	margin-left: 0px !important;
}
.logo-img{
	margin-left: 0 !important;
}
.tect-img{
	margin-top: 50px;
}

.top-header{
  border-top: 2px #fd7802 solid;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  height: auto;
  background-color: #ccc;
  background: url(../imags/top-header.jpg);
  background-color: #fff;
}
#cssmenu > ul > li > a {
    padding: 32px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.gallery-section img{
	margin-top: 30px;
}

#accordion a {
    padding: 22px 15px;
}
.gallery-head h2{
	width: 95%;
}


.panel-title {
    font-size: 17px;
    line-height: 24px;
}
}