body {
	background-image: url("../img/b.png");
	background-position: top;
	background-repeat: repeat-x;
}

.header1 {
	background-color: #ffeac7;
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar {
	margin-bottom: 0px!important;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
}

.mbody {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer1 {
	background-color: #5f6361;
	color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer1 h3 {
	color: #ffffff;
}

.footer1 a {
	color: #eeeeee!important;
	text-decoration: underline;
}

.footer2 {
	background-color: #505352;
	color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
}

.callus {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	padding-top: 8px!important;
}

.carousel img {
    border-radius: 10px;
}

.boxes h4 {
	margin:0px;
	font-size: 14px!important;
}

.hmenu {
	padding-top: 6px;
}

.thumbnail {
	background-color: #fcfdff;
}

/* Remove scrollbar */
.row { 
	margin-left: 0; 
	margin-right: 0; 
	padding-left: 0;
	padding-right: 0;
}


@media (min-width: 970px) and (max-width: 2500px) {
   .container {
      width: 970px;
   }   
}
