@media screen and (max-width: 980px) {
.header-logo{
	float: left;
	margin-left: 5px;
    margin-top: 5px;
}

.page-header {
    height: 50px;
    margin: 0 0 20px;
}
.nav1 {
    margin-right: 5px;
  height:50px
}
 .nav1 li{
   height:50px
}
.nav1 li a{
	font-size: 14px;
	padding: 32px 10px 0;
}
.title-headline h2{
	font-size: 20px;
}
.columns{
	padding: 25px 15px 30px;
}
.columns .row{
	margin: 0 -15px;
}
.columns [class*="col-"]{
	padding: 0 15px;
}
}
@media screen and (max-width: 830px) {
.header-logo{
  width:200px
}
.nav1 li a{
	font-size: 14px;
	padding: 12px 5px 0;
}
.slide-headline{
	font-size: 25px;
}
.header-logo img{
    height: auto;
    width: 100%;
}
.cms_column img {
    width: 100% !important;
    height: auto !important;
}

}
@media screen and (max-width: 767px) {
.hamburger{
	display: block;
}
.nav1{
	background: #707070;
	box-shadow: 0 3px 3px #8f9091;
	clear: both;
	display: none;
	float: none;
	height: auto;
	left: 0;
	padding: 20px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 75px;
	z-index: 10;
}
.nav1 li{
	background: none;
	display: block;
	float: none;
	height: auto;
	margin: 0;
}
.nav1 li a{
	display: block;
	font-size: 20px;
	line-height: normal;
	padding: 5px 25px;
}
.nav1 a:hover{
	opacity: .8;
}
.nav1 li ul{
	clear: both;
	display: none;
	padding: 0;
	position: relative;
	top: auto;
	width: auto;
}
.nav1 li:hover ul{
	display: block;
	right: auto;
}
.nav1 li:hover li a{
	background: none;
	font-weight: bold;
	padding: 5px 0;
}
.columns{
	padding: 0 15px 30px;
}
.slide-text{
	left: 0;
	text-align: center;
}
.slide-headline{
	padding: 0;
}
.slide-headline:before{
	display: none;
}
.slide-btn-left,
.slide-btn-right{
	display: none;
}
.slide-pic,
.page-title{
	border-radius: 0;
	padding: 1px;
}
.title-headline{
	padding: 12px 15px 10px 20px;
	width: auto;
}
.slide-headline,
.title-headline h2{
	font-size: 18px;
}
.feature-pic-link{
	height: 250px;
}
.service-feature{
	margin: 0 0 20px;
}
.page-footer [class*="col-"]{
	margin-bottom: 20px;
}
.working-hrs{
	border: 0;
}
}
@media screen and (max-width: 500px) {
.title-headline{
	display: none;
}
.columns{
	padding: 0 0 30px;
}
.feature-pic-link{
	height: 170px;
}
.footer-copyright a{
	display: block;
}
.footer-copyright a:after{
	display: none;
	margin: 5px 0
}
}