

@media only screen and (max-width:480px){
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    }	
}

@media only screen and (max-width:768px){
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}
@media only screen and (min-width:768px){
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 100px !important;
    width: 1084px !important;
    background-image: url('/Content/Inforefinery/images/slider.gif') !important;
    }	
}


/* START NEW RESPONSIVE CLASSES FOR SMALL MOBILE DEVICES */

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    div .client-slider {
	padding: 0 !important; !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
    div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    max-height: 70px !important;
    width: 300px !important;
    background-image: url('/Content/Inforefinery/images/slider-mobile.gif') !important;
    background-repeat: no-repeat !important;
    }	
}

/* START NEW RESPONSIVE CLASSES FOR MEDIUM MOBILE DEVICES */

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }	
}

/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* ----------- Asus Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Portrait */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}


/* ----------- Kindle Fire HD 7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* ----------- Kindle Fire HD 8.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 75px !important;
    width: 448px !important;
    background-image: url('/Content/Inforefinery/images/slider-medium-mobile.gif') !important;
    }
}


/* START NEW RESPONSIVE CLASSES FOR LAPTOPS */

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 100px !important;
    width: 1084px !important;
    background-image: url('/Content/Inforefinery/images/slider.gif') !important;
    }	
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	div .client-slider {
	padding: 0 !important;
    margin: 0 auto !important;
    height: 100px !important;
    width: 1084px !important;
    background-image: url('/Content/Inforefinery/images/slider.gif') !important;
    }	
}