/**
 * fullPage 2.1.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

	/* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNavul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNavli {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNavli {
    display: inline-block;
}
#fp-nav li a,
.fp-slidesNavli a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav.active span {
    background: #333;
}
#fp-nav span,
.fp-slidesNavspan {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}
/*************************************************/
.c {
	clear:both;	
}

body {
	font-family: 'Open Sans', sans-serif;
}

header {
	position:fixed;
	top:0;
	width:100%;
	height:100px;
	z-index:999;
}

header .logo {
	float:left;
	margin:40px 0 0 100px;
}

header .logo_menu, .close_menu {
	display: none;
}

header .trigger {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	display: none;
}

header nav {
	float:right;
	margin:40px 100px;
	height:56px;
	border-left:1px solid #5f5f65;
}

header nav ul {
	font-weight:400;	
	list-style-type:none;
	margin:0;	
}

header nav ul li a {
	display:block;
	font-size:11px;
	letter-spacing:1px;
	font-weight:400;
	line-height:22px;
	color:#5f5f65;
	text-decoration:none;	
}

header nav ul li a:hover, header nav ul li a.active {
	color:#000;
}

header nav ul li a.active {
	font-weight:600;
}

/*********	section0	**********************/
#section0 {
	background: url(imgs/slide1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.container_arrow {
	position: absolute;
	top: 80%;
	left: 47%;
	z-index: 999;	
}

.container_arrow a {
	padding-bottom: 80px;
	padding-top: 20px;
	height: 100%;
	background: url('imgs/arrow-down.png') no-repeat 50% 50%;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	cursor: pointer;
}
/*********	section1	**********************/
#section1 {
	position: relative;
}

#section1 img {
	height: 100%;
	float: left;
	margin-left: 100px;
}

.description {
	margin: 200px 50px 0 30px;
	width: 45%;
	position: absolute;
	right: 0;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #38382d;
}

.description hr {
	width: 50px;
	margin: 14px auto 45px 6px;
	border: 1px solid #5f5f65;
	border-width: 1px 0 0;
}

.description h1, h2 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
}

.description a {
	color: #000;
	text-decoration: none;
}
/*********	section2	**********************/
#section2 {
	position: relative;	
}

#section2 .description {
	width: 38%;
	z-index: 999;
	position: absolute;
	left: 20px;
	top: 0px;	
}

#section2 img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

/**********		footer		**********/
footer {
	position: absolute;
	bottom: 0;	
	width: 100%;
	background-color: #fff;
	font-size: 11px;
	padding: 10px 0;
	z-index: 999;
}

footer a {
	text-decoration: none;
	color: blue;
}

footer .copyright {
	float: left;
	width: 33%;
	margin-left: 70px;
}

footer .upPage a {
	float: left;
	width: 17%;
	text-align: center;
	color: #000;
}

footer .developer {
	float: left;
	width: 33%;
	text-align: right;
	margin-right: 70px;
}

/********************************************************************* 		media query		***************************************************************/

/****************************	max-width 1024	***********************************/

@media only screen
and (max-device-width : 1024px) {
	/****		header		*****/	
	header {
		position: absolute;
		background-color: #fff;
		border-bottom: 2px solid #d9dadf; 
		height: 100px;
	}
	
	header .logo {
		float: left;
		margin: 26px 0 8px 40px;
		height: 38px;
		width: 120px;
	}
	
	header nav .logo_menu {
		display: block;
		height: 38px;
		width: 120px;
		margin: 6px 20px;
	}
	
	header .trigger {
		display: block;
	}
	header .trigger img {
		margin-top: 20px;		
	}
	
	header nav {
		display: none;
		margin: 0;
		border: none;
		z-index: 999;		
	}
	
	header nav ul {
		width: 435px;
		font-weight: 400;	
		list-style-type: none;
		padding: 0;
		padding-bottom: 10px;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;		
		border-bottom: 2px solid #d2d2d7;
		background-color: #fff;
	}
	
	header nav .close_menu {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	header nav ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	header nav ul li+li {
		border-top: 1px solid #c4c4cb;
	}
	
	header nav ul li a {
		padding: 5px 10px;
		font-size: 12px;
		color: #000;
		display: block;
	}
	
	header nav ul li a:hover, header nav ul li a.active {
		color: #000;
	}
	
	header nav ul li a.active {
		font-weight: 600;
	}	
	
	/****		section1		*****/	
	#section0 {
		margin-top: 100px;
		position: relative;	
	}
	
	#section1 {
		position: relative;
	}
	
	#section2 {
		position: relative;
	}
	
	.description {
		margin: 15px 30px 0 100px;
		width: 53%;
		line-height: 16px;
	}	
	/****		section2		*****/	
	#section2 .description {
		margin: 0;
		position: absolute;
		left: 30px;
		top: 20px;
		width: 50%;	
	}

	.description hr {
		margin: 10px auto 20px 6px;
	}
	
	#section0 .container_arrow, #section1 .container_arrow, #section2 .container_arrow {
		display: none;
	}
	/****		footer		*****/
	footer {
		display: none;
	}	
}

@media only screen 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	#section0 {
		margin-top: 50;
		height: 345px;	
	}
	
	#section1 {
		height: 275px;
	}
	
	#section2 {
		height: 328px;
		border-top: 1px solid #d2d2d7;
	}
	
	#section1 img {
		margin-left: 30px;
	}
	
	#section2 img {
	
	}
}

@media only screen 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

	#section0 {
		margin-top: 50;
		height: 435px;	
	}
	
	#section1 {
		height: 300px;
	}
	
	#section2 {
		height: 328px;
		border-top: 1px solid #d2d2d7;
	}
}
/********************************	tablet			************************/
@media only screen 
and (min-device-width : 600px)
and (max-device-width : 910px)
and (orientation : portrait) {
	/****		section1		*****/
	#section1 {
		position: relative;
		height: 500px;
	}
	
	#section1 .description {
		width: 88%;
		margin: 10px 20px;
	}
	
	#section1 img {
		width: 246px;
		height: 340px;
		
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
	}	
		
	h1, hr {
		display: none;
	}

	/****		section2		*****/
	#section2 {
		position: relative;
		height: 500px;
	}
	
	#section2 .description {
		margin: 0 20px;
		width: 80%;
		line-height: 13px;
		z-index: 1;
		position: absolute;
		top: 290px;
	}
	
	#section2 img {
		height: 240px;
		width : 320px;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
	}	
}

@media only screen 
and (min-device-width : 320px)
and (max-device-width : 968px)
and (orientation : landscape) {

	/****		section1		*****/
	#section1 {
		position: relative;
		height: 500px;
	}
	
	#section1 .description {
		width: 85%;
		margin: 10px 20px;
	}
	
	#section1 img {
		width: 246px;
		height: 340px;
		
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
	}	
		
	h1, hr {
		display: none;
	}

	/****		section2		*****/
	#section2 {
		position: relative;
		height: 500px;
	}
	
	#section2 .description {
		margin: 0 20px;
		width: 80%;
		line-height: 13px;
		z-index: 1;
		position: absolute;
		top: 290px;
	}
	
	#section2 img {
		height: 240px;
		width : 320px;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
	}	
}

/*********************************		iphone5		*********************************/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (-webkit-device-pixel-ratio: 2) { 

	header nav ul {
		width: 320px;
	}
	#section0 {
		height: 345px;	
	}
	
	#section1 {
		height: 535px;
		position: relative;
	}
	
	#section2 {
		position: relative;
		height: 568px;
		border-top: 1px solid #d2d2d7;
	}
	/****		section1		*****/	
	#section1 img {	
		position: absolute;
		bottom: 0;	
		height: 340px;
		width : 246px;
		margin-left: 20px;
		
	}	
			
	#section1 .description {	
		left: 10px;
		width: 95%;
		margin: 0;
		line-height: 16px;
	}	
	/****		section2		*****/	
	#section2 .description {
		position: absolute;
		left: 10px;
		top: 248px;	
		width: 95%;
		z-index: 1;
	}
		
	h2 {
		margin-top: 2px;
		margin-bottom: 4px;
	}
	
	#section2 img {
		height: 245px;
		width: 300px;
		position: absolute;
		right: 0px;
		top: 0px;
	}	
}

/******************************			 480			****************************/
@media only screen 
and (max-device-width : 480px) {

	.description hr {
		margin: 4px auto 5px 6px;
	}	
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) {

	header nav ul {
		width: 320px;
	}
	
	#section0 {
		height: 345px;
		position: relative;	
	}
	
	#section1 {
		height: 535px;
		position: relative;
	}
	
	#section2 {
		position: relative;
		height: 558px;
		border-top: 1px solid #d2d2d7;
	}
	/****		section1		*****/	
	#section1 img {	
		position: absolute;
		bottom: 0;	
		height: 340px;
		width : 246px;
		margin-left: 20px;
		
	}	
			
	#section1 .description {	
		left: 10px;
		width: 88%;
		margin: 0;
		line-height: 16px;
	}	
	/****		section2		*****/	
	#section2 .description {
		position: absolute;
		left: 10px;
		top: 238px;	
		width: 95%;
		z-index: 1;
	}
		
	h2 {
		margin-top: 5px;
		margin-bottom: 4px;
	}
	
	#section2 img {
		height: 245px;
		width: 300px;
		position: absolute;
		right: 0;
		top: 0px;
	}	
}

