/**
 * fullPage 2.5.7
 * 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);
}
.intro p{
	color: #fff;
}

.fp-section {
	/*background-image:url('../img/bg.jpg');*/
	background-repeat:repeat;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    table-layout:fixed;
    width: 100%;

}
.fp-tableCell {
    vertical-align: middle;
    width: 100%;
    height: 100%;

}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #000 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-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#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-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 80px;
    height: 40px;
    margin: 13px 0;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}
#fp-nav ul li a span,
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    right: 2px;
    width: 80px;
    height: 40px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 12%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

	body{
		width:100%;
		text-align:center;
		color: #333;
		margin:0;
		padding:0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	}


	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		margin:0;
		padding:0;
	}
	h2{
		font-size: 2em;
		margin: 0 0 18px 0;
		font-family: arial,helvetica;
	}




	/* Common styles
	* --------------------------------------- */
	img{
	    -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;
	}
	.section{
		text-align:center;
		overflow:hidden;
		height: 100%;
		position:relative;
	}
	.wrap{
		width: 1300px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.box{
		text-align: left;
		color: #808080;
		font-size: 1.2em;
		line-height: 1.6em;
	}




	/* Section 0
	* --------------------------------------- */
	#section0{
	background:url('../img/solution/watch/section0_bg.jpg');
	}




	/* Section 1
	* --------------------------------------- */
	#section1{
	background-color:#2b2b2b;
	}

	#section1 .box{
		position: absolute;
		right: 10%;
	}
	#section1 .imgsContainer{
		height:100%;
		display: block;
		left:18%;
		position:absolute;
	}
	#section1 .imgsContainer img{
		height: 100%;
		max-height:1080px;
	}
	#section1 .box img{
		max-height:765px;
	}

	/*screen resolutions between 620px and 800px*/
	@media all and (min-width: 620px) and (max-width: 800px){
		#section1 .imgsContainer{
			margin-top: -278px;
			margin-left: -685px;
			width: 647px;
			height: 563px;
		}
	}

	/*screen resolutions lower than 620px*/
	@media all and (max-width: 620px){
		#section1 .imgsContainer{
			margin-top: -208px;
			margin-left: -516px;
			width: 534px;
			height: 464px;
		}
	}
	#iphone2{
		z-index: 10;
	}
	#iphone2.active{
		-webkit-transform: translate3d(-134px, 0px, 0px);
		-moz-transform: translate3d(-134px, 0px, 0px);
		-ms-transform:translate3d(-134px, 0px, 0px);
		transform: translate3d(-134px, 0px, 0px);
	}

	#iphone3{
		z-index: 12;
	}
	#iphone3.active{
		-webkit-transform: translate3d(213px, 0px, 0px);
		-moz-transform: translate3d(213px, 0px, 0px);
		-ms-transform:translate3d(213px, 0px, 0px);
		transform: translate3d(213px, 0px, 0px);
	}

	#iphone4{
		z-index: 11;
		left: 140px;
	}

	#iphone4.active{
		-webkit-transform: translate3d(548px, 0px, 0px);
		-moz-transform: translate3d(548px, 0px, 0px);
		-ms-transform:translate3d(548px, 0px, 0px);
		transform: translate3d(548px, 0px, 0px);
	}




	/* Section 2
	* --------------------------------------- */
	#section2 .imgsContainer,
	#staticImg .imgsContainer,
	#section2 .imgsContainer, #staticImg .imgsContainer{
		position: absolute;
		z-index: 1;
		right: 21%;
		display: block;
		margin-top: -288px;
		margin-left: -636px;
		height: 0px;
		-webkit-transition: all 1.2s ease-in-out;
		-moz-transition: all 1.2s ease-in-out;
		-o-transition: all 1.2s ease-in-out;
		transition: all 1.2s ease-in-out;
	}

	#section2.moveUp .imgsContainer{
		top: 50%;
	}

	#section2.moveDown .imgsContainer,
	#staticImg .imgsContainer{
		top: 90%;
	}

	#section2.active .imgsContainer{
		top: 60%;
	}

	#section2 .box {
		top: 37%;
		left: 20%;
		position: absolute;
	}
	#w1{
		top: -20px;
	z-index:50;
	}


	#w3{
		bottom: -500px;
	z-index:48;
}
	#iphone-green{
		position:absolute;
	}

	#staticImg{
		display: block;
		position: absolute;
		z-index: 1;
		top: 200%;
		left: 0;
		width: 100%;
		min-width: 980px;
		height: 100%;

		-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;

		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
	}
	#staticImg.moveDown{
	-webkit-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
	}
	#staticImg.moveUp{

	-webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
	}
	#staticImg.moveDown .imgsContainer{
			top: 50%;
	}
	#staticImg.moveDown img{
		top: 155px;
	}

	#staticImg.active .imgsContainer{
		top: 50%;
	}


	#staticImg.active img{
		top: 487px;
	}





	/* Section 3
	* --------------------------------------- */
#section3{
}
	#section3 .imgsContainer{
    width: 100%;
    height: 100%;
	background-image:url('../img/solution/watch/section3.png');
background-repeat:no-repeat;
background-position: center;
background-size:cover;
}

#section3 img {
    width: 100%;
    max-height: 1080px;

}
	#section3 .box{
		text-align: center;
	}



	/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
	.fp-tooltip{
		color: #AAA;
	}
	#fp-nav span, .fp-slidesNav span{
		border-color: #AAA;
	}
	#fp-nav li .active span, .fp-slidesNav .active span{
		background: #AAA;
	}

#menu{
	display:block;
	background-image:url('../img/btn/btn_menu_bg.png');
	position:fixed;
	right:0;
	height: 100%;
	z-index: 70;
	width: 60px;
	padding: 0;
	margin:0;
}
#menu_inner li {
    padding: 0;
    margin: 0;
    height: 70px;
    display: block;
}
#menu_inner li:hover{
background-color:#104c7e;
    padding: 0;
    margin: 0;
    height: 70px;
    display: block;
}
#menu_inner li a,
#menu_innerli.active a{
}
#menu_inner{
background-image:url('../img/btn/btn_menu_bg.png');

padding:0;
margin:0;
top:33%;
}
#box{
padding:0;
margin:0;
height:37.5%;
}
@media all and (max-width: 1300px) and (orientation: portrait),
       all and (max-width: 1200px) and (max-height: 1024px) {
	#menu {
	display:block;
	max-height: 8%;
	width:100%;
	bottom:0px;
	position:fixed;
	float:left;

	}
	#menu_inner{
	background-image:url('../img/btn/btn_menu_bg.png');
	width:100%;
	padding:0;
	margin:0;
	width:100%;
	float:left;
		height: 100%;


	}

	#menu_inner li {
	padding: 0;
	margin: 0;
	width:25%;
height: 100%;
	display: block;
	float:left;
	}


	#menu_inner li:hover{
	padding: 0;
	margin: 0;
	width:25%;
height: 100%;
	display: block;
	float:left;
	}

	#box{
	display:none;
	}
}



@media all and (max-width: 414px) and (orientation: portrait),
       all and (max-width: 736px) and (max-height: 414px) {
	#menu {
	display:block;
	max-height: 10%;
	width:100%;
	bottom:0px;
	position:fixed;
	float:left;

	}
	#menu_inner{
	background-image:url('../img/btn/btn_menu_bg.png');
	width:100%;
	padding:0;
	margin:0;
	width:100%;
	float:left;
		height: 100%;


	}

	#menu_inner li {
	padding: 0;
	margin: 0;
	width:25%;

	display: block;
	float:left;
	}
		#menu_inner li:hover{
	padding: 0;
	margin: 0;
	width:25%;

	display: block;
	float:left;
	}


	#box{
	display:none;
	}
}

#moveSectionUp {
background-image:url('../img/btn/btn_menu_moveup.png');
background-repeat:no-repeat;
background-position: center;
}
#moveSectionDown {
background-image:url('../img/btn/btn_menu_movedown.png');
background-repeat:no-repeat;
background-position: center;
}
#moveSectionhome {
background-image:url('../img/btn/btn_menu_movehome.png');
background-repeat:no-repeat;
background-position: center;
}
#moveSectionhome a{
display:block;
height:70px;
}
#moveTo {
background-image:url('../img/btn/btn_menu_moveTo.png');
background-repeat:no-repeat;
background-position: center;
}



.tinner{
width:100%;
height:100%;
padding:0;
margin:0;
display:table;
background-image:url('../img/solution/watch/one.png');
background-repeat:no-repeat;
background-position: center;
background-size:cover;
}

.tinner li{
display:table-cell;
margin:0 auto;
text-align:center;
vertical-align:middle;
}
.tinner img (
max-width:1920px;
width:100%;
min-width:400px;
}
