@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Thin.ttf);
	font-weight: 100;
}

@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Light.ttf);
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Medium.ttf);
	font-weight: 500;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*
body {
	max-width: 1281px;
	margin: auto;
}
*/
#landing-page {
	font-family: 'Roboto';
	color: #303030;	
}

#landing-page lp,
#landing-page lh1,
#landing-page lh2 {
	display: block;
	max-width: 100%; 
}

#landing-page lh1 {
	font-weight: 100;
	font-size: 50px;
	line-height: 1;
}

@media (max-width: 767px) {
	#landing-page lh1 {
		font-size: 35px;
	}
}

#landing-page lh1 > strong {
	font-weight: 500;
}

#landing-page lh2 {
	font-weight: 300;
	font-size: 22px;
}

#landing-page a {
	text-decoration: none;
	color: inherit;
}

#landing-page .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#landing-page .flex.vertical {
	-webkit-box-orient: vertical;
	-ms-flex-direction: tb;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#landing-page .flex.align-center {
	-webkit-box-align: center;
	margin: auto 0;
	-webkit-align-items: center;
	align-items: center;
}

#landing-page .flex.align-end {
	-webkit-box-align: end;
	margin-top: auto;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#landing-page .flex.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#landing-page .flex.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#landing-page .flex.justify-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#landing-page .flex-0 {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

#landing-page .flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#landing-page .button {
	display: inline-block;
	min-width: 160px;
	border: 1px solid #76bd22;
	text-align: center;
	text-transform: uppercase;
	line-height: 35px;
	height: 35px;
	font-size: 11.81px;
	font-weight: 500;
}

#landing-page .button.light {
	background-color: white;
	color: #76bd22;
}

#landing-page .button.heavy {
	background-color: #76bd22;
	color: white;
}

#landing-page span.break,
#landing-page span.resp-break {
	display: block;
}

@media (max-width: 767px) {
	#landing-page span.break {
		display: inline;
	}

	#landing-page span.break:after {
		content: ' ';
	}
}

@media (min-width: 768px) {
	#landing-page span.resp-break {
		display: inline;
	}

	#landing-page span.resp-break:after {
		content: ' ';
	}
}

#landing-page #top {
	height: 533px;
}

#landing-page #top > * {
	padding: 0 53px;
}

#landing-page #top > #pic > img {
	max-width: 100%;
}

#landing-page #top > #links {
	padding-bottom: 55px;
}

#landing-page #top > #links > lh1 {
	margin-bottom: 35px;
}

#landing-page #top > #links > #buttons {
	margin-bottom: 105px;
}

#landing-page #top > #links > #buttons > *:not(:last-child) {
	margin-right: 10px;
}

#landing-page #top > #links > #available > lp {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#landing-page #top > #links > #available > div > a:not(:last-child) {
	margin-right: 5px;
}

@media (max-width: 767px) {
	#landing-page #top {
		height: auto;
		padding: 55px 30px 0;

		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: bt;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;

		-webkit-box-align: center;
		margin: auto 0;
		-webkit-align-items: center;
		align-items: center;
	}

	#landing-page #top > * {
		padding: 0;
	}

	#landing-page #top > #links {
		padding-bottom: 55px;
	}

	#landing-page #top > #links > #buttons {
		display: none;
	}

	#landing-page #top > #links > #available > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	#landing-page #top > #links > #available > div > * > img {
		max-width: 100%;
	}
}

#landing-page #separator { height: 15px; }
#landing-page #separator > #green { background-color: #7ac14f; }
#landing-page #separator > #blue { background-color: #05bdd7; }
#landing-page #separator > #yellow { background-color: #fcb936; }
#landing-page #separator > #orange { background-color: #f37d33; }
#landing-page #separator > #pink { background-color: #eb0f47; }

#landing-page #overview {
	padding: 85px 55px;
	height: 805px;
	background-color: #f5f5f5;
	text-align: center;
}

#landing-page #overview > lh1 {
	margin-bottom: 65px;
}

#landing-page #overview > #sections-overview > .sections {
	margin-top: 85px;
}

#landing-page #overview > #sections-overview > .sections#left {
	text-align: right;
}

#landing-page #overview > #sections-overview > .sections#left > * > img {
	margin-left: 17px;
}

#landing-page #overview > #sections-overview > .sections#right {
	text-align: left;
}

#landing-page #overview > #sections-overview > .sections#right > * > img {
	margin-right: 17px;
}

#landing-page #overview > #sections-overview > .sections > *:not(:last-child) {
	margin-bottom: 30px;
}

#landing-page #overview > #sections-overview > .sections > * > .info > lp {
	font-size: 16px;
	font-weight: 300;
}

#landing-page #overview > #sections-overview > #mockup {
	width: 373px;
}

@media (max-width: 767px) {
	#landing-page #overview {
		height: auto;
		padding: 55px 30px;
	}

	#landing-page #overview > #sections-overview {
		-webkit-box-orient: vertical;
		-ms-flex-direction: tb;
		-webkit-flex-direction: column;
		flex-direction: column;

		-webkit-box-align: end;
		margin-top: auto;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	#landing-page #overview > #sections-overview > .sections {
		margin-top: 0;
	}

	#landing-page #overview > #sections-overview > .sections#left {
		margin-top: 0;
		margin-bottom: 30px;
	}

	#landing-page #overview > #sections-overview > #mockup {
		display: none;
	}

	#landing-page #overview > #sections-overview > .sections#right {
		text-align: right;
	}

	#landing-page #overview > #sections-overview > .sections#right > * {
		-webkit-box-direction: reverse;
		-ms-flex-direction: rl;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	#landing-page #overview > #sections-overview > .sections#right > * > img {
		margin-left: 17px;
		margin-right: 0;
	}
}

#landing-page #functionalities {
	height: 815px;
	padding: 55px 60px;
	text-align: center;
}

#landing-page #functionalities > lh1 {
	margin-bottom: 20px;
}

#landing-page #functionalities > lh2 {
	margin-bottom: 50px;
}

#landing-page #functionalities > #functionality-slider > .container {
	margin: 0 40px;
}

#landing-page #functionalities > #functionality-slider > .container > * > #section-description {
	text-align: right;
	margin-top: 60px;
}

#landing-page #functionalities > #functionality-slider > .container > * > #section-description > img {
	margin-bottom: 25px;
}

#landing-page #functionalities > #functionality-slider > .container > * > #section-description > lh2 {
	font-size: 34.97px;
	margin-bottom: 20px;
}

#landing-page #functionalities > #functionality-slider > .container > #user > #section-description > lh2 { color: #f9bf00; }
#landing-page #functionalities > #functionality-slider > .container > #store > #section-description > lh2 { color: #f37d33; }
#landing-page #functionalities > #functionality-slider > .container > #sauda > #section-description > lh2 { color: #eb0f47; }
#landing-page #functionalities > #functionality-slider > .container > #meds > #section-description > lh2 { color: #70cac4; }
#landing-page #functionalities > #functionality-slider > .container > #biometrics > #section-description > lh2 { color: #76bd22; }
#landing-page #functionalities > #functionality-slider > .container > #pharmacy_map > #section-description > lh2 { color: #05bdd7; }

#landing-page #functionalities > #functionality-slider > .container > * > #section-description > div {
	color: #313131;
	font-size: 22px;
}

#landing-page #functionalities > #functionality-slider > .container > * > #section-description > div > lp:not(:last-child) {
	margin-bottom: 20px;
}

#landing-page #functionalities > #functionality-slider > .container > * > #mockup {
	margin-left: 15px;
	position: relative;
	text-align: left;
}

#landing-page #functionalities > #functionality-slider > .container > * > #mockup > #screenshot {
	position: absolute;
	z-index: 999;
	left: 49px; top: 63px; height: 394px;
}

@media (max-width: 767px) {
	#landing-page #functionalities {
		height: auto;
		padding: 55px 30px;
	}

	#landing-page #functionalities > #functionality-slider {
		height: 400px;
	}

	#landing-page #functionalities > #functionality-slider > .container {
		margin: 0;
	}

	#landing-page #functionalities > #functionality-slider > .container > * > #section-description {
		margin-top: 0;
	}

	#landing-page #functionalities > #functionality-slider > .container > * > #section-description > lh2 {
		font-size: 22px;
	}

	#landing-page #functionalities > #functionality-slider > .container > * > #section-description > div {
		font-size: 16px;
	}

	#landing-page #functionalities > #functionality-slider > #next,
	#landing-page #functionalities > #functionality-slider > #previous,
	#landing-page #functionalities > #functionality-slider > .container > * > #mockup {
		display: none;
	}
}