@media 	only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-pixel-ratio: 2) {

/* 
/
/ Stylesheet for Retina displays
/
*/

header .logo img.website-logo { display: none !important; }
header .logo img.retina-logo { display: block !important; }
header .vntd-cart-icon { background: url("../plugins/woocommerce/assets/rtn/shopping-cart@2x.png") no-repeat center center; }
.search_submit { background:url("../img/rtn/search@2x.png") no-repeat center center; background-size: 60%; }
.flex-direction-nav a { background: url("../img/rtn/flex-slider/arrows@2x.png") no-repeat left; background-size: 400%; }
.flex-control-paging li a { background:url("../img/rtn/flex-slider/bullets@2x.png") no-repeat; background-size: 100%; }
.wpcf7 select,
.nav select { background: #fff url('../img/rtn/select-arrows@2x.png') no-repeat right center; background-size: 20px; }
.flex-control-nav {
	display: block !important;
	z-index: 9999 !important;
}
/*File End*/
}