.section
{
	text-align : center;
}

/*end of skin css*/

.section
{
	text-align : center;
}
.fp-arrow-c
{
	position : fixed;
	text-align : center;
	bottom : 30px;
	left : 0px;
	right : 0px;
	z-index : 10001;
	display : none;
}
.fp-arrow
{
	display : inline-block;
	line-height : 0px;
	bottom : 20px;
	cursor : pointer;
	background-color : rgba(0, 0, 0, 0.6);
	border-top-left-radius : 50px;
	border-top-right-radius : 50px;
	border-bottom-right-radius : 50px;
	border-bottom-left-radius : 50px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
.fp-arrow .arrow
{
	color : #ffffff;
	font-size : 30px;
	display : inline-block;
	position : relative;
	vertical-align : middle;
}
.fp-controlArrow.fp-next
{
	color : #000;
	right : 10%;
	font-size : 30px;
}
.fp-controlArrow.fp-prev
{
	color : #000;
	left : 10%;
	font-size : 30px;
}
#fp-nav
{
	margin-right : 10px;
	margin-left : 10px;
}
#fp-nav ul li
{
	display : block;
	width : auto;
	position : relative;
	text-align : center;
	vertical-align : middle;
	line-height : 0px;
	height : auto;
	margin : 0px;
}
#fp-nav ul li a
{
	display : block;
	width : 100%;
	cursor : pointer;
	text-decoration : none;
	text-align : center;
	position : relative;
	vertical-align : middle;
	padding : 0px;
	height : auto;
	margin : 0px;
	z-index : 1;
	line-height : 0px;
}
#fp-nav a span
{
	display : inline-block;
	background-color :#fff;
	border-radius : 50%;
	z-index : 1;
	height : 8px;
	width : 8px;
	transition : all .1s ease-in-out;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 12px;
	margin-bottom : 12px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	vertical-align : middle;
	border-top-left-radius : 50%;
	border-top-right-radius : 50%;
	border-bottom-left-radius : 50%;
	border-bottom-right-radius : 50%;
	border-left-width : 0px;
	border-left-color : #ffffff;
	border-left-style : none;
	border-right-width : 0px;
	border-right-color : #ffffff;
	border-right-style : none;
	border-top-width : 0px;
	border-top-color : #ffffff;
	border-top-style : none;
	border-bottom-width : 0px;
	border-bottom-color : #ffffff;
	border-bottom-style : none;
}
#fp-nav li a:hover span
{
	background-color : #D49F05;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 12px;
	margin-bottom : 12px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	opacity : 1;
	transform : scale(1.5);
	-webkit-transform : scale(1.5);
	-moz-transform : scale(1.5);
	-ms-transform : scale(1.5);
	-o-transform : scale(1.5);
}
#fp-nav li a.active span
{
	background-color : #D49F05;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 12px;
	margin-bottom : 12px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	opacity : 1;
	transform : scale(1.5);
	-webkit-transform : scale(1.5);
	-moz-transform : scale(1.5);
	-ms-transform : scale(1.5);
	-o-transform : scale(1.5);
}
#fp-nav ul li .fp-tooltip.right
{
	left : auto;
	right : 10px;
}
#fp-nav ul li .fp-tooltip.left
{
	right : auto;
	left : 10px;
}
#fp-nav .fp-tooltip
{
	position : absolute;
	top : 50%;
	color : #fff;
	font-size : 16px;
	font-family : Lato, sans-serif;
	background-color : #D49F05;
	white-space : nowrap;
	max-width : 220px;
	overflow : hidden;
	display : block;
	opacity : 0;
	width : auto;
	cursor : pointer;
	right : 0px;
	transition : all .2s ease-in;
	line-height : 100%;
	z-index : -1;
	margin : 0px;
	font-weight : 400;
	transform : translateY(-50%);
	-webkit-transform : translateY(-50%);
	-moz-transform : translateY(-50%);
	-ms-transform : translateY(-50%);
	-o-transform : translateY(-50%);
	text-align : center;
	border-top-width : 0.5px;
	border-left-width : 0.5px;
	border-right-width : 0.5px;
	border-bottom-width : 0.5px;
	border-top-color : #fff;
	border-top-style : solid;
	border-left-color : #fff;
	border-left-style : solid;
	border-right-color : #fff;
	border-right-style : solid;
	border-bottom-color : #fff;
	border-bottom-style : solid;
	border-top-left-radius : 20px;
	border-top-right-radius : 20px;
	border-bottom-left-radius : 20px;
	border-bottom-right-radius : 20px;
	letter-spacing : 0px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 0px;
	margin-bottom : 0px;
}
.HOME
{
	min-height : 400px;
}
.ACTIVITY
{
	background-repeat : repeat;
	background-size : cover;
	background-position : 50% 50%;
	min-height : 400px;
	background-image : url('../common/img/main/bg/img_01.jpg');
}
.PROFILE
{
	background-image : url('../common/img/main/bg/img_02.jpg');
	background-repeat : repeat;
	background-size : cover;
	background-position : 50% 50%;
	min-height : 400px;
}
.slide2
{
	min-height : 400px;
}
.slide4
{
	min-height : 400px;
}
.GALLERY
{
	background-repeat : repeat;
	background-size : cover;
	background-position : 50% 50%;
	min-height : 400px;
	background-image : url('../common/img/main/bg/img_03.jpg');
}
.BLOG
{
	background-image : url('../common/img/main/bg/img_04.jpg');
	background-repeat : repeat;
	background-size : cover;
	background-position : 50% 50%;
	min-height : 400px;
}
.CONTACT
{
	background-image : url('../common/img/main/bg/img_05.jpg');
	background-repeat : repeat;
	background-size : cover;
	background-position : 50% 50%;
	min-height : 400px;
}
.slide1
{
	min-height : 400px;
}
.slide3
{
	min-height : 400px;
}
.slide5
{
	min-height : 400px;
}
@media only screen and (min-width : 768px)
{
	.fp-controlArrow.fp-next
	{
		right : 200px;
	}
	.fp-controlArrow.fp-prev
	{
		left : 200px;
	}
}

/*end of instance css*/

