/************************************************************/ 
/* Internet Explorer Generic Stylesheet.					*/
/* Put all styles that need to apply across all versions	*/
/* of IE in here.											*/
/************************************************************/
/* IE 11 (and above..) */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/*media all*/
	.video-header-middle .site-title img {
		margin-left: 50px;
		height: 77px;
	}
}


/* IE Edge 12+  */ 
/*
@supports (-ms-accelerator:true) {

}
*/

/* Firefox (any version) */
/*
@-moz-document url-prefix() {
	.ff {
	
	
	}
}
*/


/* Safari (7.1+) */
/*
_::-webkit-full-page-media, _:future, :root .safari_only {


}
*/

/* Google Chrome (29+) */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .chrome {

    }
}
*/

/************************************************************/ 
/* Other obsolete stuff										*/
/************************************************************/
/* IE 6 */
/*

* html .ie6 { 
 
 
}
 
*/

/* IE 7 */
/*
*+html .ie7 { 

}
*/

/* IE 6, 7 and 8 */

/*
@media \0screen\,screen\9 {
    .ie678 {

    }
}
*/ 

/* IE 8 */

/*
@media \0screen {
    .ie8 {

    }
}
*/


/* IE 8,9 and 10 */
/*
@media screen\0 {
    .ie8910 {

    }
}
*/
 
/* IE 9 only */
/*
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
    .ie9{

    }
}
*/

/* IE 9 and above */
/*
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    // IE9+ CSS
    .ie9up { 
    
    }
}
*/



/* IE 10 only */
/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie10up {

    }
}
*/
 



/* Firefox (Quantum Only / Stylo) */
/*
@-moz-document url-prefix() {
    @supports (animation: calc(0s)) {
        .ffStylo {


        }
    }
}
*/

/* Firefox Legacy (pre-Stylo) */
/*
@-moz-document url-prefix() {
    @supports not (animation: calc(0s)) {
        .ffGecko {
            property: value;
        }
    }
}
*/

/* Webkit (Chrome & Safari, any version) */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    
    
}
*/


/* Safari (from 6.1 to 10.0) */
/*
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    @media {
        .safari6 { 


        }
    }
}
*/

 
/* Safari (10.1+) */
/*
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .safari10 { 


        }
    }
}
*/



