select::-ms-expand {
    display: inline-block;
}
input,
select {
    color: black;
}
input[type=text],
select {
    padding: 5px 15px;
}
#lcd_input,
input[type=range] {
    width: calc(100% - 69px);
    display: inline-block;
}
.option_label {
    margin-right: 10px;
}
.num-input {
    margin: 0 20px 0 10px;
}
.mb-140 {
    margin-bottom: 140px;
}
#radioSection .type_label  {
    margin-bottom: 20px;
}
@media (min-width: 991px) {
    .left {
        padding-right: 20px;
    }
}
.c-all {
    display: flex;
    align-items: center;
    height: 100%;
}
.c-all .option_label {
    margin: 0 20px 0 0;
}
.active  {
    position: relative;
    display: block;
}
.active::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}


#myCanvas {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/display-size-matters_1221_bg") repeat
}

.main_container {
	padding: 50px 0 100px;
}

.mwd_contentBox_inner {
    padding: 50px 0;
}

.option_label {
	display: block;
	margin-bottom: 10px;
	color: #575755;
	font-weight: bold;
	text-transform: uppercase
}

#radioSection {
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 0
}

#radioSection .type_label {
	width: 25%;
    max-width: 95px;
	float: left;
	padding: 2px
}

#radioSection .type_label > img {
    display: block;
    max-width: 100%;
}

.lcd_option {
	color: #949494
}

.type_label>input {
	visibility: hidden;
	position: absolute
}

.type_label>input+img {
	cursor: pointer
}

input[type=text] {
	padding: 10px 15px
}

input[type=number] {
	padding: 10px 10px 10px 20px;
	text-align: center;
	width: 30px
}

#projector_output_container,
#lcd_output_container {
	font-size: 1.2em;
	font-weight: bold
}

#projector_output_container {
	margin-left: 180px;
	color: #10218b
}

#lcd_output_container {
	margin-left: 65px;
	color: #949494
}

input[type=range]:focus::-ms-fill-lower {
	background: #888
}

input[type=range]:focus::-ms-fill-upper {
	background: #ccc
}

#overlayBackground {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 100
}

#overlay {
	background-color: #fff;
	width: 80%;
	position: fixed;
	left: 10%;
	top: 50%;
	padding-bottom: 90px;
	display: none;
	z-index: 101
}

@media (min-width: 768px) {
	#overlay {
		transform: translateY(-50%)
	}
}

.slide {
	display: none;
	padding-top: 40px
}

#slide-1 {
	display: block
}

.slide h2 {
	text-align: center;
	color: #10218b;
	margin: 0px 0px 25px
}

.slide-left {
	float: left
}

.slide-right {
	float: right;
	text-align: center
}

.slide-left,
.slide-right {
	width: 50%
}

.slide-inner {
	padding: 0px 50px
}

.slide-inner p,
.slide-inner ul {
	color: #575753;
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 24px;
	margin-top: 10px
}

.slide-inner img {
	width: 100%
}

.next-button,
.back-button {
	margin-top: 30px;
	display: block;
	clear: left
}

.test-button {
	display: initial;
	font-size: 0.8em
}

.circle-container {
	width: 250px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -125px
}

.circle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: #e2e2e2;
	float: left;
	margin: 0px 10px;
	cursor: pointer
}

.circle.active {
	background-color: #7e7e7e;
	cursor: default
}

.left {
	float: left;
	width: 420px
}

.right {
	float: right;
	width: 520px;
	text-align: center
}

#close {
	position: absolute;
	right: 20px;
	top: 20px
}

#closeButton {
	width: 35px;
	height: 35px;
	-webkit-transform: opacity 0.2s ease;
	-ms-transform: opacity 0.2s ease;
	transform: opacity 0.2s ease;
	display: block
}

#closeButton:hover {
	text-decoration: none
}

.right h2 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #101F8B
}

*:focus {
	outline: none
}

#room_length,
#room_width {
	border: 1px solid #d9d9d9
}

#room_length.invalid,
#room_width.invalid {
	animation-name: invalid;
	animation-duration: 2s
}

@keyframes invalid {
	0% {
		border-color: #f00
	}
	75% {
		border-color: #f00
	}
	100% {
		border-color: #d9d9d9
	}
}

.size_warning {
	position: absolute;
	background: #f00;
	padding: 10px;
	font-size: 0.8em;
	color: #fff;
	margin-left: 15px;
	opacity: 0;
	font-weight: bold;
	margin-top: -6px
}

.size_warning:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f00;
	border-width: 10px;
	margin-top: -10px
}

.size_warning.invalid {
	animation-name: invalid_tooltip;
	animation-duration: 2s
}

@keyframes invalid_tooltip {
	0% {
		opacity: 1
	}
	75% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

#lcd_input {
	width: 125px
}

.slider {
	-webkit-appearance: none;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out
}

.slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out
}

#pro_slider .slider::-webkit-slider-thumb {
	background: #a8acd1
}

#pro_slider .slider::-moz-range-thumb {
	background: #fff
}

::-moz-range-track {
	border: 0;
	background: transparent
}

.slider::-ms-tooltip {
	display: none
}

.slider::-ms-track {
	color: transparent;
	border-color: transparent;
	border-width: 6px 0;
	height: 5px
}

.slider::-ms-fill-upper {
	background: #DFDFDF;
	border-radius: 10px
}

.slider::-ms-fill-lower {
	background: #DFDFDF;
	border-radius: 10px
}

.slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	background: #949496
}

#pro_slider .slider::-ms-thumb {
	background: #10218b
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0
}

.slider_val {
	display: inline-block;
	position: relative;
	width: 50px;
	color: #000;
	line-height: 15px;
	text-align: center;
	background: #fff;
	padding: 5px 10px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 12px
}

.slider_val:before {
	position: absolute;
	top: 6px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 7px solid transparent;
	content: ''
}

.slider_val.pro {
	background: #a8acd1;
	color: white
}

.slider_val.pro:before {
	border-right: 7px solid #a8acd1
}

#controls {
	width: 20px;
	height: 40px;
	position: relative;
	top: -55px;
	right: 10px;
	float: right
}

#zoomOut,
#zoomIn {
	display: block;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-decoration: none;
	background-color: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	color: #575755
}

#zoomOut {
	border-bottom: 1px solid #ddd;
	height: 19px
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.cta_container {
	padding-top: 40px
}

.cta_left {
	float: left
}

.cta_right {
	float: right
}

.option_space {
	margin-bottom: 45px
}

.select {
	width: 55px
}

.button-container {
	position: absolute;
	bottom: 35px;
	width: 100%
}

.button-container-left {
	float: left;
	padding-left: 50px
}

.button-container-right {
	float: right;
	padding-right: 50px
}

.footnote {
	color: #949496;
	font-size: 0.95em;
	margin-top: 60px
}

@media only screen and (min-width: 1300px) {
	#overlay {
		max-width: 1000px;
		left: 50%;
		margin-left: -500px
	}
}

@media only screen and (max-width: 959px) {
	.left,
	.right {
		float: none;
		clear: left;
		margin: 0 auto
	}
	.left {
		margin: 30px auto 0
	}
	#radioSection {
		margin-left: 0;
		margin-right: 0
	}
	.breaker {
		display: block
	}
	.col-md-11,
	.col-md-13 {
		padding-left: 15px !important
	}
	.option_space {
		clear: left
	}
}

@media only screen and (max-width: 959px) {
	.main_container {
		display: table;
		width: 704px
	}
	.right {
		float: none;
		width: 100%;
		display: table-footer-group
	}
	.right:after {
		content: '---------------------------------------------------------------------------------------------------------------------';
		max-height: 0;
		overflow: hidden;
		display: block
	}
	.left {
		display: table-header-group
	}
	.right h2 {
		margin-left: 15px
	}
	#controls {
		position: absolute;
		top: auto;
		right: 50%;
		margin-top: -55px;
		margin-right: -245px
	}
	.cta_left,
	.cta_right {
		float: none;
		margin-left: 15px
	}
	.cta_left {
		margin-bottom: 40px
	}
}

@media (max-width: 767px) {
	.main_container {
		padding: 0 !important;
		width: 576px
	}
	.size_warning {
		margin-top: 3px
	}
	#overlay {
		width: auto;
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
		overflow: auto;
		padding-bottom: 20px;
		z-index: 1006
	}
	.slide-inner img {
		width: 100%
	}
	.slide-left,
	.slide-right {
		width: auto;
		float: none
	}
	.slide {
		padding-top: 60px
	}
	.slide h2 {
		margin: 0px 0px 26px
	}
	.button-container-left {
		padding-left: 0
	}
	.button-container-right {
		padding-right: 15px
	}
	.next-button,
	.back-button {
		margin-top: 0
	}
	.back-button {
		margin-right: 10px
	}
	.slide-inner {
		padding: 0px 15px
	}
	.button-container {
		position: static;
		margin-top: 20px;
		width: auto;
		float: right
	}
	.circle-container {
		position: static;
		margin-top: 20px;
		margin-left: 0;
		width: auto;
		margin-right: 162px
	}
	#overlayBackground {
		z-index: 1005
	}
}

@media (max-width: 599px) {
	.main_container {
		padding: 0 !important;
		width: 480px
	}
}

@media only screen and (max-width: 560px) {
	#overlay {
		width: auto;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		overflow: auto;
		padding-bottom: 20px
	}
	#controls {
		margin-right: -180px
	}
}

@media (max-width: 480px) {
	.main_container {
		padding: 0 !important;
		width: 300px
	}
}

@media only screen and (max-width: 320px) {
	.circle-container {
		margin-right: 0;
		clear: left;
		padding-top: 20px
	}
	.button-container {
		float: none;
		clear: left;
		margin-left: 15px;
		margin-top: 0
	}
}

.page--content .breadcrumb a,
.page--content .breadcrumb .current {
	color: #575756
}

.page--content .breadcrumb a:after {
	background: #575756
}

@media (min-width: 768px) and (max-width: 960px) {
	.page--content .breadcrumb a,
	.page--content .breadcrumb .current {
		color: #575756
	}
	.page--content .breadcrumb a:after {
		background: #575756
	}
}

.mwd_anchorpoint_navi li a {
	line-height: 1.1
}

#optimum-visibility {
	padding-top: 85px
}

#optimum-visibility h2 {
	font-size: 38px;
	line-height: 1.25;
	font-weight: normal;
	margin-top: 0
}

#optimum-visibility p {
	margin-top: 0;
	margin-bottom: 16px
}

#optimum-visibility p:last-of-type {
	margin-bottom: 0
}

table.epson_table {
	width: 100%;
	border-collapse: collapse
}

table.epson_table thead tr {
	background-color: #d8d7d7
}

table.epson_table thead tr th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 18px 0 18px 0;
	border-right: 2px solid #eaeaea;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
	color: #575756
}

table.epson_table thead tr th:last-child {
	border-right: 0
}

table.epson_table tbody tr td {
	font-size: 12px;
	font-size: .75rem;
	padding: 18px 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	color: #575756
}

table.epson_table tbody tr td:last-child {
	border-right: 0
}

table.epson_table tbody tr td:first-child {
	border-bottom: 2px solid white
}

table.epson_table tbody tr:nth-child(odd) {
	background-color: white
}

table.epson_table tbody tr:nth-child(even) {
	background-color: white
}

.mwd_contentBox {
	min-height: inherit
}

.main_container {
	padding: 50px 0 0px
}

#ideal-sreen {
	background: #101f8b
}

#ideal-sreen .mwd_contentBox {
	padding-bottom: 0
}

#ideal-sreen .mwd_contentBox .row {
	margin-bottom: 0
}

#ideal-sreen h2,
#ideal-sreen p {
	color: white
}

#ideal-sreen .option_label {
	font-size: 12px;
	font-size: .75rem;
	color: white;
	font-weight: bold
}

#ideal-sreen h4 {
	font-size: 12px;
	font-size: .75rem;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 12px
}

#ideal-sreen svg {
	width: 40px;
	height: auto
}

#ideal-sreen .btn-white {
	color: #10218b !important;
	background-color: #fff !important;
	border-color: white !important;
	text-transform: uppercase !important
}

#ideal-sreen .btn-white:hover,
#ideal-sreen .btn-white:focus,
#ideal-sreen .btn-white:active {
	color: #10218b !important;
	background-color: #eee !important;
	border-color: #eee !important
}

#choose-solution {
	background-color: #f4f4f4;
	position: relative
}

#choose-solution .row {
	margin-bottom: 0
}

#choose-solution .video-holder {
	min-height: 367px;
	position: relative;
	display: inline-block
}

#choose-solution video#choosing-solutions {
	margin-top: 6px;
	outline: none;
	background-color: transparent !important
}

#choose-solution video#choosing-solutions-mobile {
	display: none
}

#choose-solution .video-text {
	position: absolute;
	width: 170px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #010101;
	line-height: 20px
}

#choose-solution .video-text span {
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal
}

#choose-solution .video-text.row-one {
	bottom: 28px;
	right: -10px
}

#choose-solution .video-text.row-two {
	right: 25px;
	bottom: 6px
}

#choose-solution .video-text.row-two-a {
	right: -52px;
	bottom: 7px
}

#choose-solution .video-text.row-two-a.move-left {
	right: -39px
}

#collaboration {
	background-color: #efefef;
	overflow: visible;
	position: relative;
	z-index: 5
}

#collaboration .tooltips-wrapper {
	position: relative;
	padding-bottom: 42px;
	display: inline-block
}

#collaboration .tooltips-wrapper .tooltips {
	position: absolute;
	z-index: 2
}

#collaboration .tooltips-wrapper .tooltips .tooltip-content {
	position: relative
}

#collaboration .tooltips-wrapper .tooltips .tooltip-content .tooltip-info {
	display: none;
	position: absolute;
	width: 230px;
	background: white;
	top: -250px;
	left: 50%;
	margin-left: -115px;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35)
}

#collaboration .tooltips-wrapper .tooltips .tooltip-content .tooltip-info .white-holder {
	background: white;
	position: relative;
	padding: 30px;
	z-index: 2
}

#collaboration .tooltips-wrapper .tooltips .tooltip-content .tooltip-info p {
	margin-top: 0;
	padding-right: 15px
}

#collaboration .tooltips-wrapper .tooltips .tooltip-content .tooltip-info .close-tooltip {
	display: block;
	width: 35px;
	height: 35px;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/display-size-matters_1221_popup-close-icon") center center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	cursor: pointer
}

#collaboration .tooltips-wrapper .tooltips .tooltip-content .tooltip-info:after {
	content: '';
	width: 60px;
	height: 60px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	background: white;
	z-index: 1;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35)
}

#collaboration .tooltips-wrapper .tooltips.tooltip1 {
	right: 75px;
	bottom: 0
}

#collaboration .tooltips-wrapper .tooltips.tooltip2 {
	left: 25px;
	bottom: 100px
}

#collaboration .tooltips-wrapper .tooltips.tooltip3 {
	right: 32px;
	top: 190px
}

#collaboration .tooltips-wrapper .tooltips.tooltip4 {
	right: 150px;
	top: 23px
}

#collaboration .tooltips-wrapper .tooltips.z-index {
	z-index: 5
}

#quality #unrestricted-viewing .video-wrapper {
	position: relative
}

#quality #unrestricted-viewing .video-wrapper .text-holder {
	position: absolute;
	left: 20px;
	top: 75px;
	right: 20px
}

#quality #gentle-on-eye figure {
	margin-top: 30px
}

#quality #gentle-on-eye .flat-panel {
	padding-left: 76px
}

#quality #gentle-on-eye .epson-projector {
	padding-right: 76px
}

#quality .mwd_contentSwitcherV2 .mwd_contentSwitcherV2_content .cd-image-container {
	margin-top: 30px;
	max-width: 100%
}

#quality .mwd_contentSwitcherV2 .mwd_contentSwitcherV2_content .cd-overlay {
	max-width: 100%
}

#quality .cd-label-before:before,
#quality .cd-label-after:before {
	display: none
}

#contact-form .select_list {
	padding-left: 0
}

#contact-form .select_list>li {
	margin-top: 0;
	margin-bottom: 0
}

#contact-form .select_list>li[data-value="Please select"] {
	display: none
}

#contact-form .select {
	min-width: 100% !important
}

.select_list {
	padding-left: 0 !important
}

.select_list li {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

html[lang="fr"] #choose-solution .video-text.row-one {
	width: 200px;
	right: -42px
}

.mwd_redesign-range_products {
	margin-bottom: 50px
}

.mwd_redesign-range_caroussel .slick-slide.hidden {
	display: none !important
}

.mwd_redesign-range_caroussel .slick-slide.visible {
	display: table-cell !important
}

.right-fixed-wrap {
	z-index: 22
}

.contact-scroll-link .icon {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/display-size-matters_1221_icon-envelope");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	margin-right: 5px
}

@media (max-width: 959px) {
	.mwd_contentSection:not(.mwd_footer),
	.popup {
		max-height: 100% !important;
		height: 100% !important;
		width: 100% !important;
		max-width: 100% !important
	}
	.mwd_contentSection:not(.mwd_footer) #popupVid,
	.popup #popupVid {
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
		width: 100%
	}
}

.mwd_contentSection:not(.mwd_footer) h1,
.popup h1 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 42px;
	font-weight: 300
}

.mwd_contentSection:not(.mwd_footer) h1.grey,
.popup h1.grey {
	color: #575756
}

.mwd_contentSection:not(.mwd_footer) h1.white,
.popup h1.white {
	color: white
}

.mwd_contentSection:not(.mwd_footer) h2,
.popup h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 33.6px;
	font-weight: 300;
	color: #101f8b
}

.mwd_contentSection:not(.mwd_footer) h2.grey,
.popup h2.grey {
	color: #575756
}

.mwd_contentSection:not(.mwd_footer) h2.white,
.popup h2.white {
	color: white
}

.mwd_contentSection:not(.mwd_footer) h2.white a,
.popup h2.white a {
	color: white
}

.mwd_contentSection:not(.mwd_footer) h3,
.popup h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26.4px;
	font-weight: 300;
	color: #101f8b;
	margin: 16px 0;
	position: absolute;
	top: 0px;
	left: 30px
}

@media (max-width: 767px) {
	.mwd_contentSection:not(.mwd_footer) h3,
	.popup h3 {
		left: 15px
	}
}

.mwd_contentSection:not(.mwd_footer) h3.grey,
.popup h3.grey {
	color: #575756
}

.mwd_contentSection:not(.mwd_footer) h3.white,
.popup h3.white {
	color: white
}

.mwd_contentSection:not(.mwd_footer) h4,
.popup h4 {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 16px;
	color: #101f8b
}

.mwd_contentSection:not(.mwd_footer) h4.grey,
.popup h4.grey {
	color: #575756
}

.mwd_contentSection:not(.mwd_footer) h4.white,
.popup h4.white {
	color: white
}

.mwd_contentSection:not(.mwd_footer) h5,
.popup h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	font-weight: bold
}

.mwd_contentSection:not(.mwd_footer) h5.white,
.popup h5.white {
	color: white
}

.mwd_contentSection:not(.mwd_footer) h6,
.popup h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	font-weight: normal
}

.mwd_contentSection:not(.mwd_footer) h6.blue,
.popup h6.blue {
	color: #101f8b
}

.mwd_contentSection:not(.mwd_footer) h6.white,
.popup h6.white {
	color: white
}

.mwd_contentSection:not(.mwd_footer) p,
.popup p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	margin-bottom: 16px
}

.mwd_contentSection:not(.mwd_footer) .popup_close,
.popup .popup_close {
	top: 8px !important
}

.mwd_contentSection:not(.mwd_footer) .tertiary,
.popup .tertiary {
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px
}

.mwd_contentSection:not(.mwd_footer) .tertiary p,
.mwd_contentSection:not(.mwd_footer) .tertiary li,
.popup .tertiary p,
.popup .tertiary li {
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px
}

.mwd_contentSection:not(.mwd_footer) .t-bold,
.popup .t-bold {
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	font-weight: bold
}

.mwd_contentSection:not(.mwd_footer) .text-uppercase,
.popup .text-uppercase {
	text-transform: uppercase
}

.mwd_contentSection:not(.mwd_footer) .detail,
.popup .detail {
	font-size: 10px;
	font-size: .625rem;
	line-height: 14px;
	font-weight: normal
}

.mwd_contentSection:not(.mwd_footer) .row,
.popup .row {
	margin-bottom: 0
}

.mwd_contentSection:not(.mwd_footer) .text-center,
.popup .text-center {
	text-align: center
}

.mwd_contentSection:not(.mwd_footer) .no-margin-top,
.popup .no-margin-top {
	margin-top: 0
}

.mwd_contentSection:not(.mwd_footer) .no-padding-bottom,
.popup .no-padding-bottom {
	padding-bottom: 0
}

.mwd_contentSection:not(.mwd_footer) .pull-right,
.popup .pull-right {
	float: right
}

.mwd_contentSection:not(.mwd_footer) .margin-top-h,
.popup .margin-top-h {
	margin-top: 50px
}

.mwd_contentSection:not(.mwd_footer) .mt-20,
.popup .mt-20 {
	margin-top: 20px
}

.mwd_contentSection:not(.mwd_footer) .mb-20,
.popup .mb-20 {
	margin-bottom: 20px
}

.mwd_contentSection:not(.mwd_footer) .text-uppercase,
.popup .text-uppercase {
	text-transform: uppercase
}

.mwd_contentSection:not(.mwd_footer) .img-responsive,
.popup .img-responsive {
	display: block;
	width: 100%;
	height: auto
}

.mwd_contentSection:not(.mwd_footer) .separator,
.popup .separator {
	height: 50px;
	float: none;
	clear: left
}

.mwd_contentSection:not(.mwd_footer) .separator.small,
.popup .separator.small {
	height: 25px
}

.mwd_contentSection:not(.mwd_footer) .mwd_dark h3,
.mwd_contentSection:not(.mwd_footer) .mwd_dark h2,
.mwd_contentSection:not(.mwd_footer) .mwd_dark p,
.popup .mwd_dark h3,
.popup .mwd_dark h2,
.popup .mwd_dark p {
	color: white
}

.mwd_contentSection:not(.mwd_footer) .mwd_dark .btn-white,
.popup .mwd_dark .btn-white {
	background-color: #eeeeee;
	color: #101f8b;
	border-color: #eee;
	text-transform: uppercase
}

.mwd_contentSection:not(.mwd_footer) ul li:before,
.popup ul li:before {
	display: none
}

.mwd_contentSection:not(.mwd_footer) .mwd_contentSwitcherV2_navi ul,
.popup .mwd_contentSwitcherV2_navi ul {
	padding-left: 0
}

.mwd_contentSection:not(.mwd_footer) .mwd_contentSwitcherV2_navi ul li,
.popup .mwd_contentSwitcherV2_navi ul li {
	margin-top: 0;
	margin-bottom: 0
}

.mwd_contentSection:not(.mwd_footer) .mwd_contentSwitcherV2_navi ul li a,
.popup .mwd_contentSwitcherV2_navi ul li a {
	text-transform: uppercase;
	font-size: 12px;
	font-size: .75rem
}

.mwd_contentSection:not(.mwd_footer) #hero-video,
.popup #hero-video {
	margin-top: 20px
}

#hero-video-popup,
#hero-popup-interactive-video {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 255;
	top: 0px;
	left: 0px;
	display: none
}

html[lang="de"] #projector_flatpanel .btn-blue {
	margin-top: 7px
}

@media (max-width: 959px) {
	html[lang="de"] #projector_flatpanel .btn-blue {
		margin-top: 0px
	}
}

html[lang="el"] #projector_flatpanel .btn-blue {
	margin-top: 7px
}

@media (max-width: 959px) {
	html[lang="el"] #projector_flatpanel .btn-blue {
		margin-top: 0px
	}
}

html[lang="hu"] #projector_flatpanel .btn-blue {
	margin-top: 7px
}

@media (max-width: 959px) {
	html[lang="hu"] #projector_flatpanel .btn-blue {
		margin-top: 0px
	}
}

html[lang="ro"] #projector_flatpanel .btn-blue {
	margin-top: 7px
}

@media (max-width: 959px) {
	html[lang="ro"] #projector_flatpanel .btn-blue {
		margin-top: 0px
	}
}

html[lang="ar"] .popup h3 {
	right: 30px
}

html[lang="ar"] .popup .popup_close {
	margin-left: 7px
}

html[lang="he"] .popup h3 {
	right: 30px
}

html[lang="he"] .popup .popup_close {
	margin-left: 7px
}

@media (min-width: 481px) {
	.rtl .mwd_cols-3 .mwd_form_group:first-of-type {
		padding-right: 0;
		padding-left: 10px !important
	}
	.rtl .mwd_cols-3 .mwd_form_group:last-child {
		padding-right: 10px !important;
		padding-left: 0
	}
}

@media (min-width: 600px) {
	.pull-right-sm {
		float: right
	}
}

@media (min-width: 768px) {
	.mwd_herotext_redesign {
		width: 41%;
	}
}

@media (min-width: 960px) {
	html[lang="it"] .mwd_icon-puzzle {
		width: 22%
	}
	html[lang="it"] .mwd_icon-bulb {
		width: 15%
	}
	html[lang="it"] .mwd_icon-cog {
		width: 15%
	}
	html[lang="it"] .mwd_icon-diamond {
		width: 12%
	}
	html[lang="es"] .mwd_icon-puzzle {
		width: 17%
	}
	html[lang="es"] .mwd_icon-cog {
		width: 15%
	}
	html[lang="da"] .mwd_herotext_redesign h1 {
		font-size: 37px
	}
	html[lang="nl"] .mwd_icon-puzzle {
		width: 17%
	}
	html[lang="nl"] .mwd_icon-diamond {
		width: 15%
	}
}

@media (max-width: 959px) {
	body.redesign .mwd_redesign-range .slick-dots {
		padding-left: 0;
		margin-left: 0;
		left: 0;
		right: 0;
		text-align: center;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	body.redesign .mwd_redesign-range .slick-dots>li {
		margin: 4px
	}
	html[lang="hu"] #projector_flatpanel h1 {
		font-size: 30px;
		font-size: 1.875rem
	}
	#play-hero-video {
		margin-bottom: 7px
	}
}

@media (max-width: 959px) and (min-width: 768px) {
	html[lang="de"] .mwd_icon-puzzle {
		width: 18%
	}
	html[lang="de"] .mwd_icon-star {
		width: 13%
	}
	html[lang="de"] .mwd_icon-diamond {
		width: 11%
	}
	html[lang="de"] .mwd_herotext_redesign h1 {
		font-size: 28px
	}
	html[lang="de"] .mwd_icon-cog {
		width: 18%
	}
	html[lang="fr"] .mwd_icon-puzzle {
		width: 17%
	}
	html[lang="fr"] .mwd_icon-diamond {
		width: 15%
	}
	html[lang="fr"] .video-text.row-one {
		right: 120px
	}
	html[lang="it"] .mwd_icon-puzzle {
		width: 22%
	}
	html[lang="it"] .mwd_icon-bulb {
		width: 15%
	}
	html[lang="it"] .mwd_icon-cog {
		width: 15%
	}
	html[lang="it"] .mwd_icon-diamond {
		width: 12%
	}
	html[lang="es"] .mwd_icon-puzzle {
		width: 22%
	}
	html[lang="es"] .mwd_icon-bulb {
		width: 13%
	}
	html[lang="es"] .mwd_icon-diamond {
		width: 13%
	}
	html[lang="es"] label[for="wfp_getintouch_lastname"] {
		padding-bottom: 18px
	}
	html[lang="es"] label[for="wfp_getintouch_firstname"] {
		padding-bottom: 18px
	}
	html[lang="da"] .mwd_icon-puzzle {
		width: 18%
	}
	html[lang="da"] .mwd_icon-cog {
		width: 14%
	}
	html[lang="da"] .mwd_icon-diamond {
		width: 14%
	}
	html[lang="fi"] .mwd_icon-diamond {
		width: 14%
	}
	html[lang="fi"] .mwd_icon-puzzle {
		width: 21%
	}
	html[lang="fi"] .mwd_icon-bulb {
		width: 15%
	}
	html[lang="fi"] .mwd_icon-cog {
		width: 14%
	}
	html[lang="nl"] .mwd_icon-star {
		width: 14%
	}
	html[lang="nl"] .mwd_icon-puzzle {
		width: 23%
	}
	html[lang="nl"] .mwd_icon-bulb {
		width: 20%
	}
	html[lang="nl"] .mwd_icon-cog {
		width: 14%
	}
	html[lang="nl"] .mwd_icon-diamond {
		width: 9%
	}
	html[lang="pt"] .mwd_icon-star {
		width: 13%
	}
	html[lang="pt"] .mwd_icon-puzzle {
		width: 22%
	}
	html[lang="pt"] .mwd_icon-diamond {
		width: 13%
	}
	html[lang="no"] .mwd_icon-puzzle {
		width: 18%
	}
	html[lang="no"] .mwd_icon-cog {
		width: 14%
	}
	html[lang="no"] .mwd_icon-diamond {
		width: 14%
	}
	html[lang="sv"] .mwd_icon-puzzle {
		width: 19%
	}
	html[lang="sv"] .mwd_icon-cog {
		width: 14%
	}
	html[lang="sv"] .mwd_icon-diamond {
		width: 14%
	}
	html[lang="cs"] .mwd_icon-star {
		width: 11%
	}
	html[lang="cs"] .mwd_icon-puzzle {
		width: 20%
	}
	html[lang="cs"] .mwd_icon-bulb {
		width: 19%
	}
	html[lang="cs"] .mwd_icon-cog {
		width: 16%
	}
	html[lang="cs"] .mwd_icon-diamond {
		width: 14%
	}
	html[lang="sk"] .mwd_icon-diamond {
		width: 14%
	}
	html[lang="sk"] .mwd_icon-bulb {
		width: 14%
	}
	html[lang="sk"] .mwd_icon-puzzle {
		width: 20%
	}
	html[lang="pl"] .mwd_icon-star {
		width: 14%
	}
	html[lang="pl"] .mwd_icon-puzzle {
		width: 17%
	}
	html[lang="pl"] .mwd_icon-bulb {
		width: 20%
	}
	html[lang="pl"] .mwd_icon-cog {
		width: 18%
	}
	html[lang="pl"] .mwd_icon-diamond {
		width: 11%
	}
	html[lang="ro"] .mwd_icon-star {
		width: 15%
	}
	html[lang="ro"] .mwd_icon-puzzle {
		width: 20%
	}
	html[lang="ro"] .mwd_icon-bulb {
		width: 15%
	}
	html[lang="ro"] .mwd_icon-cog {
		width: 15%
	}
	html[lang="ro"] .mwd_icon-diamond {
		width: 15%
	}
	html[lang="hr"] .mwd_icon-star {
		width: 15%
	}
	html[lang="hr"] .mwd_icon-puzzle {
		width: 20%
	}
	html[lang="hr"] .mwd_icon-bulb {
		width: 15%
	}
	html[lang="hr"] .mwd_icon-cog {
		width: 15%
	}
	html[lang="hr"] .mwd_icon-diamond {
		width: 15%
	}
	html[lang="sl"] .mwd_icon-star {
		width: 14%
	}
	html[lang="sl"] .mwd_icon-puzzle {
		width: 18%
	}
	html[lang="el"] .mwd_icon-star {
		width: 14%
	}
	html[lang="el"] .mwd_icon-puzzle {
		width: 18%
	}
	html[lang="el"] .mwd_icon-bulb {
		width: 17%
	}
	html[lang="el"] .mwd_icon-cog {
		width: 18%
	}
	html[lang="el"] .mwd_icon-diamond {
		width: 13%
	}
	html[lang="tr"] .mwd_icon-puzzle {
		width: 17%
	}
	html[lang="tr"] .mwd_icon-diamond {
		width: 15%
	}
	html[lang="hu"] .mwd_icon-star {
		width: 12%
	}
	html[lang="hu"] .mwd_icon-puzzle {
		width: 20%
	}
	#projector_input {
		width: 255px !important
	}
	.numbers-holder {
		width: 265px !important
	}
	#minimum-screen-size .content-wrapper {
		max-width: 340px
	}
	.content-wrapper {
		margin-bottom: 15px
	}
	#choose-solution video#choosing-solutions {
		display: none
	}
	#choose-solution video#choosing-solutions-mobile {
		display: block;
		width: 100%;
		height: auto
	}
	#choose-solution .video-text.row-one {
		bottom: 32px;
		right: 154px
	}
	#choose-solution .video-text.row-two {
		right: 192px;
		bottom: 8px
	}
	#choose-solution .video-text.row-two-a {
		right: 115px;
		bottom: 8px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 {
		right: 25px;
		top: 160px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info {
		margin-left: -160px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info:after {
		margin-left: 15px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip4 {
		right: 100px;
		top: 15px
	}
	#quality #unrestricted-viewing .video-wrapper .text-holder {
		left: 10px;
		top: 65px;
		right: 20px
	}
	#quality #unrestricted-viewing .video-wrapper video {
		display: block;
		width: 100%;
		height: auto
	}
	#quality #gentle-on-eye .flat-panel {
		padding-left: 60px
	}
	#quality #gentle-on-eye .epson-projector {
		padding-right: 60px
	}
}

@media (max-width: 767px) and (min-width: 600px) {
	#choose-solution video#choosing-solutions {
		display: block
	}
	#choose-solution video#choosing-solutions-mobile {
		display: none
	}
	html[lang="de"] .mwd_herotext_redesign {
		width: 51%;
		bottom: 35px
	}
	html[lang="de"] .mwd_herotext_redesign h1 {
		font-size: 34px;
		font-size: 2.125rem
	}
	html[lang="sk"] .mwd_herotext_redesign {
		bottom: 35px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info {
		margin-left: -41px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info:after {
		margin-left: -103px
	}
}

@media (max-width: 767px) {
	.noselect {
		float: none !important
	}
	#radioSection {
		margin-top: 45px
	}
	#minimum-screen-size {
		background: #efefef
	}
	#minimum-screen-size .mwd_contentBox {
		padding-top: 50px;
		padding-bottom: 50px
	}
	#minimum-screen-size .table {
		height: auto
	}
	#optimum-visibility {
		padding-top: 75px
	}
	#quality #unrestricted-viewing .video-wrapper .text-holder {
		left: 7px;
		top: 55px;
		right: 20px
	}
	#quality #unrestricted-viewing .video-wrapper video {
		display: block;
		width: 100%;
		height: auto
	}
	#quality #gentle-on-eye .flat-panel {
		padding-left: 50px
	}
	#quality #gentle-on-eye .epson-projector {
		padding-right: 50px
	}
}

@media (max-width: 599px) {
	.responsive-table {
		overflow-x: auto
	}
	table.epson_table {
		width: 768px
	}
	#quality #unrestricted-viewing .video-wrapper .text-holder {
		left: 5px;
		top: 45px
	}
	#quality #gentle-on-eye .flat-panel {
		padding-left: 45px
	}
	#quality #gentle-on-eye .epson-projector {
		padding-right: 45px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info {
		margin-left: -41px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info:after {
		margin-left: -102px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info {
		margin-left: -143px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info:after {
		margin-left: -2px
	}
}

@media (max-width: 767px) and (min-width: 481px) {
	.mwd_form_redesign .mwd_cols-3 .mwd_form_group:nth-of-type(3) {
		padding-right: 10px !important
	}
}

@media (max-width: 480px) {
	#choose-solution video#choosing-solutions {
		display: none
	}
	#choose-solution video#choosing-solutions-mobile {
		display: block;
		width: 100%;
		height: auto
	}
	#choose-solution .video-text {
		font-size: 18px;
		font-size: 1.125rem
	}
	#choose-solution .video-text span {
		font-size: 13px;
		font-size: .8125rem
	}
	#choose-solution .video-text.row-one {
		bottom: 46px;
		right: 100px
	}
	#choose-solution .video-text.row-two {
		right: 136px;
		bottom: 26px
	}
	#choose-solution .video-text.row-two-a {
		right: 66px;
		bottom: 26px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info {
		margin-left: -90px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info:after {
		margin-left: -55px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 {
		right: 20px;
		top: 140px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info {
		margin-left: -160px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info:after {
		margin-left: 15px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip4 {
		right: 90px;
		top: 10px
	}
	#quality #unrestricted-viewing .video-wrapper .text-holder {
		left: 0;
		top: 20px;
		right: 5px
	}
	#quality #unrestricted-viewing .video-wrapper .text-holder .flat-panel {
		font-size: 14px;
		font-size: .875rem
	}
	#quality #unrestricted-viewing .video-wrapper .text-holder .epson-projector {
		font-size: 14px;
		font-size: .875rem
	}
	#quality #gentle-on-eye .flat-panel {
		padding-left: 30px;
		font-size: 14px;
		font-size: .875rem
	}
	#quality #gentle-on-eye .epson-projector {
		padding-right: 30px;
		font-size: 14px;
		font-size: .875rem
	}
	.left,
	.right {
		width: 300px
	}
	#room_width,
	#room_length {
		width: 37px !important;
		padding: 5px 5px
	}
	#radioSection {
		margin-top: 15px
	}
	#radioSection .type_label {
		width: 75px
	}
	#myCanvas {
		width: 300px
	}
	#projector_input {
		width: 230px !important
	}
	.option_space div {
		max-width: 300px
	}
	html[lang="fr"] .video-text.row-one {
		right: 60px
	}
	html[lang="nl"] .mwd_herotext_redesign h1 {
		font-size: 33px
	}
	html[lang="sv"] .mwd_herotext_redesign h1 {
		font-size: 36px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip1 .tooltip-content .tooltip-info {
		margin-left: -130px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip1 .tooltip-content .tooltip-info:after {
		margin-left: -15px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info {
		margin-left: -45px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip2 .tooltip-content .tooltip-info:after {
		margin-left: -100px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 {
		right: 20px;
		top: 140px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info {
		margin-left: -185px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip3 .tooltip-content .tooltip-info:after {
		margin-left: 40px
	}
	#collaboration .tooltips-wrapper .tooltips.tooltip4 {
		right: 90px;
		top: 10px
	}
}

@media (max-width: 321px) {
	#choose-solution .video-text {
		bottom: 0
	}
}

.rtl .right {
	float: left
}

.rtl #minimum-screen-size {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH"
}

.rtl #minimum-screen-size .mwd_contentBox {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH"
}

.rtl #quality #unrestricted-viewing .video-wrapper .text-holder .col-xs-6 {
	float: left !important
}

.rtl #quality #unrestricted-viewing .video-wrapper .text-holder .col-xs-6.epson-projector {
	text-align: right !important
}

.rtl #quality #unrestricted-viewing .video-wrapper .text-holder .col-xs-6.flat-panel {
	text-align: left !important
}
