/* ----------------------------------------------------------------
	Responsive AVer CSS - pro av
-----------------------------------------------------------------*/
	
@media (min-width: 4001px) {

}
@media (min-width: 2001px) and (max-width: 4000px) {


}

	
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1840px) and (max-width: 2000.98px){


}

@media (max-width:1440px) {



}
@media (min-width: 1200px) and (max-width: 1839.98px) {
		
	
}

@media (max-width: 1199.98px) {


}


@media (min-width: 992px) and (max-width: 1199.98px) {

	
}


@media (max-width: 991.98px) {

	
}


@media (min-width: 768px) and (max-width: 991.98px) {




}


@media (max-width: 767.98px) {

	
}


@media (min-width: 576px) and (max-width: 767.98px)  {

	
}

@media (max-width: 575.98px) {

	body#Where-To-Buy .subPageNav ul.tab-nav:not(.tab-nav-lg) li{border-bottom-color: #5f6a84;}
	body#Where-To-Buy .subPageNav ul.tab-nav li a{color:#7683a2;}
	body#Where-To-Buy .subPageNav ul.tab-nav li.ui-state-active a{color:#b8c6e9;}
	
	
	
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (                min-resolution: 192dpi) and (max-width: 991px),
only screen and (                min-resolution: 2dppx) and (max-width: 991px) {
	
}

