.b100ds-landing {
	overflow: hidden;
	max-width: 2160px;
	margin: auto;
	background: #fff url('../images/b100ds-landing-bg.png') no-repeat 0 0;
	background-size: 100% auto;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #010101;
	line-height: 1.25;
}

.b100ds-landing section {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
}

.b100ds-landing img {
	max-width: 100%;
}


.b100ds-landing .container {
	position: relative;
	width: 100%;
	max-width: 1220px;
	padding-left: 50px;
	padding-right: 50px;
}

.b100ds-landing .section-dark,
.b100ds-landing .section-dark .b100ds-title,
.b100ds-landing .section-dark .b100ds-subtitle,
.b100ds-landing .section-dark .b100ds-description {
	color: #fff;
}


.b100ds-landing .d-flex {
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b100ds-landing .d-flex.row:before,
.b100ds-landing .d-flex.row:after {
	display: none;
}

.b100ds-landing .flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}


.b100ds-landing .justify-content-center {
	justify-content: center;
}


.b100ds-landing .align-items-start {
	align-items: start;
}

.b100ds-landing .align-items-center {
	align-items: center;
}

.b100ds-landing .align-self-center {
	align-self: center;
}

.b100ds-landing .align-self-end {
	align-self: flex-end;
}



.b100ds-title {
	margin: 0 0 20px;
	font-size: 43px;
	font-weight: 700;
	line-height: normal;
}

.b100ds-title span {
	font-weight: 300;
}

.b100ds-title .text-lead {
	font-size: 180%;
	font-weight: 900;
	line-height: normal;
}

.b100ds-large-title {
	font-size: 50px;
}

.b100ds-extralarge-title {
	font-size: 68px;
	font-weight: 900;
}

.b100ds-subtitle {
	font-size: 43px;
	font-weight: 300;
}

.b100ds-description {
	margin: 0 0 45px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
}

.b100ds-description > p {
	margin-bottom: 20px;
}

.b100ds-media-figure {
	opacity: 1 !important;
	margin: 0;
}

.b100ds-media-figure .b100ds-media {
	max-width: 100%;
	max-height: 100%;
}



/* section intro */
.b100ds-intro {
	position: relative;
	z-index: 1;
	height: 775px;
}

.b100ds-intro .b100ds-title,
.b100ds-intro .b100ds-subtitle,
.b100ds-intro .b100ds-description {
	position: absolute;
	left: 15px;
	right: 15px;
	color: inherit;
}

.b100ds-intro .b100ds-title {
	top: 205px;
}

.b100ds-intro .b100ds-title span {
	font-weight: 300;
}

.b100ds-intro .b100ds-subtitle {
	top: 400px;
	font-weight: 900;
}

.b100ds-intro .b100ds-figure {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1073px;
	height: 782px;
	transform: translate(-50%);
}

.b100ds-intro .b100ds-figure .b100ds-media {
	position: absolute;
}

.b100ds-intro .b100ds-figure .b100ds-media.layer-1 {
	top: 0;
	left: 280px;
	width: 744px;
	height: 693px;
}

.b100ds-intro .b100ds-figure .b100ds-media.layer-2 {
	top: 85px;
	left: -45px;
	width: 795px;
	height: 698px;
}
/* section intro end */



/* section dock */
.b100ds-dock {
	position: relative;
	z-index: 1;
	height: 870px;
}

.b100ds-dock .b100ds-title,
.b100ds-dock .b100ds-subtitle,
.b100ds-dock .b100ds-description {
	position: absolute;
	left: 15px;
	right: 15px;
	margin: auto;
	color: inherit;
	text-align: center;
}

.b100ds-dock .b100ds-title {
	top: 60px;
}

.b100ds-dock .b100ds-subtitle {
	top: 225px;
}

.b100ds-dock .b100ds-figure {
	position: absolute;
	top: 370px;
	left: 50%;
	width: 1090px;
	height: 461px;
	transform: translate(-50%);
	margin: auto;
}

.b100ds-dock .b100ds-figure[data-aos] {
	transform: translate(-50%, 100px);
}

.b100ds-dock .b100ds-figure[data-aos].aos-animate {
	transform: translate(-50%, 0);
}

.b100ds-dock .b100ds-figure .b100ds-media {
	position: absolute;
	width: 348px;
	height: 220px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	transition: transform 800ms ease;
	transition-delay: 1s;
}

.b100ds-dock .b100ds-figure.aos-animate .b100ds-media.layer-1 {
	transform: translate(-156%, -110%);
}

.b100ds-dock .b100ds-figure.aos-animate .b100ds-media.layer-2 {
	transform: translate(56%, -110%);
}

.b100ds-dock .b100ds-figure.aos-animate .b100ds-media.layer-3 {
	transform: translate(-103%, -60%);
}

.b100ds-dock .b100ds-figure.aos-animate .b100ds-media.layer-4 {
	transform: translate(3%, -60%);
}
/* section dock end */


/* section keyboard */
.b100ds-keyboard {
	position: relative;
	z-index: 1;
	height: 770px;
}

.b100ds-keyboard .b100ds-title,
.b100ds-keyboard .b100ds-subtitle,
.b100ds-keyboard .b100ds-description {
	position: absolute;
	left: 15px;
	right: 15px;
	color: inherit;
}

.b100ds-keyboard .b100ds-title {
	top: 205px;
}

.b100ds-keyboard .b100ds-subtitle {
	top: 335px;
}

.b100ds-keyboard .b100ds-figure {
	position: absolute;
	top: -115px;
	left: 15px;
	right: 15px;
	width: 1362px;
	height: 774px;
	margin: auto;
}

.b100ds-keyboard .b100ds-figure .b100ds-media {
	width: 1362px;
	height: 774px;	
}
/* section keyboard end */


/* section sos */
.b100ds-sos {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 720px;
}

.b100ds-sos .b100ds-title,
.b100ds-sos .b100ds-subtitle,
.b100ds-sos .b100ds-description {
	position: absolute;
	left: 15px;
	right: 15px;
	color: inherit;
	text-align: right;
}

.b100ds-sos .b100ds-title {
	top: 115px;
}

.b100ds-sos .b100ds-subtitle {
	top: 240px;
}

.b100ds-sos .b100ds-figure {
	position: absolute;
	top: 10px;
	width: 957px;
	height: 1514px;
}

.b100ds-sos .b100ds-figure .b100ds-media {
	width: 957px;
	height: 1514px;	
}
/* section sos end */


/* section camera */
.b100ds-camera {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 705px;
}

.b100ds-camera .b100ds-title,
.b100ds-camera .b100ds-subtitle,
.b100ds-camera .b100ds-description {
	position: absolute;
	left: 15px;
	right: 15px;
	color: inherit;
}

.b100ds-camera .b100ds-title {
	top: 275px;
}

.b100ds-camera .b100ds-subtitle {
	top: 340px;
}

.b100ds-camera .b100ds-figure {
	position: absolute;
	top: 50px;
	left: 15px;
	right: 15px;
	width: 631px;
	height: 1360px;
	margin: 0 0 0 auto;
}

.b100ds-camera .b100ds-figure .b100ds-media {
	width: 631px;
	height: 1360px;
}
/* section camera end */


/* section battery */
.b100ds-battery {
	position: relative;
	z-index: 1;
	height: 800px;
}

.b100ds-battery .b100ds-title,
.b100ds-battery .b100ds-subtitle,
.b100ds-battery .b100ds-description {
	position: absolute;
	left: 15px;
	right: 15px;
	color: inherit;
}

.b100ds-battery .b100ds-title {
	top: 280px;
}

.b100ds-battery .b100ds-subtitle {
	top: 355px;
}
/* section battery end */


/* section features */
.b100ds-features {
	padding-top: 70px;
	padding-bottom: 70px;
}

.b100ds-features .b100ds-title {
	font-size: 35px;
	text-align: center;
}

.b100ds-feature-card {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #434343;
}

.b100ds-feature-media {
	width: 110px;
	height: 110px;
	margin: 0 auto 15px;
}

.b100ds-feature-title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.38;
	color: inherit;
}


.b100ds-features-grid {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 45px -10px -30px;
}

.b100ds-features-grid:before,
.b100ds-features-grid:after {
	display: none;
}

.b100ds-features-grid .b100ds-feature-item {
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
/* section features end */