@media screen and (min-width: 768px) {
.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: 0;
}
.dropdown-toggle {
	margin-bottom: 2px;
}
.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
	margin-bottom: 0;
}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
#hrefLogOut {
	margin: 0;
	padding: 18px 15px 18px 0;
}
.dealerDetail {
	margin: 10px 0 20px 15px;
}
.waterMarkImg img {
	width: 900px;
	margin-left: -450px;
}
}
@media only screen and (max-width : 1024px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
@media only screen and (max-width : 980px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
}


/* Small Devices, Tablets */
@media only screen and (max-width : 775px) {
.logoDiv {
	text-align: center;
}
.navbar-nav .open .dropdown-menu {
	background-color: #f0f0f0;
}
.navbar-nav .dropdown a .caret {
	float: right;
	margin-top: 9px;
}
.popupIframe {
	width: 700px;
}
.waterMarkImg img {
	width: 600px;
	margin-left: -300px;
}
}
@media only screen and (max-width : 736px) {
header .servicetext {
	text-align: center;
}
header .logo {
	margin-top: 10px;
	text-align: center;
}
header h1 {
	font-size: 24px;
}
header h2 {
	font-size: 20px;
}
.spaceBottom {
	margin-bottom: 10px;
}
footer .footerlinks li {
	width: 100%;
	text-align: center;
	border: 0 none;
	line-height: 24px;
}
.bgimage {
	margin-bottom: 150px;
}
header .logo {
	margin-bottom: 10px;
}
.popupIframe {
	width: 600px;
}
.waterMarkImg img {
	width: 600px;
	margin-left: -300px;
}
.gridPagination .text-left,
.gridPagination .text-right {
    text-align:center;
}
.gridPagination .text-right {
    margin-top:15px;
    margin-bottom:10px;
}
.tdBlock {
    display:block;
    width:100%;
}
}
@media only screen and (max-width : 640px) {
.bestview, .copyright.text-right, .logoDiv {
	text-align: center;
}
.copyright.text-right {
	margin-top: 10px;
}
.padLeft15, .padRight15 {
	padding-left: 10px;
	padding-right: 10px;
}
.waterMarkImg img {
	width: 500px;
	margin-left: -250px;
}
}
@media only screen and (max-width : 568px) {
#hrefLogOut {
	margin: 0;
	padding: 27px 15px 27px 0;
}
.dealerDetail {
	width: 340px;
	margin: 10px 0 20px 15px;
}
.popupIframe,
.popupMidFrame {
	width: 500px;
}
.waterMarkImg img {
	width: 400px;
	margin-left: -200px;
}
    #gvSearchResult td {
        display:block;
        width:100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.popupIframe,
.popupMidFrame {
	width: 400px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
.popupIframe,
.popupMidFrame,
.popIframeSamll {
	width: 300px;
}
.loadingDiv .img {
    margin-left: -150px;
    width: 300px;
}
.miniImg {
	display: block;
	margin-left: 0;
	margin-top: 10px;
}
.topHeader {
	padding: 10px 0;
}
.topHeader .col-xs-12 {
	display: none;
}
.topHeader .col-xs-12.logoDiv {
	display: block;
}
.navbar-nav > li > a.visible-logout {
	display: block;
}
.waterMarkImg img {
	width: 300px;
	margin-left: -150px;
}
}
@media only screen and (max-width : 320px) {
header h1 {
	font-size: 20px;
}
header h2 {
	font-size: 16px;
}
}
