@charset "utf-8";
/******************************************************************************
  $Boxaroo v2.0 || CRUSADER12 || EXCLUSIVE TO CODECANYON || CORE CSS FILE
******************************************************************************/
/******************************************************************************/
/* I. RESET / CSS SETUP
/******************************************************************************/
html,body{ width:100%; position:relative; }
#Boxaroo *{
	/* DISABLE DEFAULT TOUCH/HOLD ACTION */
	-webkit-touch-callout:none; -moz-touch-callout:none; -ms-touch-callout:none; -o-touch-callout:none; touch-callout:none;
	/* DISABLE SELECTION */
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; -o-user-select:none; user-select:none; -ms-touch-select:none;
	/* DISABLES PINCH/ZOOM/PAN */
	-ms-touch-action:none; -webkit-touch-action:none; -moz-touch-action:none; -o-touch-action:none; touch-action:none; 
	-ms-content-zooming:none; -webkit-content-zooming:none;	-moz-content-zooming:none; -o-content-zooming:none; content-zooming:none;
	/* FONT ALIASING */
	-webkit-font-smooth:always; font-smooth:always; -webkit-font-smoothing: antialiased; font-smoothing:antialiased;
	/* DON'T SHOW HIGHLIGHT COLORS ON TAP */
	-webkit-tap-highlight-color:rgba(0,0,0,0); -moz-tap-highlight-color:rgba(0,0,0,0); -o-tap-highlight-color:rgba(0,0,0,0);
	-ms-tap-highlight-color:rgba(0,0,0,0); tap-highlight-color:rgba(0,0,0,0); -moz-box-sizing:content-box;
	/* GENERAL COMPONENT RESET */
	-webkit-box-sizing:content-box; -o-box-sizing:content-box; -ms-box-sizing:content-box; box-sizing:content-box;
	margin:0; border:0; outline:none; vertical-align:baseline; line-height:100%; cursor:default; }
/* FIXES CONTENT JITTERING BUG DURING 3D TRANSFORMS */
#Box_C { -webkit-transform-style:flat; -moz-transform-style:flat; -o-transform-style:flat; 	outline:1px solid transparent;}
	
/******************************************************************************/
/* II. FONTS
/******************************************************************************/
@font-face {font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;font-style: normal;}	

/******************************************************************************/
/* III. MAIN CONTAINER / GENERAL
/******************************************************************************/
#Boxaroo {
	width:0; height:0;
	position:fixed;
	z-index:999999999999999999999999999; 
	overflow:visible; }

#Box_O, #Box_OT, #Box_OP, #Box_LB, #Box_C, 
#Box_Pre, #Box_Error, #Box_Co, #Box_Cap, 
#Box_Elem1, #Box_Elem2, #Box_Elem3, 
#Box_Close, #Box_Next, #Box_Prev {
	position:fixed;
	top:0; left:0;
	display:block;
	visibility:hidden;
	text-indent:0px;
	opacity:0;
	filter:alpha(opacity=0); }
	

/******************************************************************************/
/* IV. KEYFRAME ELEMENTS
/******************************************************************************/
#Box_LB, #Box_O, #Box_HInner, #Box_H {
	/* PAUSE KEYFRAMES */
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-ms-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
	/* KEYFRAME FILL MODE CONTROL */	
	-o-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards; }

/******************************************************************************/
/* V. LIGHTBOX AND CONTENT
/******************************************************************************/
#Box_LB {
	border-style:solid;
	border-spacing:0px;
	background-image:none;
	background-position:50% 50%;
	-webkit-backface-visibility:visible;
	-o-backface-visibility:visible;
	-ms-backface-visibility:visible; 
	-moz-backface-visibility:visible;
	-ms-backface-visibility:visible; 
	backface-visibility:visible;
	-o-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;}


/******************************************************************************/
/* VI. OVERLAYS
/******************************************************************************/
#Box_O, #Box_OP, #Box_OT {
	width:100%; height:100%;
	bottom:0; left:0;
	text-indent:0; 
	outline:1px solid transparent;}
	
#Box_OP {
	-ms-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:none;
	background-position:center; }

#Box_OT { background-repeat:repeat; }

#Box_O {
	-o-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards; }


/******************************************************************************/
/* VII. CONTENT
/******************************************************************************/
#Box_C, #Box_C img {-webkit-backface-visibility:hidden;}
#Box_C { position:relative; overflow:hidden; }
#Box_C img { position:relative; padding:0; }

#Box_Flash, #Box_IFrame { position:absolute; z-index:99999999991200; }

#Box_Play {
	width:100px; height:100px;
	margin:0 auto; margin-top:110px; }

/******************************************************************************/
/* VIII. ERROR MESSAGES
/******************************************************************************/
#Box_Error {
	top:50%;
	visibility:visible;
	z-index:991300;
	opacity:1;
	filter:alpha(opacity=100); }
	
#Box_Error, #Box_Error p { cursor:pointer; }


/******************************************************************************/
/* IX. NAVIGATION
/******************************************************************************/
#Box_Close, #Box_Prev, #Box_Next {
	cursor:pointer;
	font-size:100%;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:translateZ(5px);
	-moz-transform:translateZ(5px);
	-o-transform:translateZ(5px);
	-ms-transform:translateZ(5px);
	transform:translateZ(5px); }
	
#Box_Close img, #Box_Next img, #Box_Prev img {
	cursor:pointer;	
	width:100%;	height:100%;
	padding:0;
	margin:0 auto;
	display:block; }

/* GRADIENT NAVIGATION */
#Box_GL,#Box_GR {
	width:50%; 
	height:100%;
	outline:1px solid transparent;
	position:absolute;
	background-color:none;
	padding:0;
	zoom:1;
	z-index:999999999; /* ADDED FOR IE7/8 */
	background-image:url('../images/blank.gif');/* FIRE EVENTS ON TRANSPARENT ELEMENTS IN IE */	}

#Box_GR { right:0; } 


/******************************************************************************/
/* X. HIGHLIGHTS
/******************************************************************************/
#Box_H {
	position:absolute;
	background-repeat:no-repeat;
	overflow:hidden;
	/* HACK FOR OVERFLOW HIDDEN BUG IN CHROME */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	}
	
#Box_HInner {
	background-repeat:no-repeat;
	opacity:0; filter:alpha(opacity=0); }

/******************************************************************************/
/* XI. COUNTERS AND CAPTIONS
/******************************************************************************/
#Box_Co, #Box_Cap {
	white-space:nowrap;
	overflow:hidden;
	font-size:100%;
	-webkit-transform:translateZ(500px);
	-moz-transform:translateZ(500px);
	-o-transform:translateZ(500px);
	-ms-transform:translateZ(500px);
	transform:translateZ(500px); }

#Box_Cap p, #Box_Co { font-size:100%; padding:0; }

/******************************************************************************/
/* XII. HTML ELEMENTS
/******************************************************************************/
#Box_Elem1, #Box_Elem2, #Box_Elem3 {
	font-size:100%;
	position:fixed;
	-webkit-transform:translateZ(500px);
	-moz-transform:translateZ(500px);
	-o-transform:translateZ(500px);
	-ms-transform:translateZ(500px);
	transform:translateZ(500px); }

/******************************************************************************/
/* XIII. SLIDESHOWS
/******************************************************************************/
#Box_SSC {
	position:fixed;
	font-size:100%;
	overflow:hidden;
	width:0; height:10px;
	z-index:99999999991300;
	bottom:0;
	-webkit-transform:translateZ(500px);
	-moz-transform:translateZ(500px);
	-o-transform:translateZ(500px);
	-ms-transform:translateZ(500px);
	transform:translateZ(500px); }

#Box_SST {
	width:100%; height:100%;
	z-index:99999999991300; }

/******************************************************************************/
/* XIV. PRELOADERS
/******************************************************************************/
#Box_Pre {
	z-index:99999999991200;
	font-size:100%;
	width:auto; height:auto;
	left:50%; top:50%;
	transform:translateZ(2000px);
	visibility:visible;	}

#Box_Pre img {
	height:100%; width:100%;
	padding:0; }

/* PRELOADER 1 */
#fbG{position:relative;width:52px;height:65px}.fbG{position:absolute;width:8px;height:20px;-moz-border-radius:7px 7px 0 0;-moz-transform:scale(0.4);-moz-animation-name:fadeG;-moz-animation-duration:0.72s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:7px 7px 0 0;-webkit-transform:scale(0.4);-webkit-animation-name:fadeG;-webkit-animation-duration:0.72s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-border-radius:7px 7px 0 0;-ms-transform:scale(0.4);-ms-animation-name:fadeG;-ms-animation-duration:0.72s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-border-radius:7px 7px 0 0;-o-transform:scale(0.4);-o-animation-name:fadeG;-o-animation-duration:0.72s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:7px 7px 0 0;transform:scale(0.4);animation-name:fadeG;animation-duration:0.72s;animation-iteration-count:infinite;animation-direction:linear;}#fbG_01{left:0;top:24px;-moz-animation-delay:0.27s;-moz-transform:rotate(-90deg);-webkit-animation-delay:0.27s;-webkit-transform:rotate(-90deg);-ms-animation-delay:0.27s;-ms-transform:rotate(-90deg);-o-animation-delay:0.27s;-o-transform:rotate(-90deg);animation-delay:0.27s;transform:rotate(-90deg);}#fbG_02{left:7px;top:8px;-moz-animation-delay:0.36s;-moz-transform:rotate(-45deg);-webkit-animation-delay:0.36s;-webkit-transform:rotate(-45deg);-ms-animation-delay:0.36s;-ms-transform:rotate(-45deg);-o-animation-delay:0.36s;-o-transform:rotate(-45deg);animation-delay:0.36s;transform:rotate(-45deg);}#fbG_03{left:22px;top:3px;-moz-animation-delay:0.45s;-moz-transform:rotate(0deg);-webkit-animation-delay:0.45s;-webkit-transform:rotate(0deg);-ms-animation-delay:0.45s;-ms-transform:rotate(0deg);-o-animation-delay:0.45s;-o-transform:rotate(0deg);animation-delay:0.45s;transform:rotate(0deg);}#fbG_04{right:7px;top:8px;-moz-animation-delay:0.54s;-moz-transform:rotate(45deg);-webkit-animation-delay:0.54s;-webkit-transform:rotate(45deg);-ms-animation-delay:0.54s;-ms-transform:rotate(45deg);-o-animation-delay:0.54s;-o-transform:rotate(45deg);animation-delay:0.54s;transform:rotate(45deg);}#fbG_05{right:0;top:24px;-moz-animation-delay:0.63s;-moz-transform:rotate(90deg);-webkit-animation-delay:0.63s;-webkit-transform:rotate(90deg);-ms-animation-delay:0.63s;-ms-transform:rotate(90deg);-o-animation-delay:0.63s;-o-transform:rotate(90deg);animation-delay:0.63s;transform:rotate(90deg);}#fbG_06{right:7px;bottom:6px;-moz-animation-delay:0.72s;-moz-transform:rotate(135deg);-webkit-animation-delay:0.72s;-webkit-transform:rotate(135deg);-ms-animation-delay:0.72s;-ms-transform:rotate(135deg);-o-animation-delay:0.72s;-o-transform:rotate(135deg);animation-delay:0.72s;transform:rotate(135deg);}#fbG_07{bottom:0;left:22px;-moz-animation-delay:0.8099999999999999s;-moz-transform:rotate(180deg);-webkit-animation-delay:0.8099999999999999s;-webkit-transform:rotate(180deg);-ms-animation-delay:0.8099999999999999s;-ms-transform:rotate(180deg);-o-animation-delay:0.8099999999999999s;-o-transform:rotate(180deg);animation-delay:0.8099999999999999s;transform:rotate(180deg);}#fbG_08{left:7px;bottom:6px;-moz-animation-delay:0.9s;-moz-transform:rotate(-135deg);-webkit-animation-delay:0.9s;-webkit-transform:rotate(-135deg);-ms-animation-delay:0.9s;-ms-transform:rotate(-135deg);-o-animation-delay:0.9s;-o-transform:rotate(-135deg);animation-delay:0.9s;transform:rotate(-135deg);}

/* PRELOADER 2 */
#fCG{position:relative;width:64px;height:64px;-moz-transform:scale(0.6);-webkit-transform:scale(0.6);-o-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6);}.fCG{position:absolute;height:12px;width:12px;-moz-border-radius:6px;-moz-animation-name:f_fadeG;-moz-animation-duration:0.72s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:6px;-webkit-animation-name:f_fadeG;-webkit-animation-duration:0.72s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-o-border-radius:6px;-o-animation-name:f_fadeG;-o-animation-duration:0.72s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;-ms-border-radius:6px;-ms-animation-name:f_fadeG;-ms-animation-duration:0.72s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;border-radius:6px;animation-name:f_fadeG;animation-duration:0.72s;animation-iteration-count:infinite;animation-direction:linear;}#fCG_01{left:0;top:26px;-moz-animation-delay:0.27s;-webkit-animation-delay:0.27s;-o-animation-delay:0.27s;-ms-animation-delay:0.27s;animation-delay:0.27s;}#fCG_02{left:8px;top:8px;-moz-animation-delay:0.36s;-webkit-animation-delay:0.36s;-o-animation-delay:0.36s;-ms-animation-delay:0.36s;animation-delay:0.36s;}#fCG_03{left:26px;top:0;-moz-animation-delay:0.45s;-webkit-animation-delay:0.45s;-o-animation-delay:0.45s;-ms-animation-delay:0.45s;animation-delay:0.45s;}#fCG_04{right:8px;top:8px;-moz-animation-delay:0.54s;-webkit-animation-delay:0.54s;-o-animation-delay:0.54s;-ms-animation-delay:0.54s;animation-delay:0.54s;}#fCG_05{right:0;top:26px;-moz-animation-delay:0.63s;-webkit-animation-delay:0.63s;-o-animation-delay:0.63s;-ms-animation-delay:0.63s;animation-delay:0.63s;}#fCG_06{right:8px;bottom:8px;-moz-animation-delay:0.72s;-webkit-animation-delay:0.72s;-o-animation-delay:0.72s;-ms-animation-delay:0.72s;animation-delay:0.72s;}#fCG_07{left:26px;bottom:0;-moz-animation-delay:0.81s;-webkit-animation-delay:0.81s;-o-animation-delay:0.81s;-ms-animation-delay:0.81s;animation-delay:0.81s;}#fCG_08{left:8px;bottom:8px;-moz-animation-delay:0.9s;-webkit-animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;animation-delay:0.9s;}

/* PRELOADER 3 */
#ballG{position:relative;width:32px;height:32px;}#ballGR{position:absolute;width:32px;height:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-o-border-radius:32px;-ms-border-radius:32px;border-radius:32px;}.ballGH{position:absolute;width:8px;height:32px;left:12px;top:0px;-moz-animation-name:ball_moveG;-moz-animation-duration:0.9s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:ball_moveG;-webkit-animation-duration:0.9s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-o-animation-name:ball_moveG;-o-animation-duration:0.9s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;-ms-animation-name:ball_moveG;-ms-animation-duration:0.9s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:ball_moveG;animation-duration:0.9s;animation-iteration-count:infinite;animation-timing-function:linear;}.ballG{position:absolute;left:0px;top:-10px;width:13px;height:13px;-moz-border-radius:11px;-webkit-border-radius:11px;-o-border-radius:11px;-ms-border-radius:11px;border-radius:11px;}

/* PRELOADER 4 */
#c3dG{position:relative;width:250px;height:250px;}.c3dG{position:absolute;width:70px;height:70px;-moz-animation-name:c3dG;-moz-animation-duration:0.32s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-animation-name:c3dG;-webkit-animation-duration:0.32s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-animation-name:c3dG;-ms-animation-duration:0.32s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-animation-name:c3dG;-o-animation-duration:0.32s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:74px;animation-name:c3dG;animation-duration:0.32s;animation-iteration-count:infinite;animation-direction:linear;}#c3dG_1G{left:102px;top:16px;-moz-animation-delay:0.12000000000000002s;-webkit-animation-delay:0.12000000000000002s;-ms-animation-delay:0.12000000000000002s;-o-animation-delay:0.12000000000000002s;animation-delay:0.12000000000000002s;}#c3dG_2G{left:152px;top:59px;-moz-animation-delay:0.16s;-webkit-animation-delay:0.16s;-ms-animation-delay:0.16s;-o-animation-delay:0.16s;animation-delay:0.16s;}#c3dG_3G{left:184px;top:113px;-moz-animation-delay:0.2s;-webkit-animation-delay:0.2s;-ms-animation-delay:0.2s;-o-animation-delay:0.2s;animation-delay:0.2s;}#c3dG_4G{left:172px;top:168px;-moz-animation-delay:0.24000000000000005s;-webkit-animation-delay:0.24000000000000005s;-ms-animation-delay:0.24000000000000005s;-o-animation-delay:0.24000000000000005s;animation-delay:0.24000000000000005s;}#c3dG_5G{left:105px;top:184px;-moz-animation-delay:0.28s;-webkit-animation-delay:0.28s;-ms-animation-delay:0.28s;-o-animation-delay:0.28s;animation-delay:0.28s;}#c3dG_6G{left:20px;top:121px;-moz-animation-delay:0.32s;-webkit-animation-delay:0.32s;-ms-animation-delay:0.32s;-o-animation-delay:0.32s;animation-delay:0.32s;}#c3dG_7G{left:0px;top:35px;-moz-animation-delay:0.36s;-webkit-animation-delay:0.36s;-ms-animation-delay:0.36s;-o-animation-delay:0.36s;animation-delay:0.36s;}#c3dG_8G{left:43px;top:0px;-moz-animation-delay:0.4s;-webkit-animation-delay:0.4s;-ms-animation-delay:0.4s;-o-animation-delay:0.4s;animation-delay:0.4s;}

/* PRELOADER 5 */
#ccG{position:relative;width:128px;height:128px}.ccG{position:absolute;width:29px;height:29px;-moz-border-radius:19px;-moz-animation-name:ccG;-moz-animation-duration:0.56s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:19px;-webkit-animation-name:ccG;-webkit-animation-duration:0.56s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-border-radius:19px;-ms-animation-name:ccG;-ms-animation-duration:0.56s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-border-radius:19px;-o-animation-name:ccG;-o-animation-duration:0.56s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:19px;animation-name:ccG;animation-duration:0.56s;animation-iteration-count:infinite;animation-direction:linear;}#ccG_1{left:0;top:50px;-moz-animation-delay:0.21s;-webkit-animation-delay:0.21s;-ms-animation-delay:0.21s;-o-animation-delay:0.21s;animation-delay:0.21s;}#ccG_2{left:14px;top:14px;-moz-animation-delay:0.28s;-webkit-animation-delay:0.28s;-ms-animation-delay:0.28s;-o-animation-delay:0.28s;animation-delay:0.28s;}#ccG_3{top:0;left:50px;-moz-animation-delay:0.35s;-webkit-animation-delay:0.35s;-ms-animation-delay:0.35s;-o-animation-delay:0.35s;animation-delay:0.35s;}#ccG_4{right:14px;top:14px;-moz-animation-delay:0.42s;-webkit-animation-delay:0.42s;-ms-animation-delay:0.42s;-o-animation-delay:0.42s;animation-delay:0.42s;}#ccG_5{right:0;top:50px;-moz-animation-delay:0.49s;-webkit-animation-delay:0.49s;-ms-animation-delay:0.49s;-o-animation-delay:0.49s;animation-delay:0.49s;}#ccG_6{right:14px;bottom:14px;-moz-animation-delay:0.56s;-webkit-animation-delay:0.56s;-ms-animation-delay:0.56s;-o-animation-delay:0.56s;animation-delay:0.56s;}#ccG_7{left:50px;bottom:0;-moz-animation-delay:0.63s;-webkit-animation-delay:0.63s;-ms-animation-delay:0.63s;-o-animation-delay:0.63s;animation-delay:0.63s;}#ccG_8{left:14px;bottom:14px;-moz-animation-delay:0.7s;-webkit-animation-delay:0.7s;-ms-animation-delay:0.7s;-o-animation-delay:0.7s;animation-delay:0.7s;}

/* PRELOADER 6 */
#ffBG{position:relative;width:256px;height:20px;margin-left:-105px;margin-top:30px;}.ffBG{position:absolute;top:0;left:0;width:20px;height:20px;-moz-border-radius:10px;-moz-animation-name:ffBG;-moz-animation-duration:1.3s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:10px;-webkit-animation-name:ffBG;-webkit-animation-duration:1.3s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-border-radius:10px;-ms-animation-name:ffBG;-ms-animation-duration:1.3s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-border-radius:10px;-o-animation-name:ffBG;-o-animation-duration:1.3s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:10px;animation-name:ffBG;animation-duration:1.3s;animation-iteration-count:infinite;animation-direction:linear;}#ffBG_1{-moz-animation-delay:0s;-webkit-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s;}#ffBG_2{-moz-animation-delay:0.13s;-webkit-animation-delay:0.13s;-ms-animation-delay:0.13s;-o-animation-delay:0.13s;animation-delay:0.13s;}#ffBG_3{-moz-animation-delay:0.26s;-webkit-animation-delay:0.26s;-ms-animation-delay:0.26s;-o-animation-delay:0.26s;animation-delay:0.26s;}#ffBG_4{-moz-animation-delay:0.39s;-webkit-animation-delay:0.39s;-ms-animation-delay:0.39s;-o-animation-delay:0.39s;animation-delay:0.39s;}

/* PRELOADER 7 */
#bbG {text-align:center;width:30px;height:70px;}.bbG span {margin:33px auto;border-radius:69px;display:inline-block;vertical-align: middle;-moz-animation: bbG 0.6s infinite alternate;-webkit-animation: bbG 0.6s infinite alternate;-o-animation: bbG 0.6s infinite alternate;-ms-animation: bbG 0.6s infinite alternate;animation: bbG 0.6s infinite alternate;}#bbG_1 {-moz-animation-delay: 0s;-webkit-animation-delay: 0s;-o-animation-delay: 0s;-ms-animation-delay: 0s;animation-delay: 0s;}#bbG_2 {-moz-animation-delay: 0.18s;-webkit-animation-delay: 0.18s;-o-animation-delay: 0.18s;-ms-animation-delay: 0.18s;animation-delay: 0.18s;}#bbG_3 {-moz-animation-delay: 0.36s;-webkit-animation-delay: 0.36s;-o-animation-delay: 0.36s;-ms-animation-delay: 0.36s;animation-delay: 0.36s;}

/* PRELOADER 8 */
#sWg{position:relative;width:240px;height:10px}.sWg{position:absolute;top:0;width:10px;height:10px;-moz-animation-name:sWg;-moz-animation-duration:1.3s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-animation-name:sWg;-webkit-animation-duration:1.3s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-animation-name:sWg;-ms-animation-duration:1.3s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-animation-name:sWg;-o-animation-duration:1.3s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;animation-name:sWg;animation-duration:1.3s;animation-iteration-count:infinite;animation-direction:linear;}#sWg_1{left:0;-moz-animation-delay:0.52s;-webkit-animation-delay:0.52s;-ms-animation-delay:0.52s;-o-animation-delay:0.52s;animation-delay:0.52s;}#sWg_2{left:30px;-moz-animation-delay:0.1s;-webkit-animation-delay:0.1s;-ms-animation-delay:0.1s;-o-animation-delay:0.1s;animation-delay:0.1s;}#sWg_3{left:60px;-moz-animation-delay:0.2s;-webkit-animation-delay:0.2s;-ms-animation-delay:0.2s;-o-animation-delay:0.2s;animation-delay:0.2s;}#sWg_4{left:90px;-moz-animation-delay:0.3s;-webkit-animation-delay:0.3s;-ms-animation-delay:0.3s;-o-animation-delay:0.3s;animation-delay:0.3s;}#sWg_5{left:120px;-moz-animation-delay:0.4s;-webkit-animation-delay:0.4s;-ms-animation-delay:0.4s;-o-animation-delay:0.4s;animation-delay:0.4s;}#sWg_6{left:150px;-moz-animation-delay:0.5s;-webkit-animation-delay:0.5s;-ms-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;}#sWg_7{left:180px;-moz-animation-delay:0.6s;-webkit-animation-delay:0.6s;-ms-animation-delay:0.6s;-o-animation-delay:0.6s;animation-delay:0.6s;}#sWg_8{left:210px;-moz-animation-delay:0.7s;-webkit-animation-delay:0.7s;-ms-animation-delay:0.7s;-o-animation-delay:0.7s;animation-delay:0.7s;}

/* PRELOADER 9 */
#lPG{width:256px;height:20px;overflow:hidden;-moz-border-radius:10px;-webkit-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;}.lPG{margin-top:0;margin-left:-256px;-moz-animation-name:lPG;-moz-animation-duration:0.7s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-name:lPG;-webkit-animation-duration:0.7s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-ms-animation-name:lPG;-ms-animation-duration:0.7s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:lPG;-o-animation-duration:0.7s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:lPG;animation-duration:0.7s;animation-iteration-count:infinite;animation-timing-function:linear;width:256px;height:20px;}

/* PRELOADER 10 */
#bTG{width:110px;height:110px;}.bTG{color:transparent;font-family:'open_sanslight',sans-serif;font-size:25px;text-decoration:none;font-weight:normal;
font-style:normal;float:left;-moz-animation-name:bTG;-moz-animation-duration:1.82s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-animation-name:bTG;-webkit-animation-duration:1.82s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-animation-name:bTG;-ms-animation-duration:1.82s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-animation-name:bTG;-o-animation-duration:1.82s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;animation-name:bTG;animation-duration:1.82s;animation-iteration-count:infinite;animation-direction:linear;}