@charset "utf-8";
/* This CSS Document is the intellectual property of Douglas J. King
The use of this document must be provided in writing as of 2016OCT17*/


<style type="text/css">
/*#preload_area
{
    background-image: url(Images/1.png);
    background-image: url(Images/2.png);
    background-image: url(Images/3.png);
	background-image: url(Images/4.png);
	background-image: url(Images/5.png);
    width: 0px;
    height: 0px;
    display: inline;
}*/
#body {/*this sets the page color*/
	position: fixed;
	width: 100vw;
	height: 100vh;
	margin: 0vw auto;
	text-align: center;
	background-color: #000000;
}
.companycontainer {
	height: 125px;
	width: 100%;
	position: fixed;
	overflow: visible;
	text-align: center;
	margin: 0vw auto;
	background: transparent;
	z-index: 1400;
	background-color: #F1F1F1;
}
#companynamecontainer {
	position: relative;
	overflow: visible;
	height: 250px;
	margin: 0px auto;
	text-align: center;
	width: 100vw;
	vertical-align: top;
	z-index: 1402;
}
#companynamebot {/* this is specifically to give the shadow of the company name*/
	position: fixed;
	overflow: visible;
	top: 0vw;
	margin: 0vw auto;
	text-align: center;
	z-index: 1200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4vw;
	color: #3a94e4;
	width: 100vw;
	font-weight: bold;
	text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 50px #000, 0 0 30px #000, 0 0 20px #000;
	text-shadow: 0 0 .5vw #000000, 0 0 1vw #000000, 0 0 2.5vwx #000000, 0 0 1.5vw #000000, 0 0 1vw #000000;
	vertical-align: top;
	}
#companynametop {/* this is the company name visible in front*/
	position: fixed;
	top: 0vw;
	margin: 0px auto;
	text-align: center;
	font-size: 4vw;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	/*color: #47a6e6;*/
	color: transparent;
	background: #47a6e6;
	background: -webkit-linear-gradient(#0062b8, #addeff);
	-webkit-background-clip: text;
    background: -o-linear-gradient(#0062b8, #addeff); 
    background: -moz-linear-gradient(#0062b8, #addeff);
   	background: -ms-linear-gradient(transparent, transparent);
	background-clip: text;
	z-index: 1201;
	vertical-align: top;
	width: 100vw;
	/*height: 43px;*/
}
#coordinatesbar { 
	position: relative;
	height: 25px;
	width: 80vw;
	top: 4vw;
	margin: 0vw auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6vw;
	color: #ffffff;
	z-index: 1600;
	vertical-align: top;
}
#coordinates {
	height: 25px;
	width: 20vw;
	margin: 1vw;
	text-align: justify;
	font-weight: normal;
	display:inline;
	text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 50px #000, 0 0 30px #000, 0 0 20px #000;
	text-shadow: 0 0 .5vw #000000, 0 0 1vw #000000, 0 0 2.5vw #000000, 0 0 6vw #000000, 0 0 1vw #000000, 0 0 2vw #000000;
}
#justlogowhite {/*this is the Big-King Group of companies logo*/
	top: 1vw;
	left: 1vw;
	position: fixed;
	margin: 0px auto;
	width: 15vw;
	text-align: left;
	overflow: visible;
	color: #0C0;
	-webkit-filter: drop-shadow(0vw 0vw .5vw #000000)drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	-moz-filter: drop-shadow(0vw 0vw .5vw #000000)drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	-o-filter: drop-shadow(0vw 0vw .5vw #000000)drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";	
	filter: drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	z-index: 3100;
}
#justlogowhite:hover {/* this is the hover action for the buttons */
 	-webkit-filter: drop-shadow(0vw 0vw .5vw #3a94e4)drop-shadow(0vw 0vw .5vw #3a94e4) drop-shadow(0vw 0vw 1vw #3a94e4);
  	-moz-filter: drop-shadow(0vw 0vw .5vw #3a94e4)drop-shadow(0vw 0vw .5vw #3a94e4) drop-shadow(0vw 0vw 1vw #3a94e4);
  	-o-filter: drop-shadow(0vw 0vw .5vw #3a94e4)drop-shadow(0vw 0vw .5vw #3a94e4) drop-shadow(0vw 0vw 1vw #3a94e4);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3a94e4')";
	filter: drop-shadow(0vw 0vw .5vw #3a94e4) drop-shadow(0vw 0vw .5vw #3a94e4) drop-shadow(0vw 0vw 1vw #3a94e4);

}
#justlogowhite:active {/* this is the on click action for the buttons*/
  	-webkit-filter: drop-shadow(0vw 0vw .5vw #ffffff)drop-shadow(0vw 0vw .5vw #ffffff) drop-shadow(0vw 0vw 1vw #ffffff);
	-moz-filter: drop-shadow(0vw 0vw .5vw #ffffff)drop-shadow(0vw 0vw .5vw #ffffff) drop-shadow(0vw 0vw 1vw #ffffff);
	-o-filter: drop-shadow(0vw 0vw .5vw #ffffff)drop-shadow(0vw 0vw .5vw #ffffff) drop-shadow(0vw 0vw 1vw #ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff')";
	filter: drop-shadow(0vw 0vw .5vw #ffffff) drop-shadow(0vw 0vw .5vw #ffffff) drop-shadow(0vw 0vw 1vw #ffffff);
}
#locationsbot {
	position: absolute;
	right: 1vw;
	top: 28vh;
	width: 30vw;
	height: 25vh;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 3vw;
	font-weight: bold;
	color: #3a94e4;
	background-color: transparent;
	text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 50px #000, 0 0 30px #000, 0 0 20px #000;
	text-shadow: 0 0 .5vw #000000, 0 0 1vw #000000, 0 0 2.5vwx #000000, 0 0 1.5vw #000000, 0 0 1vw #000000;
	z-index: 9000;
}
#locationstop {
	position: absolute;
	right: 1vw;
	top: 28vh;
	width: 30vw;
	height: 25vh;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 3vw;
	font-weight: bold;
	color: #3a94e4;
	z-index: 9001;
	background: #47a6e6;
	background: -webkit-linear-gradient(#0062b8, #addeff);
	-webkit-background-clip: text;
    background: -o-linear-gradient(#0062b8, #addeff); 
    background: -moz-linear-gradient(#0062b8, #addeff);
   	background: -ms-linear-gradient(transparent, transparent);
	background-clip: text;
	z-index: 9001;
}
#buttoncontainer {/* this is the container to hold all the buttons*/
	position: fixed;
 	bottom: 5vw;
 	width: 100vw;
 	height: 10vw;
 	overflow: hidden;
	text-align: center;
	margin: 0vw auto;
	background-color: transparent;
 	z-index: 1001;
}
.button {/* this is the design of the buttons*/
   position:relative;
   top: 3vw;
   border-top: .1vw solid #306888;
   border-bottom: .1vw solid #306888;
   background: #addeff;
   background: -webkit-gradient(linear, left top, left bottom, from(#0062b8), to(#addeff));
   background: -webkit-linear-gradient(top, #0062b8, #addeff);
   background: -moz-linear-gradient(top, #0062b8, #addeff);
   background: -ms-linear-gradient(top, #0062b8, #addeff);
   background: -o-linear-gradient(top, #0062b8, #addeff);
   padding: .6vw .8vw;
   -webkit-border-radius: 2vw;
   -moz-border-radius: 2vw;
   -o-border-radius: 2vw;
   -ms-border-radius: 2vw;
   border-radius: 2vw;
   color: #000000;
   font-size: 1.5vw;
   font-family: Georgia, serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   margin: 1%;
   display: inline-block;
   z-index: 102;
  -webkit-filter: drop-shadow(0vw 0vw .5vw #000)
                  drop-shadow(0vw 0vw 1vw #000) drop-shadow(0vw 0vw 2vw #000);
   filter: drop-shadow(0vw 0vw .5vw black) 
          drop-shadow(0vw 0vw 1vw black) drop-shadow(0vw 0vw 2vw #000);
}
.button:hover {/* this is the hover action for the buttons */
   border-top-color: #0062b8;
   border-bottom: .1vw solid #0062b8;
   background: #000000;
   color: #359ee3;
}
.button:active {/* this is the on click action for the buttons*/
   border-top-color: #000000;
   border-bottom-color: #000000;
   background: #addeff;
}
.buttonselect {/* this is the design of the buttons*/
   position:relative;
   top: 3vw;
   border-top: .1vw solid #306888;
   border-bottom: .1vw solid #306888;
   background: #addeff;
   background: -webkit-gradient(linear, left top, left bottom, from(#0062b8), to(#addeff));
   background: -webkit-linear-gradient(top, #0062b8, #addeff);
   background: -moz-linear-gradient(top, #0062b8, #addeff);
   background: -ms-linear-gradient(top, #0062b8, #addeff);
   background: -o-linear-gradient(top, #0062b8, #addeff);
   padding: .6vw .8vw;
   -webkit-border-radius: 2vw;
   -moz-border-radius: 2vw;
   border-radius: 2vw;
   color: #000000;
   font-size: 1.5vw;
   font-family: Georgia, serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   margin: 1%;
   display: inline-block;
   z-index: 102;
  -webkit-filter: drop-shadow(0vw 0vw .5vw #ffffff)
                  drop-shadow(0vw 0vw 1vw #ffffff) drop-shadow(0vw 0vw 2vw #ffffff);
   filter: drop-shadow(0vw 0vw .5vw #ffffff) 
          drop-shadow(0vw 0vw 1vw #ffffff) drop-shadow(0vw 0vw 2vw #ffffff);
}
.buttonselect:hover {/* this is the hover action for the buttons */
   border-top-color: #0062b8;
   border-bottom: .1vw solid #0062b8;
   background: #000000;
   color: #359ee3;
}
.buttonselect:active {/* this is the on click action for the buttons*/
   border-top-color: #000000;
   border-bottom-color: #000000;
   background: #addeff;
}
#contentcontainer {
	position: fixed;
	width: 85vw;
	Height: 60vh;
	top: 7vw;
	left: 7vw;
	background-color: transparent;
	z-index:1489;
}
#content {
	position: relative;
	top: 50%;
 	transform: translateY(-50%);
	width: 65%;
	text-align: center;
	margin: 0px auto;
	font-size: 2vw;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CCCCCC;
	background-color: transparent;
	text-shadow: 0 0 .5vw #000000, 0 0 1vw #000000, 0 0 5vw #000000, 0 0 1.5vw #000000, 0 0 1vw #000000, 0 0 2vw #000000;
	z-index: 1490;
}
#heading {
	position: absolute;
	bottom: 1vh;
	left: 18vw;
 	width: 65vw;
	text-align: center;
	overflow: visible;
	margin: 0px auto;
	font-size: 5vw;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	white-space: nowrap;
	text-shadow: 0 0 .5vw #000000, 0 0 1vw #000000, 0 0 5vw #000000, 0 0 1.5vw #000000, 0 0 1vw #000000, 0 0 2vw #000000;
	z-index: 1490;
}
#nonmovingart {/*this is the host container for the art*/
	position: absolute;
	left: 1vw;
	top: 1vw;
	width: 97vw;
	height: 97vh;
	margin: 0vw auto;
 	background: #000;
	opacity: 1;
	z-index: 2;
}
/*menu section*/
.menu {
	position: relative;
	height: 60vh;
	width: 72vw;
	white-space: nowrap;
}
.menu, .menu ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 4000;
}
.menu li {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
	background: -webkit-linear-gradient(#292929, #252525);
	background: -moz-linear-gradient(#292929, #252525);
	background: -o-linear-gradient(#292929, #252525);
	background: -ms-linear-gradient(#292929, #252525);
	background: linear-gradient(#292929, #252525);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
	border-bottom: .2vw solid #181818;
	border-top: .2vw solid #303030;
	min-width: 11.7vw;
	max-width:11.7vw;
	white-space: nowrap;
}
.menu > li {
	position: relative;
	display: block;
	float: left;
	text-align: center;	
}
.menu > li:first-cild {
	border-radius: .2vw 0 0;
}
.menu a {
	position: relative;
	border-left: .3vw solid rgba(0, 0, 0, 0);
	color: #ffffff;
	display: block;
	font-family: 'Lucida Console';
	font-size: 1vw;
	line-height: 7vh;
	padding: 0 1vmin;
	text-decoration: none;
	text-transform: uppercase;

}
.menu li:hover {
	position: relative;
	text-align: center;	
	background-color: #1c1c1c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #1b1b1b));
	background: -webkit-linear-gradient(#1c1c1c, #1b1b1b);
	background: -moz-linear-gradient(#1c1c1c, #1b1b1b);
	background: -o-linear-gradient(#1c1c1c, #1b1b1b);
	background: -ms-linear-gradient(#1c1c1c, #1b1b1b);
	background: linear-gradient(#1c1c1c, #1b1b1b);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
	border-bottom: .2vw solid #222222;
	border-top: .2vh solid #1B1B1B;
}
.menu li:hover > a {
	position: relative;
	border-radius: .5vw 0 0 0;
	border-left: .3vw solid #47a6e6;
	text-align: center;	
	color: #47a6e6;
	z-index: 4000;
}

.submenu {
	left: 0;
	max-height: 0;
	position: absolute;
	text-align: left;	
	top: 100%;
	z-index: 4000;
	-webkit-perspective: 40vw;
	-moz-perspective: 40vw;
	-o-perspective: 40vw;
	-ms-perspective: 40vw;
	perspective: 40vw;
}
.submenu li {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	-moz-transition: opacity .3s, -moz-transform .5s;
	-o-transition: opacity .3s, -o-transform .5s;
	-ms-transition: opacity .3s, -ms-transform .5s;
	transition: opacity .3s, transform .5s;
}
.menu .submenu li:hover a {
	border-left: .3vw solid #47a6e6;
	border-radius: 0;
	color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	/*this puts a backgroud behind the fun animation
	max-height: 200vw;
	z-index: 4010;*/
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.menu li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	transition-delay: 350ms;
}
.submenu li:nth-child(1) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;	
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.submenu li:nth-child(2) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.submenu li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	transition-delay: 250ms;
}
.submenu li:nth-child(4) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition-delay: 200ms;
}
.submenu li:nth-child(5) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms;
}
.submenu li:nth-child(6) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;	
	-ms-transition-delay: 100ms;
	transition-delay: 100ms;
}
.submenu li:nth-child(7) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	transition-delay: 50ms;
}
.submenu li:nth-child(8) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
/*this is the menu trigger container*/
#menuswitch {
	position: fixed;
	width: 12vmin;
	height: 10vmin;
	top: 4vh;
	right: 8vw;
	overflow: visible;
	background-color: rgba(0,0,0,.1);;
	-webkit-filter: drop-shadow(0vw 0vw .5vw #000000)drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	-moz-filter: drop-shadow(0vw 0vw .5vw #000000)drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	-o-filter: drop-shadow(0vw 0vw .5vw #000000)drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";	
	filter: drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw .5vw #000000) drop-shadow(0vw 0vw 1vw #000000);
	z-index: 5000;
}
/*this is the menu trigger*/
.go {position: fixed;
	width: 12vmin;
	height: 12vmin;
	top: 0vh;
	right: 0vw;
	background-color: transparent;
	opacity: 0;
	z-index: 5060;
}
.menux {
	position: fixed;
	right: -100vw;
	top: 9vh;
	width: 72vw;
	height: 60vh;
	background-color: transparent;	
	opacity: 0;
	z-index: 500;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}
.stix {
    position: fixed;
  	margin: 0 auto;
  	width: 12vmin;
  	height: 12vmin;
  	background-color: transparent;
	z-index: 5050;
}
.stix:before, .stix:after, .stix div {
	background-color: #47a6e6;
  	-webkit-border-radius: .3vmin;
	-moz-border-radius: .3vmin;
	-o-border-radius: .3vmin;
  	-ms-border-radius: .3vmin;
  	border-radius: .3vmin;
  	content: '';
  	display: block;
  	height: 1vmin;
  	margin: 2vmin 0;
	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
  	transition: all .6s ease-in-out;
}
.go:checked ~ .stix:before {
	-webkit-transform: translateY(3vmin) rotate(495deg);
	-moz-transform: translateY(3vmin) rotate(495deg);
	-o-transform: translateY(3vmin) rotate(495deg);
	-ms-filter: transform: translateY(3vmin) rotate(495deg);
  	transform: translateY(3vmin) rotate(495deg);
}
.go:checked ~ .stix:after {
	-webkit-transform: translateY(-3vmin) rotate(225deg);
	-moz-transform: translateY(-3vmin) rotate(225deg);
	-o-transform: translateY(-3vmin) rotate(225deg);
  	-ms-filter: transform: translateY(-3vmin) rotate(225deg);
   	transform: translateY(-3vmin) rotate(225deg);
}
.go:checked ~ .stix div {
  	-webkit-transform: scale(0);
  	-moz-transform: scale(0);
  	-o-transform: scale(0);
  	-ms-transform: scale(0);
  	transform: scale(0);
}
.go:checked ~ .menux {
	opacity: 1;
	z-index: 4500;
	-webkit-transform: translateX(-112vw) rotate(0deg);
	-moz-transform: translateX(-112vw) rotate(0deg);
	-o-transform: translateX(-112vw) rotate(0deg);
  	-ms-transform: translateX(-112vw) rotate(0deg);
  	transform: translateX(-112vw) rotate(0deg);
}
</style>
