/*
 * Media Queries
 */
@media screen 
and (min-width: 1000px) {
	.gt990{ display:block;}
	.in990{ display:none;}
}

@media screen 
and (min-width: 0px) 
and (max-width: 1150px) {
	.box{ width:970px; padding:0 2px 0 8px; }
	.productsSlider .box { padding:0 5px 0 5px; }
	h1.logo { left: 0px; }
	.szamboBox, .svgContainer{ width:420px; }
	.svgContainer{ padding-top: 13px; }
	.svgContainer svg{  } 
	/* .howCessWorksContent{width:470px; } */
	.whereToBuyImg img{ max-width:95%;}
	
	#subpage .productSection  .txt {width: 630px;}
	#subpage  .productSection1 .txt {width: 550px;}
	div#topLink{ display:none !important; } 
	.br960{ display:block; }
}

@media screen 
and (min-width: 2300px) {
	.headerEarthbg {
	    background: url("../images/bg-earth.png")/*tpa=http://www.septik.in.ua/images/bg-earth.png*/ repeat-x scroll left 401px rgba(0, 0, 0, 0);
	}
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.blinkText {
    	background-image: url("../images/clickMe@2x.png")/*tpa=http://www.septik.in.ua/images/clickMe@2x.png*/;
        background-size: 526px 43px;
        background-repeat: repeat-x;
	}
    
}





@media screen 
and (min-width: 1250px) {
	.flashText {
	    color: #aa9967;
	    font-size: 18px;
	    font-weight: 400;
	}
	.rightFlashText {
	    color: #d3edff;
	    text-align: left;
		width:290px;
		right:-40px;
	}
}

@media screen 
and (min-width: 0px) 
and (max-width: 1150px) {
	.flashText, .rightFlashText {
		width: 180px;
	}
	.gt990{ display:none;}
	.in990{ display:block;}
	
}


@media screen 
and (min-width: 0px) 
and (max-width: 600px) {
	
	
}

@media screen 
and (min-height: 0px)
and (min-width: 1150px){
	
}
