/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

.footer-explore {
  background: none repeat scroll 0 0 #004d90;
  float: left;
  padding-left: 0;
  padding-top: 20px;
}
.cfooter {
  background: none repeat scroll 0 0 #c7c7c7;
}
.footerBox {
  border-left: 1px solid #953937;
  float: left;
  margin-top: 0;
  min-height: 275px;
  padding: 0 30px;
  width: 100%;
}
.footer-address-left, .footer-address-right {
  padding: 20px;
  width: 100%;
}
.blkbg {
    background: none repeat scroll 0 0 #c7c7c7;
    min-height: 0px;
    padding: 40px 0 20px;
	text-align:center
}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.footer-explore {
  background: none repeat scroll 0 0 #004d90;
  float: left;
  padding-left: 0;
  padding-top: 20px;
}
.cfooter {
  background: none repeat scroll 0 0 #c7c7c7;
}
.footerBox {
  border-left: 1px solid #0783ee;
  float: left;
  margin-top: 0;
  min-height: 275px;
  padding: 0 30px;
  width: 33%;
}
.footer-address-left, .footer-address-right {
  padding: 20px;
  width: 50%;
}
.blkbg {
    background: none repeat scroll 0 0 #c7c7c7;
    min-height: 0px;
    padding: 40px 0 20px;
	text-align:center
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
