#features-wrapper {
	background-color: #fff;
	overflow: hidden;
}

.blue-divide {
	height: 5px;
	width: 100%;
	background-color: #000F2E;
	clear: both;
}

.white-divide {
	height: 5px;
	width: 100%;
	background-color: #fff;
	clear: both;
}

.dark-blue {
	color: #000F2E;
}

.light-blue {
	color: #0066cc;
}

.grey {
	color: grey;
}

.white-background {
	background-color: #ffffff;
}

.grey-background {
	background-color: #f1f4f9;
}

.dark-blue-background {
	background-color: #000F2E;
}

.light-blue-background {
	background-color: #0066cc;
}

.mono-font {
	font-family: 'Monoton', cursive;
}

.myriad-font {
	font-family: 'myriad-pro', cursive;
}

#mobile-indicator {
	display: block;
}

.main-titles {
	font-size: 2.5em;
	font-weight: normal;
}

.main-secondary-titles {
	font-size: 2em;
	font-weight: normal;
}

.secondary-titles {
	font-size: 1.1em;
	margin: auto;
	letter-spacing: 1em;
	line-height: 2em;
	word-spacing: 0.3em;
}

.secondary-titles-non-mono {
	font-weight: normal;
	font-size: 1.8em;
	margin: auto;
}

.other-titles {
	font-size: 1.2em;
	margin: auto;
	line-height: 2em;
}

.minor-titles {
	font-size: 2em;
	margin: auto;
}

.paragraph-text {
	font-size: 1.5em;
	margin: auto;
}

.small-paragraph-text {
	font-size: 1.1em;
	margin: auto;
}

.small-text-bullet-wrapper img {
	width: 20px;
	height: 20px;
}

.small-text-bullet-wrapper img,
.small-text-bullet-wrapper p {
	display: inline-block;
}

.small-text-bullet-wrapper img {
	width: 20px;
	height: 20px;
}

.small-text-bullet-wrapper img,
.small-text-bullet-wrapper p {
	display: inline-block;
}

.small-text-bullet-wrapper img {
	width: 20px;
	height: 20px;
}

.small-text-bullet-wrapper img,
.small-text-bullet-wrapper p {
	display: inline-block;
}

.small-text-bullets {
	font-size: 1.5em;
	display: inline-block;
	vertical-align: bottom;
}

.large-heading {
	font-size: 2.5em;
}

.unfinished {
	color: #ff00a0;
}

@media screen and (min-width: 1200px) {
	.main-titles {
		font-size: 3.8em;
	}

	.main-secondary-titles {
		font-size: 4em;
		font-weight: normal;
	}

	.secondary-titles {
		font-size: 1.8em;
		margin: auto;
	}

	.other-titles {
		font-size: 1.4em;
		letter-spacing: 0.3em;
		margin: auto;
	}

	.paragraph-text {
		font-size: 1.5em;
		margin: auto;
	}

	.small-paragraph-text {
		font-size: 1.1em;
		margin: auto;
	}
}

/*******************INTRO BANNER**********************/

#flex-title-banner {
	height: 50vh;
	background-image: url(/shared/media/flexsystem/images/intro-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#flex-title-wrapper h1 {
	margin-bottom: 0.8em;
}

#flex-title-banner #flex-title-banner-title {
	width: 77%;
	position: absolute;
	left: 16%;
	top: 42%;
}

.flexsystem-icons {
	max-width: 50px;
}

#flex-title-wrapper {
	padding-top: 7.5em;
}

#flex-title-wrapper h2 {
	max-width: 620px;
	margin: 0 auto 50px auto;
}

#flexline-corner-versions {
	position: absolute;
	left: 0;
	top: 0;
}

#flexview-intro {
	position: absolute;
	right: 0;
	top: 0;
}

#flex-system-title-icon-wrapper {
	display: block;
	margin: auto;
}

/****************MOUSE SCROLL ANIMATION******************/

.mouse {
	width: 1.5rem;
}

.scroll {
	animation-name: scroll;
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
	animation-iteration-count: infinite;
	transform-origin: 50% 20.5px;
	will-change: transform, opacity;
	opacity: 1;
	position: absolute;
	right: 23%;
	top: -200%;
	margin: auto
}

.scroll-link {
	opacity: 0;
	position: relative;
}

#flexline-intro-icon {
	margin-right: 1em;
}

@keyframes scroll {
	0%, 20% {
		transform: translateY(0) scaleY(1);
	}

	100% {
		transform: translateY(36px) scaleY(2);
		opacity: 0;
	}
}

@media screen and (min-width: 600px) {
	#flex-title-banner #flex-title-banner-title {
		width: 40%;
		left: 32%;
	}
}


@media screen and (min-width: 800px) {
	#flex-title-banner {
		height: 50vh;
	}

	.mouse {
		width: 2rem;
		opacity: 0;
	}
}

@media screen and (min-width: 1200px) {
	.mouse {
		width: 2.5rem;
	}

	#flex-title-banner {
		height: 80vh;
	}

	.flexsystem-icons {
		max-width: 70px;
	}

	#flex-title-banner #flex-title-wrapper {
		padding-top: 12em;
	}

	#flex-title-banner #flex-title-wrapper h1 {
		margin-bottom: 0.8em;
	}

	.scroll-link {
		opacity: 1;
	}
}

@media screen and (min-width: 1800px) {
	#flex-title-banner #flex-title-banner-title {
		width: 35%;
		left: 31.5%;
		top: 50%;
	}
}

/*******************************Video Banner*****************************************/

#video-banner {
	position: relative;
	overflow: hidden;
	height: 300px;
	background-image: url(/asset/media/video/poster/flex-system.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-window {
	background-image: url(/asset/media/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.video-window .video-preview {
	display: none;
}

.video-window .words {
	text-align: center;
	position: absolute;
	top: 110px;
	width: 100%;
}

.video-window .words h2 {
	color: #FFF;
	font-weight: lighter;
	font-size: 1.4em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.video-window .words img {
	width: 30%;
	min-width: 200px;
	margin: auto;
	display: block;
}

.video-window .words a {
	border: 2px solid #FFF;
	border-radius: 10px;
	color: #FFF;
	display: inline-block;
	font-size: 1.2em;
	margin-top: 10px;
	padding: 10px 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	width: auto;
	background-color: transparent !important;
}

.video-window .video-preview {
	display: none;
}

@media screen and (min-width: 1100px) {
	#video-banner,
	#title {
		height: 500px;
	}

	.video-window .words img {
		display: block;
		width: 500px;
		max-width: 600px;
	}

	.video-window .words h2 {
		font-size: 4em;
	}

	.video-window .words a {
		font-size: 1.6em;
	}

	.video-window .words {
		top: 205px;
		left: calc(50% - 291px);
		max-width: 625px;
	}

	.video-window .words h2 {
		font-size: 2em;
	}

	.video-window .video-preview {
		display: block;
		position: relative;
		width: 100%;
		margin-top: -110px;
	}

	.video-window .video-poster {
		display: none;
	}

	.video-window .words {
		top: 40%;
	}
}

@media screen and (min-width: 1600px) {
	.video-window .words img {
		display: block;
		width: 500px;
		max-width: 600px;
	}

	.video-window .words h2 {
		font-size: 4em;
	}

	.video-window .words a {
		font-size: 1.6em;
	}

	.video-window .words {
		top: 205px;
		left: calc(50% - 291px);
		max-width: 625px;
	}

	.video-window .video-preview {
		margin-top: -370px;
	}
}

@media screen and (min-width: 2000px) {
	#video-banner {
		height: 700px;
	}

	.video-window .words {
		margin-top: 60px;
	}

	.video-window .words img {
		width: 600px;
	}

	.video-window .words h2 {
		font-size: 5em;
	}

	.video-window .words a {
		margin-top: 50px;
	}
}



/*****************FLEXSYSTEM INTRO*******************/

#system-overview-title {
	text-align: center;
	padding: 30px 0;
	background-color: #0066cc;
	font-size: 0.85em;
}

#flexsystem-office-banner {
	background-image: url(/shared/media/flexsystem/images/flexsystem-office-scene.jpg);
}

#flexsystem-classroom-banner {
	background-image: url(/shared/media/flexsystem/images/flexsystem-classroom-scene.jpg);
}

#flexsystem-healthcare-banner {
	background-image: url(/shared/media/flexsystem/images/flexsystem-healthcare-scene.jpg);
}

.flexsystem-application-image {
	overflow: hidden;
	height: 25vh;
	background-repeat: no-repeat;
	background-position-y: 25%;
	background-size: cover;
	position: relative;
}

#flex-revolution-banner div {
	width: 100%;
	background-color: #000F2E;
	margin: 25px 0;
	padding: 25px 0 25px 10%;
	box-sizing: border-box;
	font-size: 0.65em;
	letter-spacing: 3px;
}

#flex-revolution-banner div img {
	width: 80%;
	margin: 10px 0 10px 5%;
	max-height: 70px;
}

.title-text-wrapper {
	width: 100%;
	max-width: 500px;
	margin-bottom: 0;
	margin-top: 5px;
}

#creating-inspiration-title-wrapper h2 {
	width: 50%;
	margin-left: 30px;
	line-height: 2em;
	letter-spacing: 0.8em;
}

#intro-flex-system {
	padding: 25px 0;
	text-align: center;
}

.introducing-icons {
	max-width: 40px;
}

#intro-flexline-icon {
	margin-right: 10px;
}

#intro-flex-system h2 {
	margin: 0 auto 1em auto;
}

#intro-flex-system p {
	text-align: left;
	margin: 0 auto;
	line-height: 1em;
	padding-left: 50px;
}

#intro-flex-system h4 {
	font-size: 1em;
	padding: 0 0 0 2.5em;
	letter-spacing: 0.5em;
	background-position: left 25px center;
}

#plus-sign {
	margin: 0;
}

.intro-scene {
	width: 100%;
}

.application-link {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 2px solid #FFFFFF;
	height: 50px;
	width: 50px;
	border-radius: 200px;
	background-color: #06c;
}

.application-link#office-application-icon {
	background-image: url(/shared/media/applications/icons/office.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}

.application-link#education-application-icon {
	background-image: url(/shared/media/applications/icons/education.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}

.application-link#healthcare-application-icon {
	background-image: url(/shared/media/applications/icons/healthcare.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}

.application-link .link-text {
	display: inline-block;
	visibility: hidden;
	width: auto;
	background-color: #333;
	background: rgba(51,51,51,0.5);
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px;
	bottom: -61px;
	right: -111%;
	position: absolute;
	border-radius: 0.15em;
}

.application-link:hover .link-text {
	visibility: visible;
}


#flexsystem-intro-scene {
	background-image: url(/shared/media/flexsystem/images/flexsystem-intro-scene.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	display: inline-block;
}

#flexsystem-intro-banner {
	background-image: url(/shared/media/flexsystem/images/flexsystem-intro-banner.jpg);
	background-position: top -50px left;
	background-size: 145%;
	width: 100%;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-color: #0c223e;
}

#creating-inspiration-title-wrapper-en {
	background-image: url(/shared/media/flexsystem/graphics/flexsystem-inspirational-title-en.svg);
	background-color: #000F2E;
}

#flexsystem-revolutionises-en {
	background-image: url(/shared/media/flexsystem/graphics/flexsystem-revolutionises-title-en.svg);
}

#break-from-convention-title-en {
	background-image: url(/shared/media/flexsystem/graphics/flexsystem-break-convention-title-en.svg);
}

.parallax-image {
	height: 18vh;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 170%;
}

#office-title {
	position: absolute;
	left: 50%;
	bottom: 20px;
}

.flexline-titles-blue {
	font-size: 3em;
}

.flexline-titles-white {
	font-size: 3em;
}

.flexview-titles-blue {
	margin: auto;
	font-size: 3em;
}

.flexview-titles-white {
	margin: auto;
	font-size: 3em;
}

#revolutionise-image-banner {
	display: flex;
	flex-wrap: wrap;
	height: 75vh;
}

#revolutionise-image-banner a {
	background-image: url(/shared/media/transparent-background-80-blue.png);
	width: 45%;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 10px;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	box-sizing: border-box;
	border: solid 2px #06c;
}

#revolutionise-image-banner a:hover {
	background-image: url(/shared/media/transparent-background-100-blue.png);
}

#intro-flex-titles {
	display: inline-block;
	margin: 0 auto;
}

#flexsystem-intro-banner-links {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#flexsystem-intro-banner-links {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media screen and (min-width: 550px) {
	#creating-inspiration-title-wrapper {
		font-size: 1em;
	}

	#revolutionise-image-banner {
		flex-wrap: nowrap;
		height: 28vh;
	}

	#flexsystem-intro-banner {
		background-position: top -20px left;
		background-size: 132%;
		width: 100%;
		height: 100%;
	}

	.title-text-wrapper {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 670px) {
	#break-from-convention-title {
		font-size: 1em;
	}

	#flex-revolution-banner div {
		font-size: 1em;
		letter-spacing: 1em;
	}

	#flex-revolution-banner div img {
		width: 75%;
		margin-top: 20px;
		max-height: 70px;
	}

	#revolutionise-image-banner {
		height: 33vh;
	}

	#intro-flex-system a {
		font-size: 1.5em;
	}

	#creating-inspiration-title-wrapper h2 {
		margin-left: 10%;
	}

	.parallax-image {
		background-attachment: fixed;
		height: 50vh;
	}

	.flexsystem-application-image {
		height: 50vh;
	}

	#intro-flex-system {
		padding: 50px 0;
	}
}

@media screen and (min-width: 800px) {
	#creating-inspiration-title-wrapper {
		font-size: 1.2em;
	}

	.application-link {
		height: 100px;
		width: 100px;
		border: 4px solid #FFFFFF;
	}

	#flex-system-office-scene-background {
		height: 500px;
		background-attachment: fixed;
		background-size: cover;
	}

	#flex-system-education-scene-background {
		height: 500px;
		background-attachment: fixed;
		background-size: cover;
	}

	#flex-system-healthcare-scene-background {
		height: 500px;
		background-size: cover;
	}

	#intro-flex-system h2 {
		margin: 0 auto 19px auto;
	}

	.introducing-icons {
		max-width: 60px;
	}

	.application-link .link-text {
		width: 100%;
	}
}

@media screen and (min-width: 950px) {
	#creating-inspiration-title-wrapper {
		font-size: 1.5em;
	}
}

@media screen and (min-width: 1000px) {
	.parallax-image {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#intro-flex-system p {
		padding-left: 63px;
		line-height: 1.4em;
	}

	#flexsystem-intro-banner {
		background-position: center;
		background-size: cover;
	}

	#revolutionise-image-banner {
		height: 39vh;
	}

	#intro-flex-system {
		padding: 100px 0;
		text-align: center;
	}

	#revolutionise-image-banner a {
		width: 33%;
	}

	#revolutionise-image-banner a {
		width: 33%;
	}
}

@media screen and (min-width: 1280px) {
	#system-overview-title {
		font-size: 1.5em;
	}

	#break-from-convention-title {
		font-size: 1.3em;
	}

	#break-from-convention-title #border {
		width: 50%;
	}

	#revolutionise-image-banner {
		height: 45vh;
	}

	.flexsystem-application-image {
		height: 90vh;
	}
}

@media screen and (min-width: 1770px) {
	#flex-revolution-banner div {
		font-size: 2em;
		letter-spacing: 2em;
	}

	#break-from-convention-title {
		font-size: 1.5em;
	}

	#revolutionise-image-banner {
		height: 60vh;
	}

	.flexsystem-application-image {
		overflow: hidden;
		height: 90vh;
		background-repeat: no-repeat;
		background-position: top -250px center;
		background-size: cover;
	}
}

@media screen and (min-width: 2000px) {
	#revolutionise-image-banner {
		height: 70vh;
	}
}

/***************************FLEXLINE INTRO****************************/

#flexline-intro-title-wrapper {
	display: block;
	padding: 100px 0;
	text-align: center;
	width: 100%;
}

#flexline-intro-title-wrapper #flexline-title {
	display: inline-block;
}

#flexline-title-wrapper {
	width: 100%;
	padding: 20px 50px;
	box-sizing: border-box;
	z-index: 2;
}

img#flexline-title-images {
	width: 100%;
}

#flexline-section-intro {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	height: auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

#flexline-intro-content {
	background-color: #021134;
	position: relative;
	overflow: hidden;
	height: auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#flexline-subtitle-wrapper {
	box-sizing: border-box;
	float: left;
	text-align: left;
}

#flexline-subtitle {
	margin-bottom: 10px;
}

#flexline-subtitle-wrapper p {
	margin-top: 0;
}

#flexview-subtitle-wrapper {
	box-sizing: border-box;
	float: right;
	text-align: right;
}

#flexview-subtitle {
	padding-left: 50px;
}

#flexview-intro-image-wrapper {
	width: 100%;
	padding: 10px 0 0 50px;
	margin-bottom: -5px;
}

#flexview-title-wrapper h2 {
	width: 160px;
}

#flexview-title-text {
	text-align: center;
	margin-bottom: 100px;
}

.flexsystem-title-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.flexsystem-title-text {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}

@media screen and (min-width: 815px) {
	#flexline-title-wrapper {
		width: 50%;
		padding: 140px 50px;
		box-sizing: border-box;
		margin-left: -45%;
	}

	#flexline-intro-content {
		position: relative;
		overflow: hidden;
		height: auto;
		box-sizing: border-box;
		display: flex;
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 850px) {
	#flexview-title-wrapper {
		width: auto;
	}

	#flexview-intro-image-wrapper {
		width: 50%;
		padding: 50px 0 0 0;
	}
}

@media screen and (min-width: 1110px) {
	#flexline-title-wrapper {
		width: 50%;
		margin-left: 0;
		position: absolute;
		right: 0;
	}

	.title-text-wrapper {
		padding: 0 50px;
		text-align: right;
		float: right;
		margin-left: 50px;
		max-width: 400px;
	}
}

@media screen and (min-width: 1200px) {
	img#flexline-title-images {
		width: 50%;
	}

	#flexline-title-wrapper {
		width: 50%;
	}

	#flexline-intro-content {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		display: flex;
		flex-wrap: nowrap;
	}
}

/***************************FLEXVIEW INTRO****************************/

#flexview-section-intro {
	padding: 100px 0 0 0;
	position: relative;
	overflow: hidden;
}

#flexview-intro-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}

img#flexview-below-image {
	width: 100%;
}

#inside-subtitle {
	margin-left: 1em;
}

#flexview-intro-text-wrapper {
	width: 100%;
	padding: 30px 50px;
}

@media screen and (min-width: 620px) {
	#flexview-title {
		font-size: 2.8em;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 850px) {
	#flexview-title {
		width: 150%;
	}

	#flexview-section-intro {
		box-sizing: border-box;
	}

	#flexview-intro-content-wrapper {
		flex-wrap: nowrap;
	}

	#flexview-intro-text-wrapper {
		width: 50%;
		padding: 50px;
	}
}

/*****************THINK OUTSIDE THE TILE*******************/

#outside-tile-section {
	background-color: #0066cc;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	flex-wrap: wrap-reverse;
	display: flex;
}

#outside-tile-section img {
	position: absolute;
	top: -500%;
	right: 350px;
	height: 1000%;
	transform: rotate(-90deg);
}

#outside-tile-title {
	width: auto;
	box-sizing: border-box;
}

.outside-tile-description {
	width: calc(100% - 30px);
	max-width: 500px;
	bottom: 2%;
}

#outside-tile-left {
	width: 100%;
	position: relative;
	display: inline-block;
	height: 13vh;
}

#outside-tile-right {
	margin: auto;
	padding: 50px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}

@media screen and (min-width: 620px) {
	.outside-tile-description {
		max-width: 350px;
		vertical-align: top;
	}
}

@media screen and (min-width: 1000px) {
	#outside-tile-section {
		flex-wrap: nowrap;
	}

	#outside-tile-section img {
		top: 0;
		right: 10%;
		transform: rotate(-0deg);
		width: 8%;
		height: auto;
	}

	.outside-tile-description {
		width: 100%;
		max-width: 350px;
		position: inherit;
	}

	#outside-tile-p-wrapper {
		max-width: 350px;
		position: inherit;
		top: 0;
	}

	#outside-tile-left {
		width: 50%;
	}

	#outside-tile-right {
		width: 26%;
		padding: 100px 0 100px 50px;
		margin: 0 auto 0 0;
	}
}

/******************OFFICE COMPARISON**************************/

#office-comparison-section {
	width: 100%;
}

#office-comparison-section .main-secondary-titles {
	font-size: 2.5em;
}

#office-comparison-container {
	margin: auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.office-comparison-graphics {
	display: inline-block;
	max-width: 500px;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	vertical-align: top;
}

.office-comparison-graphics #conventional-title {
	margin-bottom: 0.5em;
	height: 40px;
}

#flexsystem-office-plan-title {
	margin-bottom: 0.2em;
	height: 45px;
}

.diagram-bullets {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

.diagram-number {
	color: #06c;
	font-weight: bold;
	font-size: 2em;
	margin: 10px;
}

.diagram-bullets p {
	font-weight: bold;
}

#flexsystem-office-plan {
	width: 100%;
	max-width: 205px;
}

#conventional-office-plan {
	width: 100%;
	max-width: 205px;
	margin: auto;
}

#flexline-plan-title {
	background-image: none;
	margin-bottom: 0;
	margin-top: 5px;
}

#flexview-plan-title {
	background-image: none;
	margin-bottom: 0;
	margin-top: 5px;
}

.diagram-bullets p.flexsystem-comparison-subtitle {
	margin-top: 5px;
	font-weight: lighter;
}

.office-comparison-image-wrapper {
	width: 100%;
	text-align: center;
	display: block;
}

.office-comparison-flexsystem-icons {
	display: inline-block;
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 1000px) {
	#flexsystem-office-plan {
		width: 100%;
		max-width: none;
	}

	#conventional-office-plan {
		width: 100%;
		max-width: none;
	}

	.diagram-number {
		color: #06c;
		font-weight: bold;
		font-size: 3em;
		margin: 10px;
	}

	.office-comparison-graphics {
		padding: 50px;
	}
}

/*****************WATTAGE SELECTOR*******************/

#wattage-selector-section {
	background-color: #242424;
}

#wattage-selector-content {
	display: flex;
	flex-wrap: wrap-reverse;
}

#wattage-selector-text-wrapper {
	flex-basis: 100%;
	padding: 0 0 50px 50px;
	box-sizing: border-box;
	vertical-align: top;
}

#wattage-selector-image-wrapper {
	flex-basis: 100%;
	text-align: center;
}

#wattage-selector-image-wrapper img {
	width: 40%;
	margin: auto;
}

#wattage-selector-title-wrapper {
	padding: 0 0 0 0;
}

#wattage-selector-text-and-bullets {
	width: 100%;
	max-width: 500px;
}

#wattage-selector-text-and-bullets p {
	margin: 5px auto;
}

#wattage-selector-text-and-bullets ul li {
	margin: 5px auto;
}

@media screen and (min-width: 1000px) {
	#wattage-selector-image-wrapper {
		flex-basis: 50%;
		text-align: left;
	}

	#wattage-selector-title-wrapper {
		padding: 50px 0 0 0;
		text-align: left;
		float: right;
		width: 500px;
	}

	#wattage-selector-text-wrapper {
		flex-basis: 50%;
		box-sizing: border-box;
		padding: 0 0 50px 0;
	}

	#wattage-selector-content {
		flex-wrap: wrap;
	}

	#wattage-selector-text-and-bullets {
		float: right;
		margin-top: 20px;
	}

	#wattage-selector-title-wrapper h3 {
		width: 500px;
	}

	#wattage-selector-image-wrapper img {
		width: 70%;
		max-width: 500px;
	}

	#wattage-selector-text-and-bullets p {
		margin: 20px auto;
	}
}

@media screen and (min-width: 1200px) {
	#wattage-selector-title-wrapper h3 {
		width: inherit;
	}
}

/*****************SMARTSCAN SECTION*******************/

#smartscan-section {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

#smartscan-section-title-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 40px 0;
}

#smartscan-section-title {
	width: 100%;
	text-align: center;
}

#smartscan-section-logo {
	width: 100%;
	text-align: center;
}

#smartscan-section-logo p {
	width: fit-content;
	display: block;
	vertical-align: middle;
}

#smartscan-section-logo img {
	width: 100%;
	max-width: 200px;
	display: block;
	vertical-align: middle;
	margin: auto;
}

#smartscan-section-title h3 {
	margin-right: auto;
	width: 185px;
	text-align: left;
}

#smartscan-section-content-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#smartscan-section-content-text {
	width: 100%;
	background: #000F2E;
	padding: 50px;
	box-sizing: border-box;
	vertical-align: top;
}

#smartscan-section-content-text p {
	max-width: 500px;
	margin: 10px auto;
}

#smartscan-section-content-image {
	width: 100%;
	background-image: url("/shared/media/smartscan/images/smartscan-on-laptop.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 30vh;
}



@media screen and (min-width: 1000px) {
	#smartscan-section-title-wrapper {
		flex-wrap: nowrap;
	}

	#smartscan-section-content-wrapper {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}

	#smartscan-section-title {
		width: 50%;
		text-align: right;
		padding-top: 40px;
		padding-bottom: 100px;
	}

	#smartscan-section-logo {
		width: 50%;
		text-align: left;
		padding-top: 6.7%;
		padding-bottom: 100px;
	}

	#smartscan-section-content-text {
		width: 50%;
		padding: 50px 100px;
	}

	#smartscan-section-content-text p {
		max-width: 500px;
		margin: 25px auto;
	}

	#smartscan-section-title h3 {
		margin-right: 60px;
		width: 470px;
		text-align: left;
	}

	#smartscan-section-logo p {
		display: inline-block;
	}

	#smartscan-section-logo img {
		display: inline-block;
		vertical-align: middle;
		margin-left: 50px;
		max-width: 400px;
	}

	#smartscan-section-content-image {
		width: 50%;
		background-image: url("/shared/media/smartscan/images/smartscan-on-laptop.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: inherit;
	}

}

/*****************FLEXSYSTEM KITS*******************/

#flexline-kits {
	padding: 50px 0;
}

.kits-title {
	width: 100%;
	position: relative;
	text-align: center;
}

#flexline-kits .flexline-title {
	max-height: 45px;
}

#flexline-kits .flexline-graphic-title {
	height: 20px;
}

#flexview-title-graphic {
	max-height: 45px;
	width: 100%;
}

.kits-title #flexline-kits-product,
.kits-title #flexview-kits-product,
.kits-title .flexsystem-kits-title-text,
#flexline-kits-diagrams-singles,
#flexline-kits-diagrams-twins,
#flexview-kits-diagrams {
	display: inline-block;
	vertical-align: top;
}

.kits-title #flexline-kits-product {
	margin: auto;
	width: 70%;
}

#flexline-fits .kits-title {
	display: flex;
}

#flexview-kits-title {
	height: auto;
}

#flexview-kits-title .flexsystem-kits-title-text p {
	padding-left: 63px;
}

#flexline-kits-diagrams-singles,
#flexline-kits-diagrams-twins,
#flexview-kits-diagrams {
	margin: auto;
}

#flexline-kits-diagrams-shapes {
	text-align: center;
}

#flexline-corner-kits {
	display: block;
}

#flexline-square-kits {
	display: block;
	width: 100%;
}

.flexline-kits-graphic {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	text-align: center;
}

#flexline-kits .diagram-individual-titles,
#flexview-kits .diagram-individual-titles {
	margin-top: 0;
	color: #06c;
}

.flexview-kits-graphic .kit-titles {
	width: 175px;
}

.kits-title .flexsystem-kits-title-text {
	text-align: center;
	display: block;
	margin: auto;
}

#flexview-construction-title h3.flex-system-titles {
	background-image: url(/shared/media/flexsystem/graphics/flexview-icon-blue.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 80px;
}

.kits-title .flexsystem-kits-title-text p {
	margin-top: 0;
	padding-left: 62px;
	font-weight: bolder;
}

.kit-graphic {
	width: 50px;
	height: 100px;
	display: block;
	margin: auto;
}

.flexview-kits-graphic {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}

.flexview-kits-graphic .kit-graphic {
	width: 200px;
	height: 100%;
}

#flexline-kits-diagrams-singles {
	text-align: center;
}

#flexline-kits-diagrams-twins,
#flexview-kits-diagrams {
	text-align: center;
}

#flexview-kits-diagrams {
	width: 100%;
	margin-bottom: 50px;
}

.kits-title #flexview-kits-product {
	width: 90%;
	max-width: 500px;
	position: static;
}

#flexview-kits {
	height: auto;
	box-sizing: border-box;
	padding-top: 50px;
}

#flexline-kit-lengths .flexline-single-and-twin {
	flex-wrap: wrap;
	width: 100%;
}

#flexline-kit-lengths {
	display: block;
	padding: 50px 0;
}

#flexline-diagrams-wrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#flexline-diagrams-wrapper .flexline-single-and-twin {
	flex-basis: 100%;
}

@media screen and (min-width: 670px) {
	#flexline-kits .flexline-title {
		max-height: 45px;
	}

	.kit-graphic {
		width: 100px;
		height: 200px;
	}

	.kits-title #flexline-kits-product {
		width: 50%;
		margin: auto;
	}
}

@media screen and (min-width: 750px) {
	.flexline-kits-graphic {
		display: inline-block;
		vertical-align: top;
	}

	#flexline-corner-kits {
		display: inline-block;
		width: 50%;
	}

	#flexline-square-kits {
		display: inline-block;
		width: 50%;
	}
}

@media screen and (min-width: 800px) {
	#flexline-corner-kits {
		display: inline;
		width: 100%;
	}

	#flexline-square-kits {
		display: inline;
		width: 50%;
		margin: 0 50px;
	}
}

@media screen and (min-width: 1000px) {
	#flexline-kits .flexline-graphic-title {
		max-height: 40px;
	}

	#flexline-kits {
		padding: 100px 0;
	}

	#flexline-kits .diagram-individual-titles {
		margin-top: 0;
	}

	.kits-title #flexline-kits .flexsystem-kits-title-text {
		width: 48%;
		position: absolute;
		right: 0;
		text-align: left;
		top: 20px;
	}

	.kits-title #flexview-kits .flexsystem-kits-title-text {
		width: 48%;
		position: absolute;
		right: 0;
		text-align: left;
		top: 0;
	}

	#flexview-kits .diagram-individual-titles {
		margin-top: 0;
		padding-left: 0;
	}

	.flexview-kits-graphic {
		width: 175px;
	}

	#flexline-kit-lengths {
		display: block;
		padding: 50px 0 100px 0;
	}

	#flexview-kits {
		padding: 100px 0;
	}

	.kits-title #flexview-kits-product {
		width: 49%;
	}

	#flexline-kits .kits-title .flexsystem-kits-title-text {
		text-align: left;
		display: inline-block;
		box-sizing: border-box;
		padding-left: 35px;
	}

	#flexview-kits .kits-title .flexsystem-kits-title-text {
		text-align: left;
		display: inline-block;
		box-sizing: border-box;
	}

	.kits-title #flexline-kits-product {
		margin: auto;
		width: 30%;
		display: inline-block;
	}

	.kits-title #flexline-kits #flexsystem-kits-title-text {
		margin: auto;
		width: 50%;
		display: inline-block;
	}

	.kits-title .flexsystem-kits-title-text {
		text-align: left;
		display: inline-block;
		margin: auto;
	}

	.flexview-kits-graphic .kit-graphic {
		width: 100%;
		height: 100%;
	}

	#flexline-diagrams-wrapper .flexline-single-and-twin {
		flex-basis: 50%;
	}

	#flexline-diagrams-wrapper {
		flex-wrap: nowrap;
	}

	#flexview-kits-title {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1200px) {
	#flexline-kits .flexline-graphic-title {
		max-height: none;
		height: 35px;
	}

	#flexline-kits-diagrams-singles {
		display: inline;
		text-align: right;
		padding-right: 100px;
	}

	#flexline-kits-diagrams-twins {
		display: inline;
		text-align: left;
	}

	#flexsystem-kits-section {
		padding-top: 0;
	}
}

@media screen and (min-width: 1600px) {
	.flexview-kits-graphic .kit-titles {
		width: 250px;
	}

	.flexview-kits-graphic {
		width: 275px;
	}
}

/**********************EXAMPLE LAYOUTS*************************/

#be-creative-title-images {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;

}

#be-creative-title-images .secondary-titles {
	letter-spacing: 0.5em;
	line-height: 2.5em;
	display: table-cell;
	vertical-align: middle;
}

#be-creative-title-wrapper {
	letter-spacing: 0.5em;
	width: 100%;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000F2E;
	display: table;
}

.exploded-view-title {
	font-size: 1.8em;
	letter-spacing: 0.5em;
	width: 100%;
	text-align: center;
}

#conventional-flexsystem-room-section #flexsystem-room-render {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: block;
}

#be-creative-section {
	background-color: #000F2E;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#creative-space-section {
	width: 100%;
	height: 100%;
}

#floor-plan-background {
	display: block;
	background-color: #000F2E;
	width: 100%;
}

#creative-space-section-wrapper {
	text-align: center;
	position: relative;
	flex-basis: 100%;
}

#creative-space-section-wrapper #layout-plan {
	width: 100%;
}

#pulsing-box {
	position: absolute;
	border: solid 7px #fff;
	left: 14.5%;
	bottom: 21.4%;
	height: 23%;
	width: 26%;
	border-radius: 4px;
}

.creative-space-image-container {
	margin-left: auto;
	display: inline-block;
	width: 32%;
	height: 40vh;
}

.creative-space-image-container img {
	width: 100%;
}

#conventional-flexsystem-room-section {
	flex-basis: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #000F2E;
}

#prompt-to-click-two {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 63%;
	left: 31%;
	transition: opacity 0.2s;
	opacity: 1;
}

#prompt-to-click-three {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 63%;
	right: 7%;
	transition: opacity 0.2s;
	opacity: 1;
}

#prompt-to-click-two.active {
	opacity: 0;
	transition: opacity 0.2s;
}

#prompt-to-click-three.active {
	opacity: 0;
	transition: opacity 0.2s;
}

.floor-plan-image {
	width: 100%;
	display: block;
}

.floor-plan-image #flexsystem-floor-plan {
	width: 100%;
	max-width: 750px;
}

#floor-plan-wrapper {
	 width: 100%;
	 position: relative;
	 padding: 20px;
	 box-sizing: border-box;
 }

#floor-plan-pointer-one {
	background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-1-inactive.png");
	position: absolute;
	top: 4%;
	right: 3.7%;
	z-index: 1;
	width: 45.9%;
	height: 41.9%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#floor-plan-pointer-one:hover,
#floor-plan-pointer-two:hover,
#floor-plan-pointer-three:hover {
	cursor: pointer;
}

#floor-plan-pointer-one.active {
	background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-1-active.png");
	position: absolute;
	top: 4%;
	right: 3.7%;
	z-index: 1;
	width: 45.9%;
	height: 41.9%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#floor-plan-pointer-two {
	position: absolute;
	bottom: 4%;
	left: 14.8%;
	z-index: 1;
	width: 26.5%;
	height: 39.5%;
	background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-2-inactive.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

#floor-plan-pointer-two.active {
	position: absolute;
	bottom: 4%;
	left: 14.8%;
	z-index: 1;
	width: 26.5%;
	height: 39.5%;
	background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-2-active.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#floor-plan-pointer-three {
	position: absolute;
	bottom: 4%;
	right: 3.4%;
	z-index: 1;
	width: 26.5%;
	height: 39.5%;
	background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-3-inactive.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#floor-plan-pointer-three.active {
	position: absolute;
	bottom: 4%;
	right: 3.4%;
	z-index: 1;
	width: 26.5%;
	height: 39.5%;
	background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-3-active.png");
	background-repeat: no-repeat;
}

#floor-plan-image-wrapper {
	display: block;
	position: relative;
	width: 100%;
}

#floor-plan-image {
	width: 100%;
	float: left;
}

.floor-plan-image img {
	width: 100%;
	float: left;
}

#floor-plan-image-wrapper #flexsystem-floor-plan {
	width: 100%;
}

#floor-plan-image-two,
#floor-plan-image-three {
	display: none;
}

.floor-plan-image-two.active,
#floor-plan-image-three.active {
	display: block;
}

@media screen and (min-width: 500px) {
	#be-creative-section {
		flex-wrap: wrap;
	}

	#conventional-flexsystem-room-section {
		flex-basis: 100%;
		flex-wrap: nowrap;
	}

	.floor-plan-image {
		flex-basis: 100%;
	}
}


@media screen and (min-width: 1000px) {
	.exploded-view-title {
		font-size: 2.5em;
	}

	#be-creative-section {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	#floor-plan-wrapper {
		text-align: center;
	}

	#floor-plan-image-wrapper {
		display: block;
		position: relative;
		width: 75%;
		margin: auto;
	}

	#floor-plan-image {
		width: 100%;
		float: left;
	}

	#floor-plan-image-wrapper #flexsystem-floor-plan {
		width: 100%;
	}

	#be-creative-title-images {
		box-sizing: border-box;
	}

	#prompt-to-click-two {
		width: 50px;
		height: 50px;
	}

	#prompt-to-click-three {
		width: 50px;
		height: 50px;
	}

	#be-creative-title {
		width: 100%;
		max-width: 800px;
	}
}

@media screen and (min-width: 1200px) {
	#creative-space-section-wrapper {
		flex-basis: 65%;
	}

	#creative-space-section-wrapper #layout-plan {
		position: absolute;
	}

	#creative-space-section-wrapper #layout-plan {
		position: absolute;
	}

	.creative-space-image-container {
		display: inherit;
		width: 100%;
		margin-left: auto;
		box-sizing: border-box;
	}

	.floor-plan-image img {
		position: absolute;
		top: calc(50% - 30%);
		left: calc(50% - 52%);
		width: 100%;
	}

	.floor-plan-image {
		width: 100%;
	}

	#be-creative-title-wrapper {
		width: 100%;
		height: 40%;
		padding: 40px 0 0 0;
	}

	#floor-plan-background {
		display: block;
		background-color: #000F2E;
		width: 50%;
	}

	#be-creative-title-images {
		width: 50%;
		flex-wrap: wrap;
	}

	#conventional-flexsystem-room-section {
		height: 100%;
		padding: 50px;
		box-sizing: border-box;
		width: 100%;
	}


	#floor-plan-wrapper {
		width: 100%;
		position: relative;
		padding: 50px;
		box-sizing: border-box;
	}

	#floor-plan-pointer-one {
		position: absolute;
		top: 4%;
		right: 3.5%;
		z-index: 1;
		width: 45.9%;
		height: 41.9%;
		background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-1-inactive.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	#floor-plan-pointer-one:hover,
	#floor-plan-pointer-two:hover,
	#floor-plan-pointer-three:hover {
		cursor: pointer;
	}

	#floor-plan-pointer-one.active {
		position: absolute;
		top: 4%;
		right: 3.5%;
		z-index: 1;
		width: 45.9%;
		height: 41.9%;
		background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-1-active.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	#floor-plan-pointer-two {position: absolute;
		bottom: 4%;
		left: 14.8%;
		z-index: 1;
		width: 26.5%;
		height: 39.5%;
		background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-2-inactive.png");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	#floor-plan-pointer-two.active {position: absolute;
		bottom: 4%;
		left: 14.8%;
		z-index: 1;
		width: 26.5%;
		height: 39.5%;
		background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-2-active.png");
		background-repeat: no-repeat;
	}

	#floor-plan-pointer-three {
		position: absolute;
		bottom: 4%;
		right: 3.4%;
		z-index: 1;
		width: 26.5%;
		height: 39.5%;
		background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-3-inactive.png");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	#floor-plan-pointer-three.active {
		position: absolute;
		bottom: 4%;
		right: 3.4%;
		z-index: 1;
		width: 26.5%;
		height: 39.5%;
		background-image: url("/shared/media/flexsystem/graphics/floor-plan-office-3-active.png");
		background-repeat: no-repeat;
	}

	#floor-plan-image-wrapper {
		width: 100%;
	}
}

@media screen and (min-width: 1500px) {
	#be-creative-title-wrapper {
		width: 100%;
	}

	.floor-plan-image img {
		position: absolute;
		top: calc(50% - 30%);
		left: calc(50% - 50%);
		width: 100%;
	}

	#conventional-flexsystem-room-section {
		padding: 50px;
		box-sizing: border-box;
		width: 100%;
	}
}

@media screen and (min-width: 1900px) {
	.floor-plan-image img {
		position: absolute;
		top: calc(50% - 30%);
		left: calc(50% - 50%);
		width: 100%;
		max-width: none;
	}
}

/*********************TAKE CONTROL***************************/

#glare-top-two-wrapper article,
#glare-bottom-two-wrapper article {
	flex-basis: 100%;
}

#glare-top-two-wrapper,
#glare-bottom-two-wrapper {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

#take-control-of-glare-title {
	max-width: 390px;
	margin-left: 0;
}

#take-control-of-glare-title {
	max-width: 390px;
}

#take-control-of-glare-title span {
	text-shadow: 0 0 20px white;
}

#glare-section {
	display: flex;
	flex-wrap: wrap;
}

#glare-section article#glare-section-title {
	box-sizing: border-box;
	padding: 50px 40px 50px 10%;
	background-color: #06c;
	text-align: left;
}

#glare-section article#glare-section-title p {
	padding: 0;
}

.glare-paragraph {
	max-width: 500px;
	display: inline-block;
}

#glare-section article {
	text-align: center;
}

#glare-section article img {
	margin: 0 auto 20px auto;
	width: 18%;
}

#glare-section article p {
	margin: 1em auto;
	padding: 0 40px;
}

#glare-section article p span {
	margin: 10px 0;
	display: block;
	font-weight: bolder;
}

#dark-light-banner {
	flex-basis: 25%;
	background-color: #fff;
	padding-bottom: 50px;
}

#low-glare-banner {
	background-color: #F1F4F9;
	padding-bottom: 50px;
}

#control-glare-dark-title {
	height: 25px;
	margin: 20px 10%;
}

#low-glare-banner-title {
	height: 25px;
	margin: 40px 20px 0 10%;
}

#control-glare-dark-description {
	margin: 20px 30px 50px 10%;
}

#white-banner {
	background-color: #000F2E;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding-bottom: 50px;
}

#white-version-title {
	height: 25px;
	margin: 40px 20px 40px 10%;
 }

#white-version-description {
	margin: 30px 30px 0 10%;
	padding-bottom: 50px;
}

#low-glare-banner-description {
	margin: 30px 30px 0 10%;
	padding-bottom: 50px;
}

.ugr-wrapper {
	display: block;
	margin-top: 10px;
}

#glare-section article p.ugr-text {
	margin: 0;
}

#glare-section article p.ugr-number {
	font-size: 2em;
	margin: 0;
}

#flexline-intro-image {
	z-index: 1;
	width: 50%;
	text-align: right;
}

#flexline-intro-image img {
	width: 250%;
	margin-left: -20%;
}

@media screen and (min-width: 815px) {
	#glare-top-two-wrapper article,
	#glare-bottom-two-wrapper article {
		flex-basis: 50%;
	}

	#glare-top-two-wrapper,
	#glare-bottom-two-wrapper {
		flex-basis: 100%;
		flex-wrap: nowrap;
	}

	#flexline-intro-image img {
		width: 230%;
		margin-left: 26%;
	}

	.glare-paragraph {
		height: 100px;
	}
}

@media screen and (min-width: 850px) {
	#glare-section article#glare-section-title {
		box-sizing: border-box;
		padding: 50px 25px 0 5%;
		background-color: #06c;
		text-align: left;
	}

	#glare-section {
		flex-wrap: wrap;
	}
}


@media screen and (min-width: 1110px) {
	#flexline-intro-image img {
		width: 170%;
		margin-left: 0;
	}
}


@media screen and (min-width: 1400px) {
	#glare-top-two-wrapper,
	#glare-bottom-two-wrapper {
		display: flex;
		flex-basis: 50%;
	}

	#glare-section article img {
		width: auto;
	}
}


@media screen and (min-width: 1600px) {
	#flexline-intro-image img {
		height: 100%;
		width: auto;
	}

	#flexline-intro-image {
		width: 50%;
		text-align: right;
		left: 0;
		top: 0;
	}
}

/**********************EXPLODED FLEXLINE****************************/

#flexsystem-exploded-section {
	position: relative;
}

#flexview-construction-title,
#flexline-construction-title {
	text-align: center;
	margin: 0 auto;
}

#flexline-construction-title {
	margin: 10px auto;
}

#flexview-construction-title {
	position: relative;
	padding-top: 50px;
	z-index: 1;
	width: 100%;
}

#flexview-construction-title p {
	padding-left: 26px;
	font-weight: bold;
}

#flexline-construction-title p {
	padding-left: 44px;
	font-weight: bold;
	max-width: 260px;
}

#inside-the-flexline-title,
#inside-the-flexview-title {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #000f2e;
}

#inside-the-flexline-title img,
#inside-the-flexview-title img {
	max-width: 500px;
	margin: 0 auto;
}

#flexsystem-floor-plan {
	width: 100%;
	float: left;
}

#exploded-image-key {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

#flexline-exploded-image-wrapper {
	width: 100%;
	position: relative;
}

#flexline-exploded-image-wrapper article.exploded-image-key,
.flexsystem-exploded-image-key {
	padding: 10px;
	display: block;
	background-color: #fff;
}

.exploded-view-image-wrapper {
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
	width: 100%;
	height: 50vh;
}

.exploded-view-image-wrapper#flexline-exploded-background {
	background-image: url(/shared/media/flexsystem/images/flexline-exploded-view.jpg);
}

.exploded-view-image-wrapper#flexview-exploded-background {
	background-image: url(/shared/media/flexsystem/images/flexview-exploded-view.jpg);
}

.exploded-view-image-wrapper img {
	width: 100%;
	float: left;
}

#flexview-exploded-wrapper {
	position: relative;
	width: 100%;
}

.flexsystem-pointer {
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	box-sizing: border-box;
	background-image: url(/shared/media/info-bubble.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	border-radius: 25px;
	transition: background-color 0.5s;
}

#flexview-exploded-wrapper article.flexview-exploded-image-key,
#flexview-exploded-wrapper article.flexline-exploded-image-key {
	display: block;
	width: auto;
	max-width: 400px;
}

.flexsystem-pointer:hover {
	cursor: pointer;
	background-color: #06c;
	transition: background-color 0.5s;
}

.key-close {
	display: none;
}

#flexline-pointer-one {
	left: 32%;
	top: 37%;
}

#flexline-pointer-two {
	right: 14%;
	top: 16%;
}

#flexline-pointer-three {
	left: 50%;
	top: 37%;
}

#flexline-pointer-four {
	right: 24%;
	top: 42%;
}

#flexline-pointer-five {
	right: 24%;
	top: 52%;
}

#flexline-pointer-six {
	right: 18%;
	top: 61%;
}

#flexview-pointer-one {
	top: 14%;
	right: 39%;
}

#flexview-pointer-two {
	top: 27%;
	right: 37%;
}

#flexview-pointer-three {
	top: 33%;
	left: 48%;
}

#flexview-pointer-four {
	top: 42%;
	left: 49%;
}

#flexview-pointer-five {
	top: 47%;
	left: 45%;
}

#flexview-pointer-six {
	top: 70%;
	right: 38%;
}

.flexline-pointer p,
.flexview-pointer p {
	margin: 0;
	color: #fff;
}

#exploded-image-key article {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#exploded-image-key article p {
	margin: 0 auto 0 50px;
}

#flexsystem-exploded-key article h5 span {
	border: 2px solid #000f2e;
	background-color: #06c;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

#nanoprism-title {
	width: 105%;
}

#take-control-title {
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
}

#flexview-exploded-section {
	background-color: #949899;
}

@media screen and (min-width: 500px) {
	.flexline-pointer,
	.flexview-pointer {
		width: 30px;
		height: 30px;
	}
}

@media screen and (min-width: 600px) {
	#flexline-pointer-one {
		left: 39%;
		top: 37%;
	}

	#flexline-pointer-two {
		right: 23%;
		top: 16%;
	}

	#flexline-pointer-three {
		left: 50%;
		top: 37%;
	}

	#flexline-pointer-four {
		right: 31%;
		top: 42%;
	}

	#flexline-pointer-five {
		right: 30%;
		top: 52%;
	}

	#flexline-pointer-six {
		right: 27%;
		top: 63%;
	}
}

@media screen and (min-width: 800px) {
	.flexsystem-pointer {
		width: 40px;
		height: 40px;
	}

	#flexline-pointer-one {
		left: 39%;
		top: 37%;
	}

	#flexline-pointer-two {
		right: 26%;
		top: 16%;
	}

	#flexline-pointer-three {
		left: 50%;
		top: 37%;
	}

	#flexline-pointer-four {
		right: 34%;
	}

	#flexline-pointer-five {
		right: 32%;
	}

	#flexline-pointer-six {
		right: 29%;
	}
}

@media screen and (min-width: 1000px) {
	.flexsystem-pointer {
		width: 50px;
		height: 50px;
		border: none;
		background-image: url(/shared/media/info-bubble.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: 50px;
	}

	.flexsystem-pointer p {
		display: none;
	}

	.flexsystem-exploded-image-key.active {
		background-color: #fff;
	}

	#flexview-exploded-wrapper article.flexview-exploded-image-key {
		display: none;
		width: auto;
		max-width: 400px;
	}

	#flexline-exploded-image-wrapper article.exploded-image-key p,
	#flexview-exploded-wrapper article.flexview-exploded-image-key p  {
		display: block;
	}

	#flexline-exploded-image-wrapper {
		width: 100%;
		padding-bottom: 0;
	}

	#exploded-image-key article p {
		margin: 0 auto 0 auto;
	}

	.exploded-view-image-wrapper {
		width: 100%;
		height: 75vh;
	}

	#flexline-construction-title {
		position: absolute;
		left: calc(50% - 109px);
		top: 50px;
		z-index: 1;
	}

	#flexline-pointer-one {
		left: 40%;
		top: 37%;
	}

	#flexline-pointer-two {
		right: 29%;
		top: 16%;
	}

	#flexline-pointer-three {
		left: 50%;
		top: 37%;
	}

	#flexline-pointer-four {
		right: 34%;
		top: 42%;
	}

	#flexline-pointer-five {
		right: 34%;
		top: 52%;
	}

	#flexline-pointer-six {
		right: 30%;
		top: 65%;
	}

	#flexview-pointer-six {
		top: 74%;
		right: 40%;
	}
}

@media screen and (min-width: 1500px) {
	.exploded-view-image-wrapper {
		height: 100vh;
	}

	#flexview-construction-title {
		position: absolute;
		padding-top: 50px;
		z-index: 1;
		width: 100%;
	}
}

/*******************FLEXLINE FEATURE BLOCKS*****************************/

#power-cable,
#installation,
#remote-gear,
#connections,
#dual-light-engine,
#single-power-connection,
#flexview-installation,
#smart-sensor {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#installation p {
	height: 60px;
}

#flexline-top-features,
#flexline-bottom-features,
#flexview-top-features,
#flexview-bottom-features {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

#flexline-features-wrapper,
#flexview-features-wrapper {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

#flexline-features span article div p {
	max-width: 400px;
	position: relative;
}

#flexline-features-content-wrapper,
#flexview-features-content-wrapper {
	display: flex;
	position: absolute;
	bottom: 0;
}

#flexline-features-content-wrapper article,
#flexview-features-content-wrapper article {
	height: auto;
}

#flexview-features-wrapper {
	display: flex;
}

#power-cable {
	background-image: url(/shared/media/flexsystem/images/ribbon-power-cable-background.jpg);
}

#installation {
	background-image: url(/shared/media/flexsystem/images/tool-free-installation-background.jpg);
	background-position: right 28% center;
}

#remote-gear {
	background-image: url(/shared/media/flexsystem/images/remote-gear-unit-background.jpg);
}

#connections {
	background-image: url(/shared/media/flexsystem/images/push-fit-connections-background.jpg);
}

#dual-light-engine {
	background-image: url(/shared/media/flexsystem/images/dual-light-background.jpg);
}

#single-power-connection {
	background-image: url(/shared/media/flexsystem/images/power-connection-background.jpg);
}

#flexview-installation {
	background-image: url(/shared/media/flexsystem/images/flexview-installation.jpg);
}

#smart-sensor {
	background-image: url(/shared/media/flexsystem/images/smart-sensor-background.jpg);
}

#flexview-features {
	position: relative;
}

#flexline-features .features-image-layer {
	width: 100%;
	height: 50vh;
	position: relative;
}

#flexview-features article {
	width: 100%;
	height: 70vh;
	position: relative;
}

#flexline-features article div,
#flexview-features article div {
	padding: 20px 50px;
	box-sizing: border-box;
	display: block;
	height: auto;
	width: 100%;
}

#flexline-features article div.features-text-layer {
	position: absolute;
	bottom: 0;
}

#flexline-features article div.features-text-layer,
#flexview-features article div.features-text-layer {
	padding: 20px 50px;
	background: none;
	box-sizing: border-box;
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#flexview-features article div.features-text-layer {
	height: auto;
}

#flexline-features article div.features-text-layer p,
#flexview-features article div.features-text-layer p {
	max-width: 400px;
}

#flexline-features article div.features-text-layer h3,
#flexview-features article div.features-text-layer h3 {
	font-weight: bold;
	max-width: 260px;
}

#flexline-features article div img,
#flexview-features article div img {
	height: 50px;
}

#flexview-features-content-wrapper {
	display: flex;
	position: absolute;
	top: 0;
}

#flexview-features-content-wrapper article#dual-light-feature {
	bottom: 0;
}

#flexview-features-content-wrapper article {
	padding: 20px 50px;
	height: auto;
	position: relative;
	background-color: rgba(0,15,46,0.5);
}

@media screen and (min-width: 1000px) {
	#flexline-top-features,
	#flexline-bottom-features,
	#flexview-top-features,
	#flexview-bottom-features {
		display: flex;
		flex-wrap: nowrap;
		flex-basis: 100%;
	}

	#flexview-features article div.features-text-layer {
		height: 250px;
	}

	#flexline-features article div.features-text-layer h3,
	#flexview-features article div.features-text-layer h3 {
		font-weight: lighter;
	}
}

@media screen and (min-width: 1300px) {
	#flexline-features .features-image-layer {
		width: 50%;
		position: relative;
		flex-basis: 50%;
		height: 60vh;
	}

	#flexview-features article {
		width: 50%;
		position: relative;
		flex-basis: 50%;
	}

	#flexline-top-features,
	#flexline-bottom-features,
	#flexview-top-features,
	#flexview-bottom-features {
		flex-basis: 50%;
	}
}

#flexsystem-link-section {
	text-align: center;
	padding: 100px 0;
	margin-top: -1px;
}

#flexsystem-link-section .white-submit-button {
	display: inline-block;
	float: none;
}

/********************LINKS**************************/

#flexsystem-link-section h4 {
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	margin-bottom: 50px;
}

#flexline-link {
	margin-right: 20px;
}

#flexsystem-link-section .product-tile {
	float: none;
	display: inline-block;
}

#product-tile-wrapper {
	width: inherit;
	display: inline-block;
	margin: 0 auto;
}

#colouractive-products {
	text-align: center;
}

#colouractive-products article {
	width: 100%;
	margin: auto;
}


