@font-face{
	font-family:'arvil';
	src:url('../fonts/arvil_sans-webfont.eot');
	src:url('../fonts/arvil_sans-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arvil_sans-webfont.svg') format('svg'),
		url('../fonts/arvil_sans-webfont.woff') format('woff'),
		url('../fonts/arvil_sans-webfont.ttf') format('truetype');
}
@font-face {
	font-family:'bebas';
	src:url('../fonts/bebas-webfont.eot');
	src:url('../fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bebas-webfont.woff') format('woff'),
		url('../fonts/bebas-webfont.ttf') format('truetype'),
		url('../fonts/bebas-webfont.svg#BebasRegular') format('svg');
}
@font-face{
	font-family:'gelato';
	src:url('../fonts/gelato_script-webfont.eot');
	src:url('../fonts/gelato_script-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gelato_script-webfont.svg') format('svg'),
		url('../fonts/gelato_script-webfont.woff') format('woff'),
		url('../fonts/gelato_script-webfont.ttf') format('truetype');
}
@font-face{font-family: 'HelveticaNeueLt';src: url('../fonts/25941B_0_0.eot');src: url('../fonts/25941B_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/25941B_0_0.woff') format('woff'),url('../fonts/25941B_0_0.ttf') format('truetype');}
@font-face{font-family: 'HelveticaNeueMd';src: url('../fonts/25941B_1_0.eot');src: url('../fonts/25941B_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/25941B_1_0.woff') format('woff'),url('../fonts/25941B_1_0.ttf') format('truetype');}

*{
	font-size:100.01%;
	margin:0;
	padding:0;
}
html, body, div, span, a, font, img, 
h1, h2, h3, h4, h5, h6, b, strong, 
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	background:none;
	border:0;
}
html{font-size:62.5%;}
body{
	background:#d2effa;
	color:#3e3d37;
	font:1em Georgia, serif;
	min-width:960px;
	-ms-text-size-adjust:none;
	-webkit-text-size-adjust:100%;
}
a{
	color:#fc9b7a;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:active{background-color:transparent;}

h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}

header, footer,
article, section,
nav{display:block;}
table, tr, td{
	border-collapse:collapse;
	border-spacing:0;
}

td{
	color:#333;
	padding:0px 0px;
	text-align:left;
	vertical-align:top;
}

#piecemaker{
	margin-top: -40; 
	margin-bottom: -60;
}
.thumbnail {
	float: left;
    width: 183px;
    height: 160px;
    margin: 5px;
	margin-left: 16px;
	margin-top: 25px;
	border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    border-radius: 25px;
    box-shadow: 10px 10px 5px #888888;
	background: -webkit-linear-gradient(top, rgba(192,192,192,1), rgba(260,260,260,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(192,192,192,1), rgba(260,260,260,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(192,192,192,1), rgba(260,260,260,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(192,192,192,1), rgba(260,260,260,1)); /* Standard syntax (must be last) */
}
.thumbnail h1{
	background:none;
	border:0;
	text-align:center;
}
.icon1{
	background:url(../images/icon-rig.png) no-repeat;
	background-size: 90px 90px;
	width:90px;
	height:90px;
	margin: 5px -30px;
	align:left;
	position:absolute;
	z-index: 1;
}
.icon2{
	background:url(../images/icon-safety.png) no-repeat;
	background-size: 90px 90px;
	width:90px;
	height:90px;
	margin: 5px -30px;
	align:left;
	position:absolute;
	z-index: 1;
}
.icon3{
	background:url(../images/icon-about-us.png) no-repeat;
	background-size: 90px 90px;
	width:90px;
	height:90px;
	margin: 5px -30px;
	align:left;
	position:absolute;
	z-index: 1;
}
.btn{
    border: 2px solid #a1a1a1; 
    border-radius: 25px;
	padding:3px 10px;
	margin: 10px -10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
.btn:hover {
    background-color: #CCC;
}
.icon-text{
	margin: 15px 70px;
	width:130px;
	height:70px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content {
	float: left;
    width: 164px;
    height: 110px;
    margin: 15px 22px;
    padding: 10px 40px;
}
.content h1{
	background:none;
	border:0;
	font-size:16px;
	text-align:left;
	margin: 10px -30px;
	color:#666
}
.content-text{
	margin: 10px 25px;
	width:160px;
	height:70px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.cog{
	background:url(../images/icon-cog.png) no-repeat;
	background-size: 40px 40px;
	width:40px;
	height:40px;
	margin: 5px -30px;
	align:left;
	position:absolute;
	z-index: 1;
}
.overview{
	background:url(../images/icon-overview.png) no-repeat;
	background-size: 40px 40px;
	width:40px;
	height:40px;
	margin: 5px -30px;
	align:left;
	position:absolute;
	z-index: 1;
}
.support{
	background:url(../images/icon-support.png) no-repeat;
	background-size: 40px 40px;
	width:40px;
	height:40px;
	margin: 5px -30px;
	align:left;
	position:absolute;
	z-index: 1;
}
.hr{
	background:url(../images/bg-shadow.png) no-repeat;
	background-size: 800px 8px;
	height:8px;
	position:absolute;
	top:815px;
	width:800px;
	z-index:1;
}

.image-box{
	background:url(../images/2_720.png) no-repeat;
	background-size: 280px 170px;
	margin: 5px 65px;
	width:280px;
	height:170px;
	float: left;
}
.image-box-text{
	float: left;
    width: 360px;
	display: inline-block;
    height: 110px;
    margin: 5px 0px;
    padding: 10px 0px;
	font-size:13px;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* wrapper */
#wrapper{
	background:url(../images/background2.jpg);
	background-size: 100% 79%;
	overflow:hidden;
	position:relative;
}
.w1{
	margin:0 auto;
	width:960px;
}
.w2{
	margin:0 -220px;
	padding:0 220px;
	position:relative;
}

/* header */
#header{
	margin:0 -220px;
	min-height:193px;
	padding:28px 220px 0;
	position:relative;
	z-index:1;
}
#header:after{
	background:url(../images/bg-header.png) no-repeat;
	content:'';
	height:495px;
	left:50%;
	margin-left:-537px;
	position:absolute;
	top:0;
	width:1074px;
	z-index:-1;
}
.top-mask{
	height:50px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
.home-mask{
	background:url(../images/bg-home-mask.png) repeat-x;
	bottom:0;
	height:85px;
	left:0;
	margin:0 -9999px;
	padding:0 9999px;
	position:absolute;
	width:100%;
}
/* navigation */
#nav{
	min-height:163px;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	z-index:9;
}


#nav ul{
	float:right;
	margin:65px 21px 0 20px;
}
#nav ul:first-child{
	float:left;
	margin:65px 0 0 12px;
}
#nav li{
	float:left;
	list-style:none outside;
}
#nav li:first-child{margin:0 42px 0 0;}
#nav a{
	color:#76acc0;
	cursor:pointer;
	display:block;
	font:14px/17px 'arvil', arial, sans-serif;
	letter-spacing:3px;
	position:relative;
	text-align:center;
}
#nav a strong{
	color:#35525c;
	display:block;
	font:28px/31px 'bebas', arial, sans-serif;
	letter-spacing:1px;
	margin:0 0 7px;
	text-shadow:1px 1px 0 #fff, 2px 2px 0 #bdced3;
	-webkit-transition: all 100ms linear 0s;
	   -moz-transition: all 100ms linear 0s;
		 -o-transition: all 100ms linear 0s;
			transition: all 100ms linear 0s;
}
#nav a:hover{text-decoration:none;}
#nav a:hover strong{
	-webkit-transform:scale(1.1);
	   -moz-transform:scale(1.1);
		 -o-transform:scale(1.1);
			transform:scale(1.1);
}
/* logo */
.logo{
	background:url(../images/logo1.png) no-repeat;
	height:163px;
	left:50%;
	margin-left:-110px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	width:217px;
}
.logo:hover{background-position:0 100%;}
.logo a{
	display:block;
	height:100%;
}
/* contact us */
.contact-us{
	height:80px;
	margin-right:-355px;
	padding:27px 0 0 12px;
	position:fixed;
	right:50%;
	top:0;
	width:81px;
	z-index:101;
}
.contact-us:after{
	background:url(../images/sprite01.png) no-repeat 0 -692px;
	content:'';
	height:38px;
	left:0;
	position:absolute;
	top:0;
	width:85px;
}
.contact-us a{
	background:url(../images/sprite01.png) no-repeat 0 -484px;
	display:block;
	height:53px;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	width:127px;
	z-index:2;
	-webkit-transition: -webkit-transform 100ms linear 0s;
	   -moz-transition: -moz-transform 100ms linear 0s;
		 -o-transition: -o-transform 100ms linear 0s;
			transition: transform 100ms linear 0s;
}
.contact-us a:hover{
	background-position:0 -538px;
	-webkit-transform:scale(1.1);
	   -moz-transform:scale(1.1);
		 -o-transform:scale(1.1);
			transform:scale(1.1);
}
/* intro block */
.intro-block{
	margin:-23px 0 0 -24px;
	height:1041px;
	position:relative;
	padding:10px 10px 10px;
	z-index:5;
	border: 2px solid;
    border-radius: 25px;
	background: -webkit-linear-gradient(top, rgba(192,192,192,0.9), rgba(260,260,260,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(192,192,192,0.9), rgba(260,260,260,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(192,192,192,0.9), rgba(260,260,260,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(192,192,192,0.9), rgba(260,260,260,0.9)); /* Standard syntax (must be last) */
}
.intro-block .text-holder{
	float:left;
	height:441px;
	padding:30px 34px 2px 60px;
	position:relative;
	width:930px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.intro-block .text-holder2{
	float:left;
	height:441px;
	padding:33px 34px 2px 30px;
	position:relative;
	width:930px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


.promo-section .text-holder .first-letter{
	background:url(../images/sprite-first-letter.png) no-repeat -49px -143px;
	height:142px;
	left:0;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	top:39px;
	width:59px;
}
.promo-section > .holder .text-holder h2{
	color:#7aa4b5;
	font:3.2em/1.2em 'arvil', sans-serif;
	letter-spacing:2px;
	margin:0 0 6px;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
}

.promo-section > .holder .text-holder h3{
	color:#7aa4b5;
	font:2.6em/1.2em 'arvil', sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	margin:0 0 6px;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
}
.promo-section > .holder .text-holder p{
	font-size:1.4em;
	line-height:1.571em;
	margin:0;
	text-align:justify;
}

/* drill rig */
.rig{
	position:absolute;
	left:0;
	top:935px;
	width:100%;
}
.rig span{
	background:url(../images/drill-rig.png) no-repeat;
	background-size: 400px 200px;
	position:absolute;
	z-index: 1;
}
.rig .rig1{
	background-position:46.3% 100%;
	height:200px;
	left:0;
	top:23px;
	width:360%;
	-webkit-animation: rigAnimation infinite 100000ms linear;
	   -moz-animation: rigAnimation infinite 100000ms linear;
		-ms-animation: rigAnimation infinite 100000ms linear;
		 -o-animation: rigAnimation infinite 100000ms linear;
}

.dust{
	position:absolute;
	height:20px;
	left:100%;
	top:935px;
	width:210%;
}
.dust span{
	background:url(../images/dust.png) no-repeat;
	background-size: 150px 50px;
	position:absolute;
	z-index: 2;
}
.dust .dust01{
	height:50px;
	position:absolute;
	top:165px;
	left:30%;
	width:360%;
	-webkit-animation: dust01Animation infinite 100000ms linear;
	   -moz-animation: dust01Animation infinite 100000ms linear;
		-ms-animation: dust01Animation infinite 100000ms linear;
		 -o-animation: dust01Animation infinite 100000ms linear;
}
.dust .dust02{
	height:50px;
	position:absolute;
	top:165px;
	left:30%;
	width:360%;
	-webkit-animation: dust02Animation infinite 100000ms linear;
	   -moz-animation: dust02Animation infinite 100000ms linear;
		-ms-animation: dust02Animation infinite 100000ms linear;
		 -o-animation: dust02Animation infinite 100000ms linear;
}
.dust .dust03{
	height:50px;
	position:absolute;
	top:166px;
	left:30%;
	width:360%;
	-webkit-animation: dust03Animation infinite 100000ms linear;
	   -moz-animation: dust03Animation infinite 100000ms linear;
		-ms-animation: dust03Animation infinite 100000ms linear;
		 -o-animation: dust03Animation infinite 100000ms linear;
}



/* clouds */
.clouds{
	position:absolute;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.clouds span{
	background:url(../images/bg-clouds.png) no-repeat;
	position:absolute;
}
.clouds .cloud01{
	background-position:-335px -643px;
	height:254px;
	left:0;
	top:23px;
	width:632px;
	-webkit-animation: cloudAnimation infinite 100000ms linear;
	   -moz-animation: cloudAnimation infinite 100000ms linear;
		-ms-animation: cloudAnimation infinite 100000ms linear;
		 -o-animation: cloudAnimation infinite 100000ms linear;
}
.clouds .cloud02{
	background-position:0 -348px;
	height:172px;
	left:644px;
	top:0;
	width:340px;
	-webkit-animation: cloudAnimation infinite 160000ms linear;
	   -moz-animation: cloudAnimation infinite 160000ms linear;
		-ms-animation: cloudAnimation infinite 160000ms linear;
		 -o-animation: cloudAnimation infinite 160000ms linear;
}
.clouds .cloud03{
	background-position:-326px 0;
	height:338px;
	left:99px;
	top:60px;
	width:654px;
	-webkit-animation: cloudAnimation infinite 125000ms linear;
	   -moz-animation: cloudAnimation infinite 125000ms linear;
		-ms-animation: cloudAnimation infinite 125000ms linear;
		 -o-animation: cloudAnimation infinite 125000ms linear;
}
.clouds .cloud04{
	background-position:-350px -348px;
	height:268px;
	left:919px;
	top:90px;
	width:410px;
	-webkit-animation: cloudAnimation infinite 200000ms linear;
	   -moz-animation: cloudAnimation infinite 200000ms linear;
		-ms-animation: cloudAnimation infinite 200000ms linear;
		 -o-animation: cloudAnimation infinite 200000ms linear;
}
/* dig navigation */
.dig-nav{
	background:url(../images/bg-dig-nav.png) no-repeat 50% 100%;
	margin:0 -9999px;
	padding:15px 10022px 83px;
	position:relative;
	overflow:hidden;
}
.dig-nav .link{
	cursor:pointer;
	color:#7aa4b5;
	float:right;
	font:2.4em/1.2em 'arvil', sans-serif;
	margin:-10px;
	padding:10px;
	letter-spacing:2px;
	position:relative;
	text-decoration:none;
	z-index:1;
}
.dig-nav .link:first-child{
	float:left;
	text-align:right;
}
.dig-nav .link strong{
	color:#35525c;
	display:block;
	font:1.958em/1.2em 'gelato', serif;
	letter-spacing:0;
	margin:8px 0 0;
}
.dig-nav .link:hover{
	color:#4f4c51;
	text-decoration:none;
}
.dig-nav .link:hover strong{color:#f78d69;}

/* footer */
#footer{
	background:url(../images/bg-footer.jpg) no-repeat 50% 0;
	margin:0 -9999px;
	padding:0 9999px;
	position:relative;
}
#footer:after{
	background:url(../images/bg-shadow.png) no-repeat 50% 0;
	content:'';
	height:26px;
	left:50%;
	position:absolute;
	margin-left:-530px;
	top:0;
	width:1124px;
	z-index:10;
}
#footer > .holder{
	background:url(../images/bg-footer-holder.jpg) no-repeat 50% 0;
	height:194px;
	margin:0 -320px;
	padding:44px 328px 27px 331px;
}
#footer .row{
	clear:left;
	float:left;
	width:920px;
}
#footer .row + .row{padding-top:5px;}
#footer .row > .box,
#footer .row > .block{
	float:left;
	width:242px;
}
.links{
	font-size:12px;
	line-height:1.571em;
	margin:0;
	text-align:justify;
}
#footer .row > .box + .box,
#footer .row > .block + .block{
	margin-left:77px;
	width:246px;
}
#footer .row > .box .title{
	display:block;
	font:2em/1.2em 'arvil', sans-serif;
	margin:0 0 15px;
}
#footer .row > .box .title a{
	color:#fffdf4;
	display:inline-block;
	letter-spacing:3px;
	margin:0 0 2px;
	vertical-align:top;
}
#footer .row > .box a .marked{
	color:#fc9b7a;
	display:inline-block;
	font:1.2em/1.2em 'gelato', serif;
	letter-spacing:0;
	margin:0 0 -3px;
	vertical-align:baseline;
}
#footer .row > .box .title a:hover{
	border-bottom:2px solid #a8a6a3;
	margin:0;
	text-decoration:none;
}
#footer .article{padding:0 0 25px 1px;}
#footer .article a{
	color:#d3d3d3;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
}

#footer .article .visual .hover,
#footer .care-article .visual .hover{display:none;}
#footer .article a:hover .visual .holder,
#footer .care-article a:hover .visual .holder{display:none;}
#footer .article a:hover .visual .hover,
#footer .care-article a:hover .visual .hover{display:block;}
#footer .row > .block .title{
	color:#fffdf4;
	display:block;
	font:2.4em/1.2em 'gelato', serif;
	margin:0 0 5px;
}
#footer .row > .block p,
.form-subscribe label{
	color:#d3d3d3;
	font:1.5em/1.2em 'HelveticaNeueLt', Arial, Helvetica, sans-serif;
	margin:0;
}
.social-networks{
	margin:7px 0 0 -1px;
	overflow:hidden;
}
.social-networks li{
	float:left;
	list-style:none outside;
}
.social-networks a{
	background:url(../images/sprite01.png) no-repeat;
	float:left;
	overflow:hidden;
	margin:0 0 0 15px;
	text-indent:-9999px;
}
.social-networks .linkedin{
	background-position:-102px -203px;
	height:40px;
	margin:0;
	width:40px;
}
.social-networks .linkedin:hover{background-position:-143px -203px;}
.social-networks .facebook{
	background-position:-103px -244px;
	height:39px;
	margin:1px 0 0 17px;
	width:39px;
}
.social-networks .facebook:hover{background-position:-144px -244px;}
.social-networks .twitter{
	background-position:-102px -323px;
	height:30px;
	margin:7px 0 0 8px;
	width:53px;
}
.social-networks .twitter:hover{background-position:-102px -354px;}
.social-networks .rss{
	background-position:-103px -284px;
	height:38px;
	margin:1px 0 0 13px;
	width:38px;
}
.social-networks .rss:hover{background-position:-144px -284px;}

/* copyright */
.copy{
	color:#a1a1a1;
	float:left;
	font:1.1em/1.2em 'HelveticaNeueLt', Arial, Helvetica, sans-serif;
	padding:19px 0 0;
	width:100%;
}
.copy p{margin:0;}
.copy a{color:#a1a1a1;}
.copy a:hover{text-decoration:none;}
/* bottom section green */
#footer .bottom-section-green{
	background:url(../images/green-footer.png);
	margin:0 -9999px;
	padding:30px 9999px 23px;
	position:relative;
	top: 168px;
}
/* bottom decal */
#footer .bottom-decal{
	background:url(../images/decal-drill.png) no-repeat;
	background-size: 120px 120px;
	position:relative;
	top:25%;
	left:-51.5%;
	z-index:1;
	height:120px;
	width:120px;
}
/* bottom section */
#footer .bottom-section{
	background:url(../images/bg-bottom-section.jpg);
	color:#FF9900;
	font:3.3em/1.2em 'gelato', serif;
	margin:0 -9999px;
	padding:30px 9999px 23px;
	text-align:center;
}
#footer .bottom-section p{margin:0;}



/* animations style */
@-moz-keyframes cloudAnimation{
	from {
		-moz-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-moz-transform: translate(-990px, 0px);
		opacity:0.5;
	}
	50% {
		-moz-transform: translate(-990px, 0px);
		opacity:0;
	}
	51% {
		-moz-transform: translate(740px, 0px);
		opacity:0;
	}
	52% {
		-moz-transform: translate(740px, 0px);
		opacity:0.5;
	}
	to {
		-moz-transform: translate(0px, 0px);
		opacity:1;
	}
}
@-webkit-keyframes cloudAnimation{
	from {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-webkit-transform: translate(-990px, 0px);
		opacity:0.5;
	}
	50% {
		-webkit-transform: translate(-990px, 0px);
		opacity:0;
	}
	51% {
		-webkit-transform: translate(740px, 0px);
		opacity:0;
	}
	52% {
		-webkit-transform: translate(740px, 0px);
		opacity:0.5;
	}
	to {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
}
@-ms-keyframes cloudAnimation{
	from {
		-ms-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-ms-transform: translate(-990px, 0px);
		opacity:0.5;
	}
	50% {
		-ms-transform: translate(-990px, 0px);
		opacity:0;
	}
	51% {
		-ms-transform: translate(740px, 0px);
		opacity:0;
	}
	52% {
		-ms-transform: translate(740px, 0px);
		opacity:0.5;
	}
	to {
		-ms-transform: translate(0px, 0px);
		opacity:1;
	}
}

/* animations style */
@-moz-keyframes rigAnimation{
	from {
		-moz-transform: translate(0px, 0px);
		opacity:1;
	}
	to {
		-moz-transform: translate(-122%, 0px);
		opacity:1;
	}
}
@-webkit-keyframes rigAnimation{
	from {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
	to {
		-webkit-transform: translate(122%, 0px);
		opacity:1;
	}
}
@-ms-keyframes rigAnimation{
	from {
		-ms-transform: translate(0px, 0px);
		opacity:1;
	}
	to {
		-ms-transform: translate(122%, 0px);
		opacity:1;
	}
}

@-moz-keyframes dust01Animation{
	from {-moz-transform: translate(0px, 0px);opacity:1;}		
	10% {-moz-transform: translate(-4.8%,0px);opacity:0;}
	20% {-moz-transform: translate(-11.5%,0px);opacity:1;}
	30% {-moz-transform: translate(-16.5%,0px);opacity:0;}
	40% {-moz-transform: translate(-23.2%,0px);opacity:1;}
	50% {-moz-transform: translate(-28.2%,0px);opacity:0;}
	60% {-moz-transform: translate(-34.9%,0px);opacity:1;}
	70% {-moz-transform: translate(-39.9%,0px);opacity:0;}
	80% {-moz-transform: translate(-46.6%,0px);opacity:1;}
	90% {-moz-transform: translate(-51.6%,0px);opacity:0;}
	to {-moz-transform: translate(-58.3%, 0px);opacity:1;}		
}
@-moz-keyframes dust02Animation{
	from {-moz-transform: translate(0px, 0px);opacity:0;}		
	10% {-moz-transform: translate(-5.7%,0px);opacity:0.7;}
	20% {-moz-transform: translate(-10.7%,0px);opacity:0;}
	30% {-moz-transform: translate(-17.4%,0px);opacity:0.7;}
	40% {-moz-transform: translate(-22.4%,0px);opacity:0;}
	50% {-moz-transform: translate(-29.1%,0px);opacity:0.7;}
	60% {-moz-transform: translate(-34.9%,0px);opacity:0;}
	70% {-moz-transform: translate(-40.6%,0px);opacity:1;}
	80% {-moz-transform: translate(-45.6%,0px);opacity:0.3;}
	90% {-moz-transform: translate(-52.3%,0px);opacity:1;}
	to {-moz-transform: translate(-58.3%, 0px);opacity:0.3;}
}
@-moz-keyframes dust03Animation{
	from {
		-moz-transform: translate(0px,0px);
		opacity:0.75;
	}
	10% {
		-moz-transform: translate(-230px,0pxpx);
		opacity:0;
	}
	25% {
		-moz-transform: translate(-490px,0px);
		opacity:1;
	}
	50% {
		-moz-transform: translate(-990px,0px);
		opacity:0;
	}
	51% {
		-moz-transform: translate(0px,0px);
		opacity:0;
	}
	to {
		-moz-transform: translate(0px,0px);
		opacity:0.75;
	}
}