#newindexbg {
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/indexbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F7F8F9;
	padding-right: 15px;
	padding-left: 15px;
}
.newindex {
	padding-top: 85px;
	padding-bottom: 15px;
	margin: 0px;
}

.newindex table td {
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-align: left;
	vertical-align: top;
}
.newindex table img {
	margin: 0px;
	padding: 0px;
}
@media screen and (min-width: 1200px) {
	.navbar-brand img .logo{display:block;max-width:340px;height:auto}
}

@media only screen and (max-width:1028px) and (min-width:768px) {
	
.navbar-brand img .logo{display:block;max-width:300px;height:auto}

}

@media only screen and (max-width:767px) and (min-width:641px) {
	.navbar-brand .logo{display:block;max-width:280px;height:auto}

}

@media only screen and (max-width:640px) and (min-width:481px) {
	.navbar-brand .logo{display:block;max-width:260px;height:auto}

}

@media only screen and (max-width:480px) and (min-width:320px) {
	.navbar-brand .logo{display:block;max-width:240px;height:auto}

}

@media screen and (max-device-width: 320px) {
	.navbar-brand .logo{display:block;max-width:200px;height:auto}
}				

