*,
*::before,
*::after {
	box-sizing: border-box;
}

#mwd_overview_wrapper {
	margin-bottom: 0;
}

.mwd_main_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	top: auto;
}

.mwd_main_wrapper figure {
	margin: 0;
}

.mwd_main_wrapper .btn-blue,
.mwd_main_wrapper .btn-info,
.mwd_main_wrapper .btn-primary {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #10218b;
}

.mwd_main_wrapper .btn-orange,
.mwd_main_wrapper .btn-secondary,
.mwd_main_wrapper .btn-direct {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
    color: #575755;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #f68f39;
}

.mwd_main_wrapper .btn-grey,
.mwd_main_wrapper .btn-second {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
    color: #575755;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    color: #10218b;
    background-color: #eee;
    border: 1px solid #d9d9d9;
    text-transform: uppercase;
    padding: 9px 14px;
}

.mwd_main_wrapper .btn-blue::after,
.mwd_main_wrapper .btn-info::after,
.mwd_main_wrapper .btn-primary::after,
.mwd_main_wrapper .btn-orange::after,
.mwd_main_wrapper .btn-secondary::after,
.mwd_main_wrapper .btn-direct::after,
.mwd_main_wrapper .btn-grey::after,
.mwd_main_wrapper .btn-second::after {
	display: none;
}

.mwd_main_wrapper .row {
	margin-bottom: 20px;
}

.mwd_main_wrapper .container::before,
.mwd_main_wrapper .row::before,
.mwd_main_wrapper .container::after,
.mwd_main_wrapper .row::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
}

.mwd_main_wrapper .container::after,
.mwd_main_wrapper .row::after {
    clear: both;
}

.mwd_contentSection:not(.mwd_footer) h1,
.popup h1 {
	font-size: 38px;
	font-size: 2.375rem;
	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) h1.blue,
.popup h1.blue {
	color: #101f8b
}

.mwd_contentSection:not(.mwd_footer) h2,
.popup h2 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 32px;
	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: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	font-weight: 300;
	color: #101f8b
}

.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) p,
.popup p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px
}

.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: 13px;
	font-size: .8125rem;
	line-height: 22px;
	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) .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) .margin-top-h,
.popup .margin-top-h {
	margin-top: 28px
}

.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: 13px
}

.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) .mwd_contentSwitcherV2_navi ul,
.popup .mwd_contentSwitcherV2_navi ul {
	padding-left: 0
}

#mwd_overview_wrapper {
	background: #fbfbfb
}

.page--content .breadcrumb {
	display: none
}

.page--content .breadcrumb a,
.page--content .breadcrumb .current,
.page--content .breadcrumb>li>a {
	color: #575756
}

.page--content .breadcrumb a:after,
.page--content .breadcrumb .current:after,
.page--content .breadcrumb>li>a:after {
	background: #575756
}

.intro-container {
	padding-top: 0px
}

.steps-container {
	padding-top: 20px;
	display: none
}

#projector-finder-steps {
	position: relative
}

#projector-finder-steps .steps {
	position: absolute;
	left: -300px;
	top: 114px
}

#projector-finder-steps .steps ul {
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0
}

#projector-finder-steps .steps ul li {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 38px;
	margin-bottom: 5px
}

#projector-finder-steps .steps ul li a {
	color: #a9a9a9
}

#projector-finder-steps .steps ul li a:hover {
	text-decoration: none
}

#projector-finder-steps .steps ul li span.current-info {
	display: none
}

#projector-finder-steps .steps ul li span.number {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #575756;
	width: 36px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	margin-right: 10px
}

#projector-finder-steps .steps ul li:last-child {
	margin-bottom: 0
}

#projector-finder-steps .steps ul li.current a {
	color: #101f8b
}

#projector-finder-steps .steps ul li.current span.number {
	background: #101f8b;
	border-color: #101f8b;
	color: white
}

#projector-finder-steps .content h6.title {
	display: none
}

#projector-finder-steps .content h2 {
	margin-bottom: 0;
	margin-top: 0
}

#projector-finder-steps .content h3 {
	color: #575756;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

#projector-finder-steps .content .body {
	display: none
}

#projector-finder-steps .content .body.current {
	display: block
}

#projector-finder-steps ul[aria-label="Pagination"] {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none
}

#projector-finder-steps ul[aria-label="Pagination"] li {
	display: block;
	width: 50%;
	float: left
}

#projector-finder-steps ul[aria-label="Pagination"] li a[href="#finish"],
#projector-finder-steps ul[aria-label="Pagination"] li a[href="#next"] {
	float: right
}

#projector-finder-steps [type="checkbox"]:not(:checked),
#projector-finder-steps [name="image-quality"]:not(:checked),
#projector-finder-steps [name="image-quality"]:checked,
#projector-finder-steps [type="checkbox"]:checked {
	position: absolute;
	left: -9999px
}

#projector-finder-steps [type="checkbox"]:not(:checked)+label,
#projector-finder-steps [name="image-quality"]:not(:checked)+label,
#projector-finder-steps [name="image-quality"]:checked+label,
#projector-finder-steps [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	display: inline-block
}

#projector-finder-steps [type="checkbox"]:not(:checked)+label img,
#projector-finder-steps [name="image-quality"]:not(:checked)+label img,
#projector-finder-steps [name="image-quality"]:checked+label img,
#projector-finder-steps [type="checkbox"]:checked+label img {
	display: block
}

#projector-finder-steps [type="checkbox"]:not(:checked)+label+span,
#projector-finder-steps [name="image-quality"]:not(:checked)+label+span,
#projector-finder-steps [name="image-quality"]:checked+label+span,
#projector-finder-steps [type="checkbox"]:checked+label+span {
	font-size: 16px;
	font-size: 1rem;
	color: #575756;
	display: block;
	width: 100%;
	text-align: center
}

@media (max-width: 599px) {
	#projector-finder-steps [type="checkbox"]:not(:checked)+label+span,
	#projector-finder-steps [name="image-quality"]:not(:checked)+label+span,
	#projector-finder-steps [name="image-quality"]:checked+label+span,
	#projector-finder-steps [type="checkbox"]:checked+label+span {
		font-size: 12px;
		font-size: .75rem
	}
}

#projector-finder-steps [type="checkbox"]:not(:checked)+label.input,
#projector-finder-steps [name="image-quality"]:not(:checked)+label.input,
#projector-finder-steps [name="image-quality"]:checked+label.input,
#projector-finder-steps [type="checkbox"]:checked+label.input {
	margin-bottom: 16px
}

#projector-finder-steps [type="checkbox"]:not(:checked)+label.input+span,
#projector-finder-steps [name="image-quality"]:not(:checked)+label.input+span,
#projector-finder-steps [name="image-quality"]:checked+label.input+span,
#projector-finder-steps [type="checkbox"]:checked+label.input+span {
	position: absolute;
	top: 54%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2rem;
	color: white;
	text-align: center;
	display: block;
	left: 50%;
	width: 75%;
	transform: translate(-50%)
}

#projector-finder-steps .normal-checkbox [type="radio"]:not(:checked),
#projector-finder-steps .normal-checkbox [type="radio"]:checked,
#projector-finder-steps .normal-checkbox [type="checkbox"]:not(:checked),
#projector-finder-steps .normal-checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px
}

#projector-finder-steps .normal-checkbox [type="radio"]:not(:checked)+label,
#projector-finder-steps .normal-checkbox [type="radio"]:checked+label,
#projector-finder-steps .normal-checkbox [type="checkbox"]:not(:checked)+label,
#projector-finder-steps .normal-checkbox [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 30px
}

#projector-finder-steps .normal-checkbox [type="radio"]:not(:checked)+label:before,
#projector-finder-steps .normal-checkbox [type="radio"]:checked+label:before,
#projector-finder-steps .normal-checkbox [type="checkbox"]:not(:checked)+label:before,
#projector-finder-steps .normal-checkbox [type="checkbox"]:checked+label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/checkbox") no-repeat 0 0;
	margin-right: 10px
}

#projector-finder-steps .normal-checkbox [type="radio"]:checked+label:before,
#projector-finder-steps .normal-checkbox [type="checkbox"]:checked+label:before {
	background-position: 0 -20px
}

#projector-finder-steps #usage_gaming:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_gaming") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_gaming:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_gaming_hover") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_movies:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_movie") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_movies:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_movie_hover") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_boxset:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_tv") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_boxset:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_tv_hover") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_photos:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_photography") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_photos:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_photography_hover") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_streaming:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_stream") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #usage_streaming:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_stream_hover") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_720:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/720p_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_720:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/720p_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_1080:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/1080p_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_1080:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/1080p_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_4k:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/4k_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_4k:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/4k_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_4kuhd:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/4k_UHD_HDR_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #quality_4kuhd:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/4k_UHD_HDR_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_bluray:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_blue-ray_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_bluray:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_blue-ray_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_bluray:checked+label+span {
	color: white
}

#projector-finder-steps #input_4kbluray:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_ultra_hd_blue-ray_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_4kbluray:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_ultra_hd_blue-ray_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_4kbluray:checked+label+span {
	color: white
}

#projector-finder-steps #input_dvd:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_dvd_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_dvd:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_dvd_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_dvd:checked+label+span {
	color: white
}

#projector-finder-steps #input_settop:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_set_top_box_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_settop:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_set_top_box_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_settop:checked+label+span {
	color: white
}

#projector-finder-steps #input_streaming:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_streaming_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_streaming:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_streaming_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_streaming:checked+label+span {
	color: white
}

#projector-finder-steps #input_wireless:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_wireless_streaming_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_wireless:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_wireless_streaming_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_wireless:checked+label+span {
	color: white
}

#projector-finder-steps #input_games:not(:checked)+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_gaming_grey") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_games:checked+label {
	background: url("https://epsonemear.a.bigcontent.io/v1/static/icon_gaming_blue") no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

#projector-finder-steps #input_games:checked+label+span {
	color: white
}

.images-changing .radio-group {
	position: absolute !important;
	top: 0;
	left: 10px;
	z-index: 5
}

.images-changing figure {
	position: relative;
	display: inline-block
}

.images-changing figure img {
	display: block
}

.images-changing figure img.options {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.images-changing figure img.options.is-visible {
	display: block
}

.radio-group [type="radio"]:not(:checked),
.radio-group [type="radio"]:checked {
	position: absolute;
	left: -9999px
}

.radio-group [type="radio"]:not(:checked)+label,
.radio-group [type="radio"]:checked+label {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 30px
}

.radio-group [type="radio"]:not(:checked)+label:before,
.radio-group [type="radio"]:checked+label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	background: url("https://epsonemear.a.bigcontent.io/v1/static/radios") no-repeat 0 0;
	margin-right: 10px
}

.radio-group [type="radio"]:checked+label:before {
	background-position: 0 -20px
}

.room-sizes-options h4 {
	font-weight: bold;
	font-size: 16px !important;
	text-align: left
}

.room-sizes-options [type="radio"]:not(:checked),
.room-sizes-options [type="radio"]:checked {
	position: absolute;
	left: -9999px
}

.room-sizes-options [type="radio"]:not(:checked)+label,
.room-sizes-options [type="radio"]:checked+label {
	position: relative;
	cursor: pointer;
	max-width: 140px;
	background: #e6e6e6;
	display: block;
	line-height: 0.93rem;
	padding: 13px 5px;
	text-transform: uppercase;
	color: #575756;
	font-size: 12px;
	font-size: .75rem
}

.room-sizes-options [type="radio"]:checked+label {
	background: #101f8b;
	color: white
}

.ui-slider-horizontal {
	height: 2px;
	margin-top: 5px;
	background-color: #101f8b;
	width: auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 100px
}

.ui-slider-horizontal .ui-slider-range {
	background-color: #a9a9a9
}

.ui-slider-horizontal .ui-slider-handle {
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #101f8b;
	z-index: 2;
	border: none;
	margin-bottom: -6px;
	outline: none !important;
	-ms-touch-action: none;
	touch-action: none;
	margin-left: -6px
}

.ui-slider-horizontal .ui-slider-handle.ui-state-hover {
	cursor: pointer
}

.ui-slider-horizontal .text-info {
	position: absolute;
	top: 30px;
	width: 30%
}

.ui-slider-horizontal .text-info p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-size: .875rem
}

.ui-slider-horizontal .text-info.brighter {
	right: 0;
	text-align: right
}

.ui-slider-horizontal .text-info.half-dark {
	left: 50%;
	transform: translateX(-50%);
	text-align: center
}

.ui-slider-horizontal .text-info.darker {
	left: 0
}

.ui-slider-horizontal .text-info.light-text {
	color: #a9a9a9
}

.ui-slider-horizontal:before {
	content: '';
	display: block;
	bottom: 100%;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #101f8b;
	border: none;
	right: -6px;
	position: absolute;
	margin-bottom: -7px
}

.ui-slider-horizontal:after {
	content: '';
	display: block;
	bottom: 0%;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a9a9a9;
	border: none;
	left: -6px;
	position: absolute;
	margin-bottom: -5px
}

.mwd_main_wrapper .ui-slider-vertical {
	width: 2px;
	margin-left: 5px;
	margin-top: 22px;
	background-color: #101f8b;
	height: 460px;
	border: none;
}

.ui-slider-vertical .ui-slider-range {
	background-color: #a9a9a9
}

.ui-slider-vertical .ui-slider-handle {
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #101f8b;
	z-index: 2;
	border: none;
	left: -5px;
	margin-bottom: -6px;
	outline: none !important;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider-vertical .ui-slider-handle.ui-state-hover {
	cursor: pointer
}

.ui-slider-vertical .pip {
	width: 6px;
	height: 1px;
	background: #a9a9a9;
	left: 12px;
	position: absolute
}

.ui-slider-vertical .pip.top {
	top: 0
}

.ui-slider-vertical .pip.middle {
	top: 50%
}

.ui-slider-vertical .pip.bottom {
	bottom: 0
}

.ui-slider-vertical .text-info {
	position: absolute;
	left: 30px;
	width: 180px;
	color: #333;
}

.ui-slider-vertical .text-info p {
	margin-top: 0;
	margin-bottom: 0
}

.ui-slider-vertical .text-info.brighter {
	top: -6px
}

.ui-slider-vertical .text-info.half-dark {
	top: 50%;
	margin-top: -6px
}

.ui-slider-vertical .text-info.darker {
	bottom: -6px
}

.ui-slider-vertical .text-info.light-text {
	color: #a9a9a9
}

.ui-slider-vertical:before {
	content: '';
	display: block;
	bottom: 100%;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #101f8b;
	border: none;
	left: -5px;
	position: absolute;
	margin-bottom: -6px
}

.ui-slider-vertical:after {
	content: '';
	display: block;
	bottom: 0%;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a9a9a9;
	border: none;
	left: -5px;
	position: absolute;
	margin-bottom: -6px
}

.single-product-result span.price {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	color: #101f8b;
	margin: 5px 0
}

.single-product-result .best-value {
	background: #101f8b;
	color: white;
	padding: 10px 20px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	display: inline-block;
	font-weight: bold
}

.single-product-result .hi-end {
	padding: 10px 35px 8px 5px;
	border-bottom: 2px solid #101f8b;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	color: #101f8b;
	display: inline-block;
	font-weight: bold
}

.single-product-result .btn-primary,
.single-product-result .btn-secondary {
	min-width: 130px;
	text-align: center
}

.single-product-result img {
	max-width: 120px
}

.single-product-result .projector_compare label {
	font-size: 12px;
	font-size: .75rem
}

.single-product-result:nth-of-type(3n+4) {
	clear: left
}

.single-product-result h5 {
	margin-bottom: 1em;
}

#append_products.no_product_message {
	margin-left: 0px
}

@media (min-width: 960px) {
	#projector-finder-steps .content .body {
		height: 620px;
		overflow: hidden;
		margin-bottom: 1em;
	}
	#projector-finder-steps .content #projector-finder-steps-p-0 {
		height: auto
	}
	section.entertainment .row {
		margin-bottom: 0
	}
	section.entertainment label img {
		width: 70px;
		height: 70px
	}
	section.image-size .images-changing figure {
		float: right
	}
	section.image-size .images-changing figure img {
		height: 500px;
		width: auto
	}
	section.image-quality .images-changing figure img,
	#projector-finder-steps-p-0 .images-changing figure img,
	#projector-finder-steps-p-4 .images-changing figure img,
	#projector-finder-steps-p-6 .images-changing figure img,
	section.room-size .images-changing figure img {
		height: 510px;
		width: auto
	}
	section.section3d .row {
		margin-bottom: 0
	}
}

@media (min-width: 1365px) and (max-width: 1560px) {
	#projector-finder-steps .steps {
		left: -200px
	}
	#projector-finder-steps .steps ul li a {
		display: flex
	}
	#projector-finder-steps .steps ul li a .title {
		width: 145px;
		line-height: 16px;
		align-self: center
	}
}

@media (max-width: 1365px) {
	#projector-finder-steps .steps {
		position: static;
		margin: 10px 0 30px 0;
		text-align: center
	}
	#projector-finder-steps .steps ul li {
		display: inline-block;
		width: 41px;
		position: relative;
		margin-right: 10px
	}
	#projector-finder-steps .steps ul li span.number {
		margin-right: 0
	}
	#projector-finder-steps .steps ul li span.title {
		display: block;
		position: absolute;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		font-size: 16px;
		font-size: 1rem;
		display: none;
		min-width: 120px;
		left: 50%;
		transform: translateX(-50%);
		background: white;
		border: 1px solid #e5e5e5;
		top: 43px;
		color: #575756;
		height: auto;
		line-height: 20px;
		white-space: nowrap;
		padding: 5px
	}
	#projector-finder-steps .steps ul li span.title:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #e5e5e5 transparent;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: -8px
	}
	#projector-finder-steps .steps ul li span.title:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		left: 50%;
		margin-left: -6px;
		top: -6px
	}
	#projector-finder-steps .steps ul li.current span.title {
		border-color: #101f8b;
		background: #101f8b;
		color: white
	}
	#projector-finder-steps .steps ul li.current span.title:before {
		border-color: transparent transparent #101f8b transparent
	}
	#projector-finder-steps .steps ul li.current span.title:after {
		border-color: transparent transparent #101f8b transparent
	}
	#projector-finder-steps .steps ul li:hover span.title {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		display: block
	}
	#projector-finder-steps .steps ul li:last-child {
		margin-right: 0
	}
}

@media (max-width: 767px) {
	#projector-finder-steps [type="checkbox"]:not(:checked)+label.input+span {
		top: 51%;
		font-size: 14px;
		line-height: 16px
	}
	section.entertainment [type="checkbox"]:not(:checked)+label span,
	section.entertainment [type="checkbox"]:checked+label span {
		font-size: 12px;
		font-size: .75rem
	}
	section.entertainment p {
		display: block;
		margin: 0;
		width: 20%;
		float: left
	}
	section.image-quality .check-optiions {
		padding-left: 5px;
		padding-right: 5px
	}
	section.image-quality p {
		display: block;
		margin-top: 0;
		width: 25%;
		float: left;
		padding: 0 5px
	}
	.room-sizes-options h4 {
		display: block;
		clear: left;
		margin-top: 0
	}
	.room-sizes-options p {
		width: 150px;
		float: left;
		display: block
	}
	section.section3d p.normal-checkbox {
		margin-bottom: 0;
		width: 33.33%;
		float: left;
		display: block
	}
	.check-optiions {
		display: flex;
		flex-wrap: wrap
	}
	.radio-group {
		display: block
	}
	.radio-group [type="radio"]:not(:checked)+label,
	.radio-group [type="radio"]:checked+label {
		margin-right: 15px
	}
	.check-optiions,
	.room-sizes-options {
		margin-bottom: 20px
	}
	.check-optiions:before,
	.check-optiions:after,
	.room-sizes-options:before,
	.room-sizes-options:after {
		content: " ";
		display: table;
		clear: both
	}
}

@media (max-width: 599px) {
	#projector-finder-steps [type="checkbox"]:not(:checked)+label.input+span {
		top: 53%;
		font-size: 14px;
		line-height: 16px
	}
}

@media (max-width: 480px) {
	.room-sizes-options p {
		width: 31%;
		margin: 0 1%
	}
	.radio-group [type="radio"]:not(:checked)+label,
	.radio-group [type="radio"]:checked+label {
		flex: 1
	}
	.check-optiions {
		max-width: 100%
	}
	.mwd_contentSection:not(.mwd_footer) h1,
	.popup h1 {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 2rem
	}
	#projector-finder-steps .steps ul li {
		width: 28px;
		font-size: 16px;
		font-size: 1rem;
		margin-right: 5px
	}
	#projector-finder-steps .steps ul li span.number {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		font-size: 1rem
	}
	#projector-finder-steps .steps ul li span.title {
		font-size: 12px;
		font-size: .75rem;
		top: 37px;
		min-width: 100px
	}
	#projector-finder-steps .steps ul li span.title:after {
		border-width: 0 4px 4px 4px;
		margin-left: -4px;
		top: -4px
	}
	#projector-finder-steps .steps ul li span.title:before {
		border-width: 0 6px 6px 6px;
		margin-left: -6px;
		top: -6px
	}
	.col-xs-6:nth-of-type(2n+3) {
		clear: left
	}
	section.entertainment p {
		width: 100px;
		margin-bottom: 20px
	}
	section.image-size .images-changing {
		padding-top: 90px
	}
	section.image-quality p {
		width: 50%
	}
	.room-sizes-options p label {
		font-size: 10px !important
	}
	section.section3d label {
		font-size: 14px !important
	}
}

label img {
	position: relative;
	z-index: -1
}

body[dir="rtl"] #append_products.no_product_message {
	margin-right: 0
}

body[dir="rtl"] .room-sizes-options h4 {
	text-align: right
}

body[dir="rtl"] .single-product-result {
	padding: 0 20px
}

body[dir="rtl"] .ui-slider-vertical .text-info {
	right: 30px;
	text-align: right
}

body[dir="rtl"] #mwd_overview_wrapper .intro-container .col-lg-10>div.col-md-10 {
	width: 100%;
	padding: 0 0px 13px 18%
}

body[dir="rtl"] #projector-finder-steps ul[aria-label="Pagination"] li {
	float: right
}

body[dir="rtl"] #projector-finder-steps ul[aria-label="Pagination"] li a[href="#next"],
body[dir="rtl"] #projector-finder-steps ul[aria-label="Pagination"] li a[href="#finish"] {
	float: left
}

body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="radio"]:not(:checked)+label,
body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="radio"]:checked+label,
body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="checkbox"]:not(:checked)+label,
body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="checkbox"]:checked+label {
	padding-right: 35px;
	padding-left: 0
}

body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="radio"]:not(:checked)+label:before,
body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="radio"]:checked+label:before,
body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="checkbox"]:not(:checked)+label:before,
body[dir="rtl"] #projector-finder-steps .normal-checkbox [type="checkbox"]:checked+label:before {
	right: 0;
	margin-left: 10px;
	margin-right: 0
}

body[dir="rtl"] #projector-finder-steps .radio-group [type="radio"]:not(:checked)+label,
body[dir="rtl"] #projector-finder-steps .radio-group [type="radio"]:checked+label {
	padding-right: 35px;
	padding-left: 0
}

body[dir="rtl"] #projector-finder-steps .radio-group [type="radio"]:not(:checked)+label:before,
body[dir="rtl"] #projector-finder-steps .radio-group [type="radio"]:checked+label:before {
	right: 0;
	margin-left: 10px
}

body[dir="rtl"] #projector-finder-steps .steps {
	position: absolute;
	right: -300px;
	left: auto
}

body[dir="rtl"] #projector-finder-steps .steps ul li span.number {
	margin-left: 10px;
	margin-right: 0
}

body[dir="rtl"] .ui-slider-vertical {
	margin-right: 5px
}

@media (max-width: 1365px) {
	body[dir="rtl"] #projector-finder-steps .steps {
		position: static !important;
		margin: 10px 0 30px 0;
		text-align: center
	}
}

@media (max-width: 767px) {
	body[dir="rtl"] .room-sizes-options .separator {
		clear: right
	}
	body[dir="rtl"] .room-sizes-options p {
		float: right
	}
}
#append_products .product-image{
    max-height: 150px!important;
}
#append_products .product-image img{
    max-height: 100%;
}