@media \0screen\,screen\9 {
	.big_btn:active:after, .big_btn.active:after {
	    animation: spin-activ_ie-anim 1s both infinite !important;
	    animation-timing-function: linear !important;
	}
	.load_more_btn:active span[class^="icon-"], 
	.load_more_btn.active span[class^="icon-"]{
		animation: more_btn-activ_ie-anim 1s both infinite !important;
    	animation-timing-function: linear !important;		
	}
	.fullscreen_article .article-item .item_content_wrapper{
		max-height: inherit;
	}
	body{
		word-wrap: break-word;
	}			
}

@media screen and (min-width:0\0) {
	.big_btn:active:after, .big_btn.active:after {
	    animation: spin-activ_ie-anim 1s both infinite !important;
	    animation-timing-function: linear !important;
	}
	.load_more_btn:active span[class^="icon-"], 
	.load_more_btn.active span[class^="icon-"]{
		animation: more_btn-activ_ie-anim 1s both infinite !important;
    	animation-timing-function: linear !important;		
	}
	.fullscreen_article .article-item .item_content_wrapper{
		max-height: inherit;
	}
	body{
		word-wrap: break-word;
	}		
}

.btn_ie_fix{
	position: relative;
}

