/*  IE11 & Above */
_:-ms-fullscreen, :root
	.animate-fly-in {
		top: 1vmin;
	}
	
_:-ms-fullscreen, :root
	.drums-inner-wrap > h2 {
		font-size: 6.8vmin;
	}
 
 _:-ms-fullscreen, :root
	span.title-line {
		height: 4.70vmin;
	}

 /*	 _:-ms-fullscreen, :root
	.DTX-drums {
		left: 40%;
		top: auto;
		position: relative;
	}

	_:-ms-fullscreen, :root
	.drums-inner-wrap {
		bottom: auto;
		position: absolute;
	}*/

	_:-ms-fullscreen, :root
	#Yamaha-logo {
		margin: 1em 5%;
		padding: 0 !important;
	}
	_:-ms-fullscreen, :root
	.navbar-nav > li > a {
		padding-top: 25px;
	}

	_:-ms-fullscreen, :root
	#icon-wrapper { 
		display: none; 
	}

/*  IE 9, 10 only */
@media screen and (min-width:0\0) and (min-width: 1199px) {

	.text-main-wrap > h1 {
		font-size: 3vw;
	}

	.drummer-img-mobile {
		width: 60%;
	}

	/*
	_:-ms-fullscreen, :root .DTX-drums {
		width: 50%;
	}*/

	.drums-inner-wrap {
		width: 100%;
	}

	#icon-wrapper { display: none; }
	 
	.DTX-drums {
		left: 40%;
		top: 0;
		float: none;
		position: relative;
	}

	.drums-inner-wrap {
		bottom: auto;
		width: 50%;
		position: absolute;
	}

	.icon-strokes  {
	    initistroke-width:1.5;
	    stroke-miterlimit:1;
	    stroke-dasharray: 1;
	    stroke-dashoffset: 1;
	}
	.icon-strokes-xs  {
	    initistroke-width:1.5;
	    stroke-miterlimit:1;
	    stroke-dasharray: 1;
	    stroke-dashoffset: 1;
	}

	.circle-border {
	   stroke-miterlimit:1;
	    stroke-dasharray: 1;
	    stroke-dashoffset: 1;
	}

	.for-IE-icons {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 1em;
	}

	.tablet-MP-md {
		top: -6.5vw;
	}

	.for-IE-icons > img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

	#icon-wrapper {
		display: none;
	}

	.DTX-drums-motion {
		top: 12%;
		top: 14vmin;
	}

	.drum-text-motion {
		bottom: 62%;
		bottom: 61.35vmin;
	}

	.pk-inner-wrap {
		width: 105%;
	}

	.chart-info {
		margin-bottom: 5%;
	}

	.selection-wrapper {
		margin-bottom: 2%;
	}



}