.mask {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#intro-loader {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 157px;
	left: 70px;
	background: url("../img_g/intro-loader.gif");
}


#intro{
/*	top: 50px;*/
	background:url(../images_g/006.jpg) ;
	height: 1200px;

}

#second{
	background: url(../images_g/004.jpg) ;
	/*height: 1200px;*/
}

#intro .logo{
	background: url(../img_g/logo_gworks2014.png) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 700px;
	z-index: 200;
}

#third{
	background: url(../images_g/003.jpg) 50% 0 no-repeat fixed;
	color: white;
	/*height: 650px;*/
	/*padding: 100px 0 0 0;*/	
}

#fifth{
	background: #ccc;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
/*	height: 1200px;*/
}

.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}

/* RADIAL PROGRESS BAR */
.circular-content {
	display: inline-block;
	height: auto;
	text-align: center;
}
.cart {
	position: relative;
	overflow: hidden;
	min-height: 388px;
}
.cart .hidden {
	display: none;
}
.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0px auto;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.circular-pie {
	width: 310px;
	height: 310px;
}
.circular-pie span {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	height: 210px;
	width: 210px;
	z-index: 10;
	line-height: 210px;
	border-radius: 100%;
	text-align: center;
	font-size: 68px;
	letter-spacing: -3px;
	color: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.circ_counter_desc {
	margin: 20px 0;
	font-size: 15px;
	text-align: center;
}
.circ_counter_desc .lead {
	color: #fff;
	font-size: 26px;
}

/* animation item */
.item_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.item_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}


.hi-icon-effect-1 .hi-icon:after {
	box-shadow: 0 0 0 4px #0098f9;
}/* BOX-SHADOW STANDARD COLOR */

.no-touch .hi-icon-effect-1 .hi-icon:hover {
	background: rgba(0,152,249,1);
}/* BACKGROUND STANDARD COLOR(RGBA) */

.parallax .social-link .hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.15);
}

.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 15px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	line-height: 105px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.no-touch .hi-icon-effect-1 .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.section-content h1{
	margin-top: 2em;
	margin-bottom: 1em;
}
.parallax {
	/*margin-bottom: 50px;*/
}
.capture{
	margin-bottom: 3.5em;
}
.capture2{
	margin-bottom: 6em;
}
#activity{
	margin-bottom: 50px;
}
.social-link{
	margin-bottom: 50px;
}