body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

/* ----- Landscape Orientation ----- */

.turnDeviceNotification {
	position:fixed;
	top: 0;
	left:0;
	height:100%;
	width:100%;
	display: none;
}

.turnDeviceNotification {
	background: url(../images/app-launch/turndevice.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ----- Header Style Sheet ----- */

header {
	padding: 0;
	margin: 0;
	height: 60px;
	width: 100%;
	background: rgba(113, 161, 23, 0.8);
	position: fixed;
	top: 0;
	z-index: 100000000;
	border-bottom: 1px solid rgba(113, 161, 23, 0.8);
}

header #logo {
	height: 40px;
	padding: 10px 15px 10px 20px;
	float: left;
}

header #text-field {
	height: 40px;
	padding: 10px 1% 10px 0 ;
	float: right;
}

header #text-field table, th, td {
   border: 0;
   vertical-align: middle;
   height: 40px;
   font-family: 'Lato', sans-serif;
   font-size: 14px;
   font-weight: 400;
   font-style: normal;
   color: #FFFFFF;
}

.phone_icon { 
	background-image: url(../images/app-launch/sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 15px;
	height: 26px;
	border: 0px;	
	outline: 0;
	margin: 7px 10px;
	display: block;
	cursor: pointer;
	position: relative;
}

.email_icon { 
	background-image: url(../images/app-launch/sprite.png);
	background-position:  -15px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 27px;
	height: 26px;
	border: 0px;	
	outline: 0;
	margin: 7px 15px 7px 8px;
	display: block;
}

header #text-field table, th, td.or {
   border: 0;
   vertical-align: middle;
   height: 40px;
   font-family: "Times New Roman", Georgia, Serif;
   font-size: 25px;
   font-weight: 300;
   font-style: italic;
   color: #FFFFFF;
}

input[type=text] {
	height: 20px;
	border: 1px solid #44a512;
	border-radius: 3px;
	width: 25px;
	padding: 5px 10px;
	margin: 0 8px 0 8px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #2f4159;
}

input[type=tel] {
	height: 20px;
	border: 1px solid #44a512;
	border-radius: 3px;
	width: 150px;
	padding: 5px 10px;
	margin: 0 10px 0 5px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #2f4159;
}

input[type=email] {
	height: 20px;
	border: 1px solid #44a512;
	border-radius: 3px;
	width: 150px;
	padding: 5px 10px;
	margin: 0 20px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #2f4159;
}

input[type=submit] {
	height: 20px;
	border-radius: 3px;
	padding: 0 10px;
	font-family: 'Lato', sans-serif;
	height: 30px;
	width: 80px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
    color: #44a512;
    border: 1px solid #44a512;
    background-color: #fff;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

input[type=submit]:hover {
    color: #fff !important;
    background-color: #44a512;
    border: 1px solid #fff;
}

.dndnote, #warningmsg {
   	background: rgba(255, 255, 255, 1.2);
    bottom: -115px;
    color: #2f4159;
    left: -165px;
    padding: 18px 25px;
    line-height: 1.45;
    position: absolute;
    width: 300px;
    border-radius: 5px;
    display: none;
}

#warningmsg {
    bottom: 0;
    height: 90px;
    left: 0;
    margin: auto;
    padding: 10px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10000001;
    position:fixed;
    transform:translate(15%,15%);
    width:320px;
}

#warningmsg p {
    margin: 15px;
    font-size:14px;
    
}

#warningmsg input[type=submit] {
    font-size:15px;
    border-radius:3px;
}

.pointer {
	background: url(../images/app-launch/sprite.png) no-repeat scroll;
	background-position: -98px 0;
	position: absolute;
	bottom: -46px;
	height: 26px;
	width: 26px;
	left: -5px;
	display: none;
}

.phone_icon:hover .dndnote, .phone_icon:hover .pointer {
    display: block;
} 

/* ----- Page Navigation Style Sheet ----- */

ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}

#nav {
	font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    position: fixed;
    right: 50px;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 324px;
    z-index: 100000000;
}

#nav li a {
    display: block;
    height: 50px;
    margin: 4px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 255px;
    outline: 0;
}

#nav li.current .menutxt {
    opacity: 1;
    right: 10px;
}

#nav li .menutxt {
    height: 50px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 255px;
    z-index: 1;
}

#nav li .menutxt:hover  {
		opacity: 1;
    	right: 10px;
    	outline: none;
}

#nav li.current a div.bloc {
    background-color: #fff;
    right: 20px;
    width: 12px;
}

#nav li a div.bloc {
    background-color: #44a512;
    height: 50px;
    position: absolute;
    right: 23px;
    width: 6px;
}

#nav li span {
    background-color: #3e3e3e;
    border-radius: 3px 0 0 3px;
    color: #fff;
    height: 9px;
    padding: 4px 5px 6px 8px;
    position: absolute;
    right: 35px;
    top: 15px;
    display: inline-block;
}

#nav li img {
    position: absolute;
    right: 27px;
    top: 15px;
}

/* ----- Body Content Style Sheet ----- */

article {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	display: block;
}

section {
	margin: 0 auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    clear: both;  
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #44a512;
	padding: 0;
	margin: 0 0 0.45em 0;
}

p {
	font-family: "lato",sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #2f4159;
	padding: 0;
	margin: 0;
	line-height: 1.45;
}

/* ----- Slide 1 Style Sheet ----- */

#intro {
	background: url(../images/app-launch/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#intro .content-holder {
	height: auto;
	max-width: 100%;
	width: 100%;
	padding: 2% 0;
	margin: 0 auto;
    vertical-align: middle;
    white-space: normal;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/app-launch/bg-blur.jpg) no-repeat center 0 fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10000000;
}

#intro .content-holder .content {
	max-width: 970px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#intro .content-holder .mobile-links {
    display: block;
    height: 46px;
    margin-top: 30px;
}

#intro .content-holder .mobile-links a {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin: 0 10px;
}

#intro .content-holder .mobile-link-ios {
    background-image: url("https://s.yimg.com/uy/build/images/appstores/ios-2.svg");
    height: 44px;
    width: 148px;
    display: inline-block;
}

#intro .content-holder .mobile-link-android {
    background-image: url("https://s.yimg.com/uy/build/images/appstores/google-2.svg");
    height: 44px;
    width: 128px;
    display: inline-block;
}

#intro .content h2 {
	font-family: 'Lato', sans-serif;
	font-size: 45px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0865;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 0.45em 0;
}

#intro .content p {
	font-family: "lato",sans-serif;
	font-size: 19px;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	line-height: 1.45;
}

/* ----- Slide 2 Style Sheet ----- */

#second {
	background: radial-gradient(ellipse at center center , #fff 0px, #fff 41%, #e1e1e1 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
    min-height: 480px;
}

#second .content-holder {
	max-height: 100%;
	max-width: 1170px;
	width: 90%;
	height: 100%;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
    position: absolute;
    margin: 0 auto;
    vertical-align: middle;
    white-space: normal;
}

#second .content-holder .content {
	max-height: 600px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#second .content-holder .content .left {
	max-height: 600px;
	width: 60%;
	height: 100%;
	margin-right: 5%;
	background: url(../images/app-launch/phone.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: block;
	position: relative;
    float: left;
}
#second .content-holder .content .right {
    width: 35%;
    height: 100%;
    float: right;
}

#second .content-holder .content p.mobile {
	display: none;
}

#second .content-holder .content ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#second .content-holder .content ul li {
	font-family: "lato",sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #2f4159;
	padding: 0;
	margin: 10px 0;
	line-height: 1.40;
}

#second .content-holder .content ul li:before {
	content: "–";
	margin: 0 15px 0 0;
}

/* ----- Slide 3 Style Sheet ----- */

#third {
	background: url(../images/app-launch/003-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#third .content-holder {
	max-height: 28%;
	max-width: 1170px;
	width: 90%;
	height: 100%;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: -40%;
    position: absolute;
    margin: auto;
    vertical-align: middle;
    white-space: normal;
}

#third .content-holder .content {
	height: auto;
	width: 45%;
	float: right;
}

figure {
	padding: 0;
	margin: 30px 0 0 0;
}

figure .badge-large {
    display: block;
    font-family: "lato",sans-serif;
    font-size: 60px;
    font-weight: 100;
    color: #2f4159;
    line-height: 0.8;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

/* ----- Slide 4 Style Sheet ----- */

#fourth {
	background: url(../images/app-launch/004-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#fourth .content-holder {
	height: auto;
	max-width: 100%;
	width: 100%;
	padding: 2% 0;
	margin: 0 auto;
    vertical-align: middle;
    white-space: normal;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/app-launch/004-bg-blur.jpg) no-repeat center 0 fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10000000;
}

#fourth .content-holder .content {
	max-width: 970px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#fourth .content-holder .content h2 {
	text-align: center;
	color: #FFFFFF;
}

#fourth .content-holder .content p {
	text-align: center;
	color: #FFFFFF;
}

/* ----- Slide 5 Style Sheet ----- */

#fifth {
	background: url(../images/app-launch/005-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#fifth .content-holder {
	max-height: 16%;
	max-width: 1170px;
	width: 90%;
	height: 100%;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: -40%;
    position: absolute;
    margin: auto;
    vertical-align: middle;
    white-space: normal;
}

#fifth .content-holder .content {
	height: auto;
	width: 50%;
	float: left;
}

#fifth .content-holder .content p {
	color: #FFFFFF;
}

/* ----- Slide 6 Style Sheet ----- */

#sixth, #sixth .desktop {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#sixth .mobile {
	display: none;
}

#sixth .desktop .top-content {
	max-height: 85%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
    margin: 0 auto;
    vertical-align: middle;
    white-space: normal;
    clear: both;
}


#sixth .desktop .bottom-content {
	max-height: 50%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
    margin: 0 auto;
    vertical-align: middle;
    white-space: normal;
}


#sixth .desktop .top-content .one {
	background: url(../images/app-launch/add-product.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
}

#sixth .desktop .top-content .one .mobile-links {
    display: block;
    height: 44px;
    position: absolute;
    width: 445px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 36%;
    margin: auto;
    text-align: center;
}

#sixth .desktop .top-content .one .mobile-links h2 {
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 0.45em 0;
	text-align: center;
}

#sixth .desktop .top-content .one .mobile-links a {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin: 0 10px;
}

#sixth .desktop .top-content .one .mobile-link-ios {
    background-image: url("https://s.yimg.com/uy/build/images/appstores/ios-2.svg");
    height: 44px;
    width: 148px;
    display: inline-block;
}

#sixth .desktop .top-content .one .mobile-link-android {
    background-image: url("https://s.yimg.com/uy/build/images/appstores/google-2.svg");
    height: 44px;
    width: 128px;
    display: inline-block;
}


#sixth .desktop .bottom-content .two {
	background: url(../images/app-launch/upload-photo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 33.33%;
	float: left;
	position: relative;

}

#sixth .desktop .bottom-content .three {
	background: url(../images/app-launch/neighbour.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 33.33%;
	float: left;
	position: relative;
}

#sixth .desktop .bottom-content .four {
	background: url(../images/app-launch/trusted-circle.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 33.33%;
	float: left;
	position: relative;
}

#sixth .desktop .bottom-content .two div, #sixth .desktop .bottom-content .three div, #sixth .desktop .bottom-content .four div {
	padding: 30px 20px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.60);
}

#sixth .desktop .bottom-content .two div span.content, #sixth .desktop .bottom-content .three div span.content, #sixth .desktop .bottom-content .four div span.content {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	display: block;
}


/* ----- Footer Style Sheet ----- */

footer {
	height: 18px;
	width: 100%;
	padding: 2% 0;
	position: relative;
	clear: both;
}

footer #copyright {
	font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: #2f4159;
    margin: 0 auto;
    width: 300px;
}
